cpython/Modules
Serhiy Storchaka d7d266c113 Merge from 3.6.
2016-12-07 13:32:09 +02:00
..
_blake2
_ctypes Use _PyObject_CallNoArg() 2016-12-06 18:46:19 +01:00
_decimal Use _PyObject_CallNoArg() 2016-12-06 18:45:50 +01:00
_io Merge from 3.6. 2016-12-07 13:32:09 +02:00
_multiprocessing Issue #28152: Fix -Wunreachable-code warning on clang 2016-12-05 18:00:42 +01:00
_sha3
_sqlite Added the const qualifier to char* variables that refer to readonly internal 2016-11-20 10:16:47 +02:00
cjkcodecs Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 2016-11-20 09:13:07 +02:00
clinic Issue #28765: _sre.compile() now checks the type of groupindex and indexgroup 2016-11-22 23:04:39 +01:00
expat
zlib
_asynciomodule.c Use _PyObject_CallNoArg() 2016-12-06 18:46:19 +01:00
_bisectmodule.c Issue #28792: Remove aliases from _bisect 2016-11-24 23:31:59 +01:00
_bz2module.c
_codecsmodule.c
_collectionsmodule.c Issue #28858: Remove _PyObject_CallArg1() macro 2016-12-05 17:04:32 +01:00
_cryptmodule.c
_csv.c Backed out changeset b9c9691c72c5 2016-12-04 22:59:09 +01:00
_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 #28752: Restored the __reduce__() methods of datetime objects. 2016-11-22 00:30:32 +02:00
_dbmmodule.c
_elementtree.c Issue #28858: Remove _PyObject_CallArg1() macro 2016-12-05 17:04:32 +01:00
_functoolsmodule.c Use _PyObject_CallNoArg() 2016-12-06 18:45:50 +01:00
_gdbmmodule.c
_hashopenssl.c
_heapqmodule.c
_json.c Backed out changeset b9c9691c72c5 2016-12-04 22:59:09 +01:00
_localemodule.c
_lsprof.c Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. 2016-11-16 10:19:20 +02:00
_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 Issue #28858: Remove _PyObject_CallArg1() macro 2016-12-05 17:04:32 +01:00
_posixsubprocess.c
_randommodule.c
_scproxy.c
_sre.c Issue #28858: Remove _PyObject_CallArg1() macro 2016-12-05 17:04:32 +01:00
_ssl.c Use _PyObject_CallNoArg() 2016-12-06 18:46:19 +01:00
_ssl_data.h
_stat.c
_struct.c Backed out changeset b9c9691c72c5 2016-12-04 22:59:09 +01:00
_testbuffer.c Backed out changeset b9c9691c72c5 2016-12-04 22:59:09 +01:00
_testcapimodule.c Use _PyObject_CallNoArg() 2016-12-06 18:45:50 +01:00
_testimportmultiple.c
_testmultiphase.c
_threadmodule.c
_tkinter.c Added the const qualifier to char* variables that refer to readonly internal 2016-11-20 10:16:47 +02:00
_tracemalloc.c
_weakref.c
_winapi.c
addrinfo.h
ar_beos
arraymodule.c Issue #19569: Compiler warnings are now emitted if use most of deprecated 2016-11-20 12:16:46 +02:00
atexitmodule.c
audioop.c
binascii.c
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c Issue #28152: Fix -Wunreachable-code warnings on Clang 2016-12-05 17:56:36 +01:00
fcntlmodule.c
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c Backed out changeset b9c9691c72c5 2016-12-04 22:59:09 +01:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c Issue #19398: Extra slash no longer added to sys.path components in case of 2016-11-11 12:06:38 +02:00
grpmodule.c
hashlib.h
hashtable.c
hashtable.h
itertoolsmodule.c Backed out changeset b9c9691c72c5 2016-12-04 22:59:09 +01:00
ld_so_aix.in Issue #10656: Fix out-of-tree building on AIX 2016-11-20 07:56:37 +00:00
ld_so_beos
main.c Use _PyObject_CallNoArg() 2016-12-06 18:45:50 +01:00
makesetup Issue #28444: Merge with 3.6. 2016-10-29 17:01:07 +02:00
makexp_aix
mathmodule.c Use _PyObject_CallNoArg() 2016-12-06 18:46:19 +01:00
md5module.c
mmapmodule.c
nismodule.c
ossaudiodev.c Issue #28715: Added error checks for PyUnicode_AsUTF8(). 2016-11-20 08:48:07 +02:00
overlapped.c
parsermodule.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 2016-11-20 09:13:07 +02:00
posixmodule.c Use _PyObject_CallNoArg() 2016-12-06 18:46:19 +01:00
posixmodule.h
pwdmodule.c
pyexpat.c Issue #28858: Remove _PyObject_CallArg1() macro 2016-12-05 17:04:32 +01:00
readline.c Replace PyObject_CallFunction() with fastcall 2016-12-01 14:51:04 +01:00
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup.config.in
Setup.dist
sha1module.c
sha256module.c
sha512module.c
signalmodule.c
socketmodule.c Add TCP_CONGESTION and TCP_USER_TIMEOUT 2016-11-29 16:55:04 +01:00
socketmodule.h
spwdmodule.c
sre.h Issue #28765: _sre.compile() now checks the type of groupindex and indexgroup 2016-11-22 23:04:39 +01:00
sre_constants.h
sre_lib.h
symtablemodule.c
syslogmodule.c Added the const qualifier to char* variables that refer to readonly internal 2016-11-20 10:16:47 +02:00
termios.c
testcapi_long.h
timemodule.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 2016-11-20 09:13:07 +02:00
tkappinit.c
tkinter.h
unicodedata.c
unicodedata_db.h
unicodename_db.h
winreparse.h
xxlimited.c
xxmodule.c
xxsubtype.c
zipimport.c Issue #28152: Fix -Wunreachable-code warning on clang 2016-12-05 17:55:36 +01:00
zlibmodule.c

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