summaryrefslogtreecommitdiff
path: root/python/py_commodity.cc
Commit message (Collapse)AuthorAgeFilesLines
* Unit test for Python are now auto-generated from the C++ tests.John Wiegley2009-01-281-1/+10
|
* Expose the commodity type to python as "Commodity".John Wiegley2009-01-281-1/+1
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Changed COMMODITY_STYLE_NOMARKET TO COMMODITY_NOMARKET.John Wiegley2009-01-191-1/+1
|
* Changed COMMODITY_STYLE_BUILTIN to COMMODITY_BUILTIN, and added new flagJohn Wiegley2009-01-191-1/+2
| | | | COMMODITY_WALKED, for avoiding infinite recursions during price lookups.
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+63
is in doc/, etc.