summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAge
...
* Expose the commodity type to python as "Commodity".John Wiegley2009-01-28
* Extended the amount_t Python mapping to handle the 3rd case of value().John Wiegley2009-01-28
* Handle the VERSION more gracefully, and uninstall the Python Egg file.John Wiegley2009-01-26
* Pass $(srcdir) down to python/setup.py, so it can find pyledger.cc.John Wiegley2009-01-26
* Only initialize Python if it's used.John Wiegley2009-01-24
* Create a py_value module, for translating value_t objects to/from Python.John Wiegley2009-01-23
* Report the name of a Python function if we have difficulties calling it.John Wiegley2009-01-23
* Added tracing statements to the Python interpreter binding code.John Wiegley2009-01-23
* Look up definitions in the Python evaluator directly, not with eval.John Wiegley2009-01-23
* When Python support is present, use a session_t object which is derived fromJohn Wiegley2009-01-23
* Increased copyright range to include 2009.John Wiegley2009-01-20
* Changed COMMODITY_STYLE_NOMARKET TO COMMODITY_NOMARKET.John Wiegley2009-01-19
* Changed COMMODITY_STYLE_BUILTIN to COMMODITY_BUILTIN, and added new flagJohn Wiegley2009-01-19
* Moved sources which I did not write from src/ into lib/.John Wiegley2008-08-09
* 'make distcheck' now works with Python support enabled.John Wiegley2008-08-09
* Removed a redundant comment.John Wiegley2008-08-08
* The Python interface code is now building again and passes its unit tests.John Wiegley2008-08-07
* The Python interface layer is building again.John Wiegley2008-08-07
* Moved several tests around again (python/test -> test/python).John Wiegley2008-08-06
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-05