Skip to content
Branch: 3.6
Find file History
Pull request Compare This branch is 2198 commits ahead, 8781 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
_multiprocessing bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fix… Dec 7, 2018
_sha3
_sqlite
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
_cryptmodule.c Issue #27332: Fixed the type of the first argument of module-level fu… Jul 7, 2016
_csv.c
_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
_functoolsmodule.c
_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
_lsprof.c
_lzmamodule.c
_math.c Fix typo. Oct 28, 2014
_math.h
_opcode.c
_operator.c
_pickle.c
_posixsubprocess.c
_randommodule.c
_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
_tkinter.c
_tracemalloc.c
_weakref.c
_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
atexitmodule.c [3.6] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (G… Jun 12, 2017
audioop.c
binascii.c
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
gc_weakref.txt
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
hashtable.h
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
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
pyexpat.c
readline.c bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (G… Dec 8, 2018
resource.c
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
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
testcapi_long.h Issue #9530: Fix undefined behaviour due to signed overflow in testca… Nov 19, 2011
timemodule.c
tkappinit.c
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
winreparse.h
xxlimited.c
xxmodule.c
xxsubtype.c
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.