| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Removed "total_cost" valexpr, and value_t::cost | John Wiegley | 2009-02-15 | 1 | -2/+0 |
* | Made (un)reduce rvalue methods more consistent | John Wiegley | 2009-02-12 | 1 | -2/+2 |
* | Removed the balance_pair_t type, since it's now an unneeded abstraction. | John Wiegley | 2009-02-09 | 1 | -7/+0 |
* | 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 |
* | 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 |
* | Fully exported the value_t type to Python. | John Wiegley | 2009-01-28 | 1 | -12/+283 |
* | Expose the commodity type to python as "Commodity". | John Wiegley | 2009-01-28 | 1 | -1/+1 |
* | Extended the amount_t Python mapping to handle the 3rd case of value(). | John Wiegley | 2009-01-28 | 1 | -1/+7 |
* | Handle the VERSION more gracefully, and uninstall the Python Egg file. | John Wiegley | 2009-01-26 | 1 | -1/+1 |
* | Pass $(srcdir) down to python/setup.py, so it can find pyledger.cc. | John Wiegley | 2009-01-26 | 1 | -1/+1 |
* | Only initialize Python if it's used. | John Wiegley | 2009-01-24 | 2 | -26/+48 |
* | Create a py_value module, for translating value_t objects to/from Python. | John Wiegley | 2009-01-23 | 2 | -15/+92 |
* | Report the name of a Python function if we have difficulties calling it. | John Wiegley | 2009-01-23 | 2 | -6/+20 |
* | Added tracing statements to the Python interpreter binding code. | John Wiegley | 2009-01-23 | 1 | -1/+7 |
* | Look up definitions in the Python evaluator directly, not with eval. | John Wiegley | 2009-01-23 | 2 | -11/+6 |
* | When Python support is present, use a session_t object which is derived from | John Wiegley | 2009-01-23 | 2 | -29/+82 |
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 11 | -11/+11 |
* | Changed COMMODITY_STYLE_NOMARKET TO COMMODITY_NOMARKET. | John Wiegley | 2009-01-19 | 1 | -1/+1 |
* | Changed COMMODITY_STYLE_BUILTIN to COMMODITY_BUILTIN, and added new flag | John Wiegley | 2009-01-19 | 1 | -1/+2 |
* | Moved sources which I did not write from src/ into lib/. | John Wiegley | 2008-08-09 | 1 | -281/+0 |
* | 'make distcheck' now works with Python support enabled. | John Wiegley | 2008-08-09 | 1 | -2/+1 |
* | Removed a redundant comment. | John Wiegley | 2008-08-08 | 1 | -9/+0 |
* | The Python interface code is now building again and passes its unit tests. | John Wiegley | 2008-08-07 | 1 | -1/+3 |
* | The Python interface layer is building again. | John Wiegley | 2008-08-07 | 8 | -42/+81 |