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.
 
 
 
 
 
 
Xi Ruoyao 6236c9823e bpo-36856: Handle possible overflow in faulthandler_stack_overflow (GH-13205) 7 years ago
..
_blake2 bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) 7 years ago
_ctypes bpo-36594: Fix incorrect use of %p in format strings (GH-12769) 7 years ago
_decimal bpo-36793: Remove unneeded __str__ definitions. (GH-13081) 7 years ago
_io bpo-2091: Fix typo in exception message (GH-12987) 7 years ago
_multiprocessing bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058) 7 years ago
_sha3 closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Modules/_sha3/cleanup.py (GH-11411) 7 years ago
_sqlite bpo-30262: Don't expose private objects in sqlite3 (GH-1440) 7 years ago
_xxtestfuzz Avoid UB in test selection macro. (#3407) 8 years ago
cjkcodecs bpo-35194: cjkcodec: check the encoded value is not truncated (GH-10432) 7 years ago
clinic bpo-36673: Implement comment/PI parsing support for the TreeBuilder in ElementTree. (#12883) 7 years ago
expat bpo-31374: expat doesn't include <pyconfig.h> on Windows (GH-11079) 7 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
Setup bpo-36635: Add _testinternalcapi module (GH-12841) 7 years ago
_abc.c fix _abc.c compile error on Cygwin (GH-8445) 7 years ago
_asynciomodule.c asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494) 7 years ago
_bisectmodule.c bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) 7 years ago
_bz2module.c bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239) 7 years ago
_codecsmodule.c bpo-36297: remove "unicode_internal" codec (GH-12342) 7 years ago
_collectionsmodule.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) 7 years ago
_contextvarsmodule.c bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473) 7 years ago
_cryptmodule.c bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) 7 years ago
_csv.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
_curses_panel.c bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) 7 years ago
_cursesmodule.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) 7 years ago
_datetimemodule.c bpo-36004: Add date.fromisocalendar (GH-11888) 7 years ago
_dbmmodule.c bpo-33106: change dbm key deletion error for readonly file from KeyError to dbm.error (#6295) 7 years ago
_elementtree.c bpo-35983: skip trashcan for subclasses (GH-11841) 7 years ago
_functoolsmodule.c bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-12881) 7 years ago
_gdbmmodule.c bpo-8677: use PY_SSIZE_T_CLEAN in Modules/_gdbmodule.c (GH-12464) 7 years ago
_hashopenssl.c bpo-36209: Fix typo on hashlib error message (GH-12194) 7 years ago
_heapqmodule.c bpo-34797: Convert heapq to the argument clinic (GH-9560) 7 years ago
_json.c bpo-36793: Remove unneeded __str__ definitions. (GH-13081) 7 years ago
_localemodule.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) 7 years ago
_lsprof.c bpo-36575: lsprof: Use _PyTime_GetPerfCounter() (GH-8378) 7 years ago
_lzmamodule.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) 7 years ago
_math.c Issue #28256: Cleanup _math.c 9 years ago
_math.h Issue #28256: Cleanup _math.c 9 years ago
_opcode.c bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610) 7 years ago
_operator.c bpo-35582: Inline arguments tuple unpacking in handwritten code. (GH-11524) 7 years ago
_pickle.c bpo-35900: Enable custom reduction callback registration in _pickle (GH-12499) 7 years ago
_posixsubprocess.c bpo-35550: Fix incorrect Solaris define guards (GH-11275) 7 years ago
_queuemodule.c bpo-35081: Make some _PyGC macros internal (GH-10507) 7 years ago
_randommodule.c closes bpo-35991: Fix a potential double free in Modules/_randommodule.c. (GH-11849) 7 years ago
_scproxy.c closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178) 7 years ago
_sre.c bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH-12252) 7 years ago
_ssl.c bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854) 7 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-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
_testbuffer.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) 7 years ago
_testcapimodule.c bpo-35983: skip trashcan for subclasses (GH-11841) 7 years ago
_testimportmultiple.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_testinternalcapi.c bpo-36635: Add _testinternalcapi module (GH-12841) 7 years ago
_testmultiphase.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
_threadmodule.c bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935) 7 years ago
_tkinter.c bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) 7 years ago
_tracemalloc.c bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510) 7 years ago
_uuidmodule.c bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099) 8 years ago
_weakref.c bpo-32150: Expand tabs to spaces in C files. (#4583) 8 years ago
_winapi.c bpo-36387: Refactor getenvironment() in _winapi.c. (GH-12482) 7 years ago
_xxsubinterpretersmodule.c bpo-36594: Fix incorrect use of %p in format strings (GH-12769) 7 years ago
addrinfo.h replace PY_LONG_LONG with long long 9 years ago
arraymodule.c bpo-36285: Fix integer overflow in the array module. (GH-12317) 7 years ago
atexitmodule.c bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) 7 years ago
audioop.c bpo-33781: audioop: enhance rounding double as int (GH-7447) 8 years ago
binascii.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) 7 years ago
cmathmodule.c Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj. 9 years ago
config.c.in rename _imp initialization function to follow conventions (#5432) 8 years ago
errnomodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
faulthandler.c bpo-36856: Handle possible overflow in faulthandler_stack_overflow (GH-13205) 7 years ago
fcntlmodule.c bpo-35189: Retry fnctl calls on EINTR (GH-10413) 7 years ago
gc_weakref.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
gcmodule.c bpo-36710: Add runtime parameter in gcmodule.c (GH-12958) 7 years ago
getaddrinfo.c bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) 8 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 bpo-36763: Rework _PyInitError API (GH-13031) 7 years ago
grpmodule.c bpo-34604: Use %R because of invisible characters or trailing whitespaces. (GH-9165) 7 years ago
hashlib.h bpo-31370: Remove support for threads-less builds (#3385) 8 years ago
hashtable.c bpo-36594: Fix incorrect use of %p in format strings (GH-12769) 7 years ago
hashtable.h Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). 9 years ago
itertoolsmodule.c bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551) 7 years ago
ld_so_aix.in Issue #10656: Fix out-of-tree building on AIX 9 years ago
main.c bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037) 7 years ago
makesetup closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (GH-8712) 7 years ago
makexp_aix - Changes donated by Elemental Security to make it work on AIX 5.3 21 years ago
mathmodule.c Rework integer overflow path in math.prod and add more tests (GH-11809) 7 years ago
md5module.c bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) 7 years ago
mmapmodule.c bpo-36139: Fix mmap_object_dealloc(): hold the GIL to call PyMem_Free() (GH-12199) 7 years ago
nismodule.c bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808) 7 years ago
ossaudiodev.c bpo-34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device. (GH-9421) 7 years ago
overlapped.c bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789) 7 years ago
parsermodule.c fix warnings by adding more const (GH-12924) 7 years ago
posixmodule.c bpo-36814: ensure os.posix_spawn() handles None (GH-13144) 7 years ago
posixmodule.h bpo-33441: Make the sigset_t converter available in other modules. (GH-6720) 8 years ago
pwdmodule.c bpo-34604: Use %R because of invisible characters or trailing whitespaces. (GH-9165) 7 years ago
pyexpat.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
readline.c bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) 7 years ago
resource.c bpo-34674: Assume unistd.h exists on Unix. (GH-9290) 7 years ago
rotatingtree.c Untabify C files. Will watch buildbots. 16 years ago
rotatingtree.h bpo-32150: Expand tabs to spaces in C files. (#4583) 8 years ago
selectmodule.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
sha1module.c bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) 7 years ago
sha256module.c bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) 7 years ago
sha512module.c bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) 7 years ago
signalmodule.c bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934) 7 years ago
socketmodule.c bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183) 7 years ago
socketmodule.h bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706) 7 years ago
spwdmodule.c [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) 9 years ago
sre.h bpo-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4471) 8 years ago
sre_constants.h bpo-31690: Allow the inline flags "a", "L", and "u" to be used as group flags for RE. (#3885) 8 years ago
sre_lib.h bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546) 7 years ago
symtablemodule.c bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872) 7 years ago
syslogmodule.c bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) 7 years ago
termios.c Fix a possible "double decref" in termios.tcgetattr(). (GH-10194) 7 years ago
testcapi_long.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
timemodule.c bpo-31904: Port the time module on VxWorks (GH-12305) 7 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 bpo-36642: make unicodedata const (GH-12855) 7 years ago
unicodedata_db.h closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) 7 years ago
unicodename_db.h closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214) 7 years ago
winreparse.h bpo-31512: Add non-elevated symlink support for Windows (GH-3652) 7 years ago
xxlimited.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
xxmodule.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) 7 years ago
xxsubtype.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) 7 years ago
zlibmodule.c bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) 7 years ago

README

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