cpython/Modules
2018-02-16 18:53:40 -07:00
..
_blake2
_ctypes
_decimal Fix some warnings produced by different compilers. (#5593) 2018-02-09 17:31:26 +02:00
_io
_multiprocessing
_sha3
_sqlite
_xxtestfuzz
cjkcodecs
clinic
expat
_asynciomodule.c bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) 2018-02-13 19:28:33 +09:00
_bisectmodule.c
_bz2module.c bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) 2018-02-13 19:28:33 +09:00
_codecsmodule.c
_collectionsmodule.c
_contextvarsmodule.c
_cryptmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c
_datetimemodule.c bpo-32746: Fix multiple typos (GH-5144) 2018-02-03 19:36:10 -05:00
_dbmmodule.c
_elementtree.c
_functoolsmodule.c
_gdbmmodule.c
_hashopenssl.c bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) 2018-02-13 19:28:33 +09:00
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c
_lzmamodule.c bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) 2018-02-13 19:28:33 +09:00
_math.c
_math.h
_opcode.c
_operator.c
_pickle.c bpo-32746: Fix multiple typos (GH-5144) 2018-02-03 19:36:10 -05:00
_posixsubprocess.c bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) 2018-02-05 22:09:34 -08:00
_queuemodule.c
_randommodule.c
_scproxy.c
_sre.c
_ssl.c
_ssl_data.h
_stat.c
_struct.c
_testbuffer.c
_testcapimodule.c
_testimportmultiple.c
_testmultiphase.c
_threadmodule.c
_tkinter.c
_tracemalloc.c
_uuidmodule.c
_weakref.c
_winapi.c
_xxsubinterpretersmodule.c bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5709) 2018-02-16 18:53:40 -07:00
addrinfo.h
arraymodule.c
atexitmodule.c
audioop.c
binascii.c
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c
gc_weakref.txt
gcmodule.c Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 2018-02-02 09:31:06 -05:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
grpmodule.c
hashlib.h
hashtable.c
hashtable.h
itertoolsmodule.c
ld_so_aix.in
main.c
makesetup
makexp_aix
mathmodule.c
md5module.c bpo-32746: Fix multiple typos (GH-5144) 2018-02-03 19:36:10 -05:00
mmapmodule.c
nismodule.c
ossaudiodev.c
overlapped.c
parsermodule.c
posixmodule.c Update comment in posixmodule.c (GH-5681) 2018-02-14 11:54:28 -08:00
posixmodule.h
pwdmodule.c
pyexpat.c
readline.c
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup.dist
sha1module.c
sha256module.c
sha512module.c
signalmodule.c
socketmodule.c bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449) 2018-02-12 14:47:42 -05:00
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
sre_lib.h
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c Fix some warnings produced by different compilers. (#5593) 2018-02-09 17:31:26 +02:00
tkappinit.c
tkinter.h
unicodedata.c
unicodedata_db.h
unicodename_db.h
winreparse.h
xxlimited.c
xxmodule.c
xxsubtype.c
zipimport.c
zlibmodule.c

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