summaryrefslogtreecommitdiff
path: root/python/pyinterp.h
Commit message (Expand)AuthorAgeFilesLines
* pyinterp.cc shares global session; accept full paths passed to --import.John Wiegley2009-02-081-24/+20
* Moved several #includes to facilitate the use of pre-compiled headers.John Wiegley2009-02-081-3/+0
* Removed unnecessary #ifdef block. pyinterp.h now guards itself.John Wiegley2009-01-311-0/+4
* Only initialize Python if it's used.John Wiegley2009-01-241-3/+10
* Report the name of a Python function if we have difficulties calling it.John Wiegley2009-01-231-2/+8
* Look up definitions in the Python evaluator directly, not with eval.John Wiegley2009-01-231-1/+1
* When Python support is present, use a session_t object which is derived fromJohn Wiegley2009-01-231-11/+9
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
* The Python interface layer is building again.John Wiegley2008-08-071-4/+4
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+118