summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)Victor Stinner2023-06-061-1/+1
* gh-104399: Use newer libtommath APIs when necessary (GH-104407)Christopher Chavez2023-06-061-2/+21
* gh-80480: array: Add 'w' typecode. (#105242)Inada Naoki2023-06-041-26/+107
* gh-104690 Disallow thread creation and fork at interpreter finalization (#104...chgnrdv2023-06-043-2/+30
* gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258)Eric Snow2023-06-022-14/+4
* gh-104614: Fix potential ref. leak in _testcapimodule/get_basic_static_type()...Erlend E. Aasland2023-06-021-1/+3
* gh-105240: add missing function prototypes (#105241)Irit Katriel2023-06-021-2/+2
* GH-104584: Plugin optimizer API (GH-105100)Mark Shannon2023-06-021-0/+18
* gh-92536: Remove PyUnicode_READY() calls (#105210)Victor Stinner2023-06-0117-105/+2
* gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)Victor Stinner2023-06-0116-178/+16
* gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready() (gh-10...Eric Snow2023-06-011-0/+45
* gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (#105174)Gregory P. Smith2023-06-014-3/+8775
* gh-105145: Deprecate Py_GetPath() function (#105179)Victor Stinner2023-06-011-5/+3
* gh-89886: Rely on HAVE_SYS_TIME_H (#105058)Erlend E. Aasland2023-06-012-0/+6
* remove unused #includes of pycore_pymem.h (#105166)Irit Katriel2023-06-011-1/+0
* gh-105107: Remove PyCFunction_Call() function (#105181)Victor Stinner2023-06-011-0/+14
* gh-105145: Remove old functions to config Python init (#105154)Victor Stinner2023-06-011-1/+0
* gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)Victor Stinner2023-06-013-7/+7
* gh-102251: Explicitly free state for test modules with state in test_import (...sunmy20192023-05-311-1/+21
* gh-105156: Argument Clinic avoids Py_UNICODE type (#105161)Victor Stinner2023-05-316-29/+27
* gh-62948: IOBase finalizer logs close() errors (#105104)Victor Stinner2023-05-311-12/+0
* gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)Inada Naoki2023-05-312-87/+0
* gh-105020: Share tp_bases and tp_mro Between Interpreters For All Static Buil...Eric Snow2023-05-311-0/+23
* gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementatio...Irit Katriel2023-05-302-1/+49
* gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)Steve Dower2023-05-302-1/+164
* gh-102251: Fix reference leak in _testsinglephase initialization (#105082)sunmy20192023-05-301-1/+3
* gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...Steve Dower2023-05-292-1/+159
* GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104965)Raymond Hettinger2023-05-261-1/+43
* GH-104787: use managed dict in `_asyncio` (#104795)Kumar Aditya2023-05-261-9/+5
* gh-104372: Drop the GIL around the vfork() call. (#104782)Gregory P. Smith2023-05-251-1/+18
* gh-104773: PEP 594: Remove the audioop module (#104937)Victor Stinner2023-05-254-3325/+0
* gh-104773: PEP 594: Remove the crypt module (#104908)Victor Stinner2023-05-254-156/+0
* gh-104820: Fixes os.stat on Windows to better handle file systems that do not...Steve Dower2023-05-241-4/+8
* gh-104773: PEP 594: Remove the nis module (#104897)Victor Stinner2023-05-243-540/+0
* gh-104773: PEP 594: Remove the spwd module (#104871)Victor Stinner2023-05-244-351/+0
* gh-99108: Refresh HACL* (#104808)Jonathan Protzenko2023-05-2414-140/+214
* gh-104773: PEP 594: Remove the ossaudiodev module (#104862)Victor Stinner2023-05-243-1402/+1
* gh-104372: use == -1 before PyErr_Occurred (#104831)Gregory P. Smith2023-05-241-1/+1
* gh-103295: fix stack overwrite on 32-bit in perf map test harness (#104811)Carl Meyer2023-05-231-4/+9
* Fix missing/incomplete NULL checks in multiple source files (#104564)chgnrdv2023-05-235-1/+20
* gh-104469: Convert _testcapi/long to use AC (gh-104720)Dong-hee Na2023-05-232-35/+250
* gh-99108: Release the GIL around hashlib built-in computation (#104675)Gregory P. Smith2023-05-236-15/+204
* GH-103092: isolate `_ssl` (#104725)Kumar Aditya2023-05-223-14/+21
* gh-98836: Extend PyUnicode_FromFormat() (GH-98838)Serhiy Storchaka2023-05-214-29/+52
* gh-103857: Document utcnow and utcfromtimestamp deprecations in What's New (#...Hugo van Kemenade2023-05-211-1/+1
* GH-101291: Add low level, unstable API for pylong (GH-101685)Mark Shannon2023-05-211-0/+13
* gh-103295: expose API for writing perf map files (#103546)gsallam2023-05-211-0/+27
* gh-104469: Convert _testcapi/exceptions to use AC (gh-104502)Dong-hee Na2023-05-212-97/+531
* gh-104698: Fix reference leak in mmapmodule.c (#104700)Kirill Podoprigora2023-05-211-3/+19
* gh-104372: Use non-Raw malloc for c_fds_to_keep in _posixsubprocess (#104697)Gregory P. Smith2023-05-201-2/+2