.. |
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
|
…
|
|
bufferobject.c
|
avoid overflow with large buffer sizes and/or offsets (closes #21831)
|
2014-06-23 20:12:27 -07:00 |
bytearrayobject.c
|
Correct occurance → occurrence; extracted from patch by Georg Brandl
|
2016-09-08 05:22:16 +00:00 |
bytes_methods.c
|
…
|
|
capsule.c
|
…
|
|
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
|
…
|
|
codeobject.c
|
Issue #27942: Fix memory leak in codeobject.c
|
2016-11-09 09:41:15 -05:00 |
complexobject.c
|
Issue #28139: Fix messed up indentation
|
2016-09-17 07:54:55 +00:00 |
descrobject.c
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
|
2016-04-06 09:51:18 +03:00 |
dictnotes.txt
|
…
|
|
dictobject.c
|
Issue #28427: old keys should not remove new values from
|
2016-12-27 15:08:27 +01:00 |
enumobject.c
|
…
|
|
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
|
…
|
|
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
|
make sure to not call memcpy with a NULL second argument
|
2016-09-06 17:58:25 -07:00 |
listsort.txt
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
|
2016-09-07 12:03:06 +00:00 |
lnotab_notes.txt
|
…
|
|
longobject.c
|
fix refleak in the shift-by-zero case (#27870)
|
2016-12-03 11:01:50 -08:00 |
memoryobject.c
|
…
|
|
methodobject.c
|
Issue #22463: Backport compiler warning fixes and workarounds
|
2016-06-21 23:58:05 +00:00 |
moduleobject.c
|
…
|
|
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
|
add gc support to slice (closes #26659)
|
2016-04-16 14:47:12 -07:00 |
stringobject.c
|
Issue #11145: Fixed miscellaneous issues with C-style formatting of types
|
2016-12-01 10:27:11 +02:00 |
structseq.c
|
…
|
|
tupleobject.c
|
Issue #26494: Fixed crash on iterating exhausting iterators.
|
2016-03-30 20:43:06 +03:00 |
typeobject.c
|
revert a37cc3d926ec (#5322)
|
2016-12-13 23:30:16 -08:00 |
unicodectype.c
|
…
|
|
unicodeobject.c
|
promote some shifts to unsigned, so as not to invoke undefined behavior
|
2016-09-06 20:40:04 -07:00 |
unicodetype_db.h
|
…
|
|
weakrefobject.c
|
Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
|
2016-05-07 15:41:09 +03:00 |