summaryrefslogtreecommitdiff
path: root/src/py_value.cc
Commit message (Expand)AuthorAgeFilesLines
* Value.to_sequence returns a valid Python sequenceJohn Wiegley2009-11-111-0/+4
* Added floored() and in_place_floor() methodsJohn Wiegley2009-11-111-0/+2
* Value.basetype in Python returns a Value's base typeJohn Wiegley2009-11-111-0/+18
* Report sought magnitude when balancing errors occurJohn Wiegley2009-11-051-0/+2
* Simplified usage of Boost.Python in several casesJohn Wiegley2009-11-051-1/+3
* Segregated symbols into 5 separate namespacesJohn Wiegley2009-11-041-1/+1
* Changed two callout commentsJohn Wiegley2009-11-031-2/+2
* Whitespace fixJohn Wiegley2009-11-031-1/+1
* Completed Python bindings for value_tJohn Wiegley2009-11-021-75/+97
* Removed most #if 0 blocks and callout commentsJohn Wiegley2009-10-311-2/+0
* Change the value_t::POINTER type to value_t::SCOPEJohn Wiegley2009-10-301-3/+3
* Split commodity.h/cc into three filesJohn Wiegley2009-06-241-0/+1
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-1/+1
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-1/+1
* Moved python/*.cc files into src/John Wiegley2009-02-241-0/+304