summaryrefslogtreecommitdiff
path: root/python/py_scope.cc
Commit message (Collapse)AuthorAgeFilesLines
* Moved python/*.cc files into src/John Wiegley2009-02-241-78/+0
| | | | | This is because soon, I intend to have real Python source files in python/.
* Fixed several unused value and param warningsJohn Wiegley2009-02-161-1/+1
|
* Attribute lookup on a Value object which is a Scope now searches the scope.John Wiegley2009-02-081-23/+29
|
* Moved several #includes to facilitate the use of pre-compiled headers.John Wiegley2009-02-081-4/+0
|
* Added stubs for all the Python integration classes.John Wiegley2009-02-061-0/+76