.. |
stringlib
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
2016-09-07 12:03:06 +00:00 |
abstract.c
|
Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple()
|
2016-07-25 02:30:05 +00:00 |
boolobject.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
bufferobject.c
|
Issue #29028: Fixed possible use-after-free bugs in the subscription of the
|
2017-02-01 22:47:44 +02:00 |
bytearrayobject.c
|
bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154)
|
2017-04-15 20:11:12 +03:00 |
bytes_methods.c
|
Merged revisions 82573 via svnmerge from
|
2010-07-05 12:04:07 +00: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
|
Issue #22463: Backport compiler warning fixes and workarounds
|
2016-06-21 23:58:05 +00: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
|
Issue #27942: Fix memory leak in codeobject.c
|
2016-11-09 09:41:15 -05:00 |
complexobject.c
|
bpo-29602: fix signed zero handling in complex constructor (#204)
|
2017-02-20 21:14:52 +00: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
|
[2.7] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1681)
|
2017-05-20 20:05:27 +03:00 |
enumobject.c
|
Merged revisions 81468 via svnmerge from
|
2010-05-22 11:44:30 +00:00 |
exceptions.c
|
Issue #27626: Spelling fixes in docs, comments and internal names
|
2016-07-28 01:11:04 +00:00 |
fileobject.c
|
Issue #23908: os functions, open() and the io.FileIO constructor now reject
|
2016-07-01 23:34:44 +03:00 |
floatobject.c
|
Issue #22463: Backport compiler warning fixes and workarounds
|
2016-06-21 23:58:05 +00:00 |
frameobject.c
|
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
|
2016-06-04 20:30:43 +03: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
|
Issue #28998: More APIs now support longs as well as ints.
|
2016-12-27 15:09:36 +02:00 |
iterobject.c
|
Issue #26494: Fixed crash on iterating exhausting iterators.
|
2016-03-30 20:43:06 +03:00 |
listobject.c
|
bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154)
|
2017-04-15 20:11:12 +03: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
|
fix refleak in the shift-by-zero case (#27870)
|
2016-12-03 11:01:50 -08: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
|
Issue #27125: Fix various errors like “will [be] inherited”
|
2016-05-29 08:13:58 +00:00 |
obmalloc.c
|
make comment not lie about the size of SMALL_REQUEST_THRESHOLD
|
2015-07-29 22:18:16 -07:00 |
rangeobject.c
|
Issue #28139: Fix messed up indentation
|
2016-09-17 07:54:55 +00:00 |
setobject.c
|
Issue #27125: Remove duplicated words from documentation and comments
|
2016-05-30 04:04:50 +00:00 |
sliceobject.c
|
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1531) (#1480)
|
2017-05-10 19:20:28 +08:00 |
stringobject.c
|
[2.7] bpo-30657: Check & prevent integer overflow in PyString_DecodeEscape (#2174)
|
2017-06-18 19:41:03 +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
|
bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154)
|
2017-04-15 20:11:12 +03:00 |
typeobject.c
|
[2.7] bpo-25794: Fix `type.__setattr__()` for non-interned or unicode attribute names. (GH-1652) (#1675)
|
2017-05-20 10:04:53 +03:00 |
unicodectype.c
|
Recorded merge of revisions 81029 via svnmerge from
|
2010-05-09 15:15:40 +00:00 |
unicodeobject.c
|
bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154)
|
2017-04-15 20:11:12 +03: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
|
bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) (#187)
|
2017-02-20 14:32:53 +08:00 |