.. |
stringlib
|
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
|
2016-04-17 09:37:36 +03:00 |
abstract.c
|
Issue #25678: Copy buffer objects to null-terminated strings.
|
2015-11-20 21:56:21 +02:00 |
boolobject.c
|
…
|
|
bufferobject.c
|
avoid overflow with large buffer sizes and/or offsets (closes #21831)
|
2014-06-23 20:12:27 -07:00 |
bytearrayobject.c
|
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
|
2016-04-17 09:37:36 +03:00 |
bytes_methods.c
|
…
|
|
capsule.c
|
…
|
|
cellobject.c
|
…
|
|
classobject.c
|
Fix typo in comment.
|
2014-08-01 23:51:51 -07:00 |
cobject.c
|
…
|
|
codeobject.c
|
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
|
2016-04-15 02:14:19 +00:00 |
complexobject.c
|
Issue #25678: Copy buffer objects to null-terminated strings.
|
2015-11-20 21:56:21 +02:00 |
descrobject.c
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
|
2016-04-06 09:51:18 +03:00 |
dictnotes.txt
|
…
|
|
dictobject.c
|
Issue #26494: Fixed crash on iterating exhausting iterators.
|
2016-03-30 20:43:06 +03:00 |
enumobject.c
|
…
|
|
exceptions.c
|
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
|
2016-04-10 18:05:12 +03:00 |
fileobject.c
|
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
|
2016-04-10 18:05:12 +03:00 |
floatobject.c
|
Issue #24731: Fixed crash on converting objects with special methods
|
2015-11-25 15:55:54 +02:00 |
frameobject.c
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
|
2016-04-06 09:51:18 +03:00 |
funcobject.c
|
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
|
2016-04-10 18:05:12 +03:00 |
genobject.c
|
…
|
|
intobject.c
|
remove strange casts
|
2014-11-23 12:58:54 -06:00 |
iterobject.c
|
Issue #26494: Fixed crash on iterating exhausting iterators.
|
2016-03-30 20:43:06 +03:00 |
listobject.c
|
Issue #26494: Fixed crash on iterating exhausting iterators.
|
2016-03-30 20:43:06 +03:00 |
listsort.txt
|
…
|
|
lnotab_notes.txt
|
…
|
|
longobject.c
|
Issue #24731: Fixed crash on converting objects with special methods
|
2015-11-25 15:55:54 +02:00 |
memoryobject.c
|
…
|
|
methodobject.c
|
…
|
|
moduleobject.c
|
…
|
|
object.c
|
…
|
|
obmalloc.c
|
make comment not lie about the size of SMALL_REQUEST_THRESHOLD
|
2015-07-29 22:18:16 -07:00 |
rangeobject.c
|
…
|
|
setobject.c
|
Issue #26494: Fixed crash on iterating exhausting iterators.
|
2016-03-30 20:43:06 +03:00 |
sliceobject.c
|
add gc support to slice (closes #26659)
|
2016-04-16 14:47:12 -07:00 |
stringobject.c
|
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
|
2016-04-10 18:05:12 +03:00 |
structseq.c
|
…
|
|
tupleobject.c
|
Issue #26494: Fixed crash on iterating exhausting iterators.
|
2016-03-30 20:43:06 +03:00 |
typeobject.c
|
Issue #26718: super.__init__ no longer leaks memory if called multiple times.
|
2016-04-13 15:27:33 +03:00 |
unicodectype.c
|
…
|
|
unicodeobject.c
|
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
|
2016-04-10 18:05:12 +03:00 |
unicodetype_db.h
|
…
|
|
weakrefobject.c
|
Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of
|
2015-03-30 09:53:06 +03:00 |