Skip to content
Branch: 2.7
Find file History
Pull request Compare This branch is 4237 commits ahead, 29417 commits behind master.
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
_ctypes
_io
_multiprocessing bpo-34521: Fix FD transfer in multiprocessing on FreeBSD (GH-15422) Aug 23, 2019
_sqlite
cjkcodecs bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. ( Dec 20, 2018
expat
zlib
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
_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
_cursesmodule.c
_elementtree.c
_functoolsmodule.c
_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 [2.7] bpo-36212: Fix two possible reference leaks in the hotshot modu… Mar 14, 2019
_json.c
_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 Issue #23248: Update ssl error codes from latest OpenSSL git master. Jan 18, 2015
_struct.c
_testcapimodule.c [2.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMa… Jun 7, 2019
_tkinter.c [2.7] bpo-34794: Fix a leak in Tkinter. (GH-10025) (GH-10181) Oct 28, 2018
_weakref.c
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
binascii.c Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT Dec 24, 2016
bsddb.h
bsddbmodule.c
bz2module.c bpo-30614: testInitNonExistentFile() of test_bz2 leaks references (#2033 Jun 10, 2017
cPickle.c
cStringIO.c Issue #28139: Fix messed up indentation Sep 17, 2016
cdmodule.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. Apr 6, 2016
cgen.py Deprecate DEVICE, GL, gl, and the related modules cgen and cgensuppor… May 15, 2008
cgensupport.c
cgensupport.h Recorded merge of revisions 81029 via svnmerge from May 9, 2010
clmodule.c
cmathmodule.c
config.c.in Merged revisions 81602 via svnmerge from May 29, 2010
cryptmodule.c
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 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 bpo-27593: Get SCM build info from git instead of hg (#1327) May 2, 2017
getnameinfo.c
getpath.c
glmodule.c
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
ld_so_aix.in
ld_so_beos
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
mathmodule.c
md5.c
md5.h
md5module.c
mmapmodule.c
nismodule.c
operator.c
ossaudiodev.c
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
pwdmodule.c Issue #4591: Uid and gid values larger than 2**31 are supported now. Feb 12, 2013
pyexpat.c
python.c
readline.c
resource.c Issue #6083: Fix multiple segmentation faults occured when PyArg_Pars… Feb 4, 2013
rotatingtree.c
rotatingtree.h
selectmodule.c [2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem… Dec 19, 2018
sgimodule.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
sha256module.c
sha512module.c
shamodule.c
signalmodule.c
socketmodule.c
socketmodule.h
spwdmodule.c
sre.h Issue #17998: Fix an internal error in regular expression engine. Aug 3, 2013
sre_constants.h
stropmodule.c
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
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
timing.h
timingmodule.c Issue #28139: Fix messed up indentation Sep 17, 2016
tkappinit.c
tkinter.h Issue #16840. Turn off bignum support in tkinter with with Tcl earlie… Apr 21, 2015
unicodedata.c
unicodedata_db.h
unicodename_db.h
xxmodule.c
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
zipimport.c
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.