You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ned Deily 5c4b0d063a bpo-27593: Get SCM build info from git instead of hg. (#446) 9 years ago
..
_blake2 Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
_ctypes bpo-28129: fix ctypes crashes (#386) 9 years ago
_decimal Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8() 9 years ago
_io Merge from 3.6 9 years ago
_multiprocessing Issue #28152: Fix -Wunreachable-code warning on clang 9 years ago
_sha3 Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
_sqlite bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359) 9 years ago
cjkcodecs Run Argument Clinic: METH_VARARGS=>METH_FASTCALL 9 years ago
clinic bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406) 9 years ago
expat Use modern mechanism for test discovery 10 years ago
zlib - Issue #29169: Update zlib to 1.2.10. 9 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
Setup.config.in remove --with(out)-signal-module, since the signal module is non-optional 9 years ago
Setup.dist Issue #28428: Rename _futures module to _asyncio. 9 years ago
_asynciomodule.c bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408) 9 years ago
_bisectmodule.c Issue #28792: Remove aliases from _bisect 9 years ago
_bz2module.c Issue #28275: Merge bz2 fix from 3.5 into 3.6 9 years ago
_codecsmodule.c Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) 9 years ago
_collectionsmodule.c bpo-29634: Reduce deque repeat execution when maxlen exist and size is not 1 (#255) (#255) 9 years ago
_cryptmodule.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
_csv.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
_curses_panel.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
_cursesmodule.c bpo-29176 Use tmpfile() in curses module (#235) 9 years ago
_datetimemodule.c Merge 3.6 9 years ago
_dbmmodule.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
_elementtree.c Run Argument Clinic: METH_VARARGS=>METH_FASTCALL 9 years ago
_functoolsmodule.c Document why functools.partial() must copy kwargs (#253) 9 years ago
_gdbmmodule.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
_hashopenssl.c _hashopenssl uses METH_FASTCALL 9 years ago
_heapqmodule.c Issue #15984: Merge PyUnicode doc from 3.5 10 years ago
_json.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
_localemodule.c Issue #28139: Merge indentation fixes from 3.5 into 3.6 9 years ago
_lsprof.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
_lzmamodule.c Issue #27517: LZMA compressor and decompressor no longer raise exceptions if 9 years ago
_math.c Issue #28256: Cleanup _math.c 9 years ago
_math.h Issue #28256: Cleanup _math.c 9 years ago
_opcode.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
_operator.c Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and 9 years ago
_pickle.c Issue #29368: Fix _Pickle_FastCall() usage in do_append() 9 years ago
_posixsubprocess.c Issue #20947: Fixed a gcc warning with -Wstrict-overflow. 9 years ago
_randommodule.c Update URL of Mersenne Twister Home Page (#20) 9 years ago
_scproxy.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
_sre.c Issue #29444: Fixed out-of-bounds buffer access in the group() method of 9 years ago
_ssl.c bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-395) 9 years ago
_ssl_data.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_stat.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_struct.c Issue #29300: Use Argument Clinic for getting struct object from the format. 9 years ago
_testbuffer.c Add comment why the change in d83884b3a427 wasn't necessary. 9 years ago
_testcapimodule.c fix an error message and a comment in _testcapimodule.c (GH-392) 9 years ago
_testimportmultiple.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_testmultiphase.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
_threadmodule.c bpo-29548: Fix some inefficient call API usage (GH-97) 9 years ago
_tkinter.c bpo-29548: Fix some inefficient call API usage (GH-97) 9 years ago
_tracemalloc.c Issue #20186: Regenerated Argument Clinic. 9 years ago
_weakref.c Issue #28427: old keys should not remove new values from 9 years ago
_winapi.c Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflict 10 years ago
addrinfo.h replace PY_LONG_LONG with long long 9 years ago
arraymodule.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
atexitmodule.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
audioop.c Use uint16_t instead of short in audioop. 9 years ago
binascii.c Issue #29004: Merge crc_hqx() doc from 3.5 9 years ago
cmathmodule.c Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj. 9 years ago
config.c.in Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
errnomodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
faulthandler.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
fcntlmodule.c Issue #28139: Fix messed up indentation 9 years ago
fpectlmodule.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
fpetestmodule.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
gc_weakref.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
gcmodule.c Issue #20185: Converted the gc module to Argument Clinic. 9 years ago
getaddrinfo.c Issue #26505: merge from 3.5 10 years ago
getbuildinfo.c bpo-27593: Get SCM build info from git instead of hg. (#446) 9 years ago
getnameinfo.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
getpath.c Issue #19398: Extra slash no longer added to sys.path components in case of 9 years ago
grpmodule.c - Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
hashlib.h Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. 9 years ago
hashtable.c Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). 9 years ago
hashtable.h Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). 9 years ago
itertoolsmodule.c Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict. 9 years ago
ld_so_aix.in Issue #10656: Fix out-of-tree building on AIX 9 years ago
main.c Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. 9 years ago
makesetup merge 3.6 9 years ago
makexp_aix - Changes donated by Elemental Security to make it work on AIX 5.3 21 years ago
mathmodule.c Issue #20186: Converted the math module to Argument Clinic. 9 years ago
md5module.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
mmapmodule.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
nismodule.c Issue #24300: Minor refactoring. 11 years ago
ossaudiodev.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
overlapped.c Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) 9 years ago
parsermodule.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
posixmodule.c bpo-29556: Remove unused #include <langinfo.h> (#98) 9 years ago
posixmodule.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pwdmodule.c - Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
pyexpat.c Removed redundant Argument Clinic directives. 9 years ago
readline.c Replace PyObject_CallFunction() with fastcall 9 years ago
resource.c Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that 9 years ago
rotatingtree.c Untabify C files. Will watch buildbots. 16 years ago
rotatingtree.h Fix comment typo 20 years ago
selectmodule.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
sha1module.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
sha256module.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
sha512module.c Removed redundant Argument Clinic directives. 9 years ago
signalmodule.c Issue #21085: add configure check for siginfo_t.si_band 9 years ago
socketmodule.c Add sockaddr_alg to sock_addr_t (#234) 9 years ago
socketmodule.h Add sockaddr_alg to sock_addr_t (#234) 9 years ago
spwdmodule.c - Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
sre.h Issue #28765: _sre.compile() now checks the type of groupindex and indexgroup 9 years ago
sre_constants.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
sre_lib.h replace Py_(u)intptr_t with the c99 standard types 9 years ago
symtablemodule.c Issue #20186: Converted the symtable module to Argument Clinic. 9 years ago
syslogmodule.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
termios.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
testcapi_long.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
timemodule.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
tkappinit.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
tkinter.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
unicodedata.c Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*. 9 years ago
unicodedata_db.h Unicode 9.0.0 9 years ago
unicodename_db.h Unicode 9.0.0 9 years ago
winreparse.h Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflict 10 years ago
xxlimited.c merge 3.5 (#29398) 9 years ago
xxmodule.c Issue #25923: Added more const qualifiers to signatures of static and private functions. 10 years ago
xxsubtype.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
zipimport.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
zlibmodule.c Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). 9 years ago

README

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