COMMITS
/ Include/pythonrun.h November 18, 2011
A
Issue #10227: Add an allocation cache for a single slice object.
Antoine Pitrou committed
May 4, 2011
A
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou committed
A
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou committed
March 6, 2011
G
Remove sys.subversion and svn build identification leftovers.
Georg Brandl committed
G
Merge build identification to 3.2 branch.
Georg Brandl committed
March 5, 2011
G
Commit the hg build identification patch from the pymigr repo.
Georg Brandl committed
December 27, 2010
V
Issue #9738: Document encodings of AST, compiler, parser and PyRun functions
Victor Stinner committed
December 4, 2010
M
Expose CompileString, not CompileStringFlags under the
Martin v. Löwis committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
September 27, 2010
K
issue 9910
Kristján Valur Jónsson committed
August 8, 2010
A
Issue #477863: Print a warning at shutdown if gc.garbage is not empty.
Antoine Pitrou committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
March 14, 2010
G
* Replaces the internals of the subprocess module from fork through exec on
Gregory P. Smith committed
July 2, 2009
B
Merged revisions 73782-73784 via svnmerge from
Benjamin Peterson committed
B
a little more fiddling to make flags like 2.x
Benjamin Peterson committed
B
the old CO_FUTURE flags can't be commented out
Benjamin Peterson committed
April 1, 2009
B
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
Brett Cannon committed
March 2, 2009
B
ignore the coding cookie in compile(), exec(), and eval() if the source is a string #4626
Benjamin Peterson committed
June 13, 2008
A
Merged revisions 64214 via svnmerge from
Amaury Forgeot d'Arc committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
C
Renamed PyBytes to PyByteArray
Christian Heimes committed
April 5, 2008
M
Change command line processing API to use wchar_t.
Martin v. Löwis committed
February 9, 2008
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
September 4, 2007
M
Convert code from sys.stdin.encoding to UTF-8 in
Martin v. Löwis committed
March 21, 2007
February 27, 2007
N
SF patch #1669633, add methods for bytes from Pete Shinners.
Neal Norwitz committed
March 15, 2006
G
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum committed
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