cpython/Modules
..
_blake2 more PY_LONG_LONG to long long 2016-09-08 09:15:54 -07:00
_ctypes fix a PY_LONG_LONG straggler 2016-09-08 09:25:03 -07:00
_decimal Issue #26331: Implement the parsing part of PEP 515. 2016-09-09 14:57:09 -07:00
_io Issue #27810: Regenerate Argument Clinic. 2016-09-11 21:25:45 +03:00
_multiprocessing
_sha3 Issue #27810: Regenerate Argument Clinic. 2016-09-11 21:25:45 +03:00
_sqlite
cjkcodecs Issue #27810: Regenerate Argument Clinic. 2016-09-11 21:25:45 +03:00
clinic
expat
zlib
_bisectmodule.c
_bz2module.c Got rid of redundand "self" parameter declarations. 2016-05-02 13:45:20 +03:00
_codecsmodule.c
_collectionsmodule.c Revert part of 3471a3515827 that caused a performance regression 2016-09-11 22:45:53 -07:00
_cryptmodule.c
_csv.c
_curses_panel.c Issue #25745: Fixed leaking a userptr in curses panel destructor. 2016-05-09 00:14:22 +03:00
_cursesmodule.c Avoid calling functions with an empty string as format string 2016-09-05 18:16:01 -07:00
_datetimemodule.c
_dbmmodule.c
_elementtree.c replace PY_SIZE_MAX with SIZE_MAX 2016-09-07 09:26:18 -07:00
_functoolsmodule.c Issue #27137: align Python & C implementations of functools.partial 2016-09-10 20:00:02 +10:00
_gdbmmodule.c - Issue #27332: Fixed the type of the first argument of module-level functions 2016-07-07 18:20:03 +03:00
_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 Issue #26719: More efficient formatting of ints and floats in json. 2016-04-10 14:43:04 +03:00
_localemodule.c
_lsprof.c
_lzmamodule.c
_math.c
_math.h Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken. 2012-08-18 12:24:30 +01:00
_opcode.c
_operator.c
_pickle.c Issue #25761: Improved error reporting about truncated pickle data in 2016-09-06 23:55:11 +03:00
_posixsubprocess.c
_randommodule.c
_scproxy.c
_sre.c
_ssl.c
_ssl_data.h
_stat.c
_struct.c require C99 bool 2016-09-07 11:06:17 -07:00
_testbuffer.c
_testcapimodule.c Add a new private version to the builtin dict type 2016-09-08 12:51:24 -07:00
_testimportmultiple.c Remove compile warnings for _testimportmodule 2012-12-15 18:16:47 +02:00
_testmultiphase.c Merge #27782 fix from 3.5 2016-08-21 17:43:58 +10:00
_threadmodule.c
_tkinter.c replace PY_SIZE_MAX with SIZE_MAX 2016-09-07 09:26:18 -07:00
_tracemalloc.c
_weakref.c
_winapi.c Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflict 2016-08-04 02:38:59 +00:00
addrinfo.h
ar_beos Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos and 2001-02-16 03:24:50 +00:00
arraymodule.c
atexitmodule.c Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 2015-11-02 04:04:57 +00:00
audioop.c Use uint16_t instead of short in audioop. 2016-09-11 14:48:16 +03:00
binascii.c
cmathmodule.c
config.c.in PEP 489: Multi-phase extension module initialization 2015-05-23 22:24:10 +10:00
errnomodule.c Fix #13210. Port the Windows build from VS2008 to VS2010. 2012-05-13 11:19:23 -05:00
faulthandler.c
fcntlmodule.c Issue #27332: Fixed the type of the first argument of module-level functions 2016-07-07 17:35:15 +03:00
fpectlmodule.c Issue #16136: Remove VMS support and VMS-related code 2013-12-21 16:19:10 +01:00
fpetestmodule.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:52:27 +00:00
gc_weakref.txt Issue #13575: there is only one class type. 2011-12-12 18:54:29 +01:00
gcmodule.c Don't run garbage collection on interpreter exit if it was explicitly disabled 2016-09-09 21:47:46 -07:00
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
hashtable.h
itertoolsmodule.c Issue #28019: itertools.count() no longer rounds non-integer step in range 2016-09-10 09:53:51 +03:00
ld_so_aix.in
ld_so_beos
main.c Check return value of PyList_Append() in Py_Main(). CID 1353200 2016-09-09 00:08:35 +02:00
makesetup Removed unintentional trailing spaces in text files. 2015-03-29 19:12:58 +03:00
makexp_aix
mathmodule.c
md5module.c replace PY_LONG_LONG with long long 2016-09-06 10:46:49 -07:00
mmapmodule.c
nismodule.c
ossaudiodev.c more linux -> __linux__ 2016-09-07 14:45:10 -07:00
overlapped.c
parsermodule.c
posixmodule.c Adds missing assert suppression. 2016-09-11 20:19:32 -07:00
posixmodule.h Issue #4591: Uid and gid values larger than 2**31 are supported now. 2013-02-10 21:56:49 +02:00
pwdmodule.c - Issue #27332: Fixed the type of the first argument of module-level functions 2016-07-07 18:20:03 +03:00
pyexpat.c
readline.c
README
resource.c replace PY_LONG_LONG with long long 2016-09-06 10:46:49 -07:00
rotatingtree.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:52:27 +00:00
rotatingtree.h
selectmodule.c
Setup.config.in
Setup.dist remove --with(out)-signal-module, since the signal module is non-optional 2016-09-09 12:01:10 -07:00
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
socketmodule.c
socketmodule.h
spwdmodule.c - Issue #27332: Fixed the type of the first argument of module-level functions 2016-07-07 18:20:03 +03:00
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 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. 2016-09-08 20:50:03 -07:00
syslogmodule.c
termios.c Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 2011-03-14 17:36:54 +01:00
testcapi_long.h Issue #9530: Fix undefined behaviour due to signed overflow in testcapi_long.h. 2011-11-19 17:58:15 +00:00
timemodule.c Closes #25283: Make tm_gmtoff and tm_zone available on all platforms. 2016-09-11 22:55:16 -04:00
tkappinit.c
tkinter.h Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 2015-04-22 10:59:32 +03:00
unicodedata.c Issue #25923: Added the const qualifier to static constant arrays. 2015-12-25 19:53:18 +02:00
unicodedata_db.h
unicodename_db.h
winreparse.h
xxlimited.c
xxmodule.c
xxsubtype.c PEP 489: Multi-phase extension module initialization 2015-05-23 22:24:10 +10:00
zipimport.c Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) 2016-09-09 17:27:33 -07:00
zlibmodule.c

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