Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove python/server.py and minified jquery | Martin Michlmayr | 2020-04-30 | 1 | -198/+0 |
| | | | | | | | | | | | | python/server.py is currently broken. Moreover, it uses jquery and we distribute a minified jquery under python/res. Some distros don't like minified code without the full source code due to license concerns. Since python/server.py is broken and not very useful, let's just remove it, which in turns let's us remove the minified jquery. Fixes #1759 | ||||
* | Use print function | Ondřej Kuzník | 2019-12-05 | 1 | -6/+8 |
| | | | | [ci skip] | ||||
* | Default to 40 transactions per screen in server.py | John Wiegley | 2009-11-21 | 1 | -3/+3 |
| | |||||
* | server.py now wants a query string | John Wiegley | 2009-11-21 | 1 | -11/+9 |
| | |||||
* | Removed an explicit path reference | John Wiegley | 2009-11-21 | 1 | -2/+4 |
| | |||||
* | The Python web server now uses jQuery Tablesorter | John Wiegley | 2009-11-21 | 1 | -20/+137 |
| | |||||
* | Extended python/server.py, which now uses Cheetah | John Wiegley | 2009-11-20 | 1 | -2/+45 |
| | |||||
* | Fixes to Python importing; removed "hello" precommand | John Wiegley | 2009-11-10 | 1 | -1/+4 |
| | |||||
* | Created some new Python scripts under python/ | John Wiegley | 2009-02-24 | 1 | -0/+33 |