summaryrefslogtreecommitdiff
path: root/python/pyinterp.cc
Commit message (Collapse)AuthorAgeFilesLines
* Restored the py_amount and py_balance mappingsJohn Wiegley2009-02-241-0/+4
|
* The Great Renaming, Part IIJohn Wiegley2009-02-231-5/+5
| | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset.
* Fixed several unused value and param warningsJohn Wiegley2009-02-161-1/+1
|
* Fixes to the new Python/scope integration code.John Wiegley2009-02-081-9/+8
|
* pyinterp.cc shares global session; accept full paths passed to --import.John Wiegley2009-02-081-16/+5
|
* Moved several #includes to facilitate the use of pre-compiled headers.John Wiegley2009-02-081-2/+0
|
* Removed a great many unnecessary Boost.Python files.John Wiegley2009-02-071-36/+0
|
* Threw away the "multiple parser" infrastructure.John Wiegley2009-02-071-2/+0
|
* More revision to the way options are handled; reworked CSV command.John Wiegley2009-02-071-2/+0
|
* Removed --reconcile and --reconcile-date.John Wiegley2009-02-071-2/+0
|
* Added stubs for all the Python integration classes.John Wiegley2009-02-061-24/+64
|
* Only initialize Python if it's used.John Wiegley2009-01-241-23/+38
|
* Create a py_value module, for translating value_t objects to/from Python.John Wiegley2009-01-231-15/+9
|
* Report the name of a Python function if we have difficulties calling it.John Wiegley2009-01-231-4/+12
|
* Added tracing statements to the Python interpreter binding code.John Wiegley2009-01-231-1/+7
|
* Look up definitions in the Python evaluator directly, not with eval.John Wiegley2009-01-231-10/+5
|
* When Python support is present, use a session_t object which is derived fromJohn Wiegley2009-01-231-18/+73
| | | | python_interpreter_t, so that Python can provide value expression definitions.
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* The Python interface layer is building again.John Wiegley2008-08-071-10/+6
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+239
is in doc/, etc.