| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.12] gh-99108: Refresh HACL* (GH-104808) (#104893) | Miss Islington (bot) | 2023-05-24 | 1 | -1/+1 |
|
|
* | gh-99108: fix typo in Modules/Setup (#104293) | Jonathan Protzenko | 2023-05-08 | 1 | -1/+1 |
|
|
* | gh-99108: Replace SHA3 implementation HACL* version (#103597) | Jonathan Protzenko | 2023-05-08 | 1 | -1/+1 |
|
|
* | gh-99108: Add missing md5/sha1 defines to Modules/Setup (#102308) | Anthony Sottile | 2023-02-28 | 1 | -2/+2 |
|
|
* | gh-99108: Followup fix for Modules/Setup (GH-102183) | Jonathan Protzenko | 2023-02-23 | 1 | -2/+2 |
|
|
* | gh-99108: Import MD5 and SHA1 from HACL* (#102089) | Jonathan Protzenko | 2023-02-22 | 1 | -2/+2 |
|
|
* | gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924) | Gregory P. Smith | 2023-02-16 | 1 | -2/+1 |
|
|
* | gh-101524: Split Up the _xxsubinterpreters Module (gh-101526) | Eric Snow | 2023-02-04 | 1 | -0/+1 |
|
|
* | gh-98627: Add the _testsinglephase Module (gh-99039) | Eric Snow | 2022-11-08 | 1 | -0/+1 |
|
|
* | gh-93939: Build C extensions without setup.py (GH-94474) | Christian Heimes | 2022-07-14 | 1 | -1/+1 |
|
|
* | bpo-45847: Port _scproxy to PY_STDLIB_MOD (GH-29644) | Christian Heimes | 2021-11-20 | 1 | -2/+2 |
|
|
* | bpo-45573: Move mandatory core modules to Modules/Setup.bootstrap (GH-29616) | Christian Heimes | 2021-11-19 | 1 | -25/+2 |
|
|
* | bpo-45774: Autoconfiscate SQLite detection (GH-29507) | Erlend Egeberg Aasland | 2021-11-19 | 1 | -1/+0 |
|
|
* | bpo-45573: Introduce extension module flags in Makefile (GH-29594) | Christian Heimes | 2021-11-18 | 1 | -3/+12 |
|
|
* | bpo-45800: Move pyexpat build setup into configure (GH-29547) | Christian Heimes | 2021-11-14 | 1 | -2/+2 |
|
|
* | bpo-45798: Move _decimal build setup into configure (GH-29541) | Christian Heimes | 2021-11-13 | 1 | -2/+1 |
|
|
* | bpo-45747: Detect gdbm/dbm dependencies in configure (GH-29467) | Christian Heimes | 2021-11-10 | 1 | -1/+1 |
|
|
* | bpo-45548: Some test modules must be built as shared libs (GH-29268) | Christian Heimes | 2021-10-29 | 1 | -4/+6 |
|
|
* | bpo-45548: Fix out-of-tree and Debian builds (GH-29263) | Christian Heimes | 2021-10-28 | 1 | -55/+52 |
|
|
* | bpo-45548: Add missing extensions to Modules/Setup (GH-29199) | Christian Heimes | 2021-10-25 | 1 | -33/+33 |
|
|
* | bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179) | Christian Heimes | 2021-10-25 | 1 | -2/+2 |
|
|
* | bpo-45570: Simplify setup macros for pyexpat (GH-29159) | Christian Heimes | 2021-10-22 | 1 | -2/+2 |
|
|
* | bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157) | Christian Heimes | 2021-10-22 | 1 | -31/+31 |
|
|
* | bpo-45548: Make `Modules/Setup` easier to read (GH-29143) | Brett Cannon | 2021-10-22 | 1 | -196/+115 |
|
|
* | bpo-45548: add some missing entries to `Modules/Setup` (GH-29115) | Brett Cannon | 2021-10-21 | 1 | -2/+20 |
|
|
* | bpo-45434: Remove pystrhex.h header file (GH-28923) | Victor Stinner | 2021-10-13 | 1 | -9/+13 |
|
|
* | bpo-44353: Implement typing.NewType __call__ method in C (#27262) | Yurii Karabas | 2021-07-22 | 1 | -0/+1 |
|
|
* | bpo-40137: Add pycore_moduleobject.h internal header (GH-25507) | Victor Stinner | 2021-04-21 | 1 | -6/+6 |
|
|
* | bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014) | Christian Heimes | 2021-04-17 | 1 | -5/+17 |
|
|
* | bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) | Victor Stinner | 2020-10-27 | 1 | -2/+2 |
|
|
* | bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) | Victor Stinner | 2020-10-26 | 1 | -1/+1 |
|
|
* | bpo-40422: Move _Py_closerange to fileutils.c (GH-22680) | Kyle Evans | 2020-10-13 | 1 | -1/+1 |
|
|
* | bpo-41078: Add pycore_list.h internal header file (GH-21057) | Victor Stinner | 2020-06-22 | 1 | -1/+1 |
|
|
* | bpo-40939: Remove the old parser (GH-20768) | Pablo Galindo | 2020-06-11 | 1 | -7/+0 |
|
|
* | bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909) | Paul Ganssle | 2020-05-16 | 1 | -0/+1 |
|
|
* | bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044) | Victor Stinner | 2020-05-12 | 1 | -1/+1 |
|
|
* | bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) | Pablo Galindo | 2020-04-22 | 1 | -0/+3 |
|
|
* | bpo-40286: Add randbytes() method to random.Random (GH-19527) | Victor Stinner | 2020-04-17 | 1 | -1/+1 |
|
|
* | bpo-40302: Add pycore_byteswap.h header file (GH-19552) | Victor Stinner | 2020-04-17 | 1 | -2/+2 |
|
|
* | bpo-35081: Move dtoa.h header to the internal C API (GH-18489) | Victor Stinner | 2020-02-12 | 1 | -2/+2 |
|
|
* | bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) | Dong-hee Na | 2019-08-23 | 1 | -0/+1 |
|
|
* | closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing o... | aaronpaulhurst | 2019-06-11 | 1 | -1/+1 |
|
|
* | bpo-36635: Add _testinternalcapi module (GH-12841) | Victor Stinner | 2019-04-18 | 1 | -0/+1 |
|
|
* | bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) | Victor Stinner | 2019-04-17 | 1 | -7/+7 |
|
|
* | bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) | Victor Stinner | 2018-11-20 | 1 | -1/+1 |
|
|
* | bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363) | Victor Stinner | 2018-11-09 | 1 | -0/+1 |
|
|
* | closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match ... | Max BĂ©langer | 2018-11-02 | 1 | -1/+1 |
|
|
* | bpo-35081: Add pycore_ prefix to internal header files (GH-10263) | Victor Stinner | 2018-10-31 | 1 | -6/+6 |
|
|
* | bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107) | Victor Stinner | 2018-10-25 | 1 | -0/+3 |
|
|
* | bpo-25711: Rewrite zipimport in pure Python. (GH-6809) | Serhiy Storchaka | 2018-09-18 | 1 | -4/+0 |
|
|