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.
 
 
 
 
 
 
Serhiy Storchaka 7186cc29be bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode_tolower(). (#1468) 9 years ago
..
_blake2 Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
_ctypes bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) 9 years ago
_decimal Correct typo (#976) 9 years ago
_io bpo-30228: FileIO seek() and tell() set seekable (#1384) 9 years ago
_multiprocessing bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) 9 years ago
_sha3 Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
_sqlite Use NULL rather than 0. (#778) 9 years ago
cjkcodecs bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) 9 years ago
clinic bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode_tolower(). (#1468) 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 bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) 9 years ago
_codecsmodule.c bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) 9 years ago
_collectionsmodule.c bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) 9 years ago
_cryptmodule.c Issue #27332: Fixed the type of the first argument of module-level functions 10 years ago
_csv.c Use NULL rather than 0. (#778) 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-30101: Add support for curses.A_ITALIC. (#1015) 9 years ago
_datetimemodule.c bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927) 9 years ago
_dbmmodule.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) 9 years ago
_elementtree.c bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) 9 years ago
_functoolsmodule.c bpo-29878: Add global instances of int for 0 and 1. (#852) 9 years ago
_gdbmmodule.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) 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 bpo-30243: Fixed the possibility of a crash in _json. (#1420) 9 years ago
_localemodule.c allow the first call to wcsxfrm to return ERANGE (#536) 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 bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748) 9 years ago
_posixsubprocess.c bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110) 9 years ago
_randommodule.c bpo-29960 _random.Random corrupted on exception in setstate(). (#1019) 9 years ago
_scproxy.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
_sre.c bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode_tolower(). (#1468) 9 years ago
_ssl.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) 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 bpo-29802: Fix reference counting in module-level struct functions (#1213) 9 years ago
_testbuffer.c Expand the PySlice_GetIndicesEx macro. (#1023) 9 years ago
_testcapimodule.c bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (#1316) 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-6532: Make the thread id an unsigned integer. (#781) 9 years ago
_tkinter.c Use NULL rather than 0. (#778) 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 bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) 9 years ago
addrinfo.h replace PY_LONG_LONG with long long 9 years ago
arraymodule.c Expand the PySlice_GetIndicesEx macro. (#1023) 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 bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326) 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 bpo-30125: Fix faulthandler.disable() on Windows (#1240) 9 years ago
fcntlmodule.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) 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 bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) 9 years ago
ld_so_aix.in Issue #10656: Fix out-of-tree building on AIX 9 years ago
main.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) 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 bpo-29962: add math.remainder (#950) 9 years ago
md5module.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
mmapmodule.c Expand the PySlice_GetIndicesEx macro. (#1023) 9 years ago
nismodule.c Issue #24300: Minor refactoring. 11 years ago
ossaudiodev.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) 9 years ago
overlapped.c Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) 9 years ago
parsermodule.c bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (#1131) 9 years ago
posixmodule.c bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) 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 bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) 9 years ago
readline.c bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) 9 years ago
resource.c bpo-20185: Convert the resource moduel to Argument Clinic. (#545) 9 years ago
rotatingtree.c Untabify C files. Will watch buildbots. 16 years ago
rotatingtree.h Fix comment typo 20 years ago
selectmodule.c bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) 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 bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) 9 years ago
socketmodule.c bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370) 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 bpo-30215: Make re.compile() locale agnostic. (#1361) 9 years ago
sre_lib.h bpo-30215: Make re.compile() locale agnostic. (#1361) 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 timemodule.c: Cast PyUnicode_AsUTF8() to char* (#1294) 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 bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) 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.