COMMITS
/ Include/Python.h May 26, 2019
A
bpo-36785: PEP 574 implementation (GH-7076)
Antoine Pitrou committed
March 1, 2019
V
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
Victor Stinner committed
December 30, 2018
G
bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373)
Gregory P. Smith committed
November 13, 2018
G
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
Gregory P. Smith committed
November 12, 2018
G
bpo-35214: Initial clang MemorySanitizer support (GH-10479)
Gregory P. Smith committed
October 30, 2018
V
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
Victor Stinner committed
October 25, 2018
V
bpo-35053: Add Include/tracemalloc.h (GH-10091)
Victor Stinner committed
September 14, 2018
B
bpo-34674: Assume unistd.h exists on Unix. (GH-9290)
Benjamin Peterson committed
August 1, 2018
V
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Victor Stinner committed
January 23, 2018
S
Y
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
September 6, 2017
E
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
Eric Snow committed
E
bpo-30860: Consolidate stateful runtime globals. (#2594)
Eric Snow committed
May 23, 2017
E
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow committed
June 4, 2016
E
issue27186: add C version of os.fspath(); patch by Jelle Zijlstra
Ethan Furman committed
May 30, 2015
E
Issue #16991: Add a C implementation of collections.OrderedDict.
Eric Snow committed
November 20, 2014
N
Issue #22869: Split pythonrun into two modules
Nick Coghlan committed
November 20, 2013
C
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes committed
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