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.
 
 
 
 
 
 
Victor Stinner 441b10cf28
bpo-38304: Add PyConfig.struct_size (GH-16451)
6 years ago
..
_blake2 bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) 6 years ago
_ctypes Changed conditions for ctypes array-in-struct handling. (GH-16381) 6 years ago
_decimal Rename memory.c to mpalloc.c for consistency with the header file. (#14687) 7 years ago
_io bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) 6 years ago
_multiprocessing Remove some unused defines in multiprocessing.h. (GH-15661) 6 years ago
_sha3 bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) 6 years ago
_sqlite bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) 6 years ago
_ssl bpo-34271: Fix compatibility with 1.0.2 (GH-13728) 7 years ago
_xxtestfuzz Fix typos in docs, comments and test assert messages (#14872) 7 years ago
cjkcodecs bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) 6 years ago
clinic bpo-38265: Update os.pread to accept the length type as Py_ssize_t. (GH-16359) 6 years ago
expat closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16346) 6 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
Setup bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) 6 years ago
_abc.c bpo-37547: add _PyObject_CallMethodOneArg (GH-14685) 7 years ago
_asynciomodule.c bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) 6 years ago
_bisectmodule.c bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) 7 years ago
_bz2module.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
_codecsmodule.c bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) 6 years ago
_collectionsmodule.c bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) 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-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) 6 years ago
_curses_panel.c bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) 7 years ago
_cursesmodule.c bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) 6 years ago
_datetimemodule.c bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) 6 years ago
_dbmmodule.c bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) 7 years ago
_elementtree.c bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) 6 years ago
_functoolsmodule.c bpo-37358: Use vectorcall for functools.partial (GH-14284) 7 years ago
_gdbmmodule.c bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) 7 years ago
_hashopenssl.c bpo-38270: More fixes for strict crypto policy (GH-16418) 6 years ago
_heapqmodule.c bpo-34797: Convert heapq to the argument clinic (GH-9560) 7 years ago
_json.c bpo-37587: optimize json.loads (GH-15134) 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-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
_lzmamodule.c bpo-21872: fix lzma library decompresses data incompletely (GH-14048) 6 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-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
_pickle.c bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) 6 years ago
_posixsubprocess.c bpo-6559: Update _posixsubprocess.fork_exec doc (GH-16283) 6 years ago
_queuemodule.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
_randommodule.c Fix missing dec ref (#16158) 6 years ago
_scproxy.c closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178) 7 years ago
_sre.c bpo-37483: add _PyObject_CallOneArg() function (#14558) 7 years ago
_ssl.c bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) 6 years ago
_ssl_data.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_stat.c bpo-37834: Normalise handling of reparse points on Windows (GH-15231) 7 years ago
_statisticsmodule.c bpo-37798: Prevent undefined behavior in direct calls to the C helper function. (#16149) 6 years ago
_struct.c bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076) 6 years ago
_testbuffer.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
_testcapimodule.c bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076) 6 years ago
_testimportmultiple.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_testinternalcapi.c bpo-36763: Implement the PEP 587 (GH-13592) 7 years ago
_testmultiphase.c bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944) 7 years ago
_threadmodule.c bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315) 6 years ago
_tkinter.c bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) 6 years ago
_tracemalloc.c bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315) 6 years ago
_uuidmodule.c bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751) 7 years ago
_weakref.c bpo-32150: Expand tabs to spaces in C files. (#4583) 8 years ago
_winapi.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
_xxsubinterpretersmodule.c bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) 6 years ago
addrinfo.h replace PY_LONG_LONG with long long 10 years ago
arraymodule.c Remove redundant check from arraymodule b_getitem (GH-14676) 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-34749: Improved performance of binascii.a2b_base64(). (GH-9444) 7 years ago
cmathmodule.c bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) 6 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-38203: faulthandler.dump_traceback_later() is always available (GH-16249) 6 years ago
fcntlmodule.c closes bpo-37964: add F_GETPATH command to fcntl (GH-15550) 6 years ago
gc_weakref.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
gcmodule.c bpo-38070: visit_decref() calls _PyObject_IsFreed() (GH-15782) 6 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-38234: Cleanup getpath.c (GH-16367) 6 years ago
grpmodule.c bpo-38072: PEP-384 grpmodule (GH-15788) 6 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-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) 6 years ago
ld_so_aix.in Issue #10656: Fix out-of-tree building on AIX 9 years ago
main.c bpo-38304: Add PyConfig.struct_size (GH-16451) 6 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 bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975) 7 years ago
md5module.c bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) 6 years ago
mmapmodule.c Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) 6 years ago
nismodule.c bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808) 7 years ago
ossaudiodev.c Remove a dead comment from ossaudiodev.c (#15346) 7 years ago
overlapped.c bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462) 6 years ago
parsermodule.c bpo-15999: Clean up of handling boolean arguments. (GH-15610) 6 years ago
posixmodule.c bpo-38265: Update os.pread to accept the length type as Py_ssize_t. (GH-16359) 6 years ago
posixmodule.h bpo-33441: Make the sigset_t converter available in other modules. (GH-6720) 8 years ago
pwdmodule.c bpo-38073: Make pwd module PEP-384 compatible (GH-15790) 6 years ago
pyexpat.c bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) 6 years ago
readline.c bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890) 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-38116: Convert select module to PEP-384 (#15971) 6 years ago
sha1module.c bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) 6 years ago
sha256module.c bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) 6 years ago
sha512module.c bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) 6 years ago
signalmodule.c bpo-38037: Fix reference counters in signal module (GH-15753) 6 years ago
socketmodule.c closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392) 6 years ago
socketmodule.h bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767) 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-37253: Add _PyCompilerFlags_INIT macro (GH-14018) 7 years ago
syslogmodule.c bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) 7 years ago
termios.c bpo-38071: Make termios PEP-384 compatible (GH-15785) 6 years ago
testcapi_long.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
timemodule.c bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538) 6 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-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095) 6 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-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944) 7 years ago
xxmodule.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
xxsubtype.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
zlibmodule.c bpo-38074: Make zlib extension module PEP-384 compatible (GH-15792) 6 years ago

README

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