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.
 
 
 
 
 
 
Erlend Egeberg Aasland 74b4eda98b
bpo-40077: Convert mmap.mmap static type to a heap type (GH-23108)
6 years ago
..
_blake2 bpo-1635741: Port _blake2 module to multi-phase init (GH-21856) 6 years ago
_ctypes bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) 6 years ago
_decimal bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) 6 years ago
_io bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083) 6 years ago
_multiprocessing bpo-1635741: Fix NULL ptr deref in multiprocessing (GH-22880) 6 years ago
_sha3 bpo-1635741: Port _sha3 module to multi-phase init (GH-21855) 6 years ago
_sqlite bpo-40956: Convert _sqlite3 module level functions to Argument Clinic (GH-22484) 6 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-37999: No longer use __int__ in implicit integer conversions. (GH-15636) 6 years ago
clinic bpo-42208: Add _locale._get_locale_encoding() (GH-23052) 6 years ago
expat bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733) 7 years ago
README Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
Setup bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) 6 years ago
_abc.c bpo-42157: Convert unicodedata.UCD to heap type (GH-22991) 6 years ago
_asynciomodule.c Delete TaskWakeupMethWrapper_Type and use PyCFunction instead (#22875) 6 years ago
_bisectmodule.c bpo-4356: Add key function support to the bisect module (GH-20556) 6 years ago
_bz2module.c bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870) 6 years ago
_codecsmodule.c bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513) 6 years ago
_collectionsmodule.c bpo-42161: Micro-optimize _collections._count_elements() (GH-23008) 6 years ago
_contextvarsmodule.c bpo-1635741: Port _contextvars module to multiphase initialization (PEP 489) (GH-18374) 6 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) 6 years ago
_curses_panel.c bpo-1635741 port _curses_panel to multi-phase init (PEP 489) (GH-21986) 6 years ago
_cursesmodule.c bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) 6 years ago
_datetimemodule.c bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) 6 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-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) 6 years ago
_gdbmmodule.c bpo-1635741: Port _gdbm module to multiphase initialization (GH-20920) 6 years ago
_hashopenssl.c bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456) 6 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-42236: Enhance _locale._get_locale_encoding() (GH-23083) 6 years ago
_lsprof.c bpo-1635741: Port _lsprof extension to multi-phase init (PEP 489) (GH-22220) 6 years ago
_lzmamodule.c bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870) 6 years ago
_math.c Issue #28256: Cleanup _math.c 10 years ago
_math.h Issue #28256: Cleanup _math.c 10 years ago
_opcode.c bpo-1635741: Port _opcode module to multi-phase init (PEP 489) (GH-22050) 6 years ago
_operator.c bpo-40077: Convert _operator to use PyType_FromSpec (GH-21954) 6 years ago
_pickle.c bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986) 6 years ago
_posixsubprocess.c bpo-42146: Unify cleanup in subprocess_fork_exec() (GH-22970) 6 years ago
_queuemodule.c bpo-40268: Remove unused structmember.h includes (GH-19530) 6 years ago
_randommodule.c bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870) 6 years ago
_scproxy.c bpo-1635741: port scproxy to multi-phase init (GH-22164) 6 years ago
_sre.c bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) 6 years ago
_ssl.c bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959) 6 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-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) 6 years ago
_testbuffer.c closes bpo-39736: const strings in Modules/_datetimemodule.c and Modules/_testbuffer.c (GH-18637) 6 years ago
_testcapimodule.c bpo-41984: GC track all user classes (GH-22701) 6 years ago
_testimportmultiple.c Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
_testinternalcapi.c bpo-41061: Fix incorrect expressions in hashtable (GH-21028) 6 years ago
_testmultiphase.c _testmultiphase: Fix possible ref leak (GH-22881) 6 years ago
_threadmodule.c bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) 6 years ago
_tkinter.c Trivial typo fix in _tkinter.c (GH-19622) 6 years ago
_tracemalloc.c bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660) 6 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) 6 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) 6 years ago
addrinfo.h replace PY_LONG_LONG with long long 10 years ago
arraymodule.c bpo-29727: Register array.array as a MutableSequence (GH-21338) 6 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) 6 years ago
config.c.in rename _imp initialization function to follow conventions (#5432) 9 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) 6 years ago
gc_weakref.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
gcmodule.c bpo-42208: Call GC collect earlier in PyInterpreterState_Clear() (GH-23044) 6 years ago
getaddrinfo.c bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748) 9 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. 15 years ago
getpath.c bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) 6 years ago
grpmodule.c bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) 6 years ago
hashlib.h bpo-31370: Remove support for threads-less builds (#3385) 9 years ago
itertoolsmodule.c bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) 6 years ago
ld_so_aix.in Issue #10656: Fix out-of-tree building on AIX 10 years ago
main.c bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (#21956) 6 years ago
makesetup closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (GH-8712) 8 years ago
makexp_aix - Changes donated by Elemental Security to make it work on AIX 5.3 21 years ago
mathmodule.c bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) 6 years ago
md5module.c md5module: Fix doc strings variable names (GH-22722) 6 years ago
mmapmodule.c bpo-40077: Convert mmap.mmap static type to a heap type (GH-23108) 6 years ago
nismodule.c bpo-40950: Port nis module to multiphase initialization (GH-20811) 6 years ago
ossaudiodev.c bpo-40268: Remove unused structmember.h includes (GH-19530) 6 years ago
overlapped.c bpo-1635741: Port _overlapped module to multi-phase init (GH-22051) 6 years ago
posixmodule.c bpo-42029: Remove IRIX code (GH-23023) 6 years ago
posixmodule.h bpo-33441: Make the sigset_t converter available in other modules. (GH-6720) 8 years ago
pwdmodule.c bpo-39968: Convert extension modules' macros of get_module_state() to inline functions (GH-19017) 6 years ago
pyexpat.c bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986) 6 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) 6 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) 9 years ago
selectmodule.c bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986) 6 years ago
sha1module.c bpo-1635741: Port _sha1, _sha512, _md5 to multiphase init (GH-21818) 6 years ago
sha256module.c bpo-1635741: Convert _sha256 types to heap types (GH-22134) 6 years ago
sha512module.c bpo-1635741: Port _sha1, _sha512, _md5 to multiphase init (GH-21818) 6 years ago
signalmodule.c bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) 6 years ago
socketmodule.c bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) 6 years ago
socketmodule.h bpo-40291: Add support for CAN_J1939 sockets (GH-19538) 6 years ago
spwdmodule.c [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) 9 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) 9 years ago
sre_lib.h bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781) 6 years ago
symtablemodule.c bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018) 7 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) 6 years ago
testcapi_long.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
timemodule.c bpo-35455: Fix thread_time for Solaris OS (GH-11118) 6 years ago
tkappinit.c Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
tkinter.h Issue #25314: store_true and store_false also create appropriate defaults. 15 years ago
unicodedata.c bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994) 6 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-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521) 6 years ago
xxsubtype.c bpo-40268: Remove unused structmember.h includes (GH-19530) 6 years ago
zlibmodule.c bpo-1635741 port zlib module to multi-phase init (GH-21995) 6 years ago

README

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