cpython/Modules
2017-01-08 01:36:46 +01:00
..
_blake2
_ctypes Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict. 2016-12-16 16:18:57 +02:00
_decimal Revert part of dbf72357cb4a that is in a rarely used path and causes 2017-01-08 00:08:53 +01:00
_io Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto 2016-12-28 15:41:53 -08:00
_multiprocessing Issue #28152: Fix -Wunreachable-code warning on clang 2016-12-05 18:00:42 +01:00
_sha3
_sqlite Issue #28985: Update authorizer constants in sqlite3 module 2017-01-02 06:38:10 +03:00
cjkcodecs Use _PyObject_CallMethodIdObjArgs() 2016-12-09 16:09:30 +01:00
clinic Issue #28427: old keys should not remove new values from 2016-12-27 14:34:54 +01:00
expat
zlib
_asynciomodule.c _asyncio uses _PyObject_CallMethodIdObjArgs() 2016-12-15 09:05:11 +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 Initialize variables to fix compiler warnings 2016-12-09 17:06:43 +01:00
_datetimemodule.c Merge 3.6 2017-01-03 23:47:39 +01:00
_dbmmodule.c
_elementtree.c Merge from 3.6. 2016-12-21 12:36:29 +02:00
_functoolsmodule.c Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict. 2016-12-16 16:18:57 +02:00
_gdbmmodule.c
_hashopenssl.c
_heapqmodule.c
_json.c Fixed possible reference leaks in the _json module. 2017-01-03 11:20:15 +02: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 Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict. 2016-12-16 16:18:57 +02:00
_pickle.c Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict. 2016-12-16 16:18:57 +02:00
_posixsubprocess.c
_randommodule.c fix error check, so that Random.seed actually uses OS randomness (closes #29085) 2016-12-28 20:02:35 -08:00
_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 Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict. 2016-12-16 16:18:57 +02:00
_testbuffer.c Add comment why the change in d83884b3a427 wasn't necessary. 2017-01-08 01:36:00 +01:00
_testcapimodule.c Issue #28822: Adjust indices handling of PyUnicode_FindChar(). 2016-12-20 22:52:33 +08: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 Issue #28427: old keys should not remove new values from 2016-12-27 14:19:20 +01:00
_winapi.c
addrinfo.h
ar_beos
arraymodule.c Use _PyObject_CallMethodIdObjArgs() 2016-12-09 16:09:30 +01:00
atexitmodule.c
audioop.c
binascii.c Issue #29004: Merge crc_hqx() doc from 3.5 2016-12-24 07:44:03 +00:00
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 Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict. 2016-12-16 16:18:57 +02: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 Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto 2016-12-28 15:41:53 -08: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 Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that 2016-12-19 08:05:39 +02:00
rotatingtree.c
rotatingtree.h
selectmodule.c Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict. 2016-12-16 16:18:57 +02:00
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 Fixes maximum usable length of buffer for formatting time zone in localtime(). 2016-12-14 11:22:14 -08: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.