.. |
stringlib
|
Issue #12546: Allow \x00 as a fill character for builtin type __format__ methods.
|
2014-04-14 11:22:33 -04:00 |
abstract.c
|
don't overwrite the error from PyObject_GetAttrString (closes #4346)
|
2014-06-26 23:27:41 -07: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 #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize
|
2014-04-25 09:51:21 +00: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
|
…
|
|
complexobject.c
|
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).
|
2014-10-10 23:49:32 +02:00 |
descrobject.c
|
fix docstring. extra \.
|
2013-11-25 04:30:00 +00:00 |
dictnotes.txt
|
…
|
|
dictobject.c
|
add missing NULL check (closes #18019)
|
2013-05-19 19:38:12 -07:00 |
enumobject.c
|
…
|
|
exceptions.c
|
bail in unicode error's __str__ methods if the objects are not properly initialized (closes #21134)
|
2014-04-02 12:15:06 -04:00 |
fileobject.c
|
use Py_ssize_t for file offset and length computations in iteration (closes #22526)
|
2014-09-30 21:17:15 -04:00 |
floatobject.c
|
#19069: use imperative mood in float object docstrings. Patch by Marco Buttu.
|
2013-10-06 00:44:32 +03:00 |
frameobject.c
|
SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612)
|
2012-04-18 11:14:31 -04:00 |
funcobject.c
|
use Py_CLEAR
|
2012-02-19 01:11:56 -05: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
|
remove strange casts
|
2014-11-23 12:58:54 -06:00 |
iterobject.c
|
…
|
|
listobject.c
|
…
|
|
listsort.txt
|
Various clarifications based on feedback & questions over the years.
|
2013-08-24 15:15:19 -05:00 |
lnotab_notes.txt
|
…
|
|
longobject.c
|
Issue #19171: speed some cases of 3-argument long pow().
|
2013-10-05 16:53:52 -05:00 |
memoryobject.c
|
…
|
|
methodobject.c
|
…
|
|
moduleobject.c
|
Issue #19255: Clear error after failed PyDict_SetItem() on shutdown.
|
2014-02-12 09:54:48 +02:00 |
object.c
|
Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle.
|
2013-11-30 17:43:42 -08:00 |
obmalloc.c
|
Issue #21810: Backport mmap-based arena allocation failure check.
|
2014-06-19 22:42:51 +01:00 |
rangeobject.c
|
Issue #14783: Backport changes from 3.2.
|
2012-10-07 20:37:54 -07:00 |
setobject.c
|
Issue 8743: Improve interoperability between sets and the collections.Set abstract base class.
|
2014-05-25 22:13:41 -07:00 |
sliceobject.c
|
Issue #14783: Backport changes from 3.2.
|
2012-10-07 20:37:54 -07:00 |
stringobject.c
|
fix overflow checking in PyString_Repr (closes #22519)
|
2014-09-29 19:01:18 -04:00 |
structseq.c
|
Fix indentation.
|
2012-02-15 02:57:19 +01:00 |
tupleobject.c
|
Issue #20437: Fixed 43 potential bugs when deleting objects references.
|
2014-02-09 13:14:04 +02:00 |
typeobject.c
|
Closes #22772: fix __ifloordiv__ and __itruediv__ docstring.
|
2014-10-31 13:12:57 +01:00 |
unicodectype.c
|
…
|
|
unicodeobject.c
|
cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518)
|
2014-09-29 18:18:57 -04:00 |
unicodetype_db.h
|
…
|
|
weakrefobject.c
|
Silence a -Wformat-extra-argument warning when compiling.
|
2013-02-01 16:13:27 -08:00 |