Skip to content
Branch: 3.6
Find file History
Pull request Compare This branch is 2198 commits ahead, 8778 commits behind master.
2 authors and ned-deily bpo-39421: Fix posible crash in heapq with custom comparison operators (
GH-18118) (GH-18146)

(cherry picked from commit 79f89e6)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Latest commit c563f40 Jan 23, 2020
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
_blake2 [3.6] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346 Oct 11, 2018
_ctypes
_decimal bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128) Oct 26, 2018
_io bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fix… Dec 7, 2018
_multiprocessing bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fix… Dec 7, 2018
_sha3 closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Mod… Jan 7, 2019
_sqlite bpo-34052: Prevent SQLite functions from setting callbacks on excepti… Dec 5, 2018
cjkcodecs [3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-1… Nov 27, 2018
clinic [3.6]bpo-29341: Backport b942707 3.6 (GH-10299) Nov 2, 2018
expat
zlib - Issue #29169: Update zlib to 1.2.10. Jan 31, 2017
README Issue #18093: Factor out the programs that embed the runtime Jul 25, 2014
Setup.config.in
Setup.dist closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` no… Nov 2, 2018
_asynciomodule.c
_bisectmodule.c
_bz2module.c
_codecsmodule.c Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) Sep 8, 2016
_collectionsmodule.c bpo-33012: Fix signatures of METH_NOARGS functions. (GH-10736) (GH-10748 Nov 27, 2018
_cryptmodule.c Issue #27332: Fixed the type of the first argument of module-level fu… Jul 7, 2016
_csv.c [3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-1… Nov 27, 2018
_curses_panel.c Issue #25745: Fixed leaking a userptr in curses panel destructor. May 8, 2016
_cursesmodule.c
_datetimemodule.c bpo-22005: Fixed unpickling instances of datetime classes pickled by … Dec 7, 2018
_dbmmodule.c [3.6] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (G… Apr 29, 2018
_elementtree.c [3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (G… Dec 11, 2018
_functoolsmodule.c bpo-31095: fix potential crash during GC (GH-3195) Sep 4, 2017
_gdbmmodule.c [3.6] bpo-32922: dbm.open() now encodes filename with the filesystem … Feb 27, 2018
_hashopenssl.c
_heapqmodule.c bpo-39421: Fix posible crash in heapq with custom comparison operators ( Jan 23, 2020
_json.c bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225) Sep 12, 2018
_localemodule.c bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (G… Dec 8, 2018
_lsprof.c
_lzmamodule.c bpo-35090: Fix potential division by zero in allocator wrappers (GH-1… Oct 28, 2018
_math.c Fix typo. Oct 28, 2014
_math.h Issue #15477: Add workaround for log1p(-0.0) on platforms where it's … Aug 18, 2012
_opcode.c Issue #27332: Fixed the type of the first argument of module-level fu… Jul 7, 2016
_operator.c
_pickle.c bpo-35444: Fix error handling when fail to look up builtin "getattr". ( Dec 11, 2018
_posixsubprocess.c
_randommodule.c [3.6] bpo-31478: Fix an assertion failure in random.seed() in case a … Sep 28, 2017
_scproxy.c closes bpo-31903: Release the GIL when calling into SystemConfigurati… Sep 12, 2018
_sre.c [3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-1… Nov 27, 2018
_ssl.c
_ssl_data.h Issue #23248: Update ssl error codes from latest OpenSSL git master. Jan 18, 2015
_stat.c
_struct.c [3.6] bpo-30246: fix several error messages which only mention bytes … Sep 14, 2017
_testbuffer.c [3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-1… Nov 27, 2018
_testcapimodule.c bpo-33012: Fix signatures of METH_NOARGS functions. (GH-10736) (GH-10748 Nov 27, 2018
_testimportmultiple.c Remove compile warnings for _testimportmodule Dec 15, 2012
_testmultiphase.c Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147) Jul 7, 2018
_threadmodule.c [3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (G… Dec 11, 2018
_tkinter.c
_tracemalloc.c
_weakref.c Issue #28427: old keys should not remove new values from Dec 27, 2016
_winapi.c [3.6] bpo-34563: Fix for invalid assert on big output of multiprocess… Sep 7, 2018
addrinfo.h
ar_beos Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos and Feb 16, 2001
arraymodule.c bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (G… Dec 8, 2018
atexitmodule.c [3.6] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (G… Jun 12, 2017
audioop.c
binascii.c Issue #29004: Merge crc_hqx() doc from 3.5 Dec 24, 2016
cmathmodule.c
config.c.in
errnomodule.c Fix #13210. Port the Windows build from VS2008 to VS2010. May 13, 2012
faulthandler.c
fcntlmodule.c
fpectlmodule.c
fpetestmodule.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
gc_weakref.txt Issue #13575: there is only one class type. Dec 12, 2011
gcmodule.c [3.6] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) ( May 24, 2018
getaddrinfo.c Issue #26505: merge from 3.5 Mar 7, 2016
getbuildinfo.c [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454 Mar 4, 2017
getnameinfo.c Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() em… Aug 2, 2012
getpath.c
grpmodule.c
hashlib.h Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. Sep 6, 2016
hashtable.c Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can prop… Sep 13, 2016
hashtable.h Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can prop… Sep 13, 2016
itertoolsmodule.c
ld_so_aix.in
ld_so_beos Remove a hard coded Python version, and a now incorrect relative path… Feb 16, 2001
main.c bpo-17232: Clarify docs for -O and -OO command line options (GH-5839) Feb 25, 2018
makesetup generate spaces instead of tabs into config.c Jan 16, 2017
makexp_aix
mathmodule.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). Aug 30, 2016
md5module.c [3.6] bpo-20216: Correct docstrings of digest() methods in hashlib. (G… Oct 28, 2018
mmapmodule.c [3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-1… Nov 27, 2018
nismodule.c
ossaudiodev.c [3.6] Fix misleading mentions of tp_size in comments (GH-9137) Sep 10, 2018
overlapped.c [3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharStr… Jun 27, 2017
parsermodule.c bpo-33308: Fix a crash in the parser module when convert an ST object. ( Apr 19, 2018
posixmodule.c bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fix… Dec 7, 2018
posixmodule.h
pwdmodule.c bpo-34604: Use %R because of invisible characters or trailing whitesp… Dec 5, 2018
pyexpat.c
readline.c bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (G… Dec 8, 2018
resource.c Issue #20191: Fixed a crash in resource.prlimit() when pass a sequenc… Dec 19, 2016
rotatingtree.c Recorded merge of revisions 81032 via svnmerge from May 9, 2010
rotatingtree.h
selectmodule.c bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (G… Dec 8, 2018
sha1module.c [3.6] bpo-20216: Correct docstrings of digest() methods in hashlib. (G… Oct 28, 2018
sha256module.c
sha512module.c
signalmodule.c bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146 Jun 1, 2018
socketmodule.c [3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (G… Dec 11, 2018
socketmodule.h [3.6] bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issue… Nov 9, 2017
spwdmodule.c
sre.h Issue #17381: Fixed handling of case-insensitive ranges in regular ex… Oct 31, 2014
sre_constants.h Issue #17381: Fixed handling of case-insensitive ranges in regular ex… Oct 31, 2014
sre_lib.h
symtablemodule.c Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. Sep 9, 2016
syslogmodule.c Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringA… Nov 20, 2016
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 [3.7] bpo-35373: Fix PyInit_timezone() error handling (GH-10864) Dec 3, 2018
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
unicodedata_db.h Unicode 9.0.0 Sep 15, 2016
unicodename_db.h Unicode 9.0.0 Sep 15, 2016
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 Issue #25923: Added more const qualifiers to signatures of static and… Dec 25, 2015
xxsubtype.c [3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-1… Nov 27, 2018
zipimport.c [3.6] bpo-31291: Fixed an assertion failure in zipimport.zipimporter.… Aug 30, 2017
zlibmodule.c bpo-35090: Fix potential division by zero in allocator wrappers (GH-1… Oct 28, 2018

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.