23 Commits (eaccc12aa986f92ea05f3f0a63cedbff78dd67f1)

Author SHA1 Message Date
Victor Stinner 37834136d0
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) 5 years ago
Victor Stinner 47e1afd2a1
bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) 5 years ago
Kyle Evans 7992579cd2
bpo-40422: Move _Py_closerange to fileutils.c (GH-22680) 5 years ago
Victor Stinner c45dbe93b7
bpo-41078: Add pycore_list.h internal header file (GH-21057) 6 years ago
Pablo Galindo 1ed83adb0e
bpo-40939: Remove the old parser (GH-20768) 6 years ago
Paul Ganssle 62972d9d73
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909) 6 years ago
Victor Stinner b617993b7c
bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044) 6 years ago
Pablo Galindo c5fc156852
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) 6 years ago
Victor Stinner 9f5fe7910f
bpo-40286: Add randbytes() method to random.Random (GH-19527) 6 years ago
Victor Stinner 1ae035b7e8
bpo-40302: Add pycore_byteswap.h header file (GH-19552) 6 years ago
Victor Stinner e9e7d284c4
bpo-35081: Move dtoa.h header to the internal C API (GH-18489) 6 years ago
Dong-hee Na 0a18ee4be7 bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) 6 years ago
aaronpaulhurst 408a2ef1ac closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing of pyexpat line in Setup. (GH-13064) 7 years ago
Victor Stinner 23bace26ec
bpo-36635: Add _testinternalcapi module (GH-12841) 7 years ago
Victor Stinner 5c75f37d47
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) 7 years ago
Victor Stinner 02e6bf7f20
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) 7 years ago
Victor Stinner 130893debf
bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363) 7 years ago
Max Bélanger 318ab63c01 closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match `setup.py` (GH-10289) 7 years ago
Victor Stinner 27e2d1f219
bpo-35081: Add pycore_ prefix to internal header files (GH-10263) 7 years ago
Victor Stinner c89a932714
bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107) 7 years ago
Serhiy Storchaka 79d1c2e6c9
bpo-25711: Rewrite zipimport in pure Python. (GH-6809) 7 years ago
Benjamin Peterson b9bf9d025e
Delete old expat comment. (GH-9197) 7 years ago
Antoine Pitrou 961d54c5c1
bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) 8 years ago
xdegaye 063db62aab bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH-6489) 8 years ago
Ivan Levkivskyi 03e3c340a0
bpo-31333: Re-implement ABCMeta in C (#5273) 8 years ago
Victor Stinner 5de15f1d5f
bpo-28046: Remove MACHDEPPATH from Modules/Setup.dist (#5289) 8 years ago
Yury Selivanov f23746a934
bpo-32436: Implement PEP 567 (#5027) 8 years ago
Nathaniel J. Smith 735ae8d139 bpo-29137: Remove fpectl module (#4789) 8 years ago
Antoine Pitrou a6a4dc816d bpo-31370: Remove support for threads-less builds (#3385) 8 years ago
Benjamin Peterson 069306312a remove IRIX support (closes bpo-31341) (#3310) 8 years ago
Segev Finer 1c1f8f30c0 Add missing _sha3 module to Setup.dist (#2395) 8 years ago
xdegaye c0364fc7c2 bpo-20210: Support the *disabled* marker in Setup files (GH-132) 9 years ago
INADA Naoki 9f2ce25481 Issue #28428: Rename _futures module to _asyncio. 9 years ago
doko@ubuntu.com 95b826d050 - Modules/Setup.dist: Add the _blake2 module 9 years ago
doko@ubuntu.com 43d3032384 - Modules/Setup.dist: Add the _blake2 module 9 years ago
INADA Naoki 9e4e38ecd2 Issue #26801: Added C implementation of asyncio.Future. 9 years ago
Benjamin Peterson 7d895ac953 remove --with(out)-signal-module, since the signal module is non-optional 9 years ago
doko@ubuntu.com 1345d20193 - Use PLATDIR for the platform directory everywhere (refactoring only) 11 years ago
doko@ubuntu.com 6433e9efde - Modules/Setup.dist: remove time extension duplicate, introduced by the fix for #5309. 11 years ago
Antoine Pitrou 2c0a916061 Issue #5309: distutils' build and build_ext commands now accept a ``-j`` 11 years ago
Victor Stinner ed3b0bca3e Issue #18874: Implement the PEP 454 (tracemalloc) 12 years ago
Christian Heimes c77d9f38c2 Issue #11016: Add C implementation of the stat module as _stat 13 years ago
Łukasz Langa 6f69251980 Add reference implementation for PEP 443 13 years ago
Antoine Pitrou a85017fbe3 Issue #16694: Add a pure Python implementation of the operator module. 13 years ago
doko@ubuntu.com 8fa3be2bc8 - Mention _heapq in Setup.dist. 14 years ago
doko@ubuntu.com 1e3398a50c ... and fix the name of the sha1 file name. 14 years ago
doko@ubuntu.com dca7303ff5 Fix name of the sha1 extension. 14 years ago
doko@ubuntu.com 0684a9d146 Remove references to removed md5.h and md5.c files. 14 years ago
Florent Xicluna 992d9e081f Fix few typos. 14 years ago
Victor Stinner 024e37adcc Issue #11393: Add the new faulthandler module 15 years ago