.. |
stringlib
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
2016-09-07 12:03:06 +00:00 |
abstract.c
|
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)
|
2018-07-31 09:09:36 +03:00 |
boolobject.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
bufferobject.c
|
consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563)
|
2017-09-13 21:20:29 -07:00 |
bytearrayobject.c
|
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)
|
2018-07-31 09:09:36 +03:00 |
bytes_methods.c
|
Merged revisions 82573 via svnmerge from
|
2010-07-05 12:04:07 +00:00 |
bytesobject.c
|
[2.7] bpo-20047: Make bytearray methods partition() and rpartition() rejecting (GH-4158) (#4163)
|
2017-10-29 12:25:38 +02:00 |
capsule.c
|
Backported PyCapsule from 3.1, and converted most uses of
|
2010-03-25 00:54:54 +00:00 |
cellobject.c
|
fix indentation of comments in cellobject.c (closes #27011)
|
2016-05-12 23:12:21 -07:00 |
classobject.c
|
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)
|
2018-07-31 09:09:36 +03:00 |
cobject.c
|
CObject use is marked as a Py3k warning, not a deprecation warning
|
2010-11-04 21:39:52 +00:00 |
codeobject.c
|
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)
|
2018-07-31 09:09:36 +03:00 |
complexobject.c
|
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)
|
2018-07-31 09:09:36 +03:00 |
descrobject.c
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
|
2016-04-06 09:51:18 +03:00 |
dictnotes.txt
|
Patch #1397848: add the reasoning behind no-resize-on-shrinkage.
|
2007-02-15 09:51:35 +00:00 |
dictobject.c
|
bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357)
|
2018-02-27 00:35:03 +02:00 |
enumobject.c
|
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)
|
2018-07-31 09:09:36 +03:00 |
exceptions.c
|
consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563)
|
2017-09-13 21:20:29 -07:00 |
fileobject.c
|
coalesce GILless sections in new_buffersize (#5059)
|
2018-01-02 15:52:42 -08:00 |
floatobject.c
|
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)
|
2018-07-31 09:09:36 +03:00 |
frameobject.c
|
[2.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6111)
|
2018-03-13 23:06:14 +02:00 |
funcobject.c
|
Issue #28139: Fix messed up indentation
|
2016-09-17 07:54:55 +00:00 |
genobject.c
|
Issue #14432: Generator now clears the borrowed reference to the thread state
|
2013-12-13 02:37:09 +01:00 |
intobject.c
|
bpo-16055: Fixes incorrect error text for int('1', base=1000) (#6980)
|
2018-05-19 01:53:13 +02:00 |
iterobject.c
|
Issue #26494: Fixed crash on iterating exhausting iterators.
|
2016-03-30 20:43:06 +03:00 |
listobject.c
|
[2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493)
|
2018-02-02 16:29:02 +02:00 |
listsort.txt
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
2016-09-07 12:03:06 +00:00 |
lnotab_notes.txt
|
Issue #6042:
|
2009-05-23 23:23:01 +00:00 |
longobject.c
|
bpo-16055: Fixes incorrect error text for int('1', base=1000) (#6980)
|
2018-05-19 01:53:13 +02:00 |
memoryobject.c
|
bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154)
|
2017-04-15 20:11:12 +03:00 |
methodobject.c
|
Issue #22463: Backport compiler warning fixes and workarounds
|
2016-06-21 23:58:05 +00:00 |
moduleobject.c
|
Issue #19255: Clear error after failed PyDict_SetItem() on shutdown.
|
2014-02-12 09:54:48 +02:00 |
object.c
|
[2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493)
|
2018-02-02 16:29:02 +02:00 |
obmalloc.c
|
bpo-31626: Fix _PyObject_DebugReallocApi() (#4310)
|
2017-11-24 02:13:26 +01:00 |
rangeobject.c
|
consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563)
|
2017-09-13 21:20:29 -07:00 |
setobject.c
|
bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)
|
2018-05-02 03:23:41 -07:00 |
sliceobject.c
|
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)
|
2018-07-31 09:09:36 +03:00 |
stringobject.c
|
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)
|
2018-07-31 09:09:36 +03:00 |
structseq.c
|
bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154)
|
2017-04-15 20:11:12 +03:00 |
tupleobject.c
|
[2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493)
|
2018-02-02 16:29:02 +02:00 |
typeobject.c
|
closes bpo-34477: Objects/typeobject.c: Add missing NULL check to type_init() (GH-8876)
|
2018-08-24 00:51:46 -04:00 |
unicodectype.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
unicodeobject.c
|
Fix compilation warnings on Windows (GH-8627)
|
2018-08-02 18:02:59 +02:00 |
unicodetype_db.h
|
#7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to Unicode Standard Annex #14.
|
2010-03-30 08:24:06 +00:00 |
weakrefobject.c
|
consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563)
|
2017-09-13 21:20:29 -07:00 |