COMMITS
/ Include/Python.h June 3, 2012
B
Eric Snow's implementation of PEP 421.
Barry Warsaw committed
March 22, 2012
A
Issue #14387: Do not include accu.h from Python.h.
Antoine Pitrou committed
A
Issue #14387: Do not include accu.h from Python.h.
Antoine Pitrou committed
October 6, 2011
A
Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists.
Antoine Pitrou committed
A
Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists.
Antoine Pitrou committed
September 28, 2011
V
Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array
Victor Stinner committed
V
Move code related to compile from Python.h to compile.h
Victor Stinner committed
E
Clean up a few tabs that went in with PEP393.
Ezio Melotti committed
G
Rename new macros to conform to naming rules (function macros have "Py" prefix, not "PY").
Georg Brandl committed
M
Implement PEP 393.
Martin v. Löwis committed
July 8, 2011
A
Issue #11863: Remove support for legacy systems deprecated in Python 3.2
Antoine Pitrou committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
November 30, 2010
G
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
Georg Brandl committed
October 7, 2010
V
Create fileutils.c/.h
Victor Stinner committed
August 14, 2010
V
Create _Py_fopen() for PyUnicodeObject path
Victor Stinner committed
V
Issue #9425: Create private _Py_stat() function
Victor Stinner committed
August 13, 2010
V
Create _Py_wchar2char() function, reverse of _Py_char2wchar()
Victor Stinner committed
A
Reimplement addbuilddir() in C inside getpath.c, so as to execute it
Antoine Pitrou committed
August 5, 2010
A
Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API
Alexander Belopolsky committed
July 19, 2010
S
Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wide
Stefan Krah committed
May 3, 2010
J
Make (most of) Python's tests pass under Thread Sanitizer.
Jeffrey Yasskin committed
April 18, 2010
R
Move _Py_char2wchar from python.c to main.c.
Ronald Oussoren committed
April 17, 2010
C
Fix the --with-cxx-main build.
Collin Winter committed
April 14, 2010
P
#7301: decode $PYTHONWARNINGS in the same way as argv, test non-ascii values
Philip Jenvey committed
October 18, 2009
S
July 1, 2009
B
remove PyCObject
Benjamin Peterson committed
May 9, 2009
B
these builtins have to be initialized
Benjamin Peterson committed
May 5, 2009
B
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson committed
April 27, 2009
E
Merged revisions 72040 via svnmerge from
Eric Smith committed
April 16, 2009
M
Issue #1580: use short float repr where possible.
Mark Dickinson committed
July 16, 2008
G
Merged revisions 63955 via svnmerge from
Georg Brandl committed
June 17, 2008
A
Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,64342 via svnmerge from
Amaury Forgeot d'Arc committed
May 26, 2008
C
Renamed files bytesobject.[ch] and stringobject.[ch]
Christian Heimes committed
April 19, 2008
C
Merged revisions 62380,62382-62383 via svnmerge from
Christian Heimes committed
April 13, 2008
March 28, 2008
C
Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from
Christian Heimes committed
December 19, 2007
C
Merged revisions 59541-59561 via svnmerge from
Christian Heimes committed
December 2, 2007
October 8, 2007
G
Delete bufferobject.[ch].
Guido van Rossum committed
August 18, 2007
T
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
Travis E. Oliphant committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
December 28, 2006
N
Cruft removal:
Neal Norwitz committed
August 17, 2006
G
Completely get rid of PyClass and PyInstance.
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 22, 2006
G
Here is a bytes type. It's very minimal but it's a start.
Guido van Rossum committed
March 17, 2006
N
Remove PyArg_NoArgs() and PyArg_GetInt()
Neal Norwitz committed
December 17, 2005
N
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed
July 27, 2004
M
Use intptr_t/uintptr_t on Windows
Martin v. Löwis committed