index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
pyinterp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Conditionalized some boost::filesystem calls that were too new.
John Wiegley
2009-02-09
1
-0
/
+8
*
pyinterp.cc shares global session; accept full paths passed to --import.
John Wiegley
2009-02-08
1
-24
/
+20
*
Moved several #includes to facilitate the use of pre-compiled headers.
John Wiegley
2009-02-08
1
-3
/
+0
*
Removed unnecessary #ifdef block. pyinterp.h now guards itself.
John Wiegley
2009-01-31
1
-0
/
+4
*
Only initialize Python if it's used.
John Wiegley
2009-01-24
1
-3
/
+10
*
Report the name of a Python function if we have difficulties calling it.
John Wiegley
2009-01-23
1
-2
/
+8
*
Look up definitions in the Python evaluator directly, not with eval.
John Wiegley
2009-01-23
1
-1
/
+1
*
When Python support is present, use a session_t object which is derived from
John Wiegley
2009-01-23
1
-11
/
+9
*
Increased copyright range to include 2009.
John Wiegley
2009-01-20
1
-1
/
+1
*
The Python interface layer is building again.
John Wiegley
2008-08-07
1
-4
/
+4
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+118