COMMITS
/ setup.py 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
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