summaryrefslogtreecommitdiff
path: root/python/py_utils.cc
Commit message (Collapse)AuthorAgeFilesLines
* Moved python/*.cc files into src/John Wiegley2009-02-241-170/+0
| | | | | This is because soon, I intend to have real Python source files in python/.
* Moved several #includes to facilitate the use of pre-compiled headers.John Wiegley2009-02-081-4/+0
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* The Python interface layer is building again.John Wiegley2008-08-071-5/+7
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+172
is in doc/, etc.