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.
 
 
 
 
 
 
Dino Viehland bd0c7a12d9 bpo-38071: Make termios PEP-384 compatible (GH-15785) 6 years ago
..
_blake2 bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) 6 years ago
_ctypes Fix calling order of PyEval_InitThreads. (GH-4602) 6 years ago
_decimal Rename memory.c to mpalloc.c for consistency with the header file. (#14687) 7 years ago
_io bpo-15999: Clean up of handling boolean arguments. (GH-15610) 6 years ago
_multiprocessing Remove some unused defines in multiprocessing.h. (GH-15661) 6 years ago
_sha3 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
_sqlite closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268) 7 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-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) 6 years ago
clinic bpo-36543: Remove old-deprecated ElementTree features. (GH-12707) 6 years ago
expat Fix typos mostly in comments, docs and test names (GH-15209) 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-37648: Fixed minor inconsistency in some __contains__. (GH-14904) 7 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-36297: remove "unicode_internal" codec (GH-12342) 7 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-37738: Fix curses addch(str, color_pair) (GH-15071) 7 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-36543: Remove old-deprecated ElementTree features. (GH-12707) 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-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 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-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 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-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
_pickle.c bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) 6 years ago
_posixsubprocess.c bpo-37951: Lift subprocess's fork() restriction (GH-15544) 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 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 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-35941: Fix performance regression in new code (GH-12610) 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) 6 years ago
_statisticsmodule.c bpo-37798: Fix _statistics module doc (GH-15546) 6 years ago
_struct.c bpo-38076: Make struct module PEP-384 compatible (#15805) 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-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250) 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-37194: Add a new public PyObject_CallNoArgs() function (GH-13890) 7 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-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
addrinfo.h replace PY_LONG_LONG with long long 9 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-36908: 'This module is always available' isn't helpful. (#13297) 7 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-37933: Fix faulthandler.cancel_dump_traceback_later() (GH-15440) 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-37649: Fix exec_prefix check (GH-14897) 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-15999: Clean up of handling boolean arguments. (GH-15610) 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-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
mmapmodule.c bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) 7 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) 6 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-36279: Ensure os.wait3() rusage is initialized (GH-15111) 6 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-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) 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-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) 7 years ago
sha1module.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
sha256module.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
sha512module.c bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) 7 years ago
signalmodule.c bpo-38037: Fix reference counters in signal module (GH-15753) 6 years ago
socketmodule.c bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621) 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-38043: Use `bool` for boolean flags on is_normalized_quickcheck. (GH-15711) 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.