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 8b6c4a921a
bpo-42262: Py_NewRef() casts its argument to PyObject* (GH-23626)
5 years ago
..
_blake2 bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
_ctypes bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
_decimal bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
_io bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083) 5 years ago
_multiprocessing bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
_sha3 bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
_sqlite bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163) 5 years ago
_ssl bpo-41056: Fix a NULL pointer dereference on MemoryError within the ssl module. (GH-21009) 6 years ago
_xxtestfuzz Fuzz struct.unpack and catch RecursionError in re.compile (GH-18679) 6 years ago
cjkcodecs bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
clinic bpo-41625: Do not add os.splice on AIX due to compatibility issues (GH-23608) 5 years ago
expat bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733) 6 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
Setup bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) 5 years ago
_abc.c bpo-42157: Convert unicodedata.UCD to heap type (GH-22991) 5 years ago
_asynciomodule.c Fix memory leak introduced by GH-22780 (GH-23237) 5 years ago
_bisectmodule.c bpo-4356: Add key function support to the bisect module (GH-20556) 5 years ago
_bz2module.c bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870) 5 years ago
_codecsmodule.c bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513) 5 years ago
_collectionsmodule.c bpo-42161: Micro-optimize _collections._count_elements() (GH-23008) 5 years ago
_contextvarsmodule.c bpo-1635741: _contextvars uses PyModule_AddType() (GH-23147) 5 years ago
_cryptmodule.c bpo-1635741: Port _crypt extension module to multiphase initialization (PEP 489) (GH-18404) 6 years ago
_csv.c bpo-12178: Fix escaping of escapechar in csv.writer() (GH-13710) 5 years ago
_curses_panel.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
_cursesmodule.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
_datetimemodule.c bpo-1635741: Enhance _datetime error handling (GH-23139) 5 years ago
_dbmmodule.c bpo-1635741: Port _dbm module to multiphase initialization (GH-20848) 6 years ago
_elementtree.c bpo-39573: Use the Py_TYPE() macro (GH-21433) 6 years ago
_functoolsmodule.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
_gdbmmodule.c bpo-1635741: Port _gdbm module to multiphase initialization (GH-20920) 6 years ago
_hashopenssl.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
_heapqmodule.c bpo-41078: Add pycore_list.h internal header file (GH-21057) 6 years ago
_json.c bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264) 6 years ago
_localemodule.c bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) 5 years ago
_lsprof.c bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123) 5 years ago
_lzmamodule.c bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870) 5 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-1635741: Port _opcode module to multi-phase init (PEP 489) (GH-22050) 5 years ago
_operator.c bpo-40791: Make compare_digest more constant-time. (GH-20444) 5 years ago
_pickle.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
_posixsubprocess.c bpo-1635741: Port _posixsubprocess module to multiphase init (GH-23406) 5 years ago
_queuemodule.c bpo-1635741: Port _queue to multiphase initialization (GH-23376) 5 years ago
_randommodule.c bpo-1635741: Port _random to multiphase initialization (GH-23359) 5 years ago
_scproxy.c bpo-1635741: port scproxy to multi-phase init (GH-22164) 5 years ago
_sre.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
_ssl.c Correct return type in Modules/_ssl.c::sslmodule_legacy (GH-23609) 5 years ago
_ssl_data.h closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against old OpenSSL. (GH-19506) 6 years ago
_stat.c bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206) 6 years ago
_statisticsmodule.c bpo-40268: Remove unused structmember.h includes (GH-19530) 6 years ago
_struct.c bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) 5 years ago
_testbuffer.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
_testcapimodule.c bpo-42262: Py_NewRef() casts its argument to PyObject* (GH-23626) 5 years ago
_testimportmultiple.c Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
_testinternalcapi.c bpo-42260: PyConfig_Read() only parses argv once (GH-23168) 5 years ago
_testmultiphase.c Add _PyType_GetModuleByDef (GH-22835) 5 years ago
_threadmodule.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
_tkinter.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
_tracemalloc.c bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660) 5 years ago
_uuidmodule.c bpo-40501: Replace ctypes code in uuid with native module (GH-19948) 6 years ago
_weakref.c bpo-40170: PyObject_GET_WEAKREFS_LISTPTR() becomes a function (GH-19377) 6 years ago
_winapi.c bpo-1635741: Port _winapi ext to multi-stage init (GH-21371) 5 years ago
_xxsubinterpretersmodule.c bpo-40941: Unify implicit and explicit state in the frame and generator objects into a single value. (GH-20803) 6 years ago
_zoneinfo.c bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) 5 years ago
addrinfo.h replace PY_LONG_LONG with long long 9 years ago
arraymodule.c bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) 5 years ago
atexitmodule.c Fix atexitmodule doc (GH-21456) 6 years ago
audioop.c bpo-39824: Convert PyModule_GetState() to get_module_state() (GH-19076) 6 years ago
binascii.c Use calloc-based functions, not malloc. (GH-19152) 6 years ago
cmathmodule.c bpo-1635741: Port cmath to multi-phase init (PEP 489) (GH-22165) 5 years ago
config.c.in rename _imp initialization function to follow conventions (#5432) 8 years ago
errnomodule.c bpo-1635741: Port errno module to multiphase initialization (GH-19923) 6 years ago
faulthandler.c bpo-1635741: Port faulthandler module to multiphase initialization (GH-21294) 6 years ago
fcntlmodule.c bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921) 5 years ago
gc_weakref.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
gcmodule.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 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-41100: Support macOS 11 and Apple Silicon (GH-22855) 5 years ago
grpmodule.c bpo-1635741: Port grp and pwd to multiphase initialization (GH-23360) 5 years ago
hashlib.h bpo-31370: Remove support for threads-less builds (#3385) 8 years ago
itertoolsmodule.c bpo-38200: Add itertools.pairwise() (GH-23549) 5 years ago
ld_so_aix.in Issue #10656: Fix out-of-tree building on AIX 9 years ago
main.c bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (#21956) 5 years ago
makesetup closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (GH-8712) 7 years ago
makexp_aix bpo-42087: Remove support for AIX 5.3 and below (GH-22830) 5 years ago
mathmodule.c bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) 5 years ago
md5module.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
mmapmodule.c bpo-42232: mmap module add Darwin specific madvise options. (GH-23076) 5 years ago
nismodule.c bpo-40950: Port nis module to multiphase initialization (GH-20811) 6 years ago
ossaudiodev.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
overlapped.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
posixmodule.c bpo-41625: Do not add os.splice on AIX due to compatibility issues (GH-23608) 5 years ago
posixmodule.h bpo-33441: Make the sigset_t converter available in other modules. (GH-6720) 8 years ago
pwdmodule.c bpo-1635741: Port grp and pwd to multiphase initialization (GH-23360) 5 years ago
pyexpat.c bpo-1635741: Fix PyInit_pyexpat() error handling (GH-22489) 5 years ago
readline.c bpo-20181: Convert the readline module to the Argument Clinic (#14326) 6 years ago
resource.c bpo-42029: Remove IRIX code (GH-23023) 5 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-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
sha1module.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
sha256module.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
sha512module.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
signalmodule.c bpo-31904: Support signal module on VxWorks (GH-23391) 5 years ago
socketmodule.c bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413) 5 years ago
socketmodule.h bpo-40291: Add support for CAN_J1939 sockets (GH-19538) 6 years ago
spwdmodule.c bpo-1635741: Port spwd to multiphase initialization (GH-23390) 5 years ago
sre.h bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. (GH-19345) 6 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-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
symtablemodule.c bpo-1635741: Port symtable module to multiphase initialization (GH-23361) 5 years ago
syslogmodule.c bpo-1635741: Port syslog module to multiphase initialization (GH-19907) 6 years ago
termios.c bpo-20184: Convert termios to Argument Clinic. (GH-22693) 5 years ago
testcapi_long.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
timemodule.c bpo-37205: time.time() cannot fail with fatal error (GH-23314) 5 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-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
unicodedata_db.h closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) 6 years ago
unicodename_db.h closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) 6 years ago
winreparse.h bpo-31512: Add non-elevated symlink support for Windows (GH-3652) 7 years ago
xxlimited.c bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264) 6 years ago
xxmodule.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago
xxsubtype.c bpo-40268: Remove unused structmember.h includes (GH-19530) 6 years ago
zlibmodule.c bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) 5 years ago

README

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