COMMITS
/ Include/pythonrun.h March 1, 2006
M
Reconst parameters that lost their const in the AST merge.
Martin v. Löwis committed
February 28, 2006
T
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters committed
T
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters committed
February 26, 2006
M
Generate code to recursively copy an AST into
Martin v. Löwis committed
February 25, 2006
N
January 5, 2006
M
Drop sys.build_number. Add sys.subversion.
Martin v. Löwis committed
December 18, 2005
B
Expose Subversion revision number (calculated via "svnversion .") to Python.
Barry Warsaw committed
December 17, 2005
N
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz committed
October 23, 2005
M
Correct error to PyRun_SimpleString macro introduced in AST merge.
Mark Hammond committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed
August 1, 2005
R
* Improve code for the empty frozenset singleton:
Raymond Hettinger committed
May 27, 2005
M
This is my patch:
Michael W. Hudson committed
October 7, 2004
R
Finalize the freelist of list objects.
Raymond Hettinger committed
August 19, 2004
M
Patch #900727: Add Py_InitializeEx to allow embedding without signals.
Martin v. Löwis committed
August 9, 2004
J
Patch #1006003: Cygwin standard module build problems
Jason Tishler committed
February 13, 2003
G
- Finally fixed the bug in compile() and exec where a string ending
Guido van Rossum committed
February 10, 2003
J
patch #683515: "Add unicode support to compile(), eval() and exec"
Just van Rossum committed
January 1, 2003
N
Move _PyInt_Init() into pythonrun.h, since all the other _Init()
Neal Norwitz committed
December 31, 2002
N
Since the *_Init() are private, prefix with _, suggested by Skip
Neal Norwitz committed
December 30, 2002
N
SF #561244, Micro optimizations
Neal Norwitz committed
J
PEP 302 + zipimport:
Just van Rossum committed
December 11, 2002
M
Constify filenames and scripts. Fixes #651362.
Martin v. Löwis committed
October 26, 2002
M
Patch #512981: Update readline input stream on sys.stdin/out change.
Martin v. Löwis committed
August 12, 2002
M
Correct PyAPI_FUNC to PyAPI_DATA - sorry Jack.
Mark Hammond committed
M
Excise DL_EXPORT from Include.
Mark Hammond committed
August 2, 2002
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
July 29, 2002
M
Excise DL_IMPORT/EXPORT from object.h, and related files. This patch
Mark Hammond committed
July 9, 2002
T
Fix SF Bug 564931: compile() traceback must include filename.
Thomas Heller committed
April 12, 2002
T
Removed more hair in support of future-generator stmts.
Tim Peters committed
August 31, 2001
G
Add warning mode for classic division, almost exactly as specified in
Guido van Rossum committed
August 17, 2001
T
ceval, PyEval_MergeCompilerFlags: wasn't merging in the
Tim Peters committed
August 10, 2001
J
Refactor future feature handling
Jeremy Hylton committed
August 8, 2001
G
Implement PEP 238 in its (almost) full glory.
Guido van Rossum committed
August 2, 2001
T
Merge of descr-branch back into trunk.
Tim Peters committed
July 16, 2001
T
Ugly. A pile of new xxxFlags() functions, to communicate to the parser
Tim Peters committed
T
Part way to allowing "from __future__ import generators" to communicate
Tim Peters committed
March 23, 2001
K
Add sys.excepthook.
Ka-Ping Yee committed
March 22, 2001
J
Extend support for from __future__ import nested_scopes
Jeremy Hylton committed
March 1, 2001
J
Useful future statement support for the interactive interpreter
Jeremy Hylton committed
February 2, 2001
J
Move a bunch of definitions that were internal to compile.c to
Jeremy Hylton committed
October 11, 2000
T
Use suggested workaround for PyOS_CheckStack causing failure of test_[s]re.py
Trent Mick committed
September 16, 2000
G
Add typedef PyOS_sighandler_t and prototypes for PyOS_getsig() and
Guido van Rossum committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 27, 2000
G
Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(),
Guido van Rossum committed
F
implements PyOS_CheckStack for Windows and MSVC. this fixes a
Fredrik Lundh committed
August 7, 2000
J
Added a prototype for PyOS_CheckStack (within #ifdef USE_STACKCHECK).
Jack Jansen committed
July 9, 2000
F
ANSI-fication and Py_PROTO extermination.
Fred Drake committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
June 26, 2000
G
Fredrik Lundh: get rid of warning in pythonrun.c
Guido van Rossum committed