Commits
User selector
Commit History
Commits on Nov 20, 2021
Commits on Nov 19, 2021
- authored
bpo-45774: Autoconfiscate SQLite detection (GH-29507)
Show description for 29e5874andauthored
Commits on Nov 18, 2021
bpo-45573: Introduce extension module flags in Makefile (GH-29594)
Show description for 25ecc04authored
Commits on Nov 14, 2021
bpo-45800: Move pyexpat build setup into configure (GH-29547)
Show description for 464e661authored
Commits on Nov 13, 2021
bpo-45798: Move _decimal build setup into configure (GH-29541)
Show description for 0486570authored
Commits on Nov 10, 2021
bpo-45747: Detect gdbm/dbm dependencies in configure (GH-29467)
Show description for 0a9f695andauthored
Commits on Oct 29, 2021
bpo-45548: Some test modules must be built as shared libs (GH-29268)
Show description for f0150acauthored
Commits on Oct 28, 2021
bpo-45548: Fix out-of-tree and Debian builds (GH-29263)
Show description for 4c95fb4authored
Commits on Oct 25, 2021
bpo-45548: Add missing extensions to Modules/Setup (GH-29199)
Show description for ece916eauthoredbpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)
Show description for fa26245authored
Commits on Oct 22, 2021
bpo-45570: Simplify setup macros for pyexpat (GH-29159)
Show description for ec93721authoredbpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Show description for 03e9f5dauthored- authored
Commits on Oct 21, 2021
bpo-45548: add some missing entries to `Modules/Setup` (GH-29115)
Show description for dd86f63authored
Commits on Oct 13, 2021
bpo-45434: Remove pystrhex.h header file (GH-28923)
Show description for bbe7497authored
Commits on Jul 22, 2021
bpo-44353: Implement typing.NewType __call__ method in C (#27262)
Show description for 96c4cbdauthored
Commits on Apr 21, 2021
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Show description for cdad272authored
Commits on Apr 17, 2021
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
Show description for 39258d3authored
Commits on Oct 27, 2020
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
Show description for 3783413authored
Commits on Oct 26, 2020
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713)
Show description for 47e1afdauthored
Commits on Oct 13, 2020
bpo-40422: Move _Py_closerange to fileutils.c (GH-22680)
Show description for 7992579authored
Commits on Jun 22, 2020
bpo-41078: Add pycore_list.h internal header file (GH-21057)
Show description for c45dbe9authored
Commits on Jun 11, 2020
bpo-40939: Remove the old parser (GH-20768)
Show description for 1ed83adauthored
Commits on May 16, 2020
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
Show description for 62972d9authored
Commits on May 12, 2020
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044)
Show description for b617993authored
Commits on Apr 22, 2020
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Show description for c5fc156authored
Commits on Apr 17, 2020
bpo-40286: Add randbytes() method to random.Random (GH-19527)
Show description for 9f5fe79authoredbpo-40302: Add pycore_byteswap.h header file (GH-19552)
Show description for 1ae035bauthored
Commits on Feb 12, 2020
bpo-35081: Move dtoa.h header to the internal C API (GH-18489)
Show description for e9e7d28authored
Commits on Aug 23, 2019
- authored andcommitted
Commits on Jun 11, 2019
closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing of pyexpat line in Setup. (GH-13064)
Show description for 408a2efauthored andcommitted
Commits on Apr 18, 2019
bpo-36635: Add _testinternalcapi module (GH-12841)
Show description for 23bace2authored
Commits on Apr 17, 2019
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
Show description for 5c75f37authored
Commits on Nov 20, 2018
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606)
Show description for 02e6bf7authored