cpython/Modules
2021-08-31 16:59:52 +03:00
..
_blake2
_ctypes bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (#27251) 2021-08-30 02:55:47 -04:00
_decimal
_io
_multiprocessing
_sha3
_sqlite bpo-42064: Offset arguments for PyObject_Vectorcall in the _sqlite module (GH-27931) 2021-08-31 14:34:44 +02:00
_ssl
_xxtestfuzz
cjkcodecs bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) 2021-06-17 11:06:09 +01:00
clinic bpo-45060: Get rid of few uses of the equality operators with None (GH-28087) 2021-08-31 16:59:52 +03:00
expat bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) 2021-08-29 16:08:24 +02:00
_abc.c bpo-43977: Properly update the tp_flags of existing subclasses when their parents are registered (GH-26864) 2021-06-25 08:20:43 -07:00
_asynciomodule.c bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TAG no-op (GH-27260) 2021-07-23 06:21:11 -07:00
_bisectmodule.c bpo-44854: Remove trailing whitespaces (GH-27689) 2021-08-09 21:32:54 +03:00
_bz2module.c bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) 2021-06-17 11:06:09 +01:00
_codecsmodule.c
_collectionsmodule.c bpo-41621: Document defaultdict's default_factory parameter (GH-21945) 2021-06-22 10:19:24 -04:00
_contextvarsmodule.c
_cryptmodule.c closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH-27394) 2021-07-27 15:58:12 -07:00
_csv.c bpo-44630: Fix assertion errors in csv module (GH-27127) 2021-07-13 15:56:45 -07:00
_curses_panel.c
_cursesmodule.c Update URLs in comments and metadata to use HTTPS (GH-27458) 2021-07-30 15:54:46 +02:00
_datetimemodule.c
_dbmmodule.c bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) 2021-06-17 11:06:09 +01:00
_elementtree.c Update URLs in comments and metadata to use HTTPS (GH-27458) 2021-07-30 15:54:46 +02:00
_functoolsmodule.c bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) 2021-06-17 11:06:09 +01:00
_gdbmmodule.c bpo-45060: Get rid of few uses of the equality operators with None (GH-28087) 2021-08-31 16:59:52 +03:00
_hashopenssl.c
_heapqmodule.c
_json.c bpo-44854: Remove trailing whitespaces (GH-27689) 2021-08-09 21:32:54 +03:00
_localemodule.c
_lsprof.c bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) 2021-06-17 11:06:09 +01:00
_lzmamodule.c bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) 2021-06-17 11:06:09 +01:00
_math.c
_math.h
_opcode.c bpo-44890: collect specialization stats if Py_DEBUG (GH-27731) 2021-08-12 12:15:06 +01:00
_operator.c bpo-44558: Match countOf is/== treatment to c (GH-27007) 2021-07-07 22:28:09 +09:00
_pickle.c
_posixsubprocess.c
_queuemodule.c bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) 2021-06-17 11:06:09 +01:00
_randommodule.c
_scproxy.c
_sre.c
_ssl.c Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) 2021-08-27 13:38:24 +02:00
_ssl.h
_ssl_data.h
_ssl_data_111.h
_ssl_data_300.h
_stat.c
_statisticsmodule.c
_struct.c
_testbuffer.c
_testcapimodule.c bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904) 2021-08-23 20:05:07 +02:00
_testimportmultiple.c
_testinternalcapi.c
_testmultiphase.c
_threadmodule.c bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758) 2021-06-21 13:16:18 +02:00
_tkinter.c bpo-44608: Fix memory leak in _tkinter._flatten() (GH-27107) 2021-07-14 08:19:18 +03:00
_tracemalloc.c bpo-44590: Lazily allocate frame objects (GH-27077) 2021-07-26 11:22:16 +01:00
_typingmodule.c bpo-44353: Implement typing.NewType __call__ method in C (#27262) 2021-07-22 23:06:54 +02:00
_uuidmodule.c
_weakref.c
_winapi.c Update URLs in comments and metadata to use HTTPS (GH-27458) 2021-07-30 15:54:46 +02:00
_xxsubinterpretersmodule.c bpo-44590: Lazily allocate frame objects (GH-27077) 2021-07-26 11:22:16 +01:00
_zoneinfo.c Add more const modifiers. (GH-26691) 2021-06-12 16:11:59 +03:00
addrinfo.h
arraymodule.c bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) 2021-06-17 11:06:09 +01:00
atexitmodule.c
audioop.c
binascii.c bpo-44678: Separate error message for discontinuous padding in binascii.a2b_base64 strict mode (GH-27249) 2021-07-19 15:42:19 -07:00
cmathmodule.c
config.c.in Add tests for the C tokenizer and expose it as a private module (GH-27924) 2021-08-24 17:50:05 +01:00
errnomodule.c bpo-42971: Add errno.EQFULL (macOS) (GH-24419) 2021-08-06 23:35:13 +02:00
faulthandler.c
fcntlmodule.c
gc_weakref.txt Update URLs in comments and metadata to use HTTPS (GH-27458) 2021-07-30 15:54:46 +02:00
gcmodule.c bpo-41117: Cleanup subtract_refs() (GH-27593) 2021-08-04 18:09:14 +02:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c bpo-44285: getpath.c: Assert that env_file is NULL during an error check (GH-26486) 2021-06-02 16:54:33 +02:00
grpmodule.c
hashlib.h
itertoolsmodule.c bpo-44563: Fix error handling in tee.fromiterable() (GH-27020) 2021-07-05 23:19:35 +01:00
ld_so_aix.in
main.c
makesetup
makexp_aix
mathmodule.c bpo-44339: Fix math.pow corner case to comply with IEEE 754 (GH-26606) 2021-06-12 10:23:02 +01:00
md5module.c
mmapmodule.c bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) 2021-06-17 11:06:09 +01:00
nismodule.c
ossaudiodev.c
overlapped.c bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) 2021-06-17 11:06:09 +01:00
posixmodule.c bpo-44321: Adds os.EX_OK for Windows (GH-26559) 2021-06-24 17:45:18 +01:00
posixmodule.h
pwdmodule.c
pyexpat.c bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) 2021-06-17 11:06:09 +01:00
readline.c
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup bpo-44353: Implement typing.NewType __call__ method in C (#27262) 2021-07-22 23:06:54 +02:00
sha1module.c
sha256module.c
sha512module.c
signalmodule.c bpo-44590: Lazily allocate frame objects (GH-27077) 2021-07-26 11:22:16 +01:00
socketmodule.c bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
sre_lib.h
symtablemodule.c
syslogmodule.c
termios.c bpo-41818: Add termios.tcgetwinsize(), termios.tcsetwinsize(). (GH-23686) 2021-08-26 19:56:26 -07:00
testcapi_long.h
timemodule.c
tkappinit.c
tkinter.h
unicodedata.c Remove irrelevant comment which was added in 2a70a3a (GH-27044) 2021-07-08 21:57:25 -07:00
unicodedata_db.h
unicodename_db.h
winreparse.h
xxlimited.c
xxlimited_35.c
xxmodule.c
xxsubtype.c
zlibmodule.c bpo-41486: zlib uses an UINT32_MAX sliding window for the output buffer (GH-26143) 2021-07-04 18:10:44 -07:00

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