cpython/Modules
2016-08-21 17:43:58 +10:00
..
_ctypes
_decimal
_io Issue #27574: Decreased an overhead of parsing keyword arguments in functions 2016-08-14 10:52:18 +03:00
_multiprocessing
_sqlite
cjkcodecs Issue #27574: Decreased an overhead of parsing keyword arguments in functions 2016-08-14 10:52:18 +03:00
clinic Issue #16764: Support keyword arguments to zlib.decompress(). Patch by 2016-08-15 10:06:16 +03:00
expat
zlib
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c
_cryptmodule.c
_csv.c merge 3.5 (closes #27758) 2016-08-13 17:22:18 -07:00
_curses_panel.c
_cursesmodule.c merge 3.4 2016-08-15 21:43:57 -07:00
_datetimemodule.c
_dbmmodule.c
_elementtree.c _elementtree: deepcopy() now uses fast call 2016-08-20 01:34:44 +02:00
_functoolsmodule.c keyobject_richcompare() now uses fast call 2016-08-19 18:52:35 +02:00
_gdbmmodule.c
_hashopenssl.c
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c
_lzmamodule.c
_math.c
_math.h
_opcode.c
_operator.c merge 3.4 (#27783) 2016-08-16 23:37:33 -07:00
_pickle.c Issue #27128: _pickle uses fast call 2016-08-19 18:59:15 +02:00
_posixsubprocess.c
_randommodule.c
_scproxy.c
_sre.c pattern_subx() now uses fast call 2016-08-20 01:38:00 +02:00
_ssl.c merge 3.5 (#27773) 2016-08-15 21:56:11 -07:00
_ssl_data.h
_stat.c
_struct.c
_testbuffer.c
_testcapimodule.c
_testimportmultiple.c
_testmultiphase.c Merge #27782 fix from 3.5 2016-08-21 17:43:58 +10:00
_threadmodule.c
_tkinter.c
_tracemalloc.c
_weakref.c
_winapi.c
addrinfo.h
ar_beos
arraymodule.c
atexitmodule.c
audioop.c
binascii.c merge 3.5 (closes #27760) 2016-08-13 18:37:20 -07:00
cmathmodule.c Issue #12345: Add mathemathcal constant tau to math and cmath. 2016-08-15 09:12:52 -07:00
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
grpmodule.c
hashlib.h
hashtable.c
hashtable.h
itertoolsmodule.c
ld_so_aix.in
ld_so_beos
main.c
makesetup
makexp_aix
mathmodule.c Issue #12345: Add mathemathcal constant tau to math and cmath. 2016-08-15 09:12:52 -07:00
md5module.c
mmapmodule.c
nismodule.c
ossaudiodev.c
overlapped.c
parsermodule.c
posixmodule.c Issue #27736: Prevent segfault after interpreter re-initialization due 2016-08-15 14:40:38 -04:00
posixmodule.h
pwdmodule.c
pyexpat.c
readline.c
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup.config.in
Setup.dist
sha1module.c
sha256module.c
sha512module.c
signalmodule.c
socketmodule.c
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
sre_lib.h
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c
tkappinit.c
tkinter.h
unicodedata.c
unicodedata_db.h
unicodename_db.h
winreparse.h
xxlimited.c
xxmodule.c
xxsubtype.c
zipimport.c
zlibmodule.c Issue #16764: Support keyword arguments to zlib.decompress(). Patch by 2016-08-15 10:06:16 +03:00

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