index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
pyinterp.cc
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Only initialize Python if it's used.
John Wiegley
2009-01-24
1
-23
/
+38
|
*
Create a py_value module, for translating value_t objects to/from Python.
John Wiegley
2009-01-23
1
-15
/
+9
|
*
Report the name of a Python function if we have difficulties calling it.
John Wiegley
2009-01-23
1
-4
/
+12
|
*
Added tracing statements to the Python interpreter binding code.
John Wiegley
2009-01-23
1
-1
/
+7
|
*
Look up definitions in the Python evaluator directly, not with eval.
John Wiegley
2009-01-23
1
-10
/
+5
|
*
When Python support is present, use a session_t object which is derived from
John Wiegley
2009-01-23
1
-18
/
+73
|
|
|
|
python_interpreter_t, so that Python can provide value expression definitions.
*
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
-10
/
+6
|
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+239
is in doc/, etc.