summaryrefslogtreecommitdiff
path: root/src/py_commodity.cc
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
|
* Fixed Ledger/Python byte vs. char Unicode bridgeJohn Wiegley2009-11-201-0/+6
|
* Added more documentation to python/demo.pyJohn Wiegley2009-11-201-4/+10
|
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-40/+159
|
* Simplified passing of scope objects in PythonJohn Wiegley2009-11-051-12/+12
|
* Made many object methods in Python propertiesJohn Wiegley2009-11-051-4/+5
|
* Simplified usage of Boost.Python in several casesJohn Wiegley2009-11-051-2/+2
|
* Added Python interface for annotated_commodity_tJohn Wiegley2009-11-021-8/+81
|
* Added Python interface for commodity_tJohn Wiegley2009-11-021-12/+58
|
* Added Python interface for commodity_pool_tJohn Wiegley2009-11-021-0/+117
|
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
|
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-2/+1
|
* Moved python/*.cc files into src/John Wiegley2009-02-241-0/+82
This is because soon, I intend to have real Python source files in python/.