.. |
_abc.c.h
|
…
|
|
_asynciomodule.c.h
|
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)
|
2024-02-05 21:49:17 +01:00 |
_bisectmodule.c.h
|
…
|
|
_bz2module.c.h
|
…
|
|
_codecsmodule.c.h
|
gh-115026: Argument Clinic: handle PyBuffer_FillInfo errors in generated code (#115027)
|
2024-02-05 11:45:09 +01:00 |
_collectionsmodule.c.h
|
gh-112050: Make collections.deque thread-safe in free-threaded builds (#113830)
|
2024-02-15 09:22:47 +01:00 |
_contextvarsmodule.c.h
|
…
|
|
_csv.c.h
|
…
|
|
_curses_panel.c.h
|
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)
|
2024-02-05 21:49:17 +01:00 |
_cursesmodule.c.h
|
…
|
|
_datetimemodule.c.h
|
gh-112919: Speed-up datetime, date and time.replace() (GH-112921)
|
2024-01-30 15:19:46 +00:00 |
_dbmmodule.c.h
|
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)
|
2024-02-05 21:49:17 +01:00 |
_elementtree.c.h
|
gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623)
|
2024-02-29 14:52:50 -08:00 |
_functoolsmodule.c.h
|
…
|
|
_gdbmmodule.c.h
|
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)
|
2024-02-05 21:49:17 +01:00 |
_hashopenssl.c.h
|
…
|
|
_heapqmodule.c.h
|
…
|
|
_localemodule.c.h
|
…
|
|
_lsprof.c.h
|
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)
|
2024-02-05 21:49:17 +01:00 |
_lzmamodule.c.h
|
…
|
|
_opcode.c.h
|
gh-112383: teach dis how to interpret ENTER_EXECUTOR (#117171)
|
2024-03-23 22:32:33 +00:00 |
_operator.c.h
|
…
|
|
_pickle.c.h
|
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)
|
2024-02-05 21:49:17 +01:00 |
_posixsubprocess.c.h
|
…
|
|
_queuemodule.c.h
|
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)
|
2024-02-05 21:49:17 +01:00 |
_randommodule.c.h
|
…
|
|
_ssl.c.h
|
gh-116646, AC: Add CConverter.use_converter() method (#116793)
|
2024-03-14 13:57:02 +01:00 |
_statisticsmodule.c.h
|
gh-85283: Build _statistics extension with the limited C API (#116927)
|
2024-03-17 18:59:02 +01:00 |
_struct.c.h
|
…
|
|
_suggestions.c.h
|
…
|
|
_sysconfig.c.h
|
…
|
|
_testclinic.c.h
|
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)
|
2024-02-05 21:49:17 +01:00 |
_testclinic_depr.c.h
|
…
|
|
_testclinic_limited.c.h
|
gh-116646: Add limited C API support to AC fildes converter (#116769)
|
2024-03-14 10:28:58 +01:00 |
_testinternalcapi.c.h
|
…
|
|
_testmultiphase.c.h
|
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)
|
2024-02-05 21:49:17 +01:00 |
_tkinter.c.h
|
…
|
|
_tracemalloc.c.h
|
…
|
|
_typingmodule.c.h
|
…
|
|
_weakref.c.h
|
…
|
|
_winapi.c.h
|
gh-89240: Enable multiprocessing on Windows to use large process pools (GH-107873)
|
2024-02-13 00:28:35 +00:00 |
_zoneinfo.c.h
|
…
|
|
arraymodule.c.h
|
gh-114894: add array.array.clear() method (#114919)
|
2024-02-10 07:59:46 -08:00 |
binascii.c.h
|
…
|
|
cmathmodule.c.h
|
…
|
|
fcntlmodule.c.h
|
gh-85283: Build fcntl extension with the limited C API (#116791)
|
2024-03-14 12:01:13 +00:00 |
gcmodule.c.h
|
gh-112529: Simplify PyObject_GC_IsTracked and PyObject_GC_IsFinalized (#114732)
|
2024-02-28 15:37:59 -05:00 |
grpmodule.c.h
|
gh-85283: Convert grp extension to the limited C API (#116611)
|
2024-03-12 00:46:53 +00:00 |
itertoolsmodule.c.h
|
…
|
|
mathmodule.c.h
|
gh-73468: Add math.fma() function (#116667)
|
2024-03-17 13:58:26 +00:00 |
md5module.c.h
|
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)
|
2024-02-05 21:49:17 +01:00 |
overlapped.c.h
|
…
|
|
posixmodule.c.h
|
gh-116646, AC: Always use PyObject_AsFileDescriptor() in fildes (#116806)
|
2024-03-14 14:58:07 +01:00 |
pwdmodule.c.h
|
gh-85283: Build pwd extension with the limited C API (#116841)
|
2024-03-15 08:49:58 +01:00 |
pyexpat.c.h
|
gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623)
|
2024-02-29 14:52:50 -08:00 |
readline.c.h
|
…
|
|
resource.c.h
|
…
|
|
selectmodule.c.h
|
gh-116646, AC: Always use PyObject_AsFileDescriptor() in fildes (#116806)
|
2024-03-14 14:58:07 +01:00 |
sha1module.c.h
|
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)
|
2024-02-05 21:49:17 +01:00 |
sha2module.c.h
|
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)
|
2024-02-05 21:49:17 +01:00 |
sha3module.c.h
|
…
|
|
signalmodule.c.h
|
…
|
|
socketmodule.c.h
|
…
|
|
symtablemodule.c.h
|
…
|
|
syslogmodule.c.h
|
…
|
|
termios.c.h
|
gh-85283: Build termios extension with the limited C API (#116928)
|
2024-03-17 15:12:29 +00:00 |
timemodule.c.h
|
…
|
|
unicodedata.c.h
|
…
|
|
zlibmodule.c.h
|
gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016)
|
2024-02-05 21:49:17 +01:00 |