index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301)
Ronald Oussoren
2020-11-22
1
-27/+4
*
bpo-40656: Clean up detect_socket() (GH-20148)
Erlend Egeberg Aasland
2020-11-18
1
-12/+10
*
bpo-42351: Avoid error when opening header with non-UTF8 encoding (GH-23279)
Ronald Oussoren
2020-11-14
1
-1/+1
*
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren
2020-11-08
1
-49/+45
*
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
Victor Stinner
2020-10-27
1
-1/+4
*
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
Victor Stinner
2020-10-26
1
-1/+2
*
bpo-40422: Move _Py_closerange to fileutils.c (GH-22680)
Kyle Evans
2020-10-13
1
-1/+2
*
Typo fix (GH-22496)
Manan Kumar Garg
2020-10-04
1
-5/+5
*
bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)
Erlend Egeberg Aasland
2020-09-07
1
-2/+2
*
bpo-41078: Add pycore_list.h internal header file (GH-21057)
Victor Stinner
2020-06-22
1
-1/+2
*
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
Serhiy Storchaka
2020-06-20
1
-4/+4
*
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Victor Stinner
2020-06-15
1
-1/+2
*
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
1
-3/+0
*
Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (...
Ned Deily
2020-05-18
1
-3/+2
*
bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)
Ned Deily
2020-05-18
1
-2/+3
*
bpo-34956: Fix macOS _tkinter use of Tcl/Tk in /Library/Frameworks (GH-20171)
Ned Deily
2020-05-18
1
-43/+110
*
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
Chris Jerdonek
2020-05-18
1
-1/+2
*
bpo-35569: Expose RFC 3542 IPv6 socket options on macOS (GH-19526)
Erlend Egeberg Aasland
2020-05-17
1
-2/+6
*
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
Paul Ganssle
2020-05-16
1
-0/+14
*
bpo-40637: Add option to disable builtin hashes (GH-20121)
Christian Heimes
2020-05-15
1
-30/+76
*
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
Joshua Root
2020-04-22
1
-1/+1
*
bpo-40286: Add randbytes() method to random.Random (GH-19527)
Victor Stinner
2020-04-17
1
-1/+2
*
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Victor Stinner
2020-04-17
1
-1/+3
*
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner
2020-04-01
1
-2/+1
*
bpo-40094: Add run_command() to setup.py (GH-19266)
Victor Stinner
2020-03-31
1
-16/+22
*
bpo-39763: Add _bootsubprocess to build Python on AIX (GH-18872)
Victor Stinner
2020-03-09
1
-41/+5
*
bpo-39763: Refactor setup.py (GH-18778)
Victor Stinner
2020-03-04
1
-13/+32
*
bpo-39763: distutils.spawn now uses subprocess (GH-18743)
Victor Stinner
2020-03-04
1
-0/+60
*
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Victor Stinner
2020-02-12
1
-0/+2
*
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)
Dong-hee Na
2019-08-23
1
-0/+2
*
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
gescheit
2019-07-13
1
-1/+1
*
Rename memory.c to mpalloc.c for consistency with the header file. (#14687)
Stefan Krah
2019-07-10
1
-1/+1
*
bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14470)
Benjamin Peterson
2019-06-29
1
-2/+2
*
bpo-36210: update optional extension handling for AIX (GH-12202)
Michael Felt
2019-06-21
1
-8/+17
*
bpo-36231: Support building on macOS without /usr/include (GH-13773)
Ned Deily
2019-06-03
1
-7/+45
*
bpo-34271: Add ssl debugging helpers (GH-10031)
Christian Heimes
2019-05-31
1
-5/+7
*
bpo-31525: Increase minimum sqlite version number check (GH-12923)
Charles Pigott
2019-04-26
1
-3/+3
*
bpo-36635, bpo-36696: Fix setup.py on AIX (GH-12922)
Victor Stinner
2019-04-23
1
-3/+3
*
bpo-36635: Add _testinternalcapi module (GH-12841)
Victor Stinner
2019-04-18
1
-0/+4
*
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
Victor Stinner
2019-04-17
1
-3/+3
*
bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833)
pxinwr
2019-04-15
1
-6/+7
*
bpo-36577: setup.py reports missing OpenSSL again (GH-12746)
Christian Heimes
2019-04-09
1
-0/+2
*
bpo-36544 : Fix regression introduced in bpo-36146 (GH-12708)
xdegaye
2019-04-09
1
-0/+2
*
bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658)
Michael Felt
2019-04-08
1
-3/+0
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-15
1
-3/+1
*
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-03-04
1
-1/+3
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-01
1
-3/+1
*
bpo-36146: Add TEST_EXTENSIONS to setup.py (GH-12129)
Victor Stinner
2019-03-01
1
-81/+84
*
bpo-36146: Don't run code at setup.py top level (GH-12127)
Victor Stinner
2019-03-01
1
-76/+64
*
bpo-36146: Split setup.py into subfunctions (GH-12125)
Victor Stinner
2019-03-01
1
-228/+249
[next]