COMMITS
/ Include/Python.h June 21, 2020
L
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
Lysandros Nikolaou committed
April 28, 2020
V
bpo-40421: Add Include/cpython/code.h header file (GH-19756)
Victor Stinner committed
V
bpo-40421: Add pyframe.h header file (GH-19755)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 7, 2020
G
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum committed
February 12, 2020
V
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Victor Stinner committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
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