Skip to content
Branch: 3.7
Find file History
Pull request Compare This branch is 2581 commits ahead, 5169 commits behind master.
methane and ned-deily Add PYTHONUTF8 to commandline usage. (GH-17587) (GH-17599)
Co-Authored-By: Victor Stinner <vstinner@python.org>
(cherry picked from commit 95826c7)
Latest commit b4f98f4 Dec 14, 2019
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
_blake2 [3.7] Fix misleading mentions of tp_size in comments. (GH-9136) Sep 10, 2018
_ctypes [3.7] bpo-16576: Add checks for bitfields passed by value to function… Nov 21, 2019
_decimal bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128) Oct 26, 2018
_io [3.7] closes bpo-27805: Ignore ESPIPE in initializing seek of append-… Nov 12, 2019
_multiprocessing [3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-1… Mar 14, 2019
_sha3 closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Mod… Jan 2, 2019
_sqlite bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row in… Sep 17, 2019
_xxtestfuzz bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991 Jun 12, 2019
cjkcodecs bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. ( Dec 17, 2018
clinic [3.7] Remove stray quote in os.replace docstring. (GH-11835) Feb 13, 2019
expat [3.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-1… Sep 26, 2019
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
Setup.dist closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup p… Jun 11, 2019
_abc.c fix _abc.c compile error on Cygwin (GH-8445) Feb 24, 2019
_asynciomodule.c [3.7] Make repr of C accelerated TaskWakeupMethWrapper the same as of… Dec 7, 2019
_bisectmodule.c Issue #28792: Remove aliases from _bisect Nov 24, 2016
_bz2module.c bpo-35090: Fix potential division by zero in allocator wrappers (GH-1… Oct 28, 2018
_codecsmodule.c bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) Mar 12, 2017
_collectionsmodule.c bpo-33012: Fix signatures of METH_NOARGS functions. (GH-10736) (GH-10748 Nov 27, 2018
_contextvarsmodule.c bpo-38823: Clean up refleaks in _contextvars initialization. (GH-17198) Nov 17, 2019
_cryptmodule.c
_csv.c Fix name of '\0'. (GH-14222) Jun 19, 2019
_curses_panel.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE … Jan 23, 2017
_cursesmodule.c bpo-37738: Fix curses addch(str, color_pair) (GH-15071) (GH-15273) Aug 14, 2019
_datetimemodule.c bpo-37372: Fix error unpickling datetime.time objects from Python 2 w… Aug 29, 2019
_dbmmodule.c [3.7] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (G… Apr 29, 2018
_elementtree.c bpo-36946: Fix possible signed integer overflow when handling slices. ( May 17, 2019
_functoolsmodule.c
_gdbmmodule.c bpo-32922: dbm.open() now encodes filename with the filesystem encodi… Feb 26, 2018
_hashopenssl.c [3.7] bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ ( Sep 16, 2019
_heapqmodule.c Issue #15984: Merge PyUnicode doc from 3.5 Apr 15, 2016
_json.c bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225) Sep 12, 2018
_localemodule.c [3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-1… Mar 14, 2019
_lsprof.c Fix docstring of Profiler class (GH-8651) Aug 3, 2018
_lzmamodule.c bpo-21872: fix lzma library decompresses data incompletely (GH-14048) Sep 12, 2019
_math.c Issue #28256: Cleanup _math.c Oct 18, 2016
_math.h Issue #28256: Cleanup _math.c Oct 18, 2016
_opcode.c Issue #27332: Fixed the type of the first argument of module-level fu… Jul 7, 2016
_operator.c bpo-35303: Fix a reference leak in _operator.c's methodcaller_repr(). ( Nov 23, 2018
_pickle.c [3.7] Fix typos in docs, comments and test assert messages (GH-14872). ( Jul 22, 2019
_posixsubprocess.c bpo-35550: Fix incorrect Solaris define guards (GH-11275) Dec 31, 2018
_queuemodule.c [3.7] Fix misleading mentions of tp_size in comments. (GH-9136) Sep 10, 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 12, 2018
_sre.c bpo-36251: Fix format strings used in match_repr() and stdprinter_rep… Mar 10, 2019
_ssl.c [3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500) Dec 7, 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-32240: Add the const qualifier to declarations of PyObject* array… Dec 15, 2017
_testbuffer.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) Nov 27, 2018
_testcapimodule.c bpo-36854: Fix reference counter in PyInit__testcapi() (GH-17338) Nov 22, 2019
_testimportmultiple.c Remove compile warnings for _testimportmodule Dec 15, 2012
_testmultiphase.c
_threadmodule.c bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077) Dec 11, 2018
_tkinter.c bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206) Nov 18, 2019
_tracemalloc.c
_uuidmodule.c
_weakref.c bpo-32150: Expand tabs to spaces in C files. (#4583) Nov 28, 2017
_winapi.c [3.7] bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converte… Dec 14, 2018
addrinfo.h replace PY_LONG_LONG with long long Sep 6, 2016
arraymodule.c bpo-36946: Fix possible signed integer overflow when handling slices. ( May 17, 2019
atexitmodule.c bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#… Dec 20, 2017
audioop.c bpo-33781: audioop: enhance rounding double as int (GH-7447) Jun 6, 2018
binascii.c [3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-1… Mar 14, 2019
cmathmodule.c bpo-36908: 'This module is always available' isn't helpful. (GH-13297) May 17, 2019
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-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467) Dec 4, 2019
fcntlmodule.c [3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) Nov 23, 2018
gc_weakref.txt Issue #13575: there is only one class type. Dec 12, 2011
gcmodule.c [3.7] bpo-38379: don't claim objects are collected when they aren't (G… Oct 9, 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-37649: Fix exec_prefix check (GH-14897) Sep 9, 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-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) Sep 9, 2019
ld_so_aix.in Issue #10656: Fix out-of-tree building on AIX Nov 20, 2016
main.c Add PYTHONUTF8 to commandline usage. (GH-17587) (GH-17599) Dec 14, 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 bpo-36908: 'This module is always available' isn't helpful. (GH-13297) May 17, 2019
md5module.c bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873)… Oct 19, 2018
mmapmodule.c [3.7] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (G… Sep 16, 2019
nismodule.c bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808) Nov 30, 2018
ossaudiodev.c [3.7] Fix misleading mentions of tp_size in comments. (GH-9136) Sep 10, 2018
overlapped.c
parsermodule.c [3.7] bpo-36440: include node names in ParserError messages, instead … Apr 3, 2019
posixmodule.c closes bpo-37420: Handle errors during iteration in os.sched_setaffin… Jun 27, 2019
posixmodule.h Issue #4591: Uid and gid values larger than 2**31 are supported now. Feb 12, 2013
pwdmodule.c bpo-34604: Use %R because of invisible characters or trailing whitesp… Dec 5, 2018
pyexpat.c Fix several reference counting bugs in pyexpat.c. (GH-9955) Oct 19, 2018
readline.c Fix compiler warning in call_readline() (GH-10820) (GH-12452) Mar 20, 2019
resource.c bpo-20185: Convert the resource moduel to Argument Clinic. (#545) Mar 12, 2017
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-35441: Remove dead and buggy code related to PyList_SetItem(). (G… Dec 8, 2018
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-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or … May 24, 2019
socketmodule.c bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202) Aug 14, 2019
socketmodule.h closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKE… Sep 1, 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 Issue #20186: Converted the symtable module to Argument Clinic. Feb 4, 2017
syslogmodule.c Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE … Jan 23, 2017
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-36205: Fix the rusage implementation of time.process_time() (GH-1… Aug 27, 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-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (G… Jun 15, 2018
unicodedata_db.h update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470) Jun 7, 2018
unicodename_db.h update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470) Jun 7, 2018
winreparse.h Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid c… Aug 4, 2016
xxlimited.c bpo-33644: Fix signatures of tp_finalize handlers in testing code. (G… May 26, 2018
xxmodule.c bpo-31443: Formulate the type slot initialization rules in terms of C… Sep 22, 2017
xxsubtype.c bpo-33029: Fix signatures of getter and setter functions. (GH-10746) Nov 27, 2018
zipimport.c bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` f… Jan 24, 2018
zlibmodule.c

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.