cpython/Modules
2016-09-06 19:09:15 -07:00
..
_blake2 Silence two warnings in blake2. key_length is between 0 and 64 (block size). 2016-09-07 02:49:11 +02:00
_ctypes Fix some warnings from MSVC 2016-09-06 19:09:15 -07:00
_decimal Fix some warnings from MSVC 2016-09-06 19:09:15 -07:00
_io require a long long data type (closes #27961) 2016-09-05 17:44:18 -07:00
_multiprocessing require a long long data type (closes #27961) 2016-09-05 17:44:18 -07:00
_sqlite Avoid calling functions with an empty string as format string 2016-09-05 18:16:01 -07:00
cjkcodecs
clinic Add os.getrandom() 2016-09-06 16:18:52 -07:00
expat
zlib
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c Avoid inefficient way to call functions without argument 2016-09-05 17:53:15 -07:00
_cryptmodule.c
_csv.c Issue #27809: _csv: _call_dialect() uses fast call 2016-08-23 00:21:34 +02:00
_curses_panel.c
_cursesmodule.c Avoid calling functions with an empty string as format string 2016-09-05 18:16:01 -07:00
_datetimemodule.c replace PY_LONG_LONG with long long 2016-09-06 10:46:49 -07:00
_dbmmodule.c
_elementtree.c replace Py_(u)intptr_t with the c99 standard types 2016-09-06 13:47:26 -07:00
_functoolsmodule.c Issue #27809: partial_call() uses fast call for positional args 2016-08-23 16:22:35 +02:00
_gdbmmodule.c
_hashopenssl.c Issue #27928: Add scrypt (password-based key derivation function) to hashlib module (requires OpenSSL 1.1.0). 2016-09-06 20:22:28 +02:00
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c replace PY_LONG_LONG with long long 2016-09-06 10:46:49 -07:00
_lzmamodule.c replace PY_LONG_LONG with long long 2016-09-06 10:46:49 -07:00
_math.c
_math.h
_opcode.c
_operator.c Issue #27809: methodcaller_reduce() uses fast call 2016-08-23 00:23:23 +02:00
_pickle.c Issue #25761: Improved error reporting about truncated pickle data in 2016-09-06 23:55:11 +03:00
_posixsubprocess.c
_randommodule.c Issue #27776: include process.h on Windows for getpid() 2016-09-06 17:03:03 -07:00
_scproxy.c
_sre.c replace Py_(u)intptr_t with the c99 standard types 2016-09-06 13:47:26 -07:00
_ssl.c Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. 2016-09-06 23:27:06 +02:00
_ssl_data.h
_stat.c
_struct.c replace PY_LONG_LONG with long long 2016-09-06 10:46:49 -07:00
_testbuffer.c
_testcapimodule.c replace Py_(u)intptr_t with the c99 standard types 2016-09-06 13:47:26 -07:00
_testimportmultiple.c
_testmultiphase.c Merge #27782 fix from 3.5 2016-08-21 17:43:58 +10:00
_threadmodule.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-08-30 10:47:49 -07:00
_tkinter.c require a long long data type (closes #27961) 2016-09-05 17:44:18 -07:00
_tracemalloc.c replace Py_(u)intptr_t with the c99 standard types 2016-09-06 13:47:26 -07:00
_weakref.c
_winapi.c
addrinfo.h replace PY_LONG_LONG with long long 2016-09-06 10:46:49 -07:00
ar_beos
arraymodule.c replace PY_LONG_LONG with long long 2016-09-06 10:46:49 -07:00
atexitmodule.c
audioop.c Fix some warnings from MSVC 2016-09-06 19:09:15 -07:00
binascii.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-08-30 10:47:49 -07:00
cmathmodule.c Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj. 2016-08-29 13:56:58 +01:00
config.c.in
errnomodule.c
faulthandler.c replace Py_(u)intptr_t with the c99 standard types 2016-09-06 13:47:26 -07:00
fcntlmodule.c
fpectlmodule.c
fpetestmodule.c
gc_weakref.txt
gcmodule.c
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
grpmodule.c
hashlib.h Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. 2016-09-06 22:03:25 +02:00
hashtable.c merge 3.5 2016-09-06 19:04:37 -07:00
hashtable.h
itertoolsmodule.c
ld_so_aix.in
ld_so_beos
main.c
makesetup
makexp_aix
mathmodule.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-08-30 10:47:49 -07:00
md5module.c replace PY_LONG_LONG with long long 2016-09-06 10:46:49 -07:00
mmapmodule.c replace PY_LONG_LONG with long long 2016-09-06 10:46:49 -07:00
nismodule.c
ossaudiodev.c
overlapped.c
parsermodule.c
posixmodule.c os.urandom() now blocks on Linux 2016-09-06 16:33:52 -07:00
posixmodule.h
pwdmodule.c
pyexpat.c
readline.c explicitly cast away constness to silence compiler warning 2016-09-05 18:26:19 -07:00
README
resource.c replace PY_LONG_LONG with long long 2016-09-06 10:46:49 -07:00
rotatingtree.c
rotatingtree.h
selectmodule.c replace Py_(u)intptr_t with the c99 standard types 2016-09-06 13:47:26 -07:00
Setup.config.in
Setup.dist
sha1module.c replace PY_LONG_LONG with long long 2016-09-06 10:46:49 -07:00
sha256module.c
sha512module.c replace PY_LONG_LONG with long long 2016-09-06 10:46:49 -07:00
signalmodule.c replace Py_(u)intptr_t with the c99 standard types 2016-09-06 13:47:26 -07:00
socketmodule.c Issue #27744: correct comment and markup 2016-09-06 00:07:02 +02:00
socketmodule.h
spwdmodule.c
sre.h
sre_constants.h
sre_lib.h replace Py_(u)intptr_t with the c99 standard types 2016-09-06 13:47:26 -07:00
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 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-08-30 10:47:49 -07:00
zlibmodule.c

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