summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAge
* Remove obsolete from __future__ importsAlexis Hildebrandt2023-02-01
* Fix handling of UCS-2 encoded stringsAlexis Hildebrandt2022-10-02
* Fix handling of UCS-1 encoded stringsAlexis Hildebrandt2022-10-02
* Remove python/server.py and minified jqueryMartin Michlmayr2020-04-30
* Use print functionOndřej Kuzník2019-12-05
* Fix python demo: EUROPEAN was changed to DECIMAL_COMMAPriit Laes2010-06-13
* Default to 40 transactions per screen in server.pyJohn Wiegley2009-11-21
* server.py now wants a query stringJohn Wiegley2009-11-21
* Removed an explicit path referenceJohn Wiegley2009-11-21
* The Python web server now uses jQuery TablesorterJohn Wiegley2009-11-21
* Extended python/server.py, which now uses CheetahJohn Wiegley2009-11-20
* Added more documentation to python/demo.pyJohn Wiegley2009-11-20
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-19
* Fixes to Python importing; removed "hello" precommandJohn Wiegley2009-11-10
* Removed python/interp.py, for "ledger python"John Wiegley2009-03-03
* Created some new Python scripts under python/John Wiegley2009-02-24
* Moved python/*.cc files into src/John Wiegley2009-02-24
* Build Python module using automake, not setup.pyJohn Wiegley2009-02-24
* Restored the py_amount and py_balance mappingsJohn Wiegley2009-02-24
* The Great Renaming, Part IIJohn Wiegley2009-02-23
* Restored the --budget optionJohn Wiegley2009-02-20
* Fixed several unused value and param warningsJohn Wiegley2009-02-16
* Changed some value_t method namesJohn Wiegley2009-02-16
* Removed "total_cost" valexpr, and value_t::costJohn Wiegley2009-02-15
* Made (un)reduce rvalue methods more consistentJohn Wiegley2009-02-12
* Removed the balance_pair_t type, since it's now an unneeded abstraction.John Wiegley2009-02-09
* Conditionalized some boost::filesystem calls that were too new.John Wiegley2009-02-09
* Fixes to the new Python/scope integration code.John Wiegley2009-02-08
* Attribute lookup on a Value object which is a Scope now searches the scope.John Wiegley2009-02-08
* pyinterp.cc shares global session; accept full paths passed to --import.John Wiegley2009-02-08
* Moved several #includes to facilitate the use of pre-compiled headers.John Wiegley2009-02-08
* Removed a great many unnecessary Boost.Python files.John Wiegley2009-02-07
* Removed an unused file.John Wiegley2009-02-07
* Threw away the "multiple parser" infrastructure.John Wiegley2009-02-07
* More revision to the way options are handled; reworked CSV command.John Wiegley2009-02-07
* Removed --reconcile and --reconcile-date.John Wiegley2009-02-07
* Added #if 0'd Python stub code from 2.x days. It needs to be ported.John Wiegley2009-02-06
* Added stubs for all the Python integration classes.John Wiegley2009-02-06
* Fixed a long-standing g++ warning.John Wiegley2009-02-04
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-04
* Added __str__ and __repr__ methods for ledger.Value.John Wiegley2009-02-03
* Removed the binary caching code, and the XML, QIF and Gnucash parsers.John Wiegley2009-02-03
* Removed unnecessary #ifdef block. pyinterp.h now guards itself.John Wiegley2009-01-31
* Rationals based math is now passing the unit tests.John Wiegley2009-01-31
* Corrected Python reference to the AmountParse enum.John Wiegley2009-01-31
* Changed to using rational numbers instead of integer approximations.John Wiegley2009-01-30
* Removed all dependency on gdtoa.John Wiegley2009-01-30
* Revised the way that parsing flags get passed around.John Wiegley2009-01-29
* Unit test for Python are now auto-generated from the C++ tests.John Wiegley2009-01-28
* Fully exported the value_t type to Python.John Wiegley2009-01-28