Skip to content
Branch: 2.7
Find file History
Pull request Compare This branch is 4231 commits ahead, 29200 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.
stringlib
abstract.c
boolobject.c Recorded merge of revisions 81029 via svnmerge from May 9, 2010
bufferobject.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#… Sep 14, 2017
bytearrayobject.c
bytes_methods.c Merged revisions 82573 via svnmerge from Jul 5, 2010
capsule.c
cellobject.c fix indentation of comments in cellobject.c (closes #27011) May 13, 2016
classobject.c
cobject.c CObject use is marked as a Py3k warning, not a deprecation warning Nov 4, 2010
codeobject.c
complexobject.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G… Jul 31, 2018
descrobject.c
dictnotes.txt
dictobject.c bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823)… Feb 26, 2018
enumobject.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G… Jul 31, 2018
exceptions.c
fileobject.c coalesce GILless sections in new_buffersize (#5059) Jan 2, 2018
floatobject.c
frameobject.c
funcobject.c Issue #28139: Fix messed up indentation Sep 17, 2016
genobject.c Issue #14432: Generator now clears the borrowed reference to the thre… Dec 13, 2013
intobject.c bpo-16055: Fixes incorrect error text for int('1', base=1000) (#6980) May 18, 2018
iterobject.c Issue #26494: Fixed crash on iterating exhausting iterators. Mar 30, 2016
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c [2.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMa… Jun 7, 2019
memoryobject.c bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed ( Apr 15, 2017
methodobject.c
moduleobject.c
object.c
obmalloc.c
rangeobject.c
setobject.c
sliceobject.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G… Jul 31, 2018
stringobject.c [2.7] bpo-35552: Fix reading past the end in PyString_FromFormat(). (G… Jan 12, 2019
structseq.c
tupleobject.c [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeE… Feb 2, 2018
typeobject.c bpo-26423: Fix possible overflow in wrap_lenfunc() (GH-13606) (GH-13625) May 28, 2019
unicodectype.c #1571184: makeunicodedata.py now generates the functions _PyUnicode_T… Oct 6, 2009
unicodeobject.c
unicodetype_db.h
weakrefobject.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#… Sep 14, 2017
You can’t perform that action at this time.