Skip to content
Branch: master
Find file History
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
_blake2 bpo-36127: Argument Clinic: inline parsing code for keyword parameter… Mar 14, 2019
_ctypes ctypes: remove use of legacy unicode API (GH-12340) Apr 19, 2019
_decimal bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) Nov 27, 2018
_io bpo-2091: Fix typo in exception message (GH-12987) Apr 27, 2019
_multiprocessing bpo-36127: Argument Clinic: inline parsing code for keyword parameter… Mar 14, 2019
_sha3 closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Mod… Jan 2, 2019
_sqlite bpo-8677: use PY_SSIZE_T_CLEAN in sqlite (GH-12434) Mar 19, 2019
_xxtestfuzz Avoid UB in test selection macro. (#3407) Sep 7, 2017
cjkcodecs bpo-35194: cjkcodec: check the encoded value is not truncated (GH-10432) Mar 29, 2019
clinic bpo-36673: Implement comment/PI parsing support for the TreeBuilder i… May 1, 2019
expat bpo-31374: expat doesn't include <pyconfig.h> on Windows (GH-11079) Dec 10, 2018
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
Setup bpo-36635: Add _testinternalcapi module (GH-12841) Apr 18, 2019
_abc.c fix _abc.c compile error on Cygwin (GH-8445) Feb 24, 2019
_asynciomodule.c asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494) Mar 22, 2019
_bisectmodule.c bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) Nov 27, 2018
_bz2module.c bpo-33138: Change standard error message for non-pickleable and non-c… Oct 31, 2018
_codecsmodule.c bpo-36297: remove "unicode_internal" codec (GH-12342) Mar 18, 2019
_collectionsmodule.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) Mar 13, 2019
_contextvarsmodule.c bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-… Sep 21, 2018
_cryptmodule.c bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) Dec 30, 2018
_csv.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). ( Feb 25, 2019
_curses_panel.c bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) Mar 27, 2019
_cursesmodule.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) Nov 27, 2018
_datetimemodule.c bpo-36004: Add date.fromisocalendar (GH-11888) Apr 29, 2019
_dbmmodule.c bpo-33106: change dbm key deletion error for readonly file from KeyEr… Dec 12, 2018
_elementtree.c bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection supp… May 3, 2019
_functoolsmodule.c bpo-36650: Fix handling of empty keyword args in C version of lru_cac… Apr 20, 2019
_gdbmmodule.c bpo-8677: use PY_SSIZE_T_CLEAN in Modules/_gdbmodule.c (GH-12464) Mar 20, 2019
_hashopenssl.c bpo-36209: Fix typo on hashlib error message (GH-12194) Mar 6, 2019
_heapqmodule.c bpo-34797: Convert heapq to the argument clinic (GH-9560) Sep 28, 2018
_json.c bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) Apr 17, 2019
_localemodule.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) Mar 13, 2019
_lsprof.c bpo-36575: lsprof: Use _PyTime_GetPerfCounter() (GH-8378) Apr 11, 2019
_lzmamodule.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) Mar 13, 2019
_math.c Issue #28256: Cleanup _math.c Oct 18, 2016
_math.h Issue #28256: Cleanup _math.c Oct 18, 2016
_opcode.c bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610) Sep 18, 2018
_operator.c bpo-35582: Inline arguments tuple unpacking in handwritten code. (GH-… Jan 12, 2019
_pickle.c bpo-18372: Add missing PyObject_GC_Track() calls in the pickle module ( Apr 23, 2019
_posixsubprocess.c bpo-35550: Fix incorrect Solaris define guards (GH-11275) Dec 31, 2018
_queuemodule.c bpo-35081: Make some _PyGC macros internal (GH-10507) Nov 13, 2018
_randommodule.c closes bpo-35991: Fix a potential double free in Modules/_randommodul… Feb 14, 2019
_scproxy.c closes bpo-31903: Release the GIL when calling into SystemConfigurati… Sep 11, 2018
_sre.c bpo-36251: Fix format strings used in match_repr() and stdprinter_rep… Mar 10, 2019
_ssl.c bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854) Apr 16, 2019
_ssl_data.h Issue #23248: Update ssl error codes from latest OpenSSL git master. Jan 18, 2015
_stat.c Issue #21741: Add st_file_attributes to os.stat_result on Windows. Jun 19, 2014
_struct.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). ( Feb 25, 2019
_testbuffer.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) Nov 27, 2018
_testcapimodule.c bpo-36025: Fix PyDate_FromTimestamp API (GH-11922) Apr 27, 2019
_testimportmultiple.c Remove compile warnings for _testimportmodule Dec 15, 2012
_testinternalcapi.c bpo-36635: Add _testinternalcapi module (GH-12841) Apr 18, 2019
_testmultiphase.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). ( Feb 25, 2019
_threadmodule.c bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935) Apr 24, 2019
_tkinter.c bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) Mar 27, 2019
_tracemalloc.c bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510 Nov 13, 2018
_uuidmodule.c bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099) May 24, 2018
_weakref.c bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
_winapi.c bpo-36387: Refactor getenvironment() in _winapi.c. (GH-12482) Mar 28, 2019
_xxsubinterpretersmodule.c bpo-36097: Use only public C-API in the_xxsubinterpreters module (add… Mar 15, 2019
addrinfo.h replace PY_LONG_LONG with long long Sep 6, 2016
arraymodule.c bpo-36285: Fix integer overflow in the array module. (GH-12317) Mar 20, 2019
atexitmodule.c bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) Nov 27, 2018
audioop.c bpo-33781: audioop: enhance rounding double as int (GH-7447) Jun 6, 2018
binascii.c bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) Mar 13, 2019
cmathmodule.c Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj. Aug 29, 2016
config.c.in rename _imp initialization function to follow conventions (#5432) Jan 29, 2018
errnomodule.c Fix #13210. Port the Windows build from VS2008 to VS2010. May 13, 2012
faulthandler.c bpo-36734: Fix compilation of faulthandler.c on HP-UX (GH-12970) Apr 30, 2019
fcntlmodule.c bpo-35189: Retry fnctl calls on EINTR (GH-10413) Nov 23, 2018
gc_weakref.txt Issue #13575: there is only one class type. Dec 12, 2011
gcmodule.c bpo-36710: Add runtime parameter in gcmodule.c (GH-12958) Apr 26, 2019
getaddrinfo.c bpo-32241: Add the const qualifire to declarations of umodifiable str… Dec 12, 2017
getbuildinfo.c bpo-27593: Get SCM build info from git instead of hg. (#446) Mar 4, 2017
getnameinfo.c Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() em… Aug 2, 2012
getpath.c bpo-36763: Rework _PyInitError API (GH-13031) May 1, 2019
grpmodule.c bpo-34604: Use %R because of invisible characters or trailing whitesp… Dec 5, 2018
hashlib.h bpo-31370: Remove support for threads-less builds (#3385) Sep 7, 2017
hashtable.c Replace KB unit with KiB (#4293) Nov 8, 2017
hashtable.h Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can prop… Sep 13, 2016
itertoolsmodule.c bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551 Mar 26, 2019
ld_so_aix.in Issue #10656: Fix out-of-tree building on AIX Nov 20, 2016
main.c bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037) May 2, 2019
makesetup closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUI… Nov 27, 2018
makexp_aix - Changes donated by Elemental Security to make it work on AIX 5.3 Sep 14, 2005
mathmodule.c Rework integer overflow path in math.prod and add more tests (GH-11809) Mar 9, 2019
md5module.c bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) Oct 19, 2018
mmapmodule.c bpo-36139: Fix mmap_object_dealloc(): hold the GIL to call PyMem_Free… Mar 6, 2019
nismodule.c bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808) Nov 30, 2018
ossaudiodev.c bpo-34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device. (G… Oct 4, 2018
overlapped.c bpo-33895: Relase GIL while calling functions that acquire Windows lo… Feb 2, 2019
parsermodule.c fix warnings by adding more const (GH-12924) Apr 23, 2019
posixmodule.c Suppress clang warning (GH-12384) May 3, 2019
posixmodule.h bpo-33441: Make the sigset_t converter available in other modules. (G… May 8, 2018
pwdmodule.c bpo-34604: Use %R because of invisible characters or trailing whitesp… Dec 5, 2018
pyexpat.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). ( Feb 25, 2019
readline.c bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (G… Dec 8, 2018
resource.c bpo-34674: Assume unistd.h exists on Unix. (GH-9290) Sep 14, 2018
rotatingtree.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
rotatingtree.h bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
selectmodule.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). ( Feb 25, 2019
sha1module.c bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) Oct 19, 2018
sha256module.c bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) Oct 19, 2018
sha512module.c bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) Oct 19, 2018
signalmodule.c bpo-24011: Use PyModule_Add{Object,IntMacro} in PyInit__signal() (GH-… Apr 22, 2019
socketmodule.c bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183) Mar 28, 2019
socketmodule.h bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706) Sep 26, 2018
spwdmodule.c [security] bpo-13617: Reject embedded null characters in wchar* strin… Jun 28, 2017
sre.h bpo-25054, bpo-1647489: Added support of splitting on zerowidth patte… Dec 4, 2017
sre_constants.h bpo-31690: Allow the inline flags "a", "L", and "u" to be used as gro… Oct 24, 2017
sre_lib.h bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-1… Feb 18, 2019
symtablemodule.c bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module ( Oct 20, 2018
syslogmodule.c bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) Nov 27, 2018
termios.c Fix a possible "double decref" in termios.tcgetattr(). (GH-10194) Oct 29, 2018
testcapi_long.h Issue #9530: Fix undefined behaviour due to signed overflow in testca… Nov 19, 2011
timemodule.c bpo-31904: Port the time module on VxWorks (GH-12305) Apr 15, 2019
tkappinit.c Issue #4350: Removed a number of out-of-dated and non-working for a l… Jul 23, 2014
tkinter.h Issue #16840. Turn off bignum support in tkinter with with Tcl earlie… Apr 22, 2015
unicodedata.c bpo-36642: make unicodedata const (GH-12855) Apr 16, 2019
unicodedata_db.h bpo-36642: make unicodedata const (GH-12855) Apr 16, 2019
unicodename_db.h bpo-36642: make unicodedata const (GH-12855) Apr 16, 2019
winreparse.h bpo-31512: Add non-elevated symlink support for Windows (GH-3652) Apr 9, 2019
xxlimited.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). ( Feb 25, 2019
xxmodule.c bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). ( Feb 25, 2019
xxsubtype.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) Nov 27, 2018
zlibmodule.c bpo-36048: Use __index__() instead of __int__() for implicit conversi… Feb 25, 2019

README

Source files for standard library extension modules,
and former extension modules that are now builtin modules.
You can’t perform that action at this time.