COMMITS
/ setup.py January 22, 2021
P
bpo-31904: setup.py: fix cross-compilation on VxWorks (GH-24191)
pxinwr committed
January 19, 2021
V
bpo-42955: Add Python/module_names.h (GH-24258)
Victor Stinner committed
January 6, 2021
E
bpo-40810: Require SQLite 3.7.15 (GH-24106)
Erlend Egeberg Aasland committed
December 30, 2020
P
bpo-27640: Add --disable-test-modules configure option (GH-23886)
pxinwr committed
December 14, 2020
V
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
Victor Stinner committed
December 8, 2020
P
bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226)
Petr Viktorin committed
December 5, 2020
N
bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649)
Ned Deily committed
December 3, 2020
F
bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556)
FX Coudert committed
November 28, 2020
November 22, 2020
R
bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301)
Ronald Oussoren committed
November 18, 2020
E
bpo-40656: Clean up detect_socket() (GH-20148)
Erlend Egeberg Aasland committed
November 14, 2020
R
bpo-42351: Avoid error when opening header with non-UTF8 encoding (GH-23279)
Ronald Oussoren committed
November 8, 2020
R
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren committed
October 27, 2020
V
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
Victor Stinner committed
October 26, 2020
V
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
Victor Stinner committed
October 13, 2020
K
bpo-40422: Move _Py_closerange to fileutils.c (GH-22680)
Kyle Evans committed
October 4, 2020
M
Typo fix (GH-22496)
Manan Kumar Garg committed
September 7, 2020
E
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
Erlend Egeberg Aasland committed
June 22, 2020
V
bpo-41078: Add pycore_list.h internal header file (GH-21057)
Victor Stinner committed
June 20, 2020
S
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
Serhiy Storchaka committed
June 15, 2020
V
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Victor Stinner committed
June 11, 2020
P
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo committed
May 18, 2020
N
N
bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)
Ned Deily committed
N
bpo-34956: Fix macOS _tkinter use of Tcl/Tk in /Library/Frameworks (GH-20171)
Ned Deily committed
C
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
Chris Jerdonek committed
May 17, 2020
E
bpo-35569: Expose RFC 3542 IPv6 socket options on macOS (GH-19526)
Erlend Egeberg Aasland committed
May 16, 2020
P
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
Paul Ganssle committed
May 15, 2020
C
bpo-40637: Add option to disable builtin hashes (GH-20121)
Christian Heimes committed
April 22, 2020
J
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
Joshua Root committed
April 17, 2020
V
bpo-40286: Add randbytes() method to random.Random (GH-19527)
Victor Stinner committed
V
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Victor Stinner committed
April 1, 2020
V
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner committed
March 31, 2020
V
bpo-40094: Add run_command() to setup.py (GH-19266)
Victor Stinner committed
March 9, 2020
V
bpo-39763: Add _bootsubprocess to build Python on AIX (GH-18872)
Victor Stinner committed
March 4, 2020
V
bpo-39763: Refactor setup.py (GH-18778)
Victor Stinner committed
V
bpo-39763: distutils.spawn now uses subprocess (GH-18743)
Victor Stinner committed
February 12, 2020
V
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Victor Stinner committed
August 23, 2019
D
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)
Dong-hee Na committed
July 13, 2019
G
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
gescheit committed
July 10, 2019
S
Rename memory.c to mpalloc.c for consistency with the header file. (#14687)
Stefan Krah committed
June 29, 2019
B
bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14470)
Benjamin Peterson committed
June 21, 2019
M
bpo-36210: update optional extension handling for AIX (GH-12202)
Michael Felt committed
June 3, 2019
N
bpo-36231: Support building on macOS without /usr/include (GH-13773)
Ned Deily committed
May 31, 2019
C
bpo-34271: Add ssl debugging helpers (GH-10031)
Christian Heimes committed
April 26, 2019
C
bpo-31525: Increase minimum sqlite version number check (GH-12923)
Charles Pigott committed
April 23, 2019
V
bpo-36635, bpo-36696: Fix setup.py on AIX (GH-12922)
Victor Stinner committed
April 18, 2019
V
bpo-36635: Add _testinternalcapi module (GH-12841)
Victor Stinner committed
April 17, 2019
V
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
Victor Stinner committed
April 15, 2019
P
bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833)
pxinwr committed