summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* gh-99113: Share the GIL via PyInterpreterState.ceval.gil (gh-104203)Eric Snow2023-05-051-0/+1
* gh-103533: Use PEP 669 APIs for cprofile (GH-103534)Tian Gao2023-05-051-68/+184
* GH-96803: Add three C-API functions to make _PyInterpreterFrame less opaque f...Mark Shannon2023-05-051-1/+2
* gh-64631: Test exception messages in cloned Argument Clinic funcs (#104167)Erlend E. Aasland2023-05-052-1/+340
* GH-103092: port `_asyncio` freelist to module state (#104196)Kumar Aditya2023-05-051-27/+25
* gh-104051: fix crash in test_xxtestfuzz with -We (#104052)Irit Katriel2023-05-051-3/+10
* gh-104190: fix ubsan crash (#104191)sunmy20192023-05-051-1/+1
* gh-104106: Add gcc fallback of mkfifoat/mknodat for macOS (gh-104129)Dong-hee Na2023-05-051-4/+12
* gh-99593: Add tests for Unicode C API (part 2) (#99868)Serhiy Storchaka2023-05-042-27/+480
* gh-102500: Implement PEP 688 (#102521)Jelle Zijlstra2023-05-044-2/+107
* gh-96534: socketmodule: support FreeBSD divert(4) socket (#96536)Gleb Smirnoff2023-05-041-0/+13
* gh-103092: Port _ctypes.COMError to heap type (#104020)Erlend E. Aasland2023-05-043-60/+47
* gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)Petr Viktorin2023-05-045-2/+478
* gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (...Petr Viktorin2023-05-031-1/+15
* gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API (gh-104110)Eric Snow2023-05-032-6/+6
* gh-94673: More Per-Interpreter Fields for Builtin Static Types (gh-103912)Eric Snow2023-05-032-28/+4
* gh-84436: Add integration C API tests for immortal objects (gh-103962)Dong-hee Na2023-05-024-1/+52
* gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)Jurica Bradarić2023-05-022-1/+117
* gh-94673: Hide Objects in PyTypeObject Behind Accessors (gh-104074)Eric Snow2023-05-021-3/+4
* gh-94673: Properly Initialize and Finalize Static Builtin Types for Each Inte...Eric Snow2023-05-021-6/+2
* gh-87092: Expose assembler to unit tests (#103988)Irit Katriel2023-05-012-2/+127
* gh-97696: asyncio eager tasks factory (#102853)Itamar Ostricher2023-05-012-21/+436
* Fix typo in "expected" word in few source files (#104034)chgnrdv2023-05-011-1/+1
* gh-104028: Reduce object creation while calling callback function from gc (gh...Dong-hee Na2023-05-011-1/+11
* gh-103793: Defer formatting task name (#103767)Itamar Ostricher2023-04-291-2/+11
* gh-98040: Remove just the `imp` module (#98573)Barry Warsaw2023-04-281-12/+0
* GH-103944: Check error status when raising DeprecationWarning (#103949)Paul Ganssle2023-04-281-12/+12
* Fix typo in math.log docstring (#103943)Wes Turner2023-04-281-1/+1
* gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)Eric Snow2023-04-273-14/+5
* GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)Paul Ganssle2023-04-271-0/+14
* gh-102765: Update ntpath.isdir/isfile/islink/exists to use GetFileInformation...Finn Womack2023-04-271-118/+191
* gh-103583: Isolate CJK codec modules (#103869)Erlend E. Aasland2023-04-277-205/+226
* gh-103092: Isolate _ctypes, part 1 (#103893)Erlend E. Aasland2023-04-276-195/+227
* gh-89415: Add source-specific multicast constants to socket module (#103684)Reese Hyde2023-04-271-0/+12
* gh-103489: Add get/set config methods to sqlite3.Connection (#103506)Erlend E. Aasland2023-04-263-1/+240
* gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension ...Erlend E. Aasland2023-04-262-12/+70
* gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)Eric Snow2023-04-241-2/+10
* gh-94518: Port 23-argument `_posixsubprocess.fork_exec` to Argument Clinic (#...Oleg Iarygin2023-04-242-66/+255
* gh-103091: Add PyUnstable_Type_AssignVersionTag (#103095)Brett Simmers2023-04-241-0/+13
* gh-103712: Increase the length of the type name in AttributeError messages (#...Alex Gaynor2023-04-241-1/+1
* gh-101408: PyObject_GC_Resize should calculate preheader size. (gh-101741)Dong-hee Na2023-04-231-6/+7
* gh-84436: Implement Immortal Objects (gh-19474)Eddie Elizondo2023-04-221-1/+14
* gh-83861: Fix datetime.astimezone() method (GH-101545)Alexander Belopolsky2023-04-191-2/+16
* gh-103583: Add ref. dependency between multibytecodec modules (#103589)Erlend E. Aasland2023-04-193-14/+58
* gh-103583: Always pass multibyte codec structs as const (#103588)Erlend E. Aasland2023-04-192-7/+7
* gh-103617: Fix compiler warning in _iomodule.c (#103618)Erlend E. Aasland2023-04-191-2/+3
* gh-103583: Add codecs and maps to _codecs_* module state (#103540)Erlend E. Aasland2023-04-178-94/+161
* gh-103532: Remove TKINTER_PROTECT_LOADTK code (GH-103535)Christopher Chavez2023-04-143-79/+0
* gh-67230: add quoting rules to csv module (GH-29469)Skip Montanaro2023-04-121-1/+15
* gh-103092: Isolate `_collections` (#103093)Erlend E. Aasland2023-04-122-278/+281