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.
 
 
 
 
 
 
Zackery Spytz 365ad2ead5 bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) 7 years ago
..
_blake2 Fix misleading mentions of tp_size in comments (GH-9093) 7 years ago
_ctypes bpo-34906: Doc: Fix typos (2) (GH-9735) 7 years ago
_decimal bpo-34762: Update PyContext* to PyObject* in asyncio and decimal (GH-9609) 7 years ago
_io closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218) 7 years ago
_multiprocessing bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
_sha3 Fix misleading mentions of tp_size in comments (GH-9093) 7 years ago
_sqlite bpo-34743: Fix test_database_source_name under SQLite 3.7.9 (GH-9426) 7 years ago
_xxtestfuzz Avoid UB in test selection macro. (#3407) 8 years ago
cjkcodecs bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) 8 years ago
clinic closes bpo-34862: Guard definition of convert_sched_param with POSIX_SPAWN_SETSCHEDULER. (GH-9658) 7 years ago
expat bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150) 7 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
Setup bpo-25711: Rewrite zipimport in pure Python. (GH-6809) 7 years ago
_abc.c Fix misleading mentions of tp_size in comments (GH-9093) 7 years ago
_asynciomodule.c Fix a compiler warning added in bpo-34872. (GH-9722) 7 years ago
_bisectmodule.c Issue #28792: Remove aliases from _bisect 9 years ago
_bz2module.c bpo-33916: Fix bz2 and lzma init when called twice (GH-7843) 8 years ago
_codecsmodule.c bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) 9 years ago
_collectionsmodule.c Minor performance tweak for deque.index() with a start argument (GH-9440) 7 years ago
_contextvarsmodule.c bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473) 7 years ago
_cryptmodule.c fixes bpo-31866: remove code pertaining to AtheOS support (#4115) 8 years ago
_csv.c bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH-8756) 8 years ago
_curses_panel.c bpo-20171: Convert the _curses and _curses_panel modules to Argument Clinic. (GH-4251) 8 years ago
_cursesmodule.c suppress compiler warnings in _cursesmodule.c (#7860) 8 years ago
_datetimemodule.c Migrate datetime.date.fromtimestamp to Argument Clinic (GH-8535) 7 years ago
_dbmmodule.c bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590) 7 years ago
_elementtree.c bpo-34739: Get rid of tp_getattro in xml.etree.ElementTree.XMLParser. (GH-9420) 7 years ago
_functoolsmodule.c bpo-32422: Reduce lru_cache memory usage (GH-5008) 8 years ago
_gdbmmodule.c bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590) 7 years ago
_hashopenssl.c closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218) 7 years ago
_heapqmodule.c bpo-34797: Convert heapq to the argument clinic (GH-9560) 7 years ago
_json.c bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225) 7 years ago
_localemodule.c bpo-34485: Enhance init_sys_streams() (GH-8978) 8 years ago
_lsprof.c Fix docstring of Profiler class (GH-8651) 8 years ago
_lzmamodule.c bpo-33916: Fix bz2 and lzma init when called twice (GH-7843) 8 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-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
_pickle.c Fix incorrect error handling in _pickle.Unpickler.__init__() (GH-9630) 7 years ago
_posixsubprocess.c bpo-34651: Only allow the main interpreter to fork. (gh-9279) 7 years ago
_queuemodule.c Fix misleading mentions of tp_size in comments (GH-9093) 7 years ago
_randommodule.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
_scproxy.c closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178) 7 years ago
_sre.c Simplified implementation of _sre.ascii_iscased(). (GH-9097) 7 years ago
_ssl.c bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) 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-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
_testbuffer.c bpo-34201: Make ndarray.readonly a bool and use stricter tests in test_buffer. (GH-8414) 8 years ago
_testcapimodule.c bpo-34567: pythoninfo gets coreconfig (GH-9043) 7 years ago
_testimportmultiple.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_testmultiphase.c Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147) 8 years ago
_threadmodule.c Fix misleading mentions of tp_size in comments (GH-9093) 7 years ago
_tkinter.c Fix miscellaneous typos (#4275) 8 years ago
_tracemalloc.c bpo-32030: Enhance Py_Main() (#4412) 8 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-34563: Fix for invalid assert on big output of multiprocessing.Process (GH-9027) 7 years ago
_xxsubinterpretersmodule.c Fix misleading mentions of tp_size in comments (GH-9093) 7 years ago
addrinfo.h replace PY_LONG_LONG with long long 10 years ago
arraymodule.c bpo-32747: Remove trailing spaces in docstrings. (GH-5491) 8 years ago
atexitmodule.c bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611) 8 years ago
audioop.c bpo-33781: audioop: enhance rounding double as int (GH-7447) 8 years ago
binascii.c bpo-34736: improve error message for invalid length b64decode inputs (GH-9563) 7 years ago
cmathmodule.c Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj. 10 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-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
fcntlmodule.c bpo-32747: Remove trailing spaces in docstrings. (GH-5491) 8 years ago
gc_weakref.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
gcmodule.c bpo-33597: Reduce PyGC_Head size (GH-7043) 8 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-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4348) 7 years ago
grpmodule.c bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098) 7 years ago
hashlib.h bpo-31370: Remove support for threads-less builds (#3385) 8 years ago
hashtable.c Replace KB unit with KiB (#4293) 8 years ago
hashtable.h Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). 9 years ago
itertoolsmodule.c bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345) 7 years ago
ld_so_aix.in Issue #10656: Fix out-of-tree building on AIX 9 years ago
main.c bpo-34544: pymain_read_conf() don't change LC_ALL (GH-9045) 7 years ago
makesetup bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) 8 years ago
makexp_aix - Changes donated by Elemental Security to make it work on AIX 5.3 21 years ago
mathmodule.c Speed-up math.dist() by 30% (GH-9628) 7 years ago
md5module.c Fix misleading mentions of tp_size in comments (GH-9093) 7 years ago
mmapmodule.c Fix misleading mentions of tp_size in comments (GH-9093) 7 years ago
nismodule.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
ossaudiodev.c bpo-34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device. (GH-9421) 7 years ago
overlapped.c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) 8 years ago
parsermodule.c bpo-33308: Fix a crash in the parser module when convert an ST object. (#6519) 8 years ago
posixmodule.c closes bpo-34862: Guard definition of convert_sched_param with POSIX_SPAWN_SETSCHEDULER. (GH-9658) 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: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098) 7 years ago
pyexpat.c bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) 7 years ago
readline.c bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) 8 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-29386: Pass -1 to epoll_wait() when timeout is < -1 (GH-9040) 7 years ago
sha1module.c Fix misleading mentions of tp_size in comments (GH-9093) 7 years ago
sha256module.c Fix misleading mentions of tp_size in comments (GH-9093) 7 years ago
sha512module.c Fix misleading mentions of tp_size in comments (GH-9093) 7 years ago
signalmodule.c bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786) 8 years ago
socketmodule.c bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706) 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-25054, bpo-1647489: Added support of splitting on zerowidth patterns. (#4471) 8 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 bpo-32660: Solaris should support constants like termios' FIONREAD (#5328) 8 years ago
testcapi_long.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
timemodule.c bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418) 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-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) 8 years ago
unicodedata_db.h update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) 8 years ago
unicodename_db.h update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) 8 years ago
winreparse.h Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflict 10 years ago
xxlimited.c bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111) 8 years ago
xxmodule.c bpo-31443: Formulate the type slot initialization rules in terms of C99. (#3688) 8 years ago
xxsubtype.c bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439) 8 years ago
zlibmodule.c bpo-25007: Add copy protocol support to zlib compressors and decompressors (GH-7940) 8 years ago

README

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