COMMITS
/ setup.py 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
April 9, 2019
C
bpo-36577: setup.py reports missing OpenSSL again (GH-12746)
Christian Heimes committed
X
bpo-36544 : Fix regression introduced in bpo-36146 (GH-12708)
xdegaye committed
April 8, 2019
M
bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658)
Michael Felt committed
March 15, 2019
March 4, 2019
V
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159)
Victor Stinner committed
March 1, 2019
E
V
bpo-36146: Add TEST_EXTENSIONS to setup.py (GH-12129)
Victor Stinner committed
V
bpo-36146: Don't run code at setup.py top level (GH-12127)
Victor Stinner committed
V
bpo-36146: Split setup.py into subfunctions (GH-12125)
Victor Stinner committed
V
bpo-36146: Refactor setup.py: Add PyBuildExt.srcdir (GH-12124)
Victor Stinner committed
V
bpo-36146: Refactor setup.py: PyBuildExt.add() method (GH-12097)
Victor Stinner committed
V
bpo-36146: Fix inc_dirs in setup.py on macOS (GH-12098)
Victor Stinner committed
February 28, 2019
V
bpo-36146: Refactor setup.py (GH-12093)
Victor Stinner committed
February 27, 2019
P
bpo-31904: Add cross-build support for VxWorks RTOS (GH-11968)
pxinwr committed
February 25, 2019
A
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
Anthony Sottile committed
February 8, 2019
N
bpo-35903: Use autoconfig to probe for shm_open() and shm_unlink(). (#11765)
Neil Schemenauer committed
February 2, 2019
D
bpo-35813: Added shared_memory submodule of multiprocessing. (#11664)
Davin Potts committed
December 19, 2018
S
bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900)
stratakis committed
November 9, 2018
V
bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363)
Victor Stinner committed
July 11, 2018
C
bpo-29442: Replace optparse with argparse in setup.py (GH-139)
Chih-Hsuan Yen committed
April 20, 2018
B
bpo-25427: Remove pyvenv (GH-5962)
Brett Cannon committed
February 25, 2018
C
bpo-32647: Link ctypes extension with libdl. (#5550)
Christian Heimes committed
February 18, 2018
I
bpo-31333: Re-implement ABCMeta in C (#5273)
Ivan Levkivskyi committed
January 30, 2018
E
January 27, 2018
C
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
Christian Heimes committed
January 26, 2018
C
bpo-32521: nis libnsl (#5190)
Christian Heimes committed
January 23, 2018
Y
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov committed
January 22, 2018
V
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner committed
January 20, 2018
C
bpo-32598: Use autoconf to detect usable OpenSSL (#5242)
Christian Heimes committed
January 15, 2018
A
bpo-14976: Reentrant simple queue (#3346)
Antoine Pitrou committed
January 12, 2018
C
bpo-32521: nis libtirpc (#5137)
Christian Heimes committed
December 14, 2017
December 6, 2017
S
bpo-32233: Fix build with --with-system-libmpdec. (#4739)
Stefan Krah committed
November 26, 2017
N
bpo-11063: Handle uuid.h being in default include path (GH-4565)
Nick Coghlan committed
November 25, 2017
X
bpo-32059: setup.py now also searches the sysroot paths (GH-4452)
xdegaye committed
November 13, 2017
B
remove detect_math_libs (#4383)
Benjamin Peterson committed
November 8, 2017
V
Replace KB unit with KiB (#4293)
Victor Stinner committed
October 24, 2017
M
fixes bpo-31834: Use optimized code for BLAKE2 only with SSSE3+ (#4066)
Michał Górny committed
October 2, 2017
B
remove comment about long-gone SGI modules (#3850)
Benjamin Peterson committed
September 28, 2017
A
bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796)
Antoine Pitrou committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
September 6, 2017
S
bpo-30912: Don't check the content of ffi.h (GH-2687)
Shlomi Fish committed
D
bpo-29505: Add fuzz tests for float(str), int(str), unicode(str) (#2878)
Devin Jeanpierre committed
August 25, 2017
S
bpo-30923: Silence fall-through warnings in libexpat build. (#3205)
Stefan Krah committed
August 18, 2017
V
bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106)
Victor Stinner committed