- 17 Mar, 2014 1 commit
-
-
Francois Keith authored
-
- 28 Feb, 2014 1 commit
-
-
Francois Keith authored
The goal is to reduce the memory consumption.
-
- 09 Jul, 2013 1 commit
-
-
olivier stasse authored
Make possible to read the output from the process lauching the process.
-
- 16 Oct, 2012 1 commit
-
-
Thomas Moulard authored
-
- 07 Sep, 2012 1 commit
-
-
olivier stasse authored
-
- 26 Jul, 2012 1 commit
-
-
olivier stasse authored
-
- 23 Jul, 2012 1 commit
-
-
olivier stasse authored
This commit detect when a statement is evaluated with PyRun_String run with Py_eval_input. This seems to generate a Syntax Error. Thus if an exception with Syntax Error is generated with Py_eval_input, the python interpreter does a second pass with Py_single_input. The string err is set appropriatly, out has to be checked.
-
- 20 Jul, 2012 1 commit
-
-
olivier stasse authored
-
- 27 Dec, 2011 2 commits
-
-
Francois Keith authored
-
Francois Keith authored
-
- 04 Mar, 2011 1 commit
-
-
Duong Dang authored
-
- 11 Feb, 2011 3 commits
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
-
- 10 Feb, 2011 1 commit
-
-
Florent Lamiraux authored
This is required in order to make import of module dl succeed.
-
- 08 Feb, 2011 1 commit
-
-
Florent Lamiraux authored
-
- 24 Jan, 2011 1 commit
-
-
Florent Lamiraux authored
This function is equivalent to print() under python, is equivalent to str() in dg-python.
-
- 23 Jan, 2011 2 commits
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
Executable dg-python emulates a minimal python interpreter. The interpreter is able to - execute single statements: (import, print,...), - evaluate expressions. Expressions and statements are separated by semi-colons. Several statements and/or evaluations between two semi-colons yield an undefined behavior.
-