cpython/Modules
Serhiy Storchaka 88b2219358 Issue #27517: LZMA compressor and decompressor no longer raise exceptions if
given empty data twice.  Patch by Benjamin Fogle.
2016-10-31 08:31:13 +02:00
..
_blake2
_ctypes Issue #24381: merge from 3.5 2016-10-20 15:40:22 -04:00
_decimal
_io Issue #28162: Fixes Ctrl+Z handling in console readall() 2016-10-08 12:37:33 -07:00
_multiprocessing
_sha3 Don't define PY_WITH_KECCAK 2016-09-21 14:36:44 +02:00
_sqlite Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() 2016-09-27 00:14:24 +03:00
cjkcodecs
clinic Issue #28544: Implement asyncio.Task in C. 2016-10-28 12:52:37 -04:00
expat revert expat changes 2016-09-19 22:20:13 -07:00
zlib
_asynciomodule.c Issue #28544: Fix inefficient call to _PyObject_CallMethodId() 2016-10-29 09:05:39 +02:00
_bisectmodule.c
_bz2module.c Issue #28275: Merge bz2 fix from 3.5 into 3.6 2016-10-01 03:11:04 +00:00
_codecsmodule.c
_collectionsmodule.c
_cryptmodule.c
_csv.c
_curses_panel.c
_cursesmodule.c Issue #28549: Fixed segfault in curses's addch() with ncurses6. 2016-10-30 22:53:09 +02:00
_datetimemodule.c Issue #28148: Stop using localtime() and gmtime() in the time module. 2016-09-28 17:31:35 -04:00
_dbmmodule.c
_elementtree.c Fix xml.etree.ElementTree.Element.getiterator() 2016-09-29 22:12:35 +02:00
_functoolsmodule.c
_gdbmmodule.c
_hashopenssl.c
_heapqmodule.c
_json.c
_localemodule.c Issue #28139: Merge indentation fixes from 3.5 into 3.6 2016-09-17 07:59:14 +00:00
_lsprof.c
_lzmamodule.c Issue #27517: LZMA compressor and decompressor no longer raise exceptions if 2016-10-31 08:31:13 +02:00
_math.c
_math.h
_opcode.c
_operator.c
_pickle.c
_posixsubprocess.c Issue #20947: Fixed a gcc warning with -Wstrict-overflow. 2016-09-27 22:04:45 +03:00
_randommodule.c
_scproxy.c
_sre.c
_ssl.c Typo 2016-09-24 12:07:21 +02:00
_ssl_data.h
_stat.c
_struct.c merge 3.5 (#28184) 2016-09-19 22:17:16 -07:00
_testbuffer.c
_testcapimodule.c Merge from 3.5. 2016-10-08 22:46:01 +03:00
_testimportmultiple.c
_testmultiphase.c
_threadmodule.c
_tkinter.c Fixed possible NULL decrefing. 2016-10-28 12:16:21 +03:00
_tracemalloc.c
_weakref.c
_winapi.c
addrinfo.h
ar_beos
arraymodule.c
atexitmodule.c
audioop.c
binascii.c Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). 2016-09-14 16:37:34 +03:00
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c Issue #28139: Fix messed up indentation 2016-09-17 03:26:16 +00:00
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 Issue #28322: Fixed possible crashes when unpickle itertools objects from 2016-10-02 09:13:14 +03:00
ld_so_aix.in
ld_so_beos
main.c Issue #28192: Don't import readline in isolated mode 2016-09-17 12:22:41 -07:00
makesetup Issue #28444: Fix missing extensions modules when cross compiling. 2016-10-29 16:57:20 +02:00
makexp_aix
mathmodule.c
md5module.c
mmapmodule.c merge 3.5 2016-10-05 23:32:15 -07:00
nismodule.c
ossaudiodev.c
overlapped.c
parsermodule.c
posixmodule.c Issue #28394: More typo fixes for 3.6+ 2016-10-10 00:38:21 +00:00
posixmodule.h
pwdmodule.c
pyexpat.c
readline.c
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c Issue #28153: Make kqueue()'s event filters optional 2016-09-14 18:16:59 +03:00
Setup.config.in
Setup.dist Issue #28428: Rename _futures module to _asyncio. 2016-10-15 15:39:19 +09:00
sha1module.c
sha256module.c
sha512module.c stop using Py_LL and Py_ULL 2016-09-18 18:12:21 -07:00
signalmodule.c Issue #28139: Merge indentation fixes from 3.5 into 3.6 2016-09-17 07:59:14 +00:00
socketmodule.c Issue #28480: Avoid label at end of compound statement --without-threads 2016-10-20 00:48:23 +00:00
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
sre_lib.h
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h
timemodule.c Issue #28148: Stop using localtime() and gmtime() in the time module. 2016-09-28 17:31:35 -04:00
tkappinit.c
tkinter.h
unicodedata.c Add an extra byte for null in case we ever get very long unicode names. 2016-09-23 20:21:20 +02:00
unicodedata_db.h Unicode 9.0.0 2016-09-14 23:53:47 -07:00
unicodename_db.h Unicode 9.0.0 2016-09-14 23:53:47 -07:00
winreparse.h
xxlimited.c
xxmodule.c
xxsubtype.c
zipimport.c Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising 2016-10-21 17:09:17 +03:00
zlibmodule.c

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