Skip to content
Branch: 2.7
Find file History
Pull request Compare This branch is 4237 commits ahead, 29351 commits behind master.
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 bpo-34521: Fix FD transfer in multiprocessing on FreeBSD (GH-15422) Aug 23, 2019
_sqlite [2.7] bpo-38175: Fix a memory leak in comparison of sqlite3.Row objec… Sep 17, 2019
cjkcodecs bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. ( Dec 20, 2018
expat bpo-37731: Squish another _POSIX_C_SOURCE redefinition problem in exp… Nov 7, 2019
zlib update zlib ChangeLog file Jan 31, 2017
Setup.config.in Patch to make _codecs a builtin module. This is necessary since Dec 12, 2002
Setup.dist [2.7] closes bpo-35139: The `pyexpat` module's macros in `Modules/Set… Nov 2, 2018
_bisectmodule.c Issue #14829: Fix bisect issues under 64-bit Windows. May 16, 2012
_bsddb.c bpo-34491: Add missing Py_DECREF() in _bsddb's DB_join() (GH-8909) Aug 25, 2018
_codecsmodule.c Issue #8930: fix some C code indentation Jun 9, 2010
_collectionsmodule.c [2.7] closes bpo-31608: Fix a crash in methods of a subclass of _coll… Sep 11, 2018
_csv.c [2.7] Fix name of '\0'. (GH-14225) Jun 19, 2019
_curses_panel.c Issue #25745: Fixed leaking a userptr in curses panel destructor. May 8, 2016
_cursesmodule.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G… Jul 31, 2018
_elementtree.c [2.7] Fix error handling bugs in _elementtree.c. (GH-10060) (GH-10080) Oct 26, 2018
_functoolsmodule.c bpo-31095: Fix potential crash during GC (GH-3197) Sep 4, 2017
_hashopenssl.c bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-1… Sep 16, 2019
_heapqmodule.c Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc Apr 15, 2016
_hotshot.c
_json.c [2.7] bpo-36291: Fix a possible reference leak in the json module (GH… Mar 14, 2019
_localemodule.c [2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem… Dec 19, 2018
_lsprof.c Fix docstring of Profiler class (GH-8651) Aug 3, 2018
_math.c inline constant into its single use Dec 3, 2016
_math.h Add workaround for log1p(-0.0) on platforms where it's broken. Aug 18, 2012
_randommodule.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G… Jul 31, 2018
_sre.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G… Jul 31, 2018
_ssl.c [2.7] bpo-35264: Modules/_ssl.c: fix build with OpenSSL 1.1.0 (GH-10570) Sep 11, 2019
_ssl_data.h Issue #23248: Update ssl error codes from latest OpenSSL git master. Jan 18, 2015
_struct.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G… Jul 31, 2018
_testcapimodule.c
_tkinter.c [2.7] bpo-34794: Fix a leak in Tkinter. (GH-10025) (GH-10181) Oct 28, 2018
_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 Recorded merge of revisions 81029 via svnmerge from May 9, 2010
ar_beos Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos and Feb 16, 2001
arraymodule.c [2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem… Dec 19, 2018
audioop.c bpo-19418: audioop.c: Fix warnings on -0x80000000 (GH-7453) Jun 6, 2018
binascii.c Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT Dec 24, 2016
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 bpo-30614: testInitNonExistentFile() of test_bz2 leaks references (#2033 Jun 10, 2017
cPickle.c [2.7] bpo-36149 Fix potential use of uninitialized memory in cPickle (#… Mar 4, 2019
cStringIO.c Issue #28139: Fix messed up indentation Sep 17, 2016
cdmodule.c
cgen.py Deprecate DEVICE, GL, gl, and the related modules cgen and cgensuppor… May 15, 2008
cgensupport.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
cgensupport.h Recorded merge of revisions 81029 via svnmerge from May 9, 2010
clmodule.c Issue #28139: Fix messed up indentation Sep 17, 2016
cmathmodule.c Issue #24489: ensure a previously set C errno doesn't disturb cmath.p… Jun 23, 2015
config.c.in Merged revisions 81602 via svnmerge from May 29, 2010
cryptmodule.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
cstubs REMOVED all CWI, CNRI and BeOpen copyright markings. Sep 1, 2000
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 [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G… Jul 31, 2018
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 Issue #28139: Fix messed up indentation Sep 17, 2016
fmmodule.c Issue #28139: Fix messed up indentation Sep 17, 2016
fpectlmodule.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
fpetestmodule.c Check return result from Py_InitModule*(). This API can fail. Jan 19, 2006
future_builtins.c Fix issue10065 - future_builtins' docstring lacks some functions Oct 14, 2010
gc_weakref.txt
gcmodule.c [2.7] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) ( May 24, 2018
gdbmmodule.c This reverts r63675 based on the discussion in this thread: Jun 9, 2008
getaddrinfo.c Issue #26505: Fix typos in getaddrinfo license text. Mar 7, 2016
getbuildinfo.c bpo-27593: Get SCM build info from git instead of hg (#1327) May 2, 2017
getnameinfo.c Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() em… Aug 2, 2012
getpath.c [2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075) Nov 7, 2019
glmodule.c Issue #28139: Fix messed up indentation Sep 17, 2016
grpmodule.c Closes #19342: improve docstrings in grp module. Oct 2, 2014
imageop.c
imgfile.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
itertoolsmodule.c [2.7] bpo-34410: Fix a crash in the tee iterator when re-enter it. (G… Sep 9, 2019
ld_so_aix.in Issue #10656: Fix out-of-tree building on AIX Nov 20, 2016
ld_so_beos Remove a hard coded Python version, and a now incorrect relative path… Feb 16, 2001
linuxaudiodev.c [2.7] bpo-36186: Fix linuxaudiodev.linux_audio_device() error handling ( Mar 6, 2019
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 [2.7] bpo-36106: resolve sinpi name clash with libm (IEEE-754 violati… Feb 26, 2019
md5.c Untabify C files. Will watch buildbots. May 9, 2010
md5.h - Issue #3745: Fix hashlib to always reject unicode and non buffer-api Feb 13, 2009
md5module.c
mmapmodule.c
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 [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G… Jul 31, 2018
posixmodule.h Removed useless Py_LIMITED_API checks. Aug 17, 2014
puremodule.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
pwdmodule.c Issue #4591: Uid and gid values larger than 2**31 are supported now. Feb 12, 2013
pyexpat.c [2.7] bpo-35068: Fix possible crashes in pyexpat.c. (GH-10099) Oct 29, 2018
python.c Replace fpgetmask() with fedisableexcept() Jan 20, 2016
readline.c [2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075) Nov 7, 2019
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 [2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem… Dec 19, 2018
sgimodule.c
sha256module.c [2.7] Fix misleading mentions of tp_size in comments (GH-9138) Sep 10, 2018
sha512module.c [2.7] Fix misleading mentions of tp_size in comments (GH-9138) Sep 10, 2018
shamodule.c
signalmodule.c [2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075) Nov 7, 2019
socketmodule.c bpo-36337: socket.send()/sendall() use Py_ssize_t (GH-12397) Mar 19, 2019
socketmodule.h make _socket.socket weakrefable (closes #22569) Oct 6, 2014
spwdmodule.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
sre.h Issue #17998: Fix an internal error in regular expression engine. Aug 3, 2013
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 just return toplevel symbol table rather than all blocks (closes #19393) Oct 26, 2013
syslogmodule.c Untabify C files. Will watch buildbots. May 9, 2010
termios.c [2.7] Fix a possible "double decref" in termios.tcgetattr(). (GH-10194)… Oct 29, 2018
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 Issue #28139: Fix messed up indentation Sep 17, 2016
tkappinit.c Issue #22463: Backport compiler warning fixes and workarounds Jun 21, 2016
tkinter.h Issue #16840. Turn off bignum support in tkinter with with Tcl earlie… Apr 21, 2015
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 Issue #8024: Update the Unicode database to 5.2 Mar 18, 2010
xxmodule.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
xxsubtype.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
yuv.h Recorded merge of revisions 81029 via svnmerge from May 9, 2010
yuvconvert.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
zipimport.c [2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075) Nov 7, 2019
zlibmodule.c Issue #27130: Fix handling of buffers exceeding (U)INT_MAX in “zlib” … Jul 23, 2016
You can’t perform that action at this time.