Skip to content
Branch: 2.7
Find file History
Pull request Compare This branch is 4237 commits ahead, 29345 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 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). Sep 7, 2016
abstract.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G… Jul 31, 2018
boolobject.c
bufferobject.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#… Sep 14, 2017
bytearrayobject.c bpo-30134: fix BytesWarning doc, docstring and message (GH-12739) Apr 9, 2019
bytes_methods.c
capsule.c
cellobject.c fix indentation of comments in cellobject.c (closes #27011) May 13, 2016
classobject.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G… Jul 31, 2018
cobject.c CObject use is marked as a Py3k warning, not a deprecation warning Nov 4, 2010
codeobject.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G… Jul 31, 2018
complexobject.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G… Jul 31, 2018
descrobject.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. Apr 6, 2016
dictnotes.txt Patch #1397848: add the reasoning behind no-resize-on-shrinkage. Feb 15, 2007
dictobject.c bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823)… Feb 26, 2018
enumobject.c
exceptions.c
fileobject.c
floatobject.c
frameobject.c bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. ( Dec 20, 2018
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
iterobject.c Issue #26494: Fixed crash on iterating exhausting iterators. Mar 30, 2016
listobject.c [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeE… Feb 2, 2018
listsort.txt Issue #27895: Spelling fixes (Contributed by Ville Skyttä). Sep 7, 2016
lnotab_notes.txt Issue #6042: May 23, 2009
longobject.c
memoryobject.c bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed ( Apr 15, 2017
methodobject.c
moduleobject.c [2.7] Fix misleading mentions of tp_size in comments (GH-9138) Sep 10, 2018
object.c
obmalloc.c bpo-27987: pymalloc: align by 16bytes on 64bit platform (GH-12850) (G… May 15, 2019
rangeobject.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#… Sep 14, 2017
setobject.c
sliceobject.c [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G… Jul 31, 2018
stringobject.c
structseq.c bpo-38730: Remove usage of stpncpy as it's not supported on MSVC 2008. ( Nov 7, 2019
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 bpo-33817: Fix _PyString_Resize() and _PyUnicode_Resize() for empty s… Jan 12, 2019
unicodetype_db.h #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks acco… Mar 30, 2010
weakrefobject.c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#… Sep 14, 2017
You can’t perform that action at this time.