..
stringlib
Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting.
13 years ago
abstract.c
Issue #15736: Fix overflow in _PySequence_BytesToCharpArray().
14 years ago
accu.c
Issue #14387: Do not include accu.h from Python.h.
14 years ago
boolobject.c
Recorded merge of revisions 81029 via svnmerge from
16 years ago
bytearrayobject.c
Fix compilation on Windows
13 years ago
bytes_methods.c
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
15 years ago
bytesobject.c
Fix the internals of our hash functions to used unsigned values during hash
13 years ago
capsule.c
Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99
16 years ago
cellobject.c
Recorded merge of revisions 81029 via svnmerge from
16 years ago
classobject.c
Py_TYPE() has already dereferenced self before the NULL check. Moved Py_TYPE() after the check for self == NULL
14 years ago
codeobject.c
Remove arbitrary string length limits
15 years ago
complexobject.c
Removed static function complex_format, moved it into complex_repr. Modified tests to check both str and repr, which are the same for complex.
15 years ago
descrobject.c
fix calling the classmethod descriptor directly (closes #14699)
14 years ago
dictnotes.txt
Merged revisions 53623-53858 via svnmerge from
19 years ago
dictobject.c
avoid a function call with redundant checks for dict size
13 years ago
enumobject.c
Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from
16 years ago
exceptions.c
this is only a borrowed ref in Brett's branch
14 years ago
fileobject.c
Issue #9015, #9611: stdprinter.write() clamps the length to 2^31-1 on Windows
15 years ago
floatobject.c
Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c functions in float round.
14 years ago
frameobject.c
SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612)
14 years ago
funcobject.c
use Py_CLEAR
14 years ago
genobject.c
close() doesn't take any args (closes #14717)
14 years ago
iterobject.c
Fix nit (sentinel on lhs of comparison).
16 years ago
listobject.c
Issue #14387: Do not include accu.h from Python.h.
14 years ago
listsort.txt
#6814: remove traces of xrange().
17 years ago
lnotab_notes.txt
Merged revisions 72487-72488,72879 via svnmerge from
17 years ago
longobject.c
Issue #16277: in PyLong_FromVoidPtr, add missing branch for sizeof(void*) <= sizeof(long).
13 years ago
memoryobject.c
Issue #15855: added docstrings for memoryview methods and data descriptors.
14 years ago
methodobject.c
make hashes always the size of pointers; introduce Py_hash_t #9778
15 years ago
moduleobject.c
Issue #15394: Fix ref leaks in PyModule_Create.
14 years ago
object.c
initialize more global type objects (closes #16369)
13 years ago
obmalloc.c
Issue #8020: Avoid a crash where the small objects allocator would read
15 years ago
rangeobject.c
Issue #16402: In range slicing, fix shadowing of exceptions from __index__ method.
13 years ago
setobject.c
Fix the internals of our hash functions to used unsigned values during hash
13 years ago
sliceobject.c
Issue #14783: Improve int() docstring and also str(), range(), and slice().
13 years ago
structseq.c
Check for NULL return value in PyStructSequence_NewType(). Found by Coverity.
14 years ago
tupleobject.c
Keep y a Py_hash_t instead of Py_uhash_t as it is compared with == -1 and the
13 years ago
typeobject.c
Silence compiler warnings on Solaris 10 via explicit (void *) casts.
14 years ago
typeslots.inc
Merge Issue 11662 from 3.1 branch.
15 years ago
typeslots.py
Support comment lines and missing indices in typeslots.h.
15 years ago
unicodectype.c
Remove redundant includes of headers that are already included by Python.h.
15 years ago
unicodeobject.c
Fix the internals of our hash functions to used unsigned values during hash
13 years ago
unicodetype_db.h
Upgrade to Unicode 6.0.0.
15 years ago
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.
13 years ago