cpython/Modules
2023-05-04 13:03:24 +00:00
..
_blake2 gh-102027: Fix macro name (#102124) 2023-03-22 14:44:28 +01:00
_ctypes gh-103092: Port _ctypes.COMError to heap type (#104020) 2023-05-04 13:03:24 +00:00
_decimal GH-101291: Rearrange the size bits in PyLongObject (GH-102464) 2023-03-22 14:49:51 +00:00
_hacl
_io gh-94673: Properly Initialize and Finalize Static Builtin Types for Each Interpreter (gh-104072) 2023-05-01 19:36:00 -06:00
_multiprocessing gh-102255: Improve build support for Windows API partitions (GH-102256) 2023-03-09 21:09:12 +00:00
_sha3 gh-101476: Use _PyType_GetModuleState where applicable (#102188) 2023-02-24 21:16:29 +01:00
_sqlite gh-103489: Add get/set config methods to sqlite3.Connection (#103506) 2023-04-26 19:57:48 +00:00
_sre
_ssl gh-102192: remove redundant exception fields from ssl module socket (#102466) 2023-03-16 16:41:10 +00:00
_testcapi gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511) 2023-05-04 09:56:53 +02:00
_xxtestfuzz
cjkcodecs gh-103583: Isolate CJK codec modules (#103869) 2023-04-27 15:02:43 +02:00
clinic gh-87092: Expose assembler to unit tests (#103988) 2023-05-01 22:29:30 +01:00
expat
_abc.c gh-94673: More Per-Interpreter Fields for Builtin Static Types (gh-103912) 2023-05-02 21:30:03 -06:00
_asynciomodule.c gh-97696: asyncio eager tasks factory (#102853) 2023-05-01 15:10:13 -06:00
_bisectmodule.c GH-102833: Mention the key function in the docstrings (GH-103009) 2023-03-25 02:19:20 -05:00
_bz2module.c
_codecsmodule.c
_collectionsmodule.c gh-103092: Isolate _collections (#103093) 2023-04-12 18:21:28 +05:30
_contextvarsmodule.c
_cryptmodule.c
_csv.c gh-67230: add quoting rules to csv module (GH-29469) 2023-04-12 15:32:30 -07:00
_curses_panel.c
_cursesmodule.c
_datetimemodule.c GH-103944: Check error status when raising DeprecationWarning (#103949) 2023-04-28 15:44:13 -04:00
_dbmmodule.c
_elementtree.c
_functoolsmodule.c
_gdbmmodule.c
_hashopenssl.c gh-103256: Fix hmac algorithm to support fallback implementation (gh-103286) 2023-04-07 10:51:29 +09:00
_heapqmodule.c
_json.c
_localemodule.c gh-102255: Improve build support for Windows API partitions (GH-102256) 2023-03-09 21:09:12 +00:00
_lsprof.c gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Modules/) (#102196) 2023-02-24 21:43:03 +00:00
_lzmamodule.c
_math.h
_opcode.c
_operator.c gh-101476: Use _PyType_GetModuleState where applicable (#102188) 2023-02-24 21:16:29 +01:00
_pickle.c gh-103092: Isolate _pickle module (#102982) 2023-04-04 15:38:54 +05:30
_posixsubprocess.c gh-94518: Port 23-argument _posixsubprocess.fork_exec to Argument Clinic (#94519) 2023-04-24 18:27:48 +00:00
_queuemodule.c
_randommodule.c gh-102255: Improve build support for Windows API partitions (GH-102256) 2023-03-09 21:09:12 +00:00
_scproxy.c
_ssl.c gh-103242: Migrate SSLContext.set_ecdh_curve not to use deprecated APIs (#103378) 2023-04-08 10:56:42 -07:00
_ssl.h gh-100062: Remove error code tables from _ssl and err_names_to_codes (GH-100063) 2023-04-03 23:44:00 +01:00
_ssl_data.h
_ssl_data_111.h
_ssl_data_300.h
_stat.c
_statisticsmodule.c
_struct.c
_testbuffer.c
_testcapi_feature_macros.inc
_testcapimodule.c gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511) 2023-05-04 09:56:53 +02:00
_testclinic.c
_testimportmultiple.c
_testinternalcapi.c gh-87092: Expose assembler to unit tests (#103988) 2023-05-01 22:29:30 +01:00
_testmultiphase.c gh-98040: Remove just the imp module (#98573) 2023-04-28 16:17:58 -07:00
_testsinglephase.c gh-102251: Updates to test_imp Toward Fixing Some Refleaks (gh-102254) 2023-02-27 09:21:18 -07:00
_threadmodule.c gh-103712: Increase the length of the type name in AttributeError messages (#103713) 2023-04-24 08:23:08 -06:00
_tkinter.c gh-103532: Remove TKINTER_PROTECT_LOADTK code (GH-103535) 2023-04-14 09:04:16 -05:00
_tracemalloc.c
_typingmodule.c
_uuidmodule.c
_weakref.c
_winapi.c GH-75586: Make shutil.which() on Windows more consistent with the OS (GH-103179) 2023-04-04 23:24:13 +01:00
_xxinterpchannelsmodule.c gh-101659: Add _Py_AtExit() (gh-103298) 2023-04-05 18:42:02 -06:00
_xxsubinterpretersmodule.c gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API (gh-104110) 2023-05-02 21:40:00 -06:00
_zoneinfo.c gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in Modules/) (#102196) 2023-02-24 21:43:03 +00:00
addrinfo.h
arraymodule.c gh-102650: Remove duplicate include directives from multiple source files (#102651) 2023-03-13 13:25:17 -06:00
atexitmodule.c gh-101659: Add _Py_AtExit() (gh-103298) 2023-04-05 18:42:02 -06:00
audioop.c
binascii.c
cmathmodule.c
config.c.in
errnomodule.c gh-102255: Improve build support for Windows API partitions (GH-102256) 2023-03-09 21:09:12 +00:00
faulthandler.c Fix typos in faulthandler, testcapi error messages (#103020) 2023-03-25 14:27:02 -07:00
fcntlmodule.c
gc_weakref.txt
gcmodule.c gh-94673: More Per-Interpreter Fields for Builtin Static Types (gh-103912) 2023-05-02 21:30:03 -06:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c gh-102281: Fix potential nullptr dereference + use of uninitialized memory (gh-102282) 2023-03-15 21:58:43 +09:00
getpath.py
getpath_noop.c
grpmodule.c
hashlib.h
itertoolsmodule.c
ld_so_aix.in
main.c
makesetup
makexp_aix
mathmodule.c Fix typo in math.log docstring (#103943) 2023-04-28 00:31:31 -07:00
md5module.c gh-101476: Use _PyType_GetModuleState where applicable (#102188) 2023-02-24 21:16:29 +01:00
mmapmodule.c gh-102255: Improve build support for Windows API partitions (GH-102256) 2023-03-09 21:09:12 +00:00
nismodule.c
ossaudiodev.c
overlapped.c
posixmodule.c gh-102765: Update ntpath.isdir/isfile/islink/exists to use GetFileInformationByName when available (GH-103485) 2023-04-27 14:23:26 +00:00
posixmodule.h
pwdmodule.c
pyexpat.c
readline.c
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c gh-102255: Improve build support for Windows API partitions (GH-102256) 2023-03-09 21:09:12 +00:00
Setup gh-99108: Add missing md5/sha1 defines to Modules/Setup (#102308) 2023-02-28 22:34:06 +01:00
Setup.bootstrap.in
Setup.stdlib.in gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511) 2023-05-04 09:56:53 +02:00
sha1module.c gh-101476: Use _PyType_GetModuleState where applicable (#102188) 2023-02-24 21:16:29 +01:00
sha2module.c gh-101476: Use _PyType_GetModuleState where applicable (#102188) 2023-02-24 21:16:29 +01:00
signalmodule.c gh-102650: Remove duplicate include directives from multiple source files (#102651) 2023-03-13 13:25:17 -06:00
socketmodule.c gh-89415: Add source-specific multicast constants to socket module (#103684) 2023-04-26 21:05:55 -07:00
socketmodule.h gh-103092: Isolate socket module (#103094) 2023-04-09 06:33:52 +05:30
spwdmodule.c
symtablemodule.c gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940) 2023-04-27 16:19:43 -06:00
syslogmodule.c
termios.c
timemodule.c gh-102255: Improve build support for Windows API partitions (GH-102256) 2023-03-09 21:09:12 +00:00
tkappinit.c gh-103532: Remove TKINTER_PROTECT_LOADTK code (GH-103535) 2023-04-14 09:04:16 -05:00
tkinter.h gh-103532: Remove TKINTER_PROTECT_LOADTK code (GH-103535) 2023-04-14 09:04:16 -05:00
unicodedata.c
unicodedata_db.h
unicodename_db.h
winreparse.h
xxlimited.c
xxlimited_35.c
xxmodule.c
xxsubtype.c
zlibmodule.c

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