You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Antoine Pitrou e965d97ed1 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. 14 years ago
..
stringlib Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. 15 years ago
abstract.c code style 15 years ago
accu.c Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. 14 years ago
boolobject.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
bytearrayobject.c Issue #11231: Fix bytes and bytearray docstrings 14 years ago
bytes_methods.c Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
bytesobject.c merge 3.2 14 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 make hashes always the size of pointers; introduce Py_hash_t #9778 15 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 make sure to initialize the method wrapper type 15 years ago
dictnotes.txt Merged revisions 53623-53858 via svnmerge from 19 years ago
dictobject.c Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. 14 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 Issue #9089: Remove references to intobject.c and intobject.h from comments. 16 years ago
funcobject.c use Py_CLEAR 14 years ago
genobject.c adjust braces a bit 14 years ago
iterobject.c Fix nit (sentinel on lhs of comparison). 16 years ago
listobject.c Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. 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 #12963: PyLong_AsSize_t() now returns (size_t)-1 in all error cases. 15 years ago
memoryobject.c Merged revisions 88550 via svnmerge from 15 years ago
methodobject.c make hashes always the size of pointers; introduce Py_hash_t #9778 15 years ago
moduleobject.c #4236: avoid possible Fatal Error when import is called from __del__ 15 years ago
object.c Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 14 years ago
obmalloc.c Issue #8020: Avoid a crash where the small objects allocator would read 15 years ago
rangeobject.c #11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. Patch by Daniel Urban. 15 years ago
setobject.c remove unused variable 14 years ago
sliceobject.c plug possible refleak (closes #13199) 14 years ago
structseq.c Fix indentation 14 years ago
tupleobject.c Consolidate the occurrances of the prime used as the multiplier when hashing 14 years ago
typeobject.c ready types returned from PyType_FromSpec 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 merge 3.2 14 years ago
unicodetype_db.h Upgrade to Unicode 6.0.0. 15 years ago
weakrefobject.c Issue #10359: Remove ";" after function definition, invalid in ISO C 15 years ago