cpython/Modules
2017-12-25 10:48:15 -05:00
..
_blake2
_ctypes
_decimal
_io bpo-32402: io: Add missing NULL check. (GH-4971) 2017-12-24 10:29:19 +09:00
_multiprocessing
_sha3 bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) 2017-12-15 13:11:11 +02:00
_sqlite
_xxtestfuzz
cjkcodecs bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) 2017-12-15 13:11:11 +02:00
clinic bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923) 2017-12-25 10:48:15 -05:00
expat
_asynciomodule.c bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923) 2017-12-25 10:48:15 -05:00
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) 2017-12-15 13:11:11 +02:00
_cryptmodule.c
_csv.c bpo-32255: Always quote a single empty field when write into a CSV file. (#4769) 2017-12-12 11:57:06 +02:00
_curses_panel.c
_cursesmodule.c correct the typos (#4950) 2017-12-20 23:36:10 +02:00
_datetimemodule.c bpo-15873: Implement [date][time].fromisoformat (#4699) 2017-12-21 00:33:49 -05:00
_dbmmodule.c
_elementtree.c bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) 2017-12-15 13:11:11 +02:00
_functoolsmodule.c
_gdbmmodule.c
_hashopenssl.c bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) 2017-12-15 13:11:11 +02:00
_heapqmodule.c
_json.c bpo-24641: Improved error message for JSON unserializible keys. (#4364) 2017-11-25 17:38:20 +02:00
_localemodule.c
_lsprof.c
_lzmamodule.c
_math.c
_math.h
_opcode.c
_operator.c
_pickle.c bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (#4080) 2017-11-30 22:48:31 +02:00
_posixsubprocess.c
_randommodule.c
_scproxy.c
_sre.c bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4471) 2017-12-04 14:29:05 +02:00
_ssl.c
_ssl_data.h
_stat.c
_struct.c bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) 2017-12-15 13:11:11 +02:00
_testbuffer.c
_testcapimodule.c Add tests for using PEP560 with classes implemented in C. (#4883) 2017-12-16 10:25:56 +01:00
_testimportmultiple.c
_testmultiphase.c
_threadmodule.c Fix CID-1420310: cast PY_TIMEOUT_MAX to _Py_time_t (#4646) 2017-11-30 23:03:47 +01:00
_tkinter.c
_tracemalloc.c bpo-32030: Enhance Py_Main() (#4412) 2017-11-15 18:11:45 -08:00
_uuidmodule.c
_weakref.c bpo-32150: Expand tabs to spaces in C files. (#4583) 2017-11-28 17:56:10 +02:00
_winapi.c bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Windows (#1218) 2017-12-18 10:28:19 +01:00
addrinfo.h
arraymodule.c bpo-32020: arraymodule: Correct missing Py_DECREF in failure case of make_array() (#4391) 2017-11-14 08:00:54 +02:00
atexitmodule.c bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611) 2017-12-20 11:17:58 +01:00
audioop.c
binascii.c
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c bpo-32297: Few misspellings found in Python source code comments. (#4803) 2017-12-14 13:04:53 +02:00
fcntlmodule.c
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c
getaddrinfo.c bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) 2017-12-12 13:55:04 +02:00
getbuildinfo.c
getnameinfo.c
getpath.c bpo-32030: Add _Py_FindEnvConfigValue() (#4963) 2017-12-21 16:49:13 +01:00
grpmodule.c
hashlib.h
hashtable.c
hashtable.h
itertoolsmodule.c
ld_so_aix.in
main.c bpo-32030: Add _Py_EncodeLocaleRaw() (#4961) 2017-12-21 16:20:32 +01:00
makesetup
makexp_aix
mathmodule.c
md5module.c
mmapmodule.c
nismodule.c
ossaudiodev.c
overlapped.c
parsermodule.c
posixmodule.c bpo-26439 Fix ctypes.util.find_library failure on AIX (#4507) 2017-12-19 13:58:49 +01:00
posixmodule.h
pwdmodule.c
pyexpat.c
readline.c Fix CID-1414686: PyInit_readline() handles errors (#4647) 2017-11-30 17:21:07 +01:00
README
resource.c
rotatingtree.c
rotatingtree.h bpo-32150: Expand tabs to spaces in C files. (#4583) 2017-11-28 17:56:10 +02:00
selectmodule.c
Setup.dist
sha1module.c
sha256module.c
sha512module.c
signalmodule.c bpo-30050: Allow disabling full buffer warnings in signal.set_wakeup_fd (#4792) 2017-12-17 23:10:18 -05:00
socketmodule.c bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877) 2017-12-18 20:02:54 -05:00
socketmodule.h
spwdmodule.c
sre.h bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4471) 2017-12-04 14:29:05 +02:00
sre_constants.h
sre_lib.h bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4471) 2017-12-04 14:29:05 +02:00
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c bpo-32025: Add time.thread_time() (#4410) 2017-11-15 22:52:21 +01:00
tkappinit.c
tkinter.h
unicodedata.c
unicodedata_db.h
unicodename_db.h
winreparse.h
xxlimited.c
xxmodule.c
xxsubtype.c
zipimport.c closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) 2017-12-09 10:26:52 -08:00
zlibmodule.c

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