Skip to content
Branch: 2.7
Find file History
Pull request Compare This branch is 4237 commits ahead, 29444 commits behind master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
_ctypes bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() … Sep 11, 2019
_io [2.7] bpo-36289: Fix a possible reference leak in the io module (GH-1… Mar 14, 2019
_multiprocessing
_sqlite [2.7] bpo-38175: Fix a memory leak in comparison of sqlite3.Row objec… Sep 17, 2019
cjkcodecs
expat
zlib
Setup.config.in
Setup.dist
_bisectmodule.c
_bsddb.c
_codecsmodule.c
_collectionsmodule.c
_csv.c
_curses_panel.c Issue #25745: Fixed leaking a userptr in curses panel destructor. May 8, 2016
_cursesmodule.c
_elementtree.c
_functoolsmodule.c
_hashopenssl.c
_heapqmodule.c
_hotshot.c [2.7] bpo-36212: Fix two possible reference leaks in the hotshot modu… Mar 14, 2019
_json.c [2.7] bpo-36291: Fix a possible reference leak in the json module (GH… Mar 14, 2019
_localemodule.c
_lsprof.c
_math.c
_math.h Add workaround for log1p(-0.0) on platforms where it's broken. Aug 18, 2012
_randommodule.c
_sre.c
_ssl.c
_ssl_data.h
_struct.c
_testcapimodule.c [2.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMa… Jun 7, 2019
_tkinter.c
_weakref.c Issue #28427: old keys should not remove new values from Dec 27, 2016
addrinfo.h Recorded merge of revisions 81029 via svnmerge from May 9, 2010
almodule.c
ar_beos Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos and Feb 16, 2001
arraymodule.c
audioop.c
binascii.c
bsddb.h - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting Mar 19, 2013
bsddbmodule.c Issue #28139: Fix messed up indentation Sep 17, 2016
bz2module.c
cPickle.c [2.7] bpo-36149 Fix potential use of uninitialized memory in cPickle (#… Mar 4, 2019
cStringIO.c
cdmodule.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. Apr 6, 2016
cgen.py
cgensupport.c
cgensupport.h
clmodule.c Issue #28139: Fix messed up indentation Sep 17, 2016
cmathmodule.c
config.c.in
cryptmodule.c
cstubs
datetimemodule.c [2.7] bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039 Nov 20, 2018
dbmmodule.c Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines. May 7, 2013
dlmodule.c
errnomodule.c Issue #14662: Prevent shutil failures on OS X when destination does not May 11, 2012
fcntlmodule.c Issue #28139: Fix messed up indentation Sep 17, 2016
flmodule.c
fmmodule.c
fpectlmodule.c
fpetestmodule.c
future_builtins.c
gc_weakref.txt SF 1055820: weakref callback vs gc vs threads Oct 30, 2004
gcmodule.c
gdbmmodule.c This reverts r63675 based on the discussion in this thread: Jun 9, 2008
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
glmodule.c
grpmodule.c Closes #19342: improve docstrings in grp module. Oct 2, 2014
imageop.c Issue #24264: Fixed buffer overflow in the imageop module. May 31, 2015
imgfile.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
itertoolsmodule.c
ld_so_aix.in
ld_so_beos Remove a hard coded Python version, and a now incorrect relative path… Feb 16, 2001
linuxaudiodev.c
main.c bpo-11681: Document the `-b` and `-bb` options (GH-1562) May 13, 2017
makesetup generate spaces instead of tabs into config.c Jan 16, 2017
makexp_aix - Changes donated by Elemental Security to make it work on AIX 5.3 Sep 14, 2005
mathmodule.c
md5.c Untabify C files. Will watch buildbots. May 9, 2010
md5.h
md5module.c [2.7] Fix misleading mentions of tp_size in comments (GH-9138) Sep 10, 2018
mmapmodule.c [2.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
operator.c rearrange methodcaller_new so that the main error case does not cause… Aug 17, 2016
ossaudiodev.c [2.7] Fix misleading mentions of tp_size in comments (GH-9138) Sep 10, 2018
parsermodule.c [2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075) Nov 7, 2019
posixmodule.c
posixmodule.h Removed useless Py_LIMITED_API checks. Aug 17, 2014
puremodule.c
pwdmodule.c
pyexpat.c
python.c Replace fpgetmask() with fedisableexcept() Jan 20, 2016
readline.c
resource.c Issue #6083: Fix multiple segmentation faults occured when PyArg_Pars… Feb 4, 2013
rotatingtree.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
rotatingtree.h Fix comment typo Apr 22, 2006
selectmodule.c
sgimodule.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
sha256module.c
sha512module.c
shamodule.c Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger … Sep 10, 2012
signalmodule.c [2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075) Nov 7, 2019
socketmodule.c
socketmodule.h make _socket.socket weakrefable (closes #22569) Oct 6, 2014
spwdmodule.c
sre.h
sre_constants.h Implemented non-recursive SRE matching. Oct 17, 2003
stropmodule.c proper overflow checks for mymemreplace (closes #24708) Jul 25, 2015
sunaudiodev.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
svmodule.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G… Jul 31, 2018
symtablemodule.c
syslogmodule.c
termios.c
testcapi_long.h Untabify C files. Will watch buildbots. May 9, 2010
threadmodule.c Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), May 30, 2015
timemodule.c bpo-31339: Rewrite time.asctime() and time.ctime() (#3293) Sep 5, 2017
timing.h Remove the advertising clause from the BSD license in timing.h. Apr 1, 2008
timingmodule.c
tkappinit.c
tkinter.h
unicodedata.c bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (G… Jun 15, 2018
unicodedata_db.h Issue #8024: Update the Unicode database to 5.2 Mar 18, 2010
unicodename_db.h
xxmodule.c
xxsubtype.c
yuv.h
yuvconvert.c
zipimport.c
zlibmodule.c
You can’t perform that action at this time.