Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate Python scripts to Python 3 | Alexis Hildebrandt | 2023-12-04 | 1 | -1/+1 |
| | |||||
* | Remove obsolete from __future__ imports | Alexis Hildebrandt | 2023-02-01 | 1 | -2/+0 |
| | |||||
* | Fix handling of UCS-2 encoded strings | Alexis Hildebrandt | 2022-10-02 | 1 | -12/+12 |
| | | | | | | Add test to python/demo.py Fixes #2132 | ||||
* | Fix handling of UCS-1 encoded strings | Alexis Hildebrandt | 2022-10-02 | 1 | -1/+4 |
| | | | | Add test to python/demo.py | ||||
* | Remove python/server.py and minified jquery | Martin Michlmayr | 2020-04-30 | 15 | -614/+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 | 2 | -8/+12 |
| | | | | [ci skip] | ||||
* | Fix python demo: EUROPEAN was changed to DECIMAL_COMMA | Priit Laes | 2010-06-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Priit Laes <plaes@plaes.org> | ||||
* | 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 | 15 | -20/+553 |
| | |||||
* | Extended python/server.py, which now uses Cheetah | John Wiegley | 2009-11-20 | 1 | -2/+45 |
| | |||||
* | Added more documentation to python/demo.py | John Wiegley | 2009-11-20 | 1 | -56/+229 |
| | |||||
* | Many improvements to Ledger's Python bindings | John Wiegley | 2009-11-19 | 1 | -0/+120 |
| | |||||
* | Fixes to Python importing; removed "hello" precommand | John Wiegley | 2009-11-10 | 2 | -8/+4 |
| | |||||
* | Removed python/interp.py, for "ledger python" | John Wiegley | 2009-03-03 | 1 | -7/+0 |
| | |||||
* | Created some new Python scripts under python/ | John Wiegley | 2009-02-24 | 4 | -0/+47 |
| | |||||
* | Moved python/*.cc files into src/ | John Wiegley | 2009-02-24 | 25 | -3385/+0 |
| | | | | | This is because soon, I intend to have real Python source files in python/. | ||||
* | Build Python module using automake, not setup.py | John Wiegley | 2009-02-24 | 1 | -18/+0 |
| | |||||
* | Restored the py_amount and py_balance mappings | John Wiegley | 2009-02-24 | 3 | -0/+614 |
| | |||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 5 | -126/+126 |
| | | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. | ||||
* | Restored the --budget option | John Wiegley | 2009-02-20 | 1 | -1/+1 |
| | |||||
* | Fixed several unused value and param warnings | John Wiegley | 2009-02-16 | 2 | -2/+2 |
| | |||||
* | Changed some value_t method names | John Wiegley | 2009-02-16 | 1 | -2/+2 |
| | | | | | | | - simplify -> simplified - cast -> casted This is to differentiate them from in_place_cast and in_place_simplify. | ||||
* | Removed "total_cost" valexpr, and value_t::cost | John Wiegley | 2009-02-15 | 1 | -2/+0 |
| | | | | | Since cost reports are now calculated by setting the amount_ expression, there is no need to track a separate "total cost" entity. | ||||
* | Made (un)reduce rvalue methods more consistent | John Wiegley | 2009-02-12 | 1 | -2/+2 |
| | | | | | | They names were changed from reduce/unreduce to reduced/unreduced, since they return the modified value. This is more consistent with the naming of rounded/rounded. | ||||
* | Removed the balance_pair_t type, since it's now an unneeded abstraction. | John Wiegley | 2009-02-09 | 1 | -7/+0 |
| | | | | | This type was a holdback from the days before the amount_expr was used everywhere to determine a transaction's value. | ||||
* | Conditionalized some boost::filesystem calls that were too new. | John Wiegley | 2009-02-09 | 1 | -0/+8 |
| | |||||
* | Fixes to the new Python/scope integration code. | John Wiegley | 2009-02-08 | 2 | -11/+10 |
| | |||||
* | Attribute lookup on a Value object which is a Scope now searches the scope. | John Wiegley | 2009-02-08 | 3 | -37/+125 |
| | |||||
* | pyinterp.cc shares global session; accept full paths passed to --import. | John Wiegley | 2009-02-08 | 3 | -44/+33 |
| | |||||
* | Moved several #includes to facilitate the use of pre-compiled headers. | John Wiegley | 2009-02-08 | 18 | -66/+0 |
| | |||||
* | Removed a great many unnecessary Boost.Python files. | John Wiegley | 2009-02-07 | 21 | -1948/+11 |
| | |||||
* | Removed an unused file. | John Wiegley | 2009-02-07 | 1 | -45/+0 |
| | |||||
* | Threw away the "multiple parser" infrastructure. | John Wiegley | 2009-02-07 | 2 | -70/+0 |
| | |||||
* | More revision to the way options are handled; reworked CSV command. | John Wiegley | 2009-02-07 | 2 | -70/+0 |
| | |||||
* | Removed --reconcile and --reconcile-date. | John Wiegley | 2009-02-07 | 2 | -70/+0 |
| | |||||
* | Added #if 0'd Python stub code from 2.x days. It needs to be ported. | John Wiegley | 2009-02-06 | 4 | -0/+699 |
| | |||||
* | Added stubs for all the Python integration classes. | John Wiegley | 2009-02-06 | 36 | -25/+2352 |
| | |||||
* | Fixed a long-standing g++ warning. | John Wiegley | 2009-02-04 | 1 | -6/+11 |
| | |||||
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 3 | -16/+13 |
| | |||||
* | Added __str__ and __repr__ methods for ledger.Value. | John Wiegley | 2009-02-03 | 1 | -0/+16 |
| | |||||
* | Removed the binary caching code, and the XML, QIF and Gnucash parsers. | John Wiegley | 2009-02-03 | 2 | -59/+0 |
| | |||||
* | Removed unnecessary #ifdef block. pyinterp.h now guards itself. | John Wiegley | 2009-01-31 | 1 | -0/+4 |
| | |||||
* | Rationals based math is now passing the unit tests. | John Wiegley | 2009-01-31 | 2 | -40/+40 |
| | |||||
* | Corrected Python reference to the AmountParse enum. | John Wiegley | 2009-01-31 | 1 | -4/+4 |
| | |||||
* | Changed to using rational numbers instead of integer approximations. | John Wiegley | 2009-01-30 | 2 | -0/+6 |
| | | | | | As a result, dependency on the gdtoa was dropped, and dependency on mpfr was added. | ||||
* | Removed all dependency on gdtoa. | John Wiegley | 2009-01-30 | 2 | -70/+0 |
| | |||||
* | Revised the way that parsing flags get passed around. | John Wiegley | 2009-01-29 | 1 | -3/+7 |
| | |||||
* | Unit test for Python are now auto-generated from the C++ tests. | John Wiegley | 2009-01-28 | 3 | -20/+71 |
| |