cpython/Modules
2023-10-24 08:50:11 +03:00
..
_blake2 gh-67565: Remove redundant C-contiguity checks (GH-105521) 2023-10-23 12:54:46 +03:00
_ctypes gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094) 2023-10-20 18:08:41 +03:00
_decimal gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508) 2023-10-08 10:01:39 +03:00
_hacl
_io gh-67565: Remove redundant C-contiguity checks (GH-105521) 2023-10-23 12:54:46 +03:00
_multiprocessing gh-67565: Remove redundant C-contiguity checks (GH-105521) 2023-10-23 12:54:46 +03:00
_sqlite gh-67565: Remove redundant C-contiguity checks (GH-105521) 2023-10-23 12:54:46 +03:00
_sre gh-110964: Remove private _PyArg functions (#110966) 2023-10-17 14:30:31 +02:00
_ssl gh-110964: Remove private _PyArg functions (#110966) 2023-10-17 14:30:31 +02:00
_testcapi gh-110572: Remove test_* from _testcapi/getargs.c (GH-111214) 2023-10-24 08:50:11 +03:00
_testinternalcapi gh-111119: Fix flaky test test_lock_two_threads (gh-111124) 2023-10-20 16:51:34 +00:00
_xxtestfuzz gh-107652: Set up CIFuzz to run fuzz targets continuously (#107653) 2023-10-09 09:30:10 -06:00
cjkcodecs gh-67565: Remove redundant C-contiguity checks (GH-105521) 2023-10-23 12:54:46 +03:00
clinic gh-67565: Remove redundant C-contiguity checks (GH-105521) 2023-10-23 12:54:46 +03:00
expat
_abc.c
_asynciomodule.c gh-110964: Remove private _PyArg functions (#110966) 2023-10-17 14:30:31 +02:00
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c
_contextvarsmodule.c
_csv.c gh-110964: Remove private _PyArg functions (#110966) 2023-10-17 14:30:31 +02:00
_curses_panel.c gh-110964: Remove private _PyArg functions (#110966) 2023-10-17 14:30:31 +02:00
_cursesmodule.c gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094) 2023-10-20 18:08:41 +03:00
_datetimemodule.c gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094) 2023-10-20 18:08:41 +03:00
_dbmmodule.c gh-110964: Remove private _PyArg functions (#110966) 2023-10-17 14:30:31 +02:00
_elementtree.c
_functoolsmodule.c gh-102757: fix function signature mismatch for functools.reduce between code and documentation (#102759) 2023-09-18 10:42:58 -06:00
_gdbmmodule.c gh-110964: Remove private _PyArg functions (#110966) 2023-10-17 14:30:31 +02:00
_hashopenssl.c
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c
_lzmamodule.c
_math.h
_opcode.c gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094) 2023-10-20 18:08:41 +03:00
_operator.c
_pickle.c
_posixsubprocess.c
_queuemodule.c gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567) 2023-10-17 23:05:49 +00:00
_randommodule.c gh-110964: Remove private _PyArg functions (#110966) 2023-10-17 14:30:31 +02:00
_scproxy.c gh-85283: Build _scproxy extension with limited C API (#111008) 2023-10-17 22:32:53 +00:00
_ssl.c gh-67565: Remove redundant C-contiguity checks (GH-105521) 2023-10-23 12:54:46 +03:00
_ssl.h
_ssl_data.h
_ssl_data_31.h
_ssl_data_111.h
_ssl_data_300.h
_stat.c gh-85283: _stat extension now uses the limited C API (#110711) 2023-10-12 00:06:20 +02:00
_statisticsmodule.c gh-110964: Remove private _PyArg functions (#110966) 2023-10-17 14:30:31 +02:00
_struct.c
_sysconfig.c gh-88402: Add new sysconfig variables on Windows (GH-110049) 2023-10-04 22:50:29 +00:00
_testbuffer.c
_testcapi_feature_macros.inc
_testcapimodule.c gh-110964: Remove private _PyArg functions (#110966) 2023-10-17 14:30:31 +02:00
_testclinic.c gh-110864: Fix _PyArg_UnpackKeywordsWithVararg overwriting vararg with NULL (#110868) 2023-10-16 13:42:44 +02:00
_testclinic_limited.c gh-109723: Fix build of _testclinic_limited on WASM (#109842) 2023-09-25 14:43:54 +00:00
_testimportmultiple.c gh-85283: Build errno and _ctypes_test with limited C API (#110955) 2023-10-17 01:05:20 +00:00
_testinternalcapi.c GH-109369: Add machinery for deoptimizing tier2 executors, both individually and globally. (GH-110384) 2023-10-23 14:49:09 +01:00
_testmultiphase.c gh-110964: Remove private _PyArg functions (#110966) 2023-10-17 14:30:31 +02:00
_testsinglephase.c
_threadmodule.c gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567) 2023-10-17 23:05:49 +00:00
_tkinter.c
_tracemalloc.c
_typingmodule.c
_uuidmodule.c gh-85283: Build _uuid extension with limited C API (#111010) 2023-10-17 23:07:12 +00:00
_weakref.c
_winapi.c gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094) 2023-10-20 18:08:41 +03:00
_xxinterpchannelsmodule.c gh-76785: Make interpreters.*Channel Objects Shareable (gh-110607) 2023-10-19 08:52:02 -06:00
_xxsubinterpretersmodule.c gh-110964: Remove private _PyArg functions (#110966) 2023-10-17 14:30:31 +02:00
_zoneinfo.c gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094) 2023-10-20 18:08:41 +03:00
addrinfo.h
arraymodule.c gh-110964: Remove private _PyArg functions (#110966) 2023-10-17 14:30:31 +02:00
atexitmodule.c
binascii.c gh-67565: Remove redundant C-contiguity checks (GH-105521) 2023-10-23 12:54:46 +03:00
cmathmodule.c
config.c.in gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727) 2023-10-12 09:34:35 +02:00
errnomodule.c gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED new in 3.13. (#110969) 2023-10-17 12:27:16 +02:00
faulthandler.c gh-110014: Include explicitly <unistd.h> header (#110155) 2023-09-30 20:06:45 +00:00
fcntlmodule.c
gc_weakref.txt
gcmodule.c GH-109369: Merge all eval-breaker flags and monitoring version into one word. (GH-109846) 2023-10-04 16:09:48 +01:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c gh-108867: Add PyThreadState_GetUnchecked() function (#108870) 2023-10-03 16:53:51 +00:00
getpath.py
getpath_noop.c
grpmodule.c gh-110964: Remove private _PyArg functions (#110966) 2023-10-17 14:30:31 +02:00
hashlib.h
itertoolsmodule.c
ld_so_aix.in
main.c gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109921) 2023-10-02 20:12:12 +00:00
makesetup
makexp_aix
mathmodule.c gh-110489: Optimise math.ceil for known exact float (#108801) 2023-10-06 22:57:18 +00:00
md5module.c gh-85283: Build md5 extension with limited C API (#110967) 2023-10-17 10:57:41 +00:00
mmapmodule.c
overlapped.c gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094) 2023-10-20 18:08:41 +03:00
posixmodule.c gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094) 2023-10-20 18:08:41 +03:00
posixmodule.h
pwdmodule.c
pyexpat.c gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094) 2023-10-20 18:08:41 +03:00
readline.c gh-109191: Fix build with newer editline (gh-110239) 2023-10-09 13:21:20 +00:00
README
resource.c gh-85283: Build resource extension with limited C API (#110989) 2023-10-17 23:52:58 +02:00
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup gh-88402: Add new sysconfig variables on Windows (GH-110049) 2023-10-04 22:50:29 +00:00
Setup.bootstrap.in gh-88402: Add new sysconfig variables on Windows (GH-110049) 2023-10-04 22:50:29 +00:00
Setup.stdlib.in gh-110525: Add tests for internal set CAPI (GH-110630) 2023-10-10 19:00:05 +03:00
sha1module.c
sha2module.c
sha3module.c
signalmodule.c gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094) 2023-10-20 18:08:41 +03:00
socketmodule.c gh-110093: Partially revert previous change in socketmodule.c (GH-111120) 2023-10-20 19:39:45 +03:00
socketmodule.h
symtablemodule.c gh-110045: Update symtable module for PEP 695 (#110066) 2023-09-29 02:08:04 +00:00
syslogmodule.c gh-110964: Remove private _PyArg functions (#110966) 2023-10-17 14:30:31 +02:00
termios.c gh-110365: Fix error overwrite in termios.tcsetattr (#110366) 2023-10-05 11:02:52 +00:00
timemodule.c
tkappinit.c
tkinter.h
unicodedata.c fixes gh-109559: Update unicodedata for Unicode 15.1.0 (GH-109560) 2023-09-19 22:07:47 -07:00
unicodedata_db.h fixes gh-109559: Update unicodedata for Unicode 15.1.0 (GH-109560) 2023-09-19 22:07:47 -07:00
unicodename_db.h fixes gh-109559: Update unicodedata for Unicode 15.1.0 (GH-109560) 2023-09-19 22:07:47 -07:00
winreparse.h
xxlimited.c gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED new in 3.13. (#110969) 2023-10-17 12:27:16 +02:00
xxlimited_35.c gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED new in 3.13. (#110969) 2023-10-17 12:27:16 +02:00
xxmodule.c
xxsubtype.c
zlibmodule.c

Source files for standard library extension modules,
and former extension modules that are now builtin modules.