|
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
|
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
|
bpo-30134: fix BytesWarning doc, docstring and message (GH-12739)
|
Apr 9, 2019
|
|
bytes_methods.c
|
Merged revisions 82573 via svnmerge from
|
Jul 5, 2010
|
|
capsule.c
|
Backported PyCapsule from 3.1, and converted most uses of
|
Mar 25, 2010
|
|
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
|
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G…
|
Jul 31, 2018
|
|
exceptions.c
|
bpo-30134: fix BytesWarning doc, docstring and message (GH-12739)
|
Apr 9, 2019
|
|
fileobject.c
|
coalesce GILless sections in new_buffersize (#5059)
|
Jan 2, 2018
|
|
floatobject.c
|
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (G…
|
Jul 31, 2018
|
|
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
|
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
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
Sep 7, 2016
|
|
lnotab_notes.txt
|
Issue #6042:
|
May 23, 2009
|
|
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
|
Issue #22463: Backport compiler warning fixes and workarounds
|
Jun 21, 2016
|
|
moduleobject.c
|
[2.7] Fix misleading mentions of tp_size in comments (GH-9138)
|
Sep 10, 2018
|
|
object.c
|
[2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeE…
|
Feb 2, 2018
|
|
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
|
bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)
|
May 2, 2018
|
|
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
|
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
|