.. |
stringlib
|
Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting.
|
2012-10-28 10:00:46 +00:00 |
abstract.c
|
allow any number to be returned from __length_hint__ (closes #15354)
|
2012-07-14 17:53:55 -07:00 |
boolobject.c
|
…
|
|
bufferobject.c
|
- Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED
|
2012-02-20 20:42:21 -05:00 |
bytearrayobject.c
|
Fix compilation on Windows
|
2012-11-03 23:07:59 +01:00 |
bytes_methods.c
|
…
|
|
capsule.c
|
…
|
|
cellobject.c
|
…
|
|
classobject.c
|
check for string attribute names in old-style classes (closes #14334)
|
2012-03-16 10:58:46 -05:00 |
cobject.c
|
…
|
|
codeobject.c
|
…
|
|
complexobject.c
|
…
|
|
descrobject.c
|
use formats that work on 2.7
|
2012-05-01 10:16:33 -04:00 |
dictnotes.txt
|
…
|
|
dictobject.c
|
avoid a function call with redundant checks for dict size
|
2012-10-31 14:22:12 -04:00 |
enumobject.c
|
…
|
|
exceptions.c
|
this is only a borrowed ref in Brett's branch
|
2012-02-10 08:46:54 -05:00 |
fileobject.c
|
Issue #15989: Fix several occurrences of integer overflow
|
2013-01-19 12:55:39 +02:00 |
floatobject.c
|
Issue #9742: Sneaky fix for build failure on Solaris 9.
|
2012-11-17 20:18:52 +00: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
|
close() doesn't take any args (closes #14717)
|
2012-05-03 18:44:09 -04:00 |
intobject.c
|
Issue #15989: Fix several occurrences of integer overflow
|
2013-01-19 12:55:39 +02:00 |
iterobject.c
|
…
|
|
listobject.c
|
Revert "Accept None as start and stop parameters for list.index() and tuple.index()"
|
2011-11-06 20:59:01 +02:00 |
listsort.txt
|
…
|
|
lnotab_notes.txt
|
…
|
|
longobject.c
|
Issue #15989: Fix several occurrences of integer overflow
|
2013-01-19 12:55:39 +02:00 |
memoryobject.c
|
…
|
|
methodobject.c
|
…
|
|
moduleobject.c
|
…
|
|
object.c
|
ensure the attribute name string is initalized before using it (closes #16839)
|
2013-01-02 09:36:23 -06:00 |
obmalloc.c
|
…
|
|
rangeobject.c
|
Issue #14783: Backport changes from 3.2.
|
2012-10-07 20:37:54 -07:00 |
setobject.c
|
remove unused variable
|
2011-10-30 14:24:44 -04:00 |
sliceobject.c
|
Issue #14783: Backport changes from 3.2.
|
2012-10-07 20:37:54 -07:00 |
stringobject.c
|
Issue #16975: Fix error handling bug in the escape-decode decoder.
|
2013-01-25 23:30:50 +02:00 |
structseq.c
|
Fix indentation.
|
2012-02-15 02:57:19 +01:00 |
tupleobject.c
|
PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak.
|
2012-09-10 02:54:51 +02:00 |
typeobject.c
|
Improve tooltips by listing the most common argument pattern first.
|
2013-01-18 23:23:11 -08:00 |
unicodectype.c
|
…
|
|
unicodeobject.c
|
Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.
|
2013-01-29 10:20:34 +02:00 |
unicodetype_db.h
|
…
|
|
weakrefobject.c
|
Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero.
|
2012-12-08 21:15:26 +01:00 |