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.
 
 
 
 
 
 
Meador Inge 29e49d6394 Issue #15394: Fix ref leaks in PyModule_Create. 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 #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 Issue #13019: Fix potential reference leaks in bytearray.extend(). 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.1 (#14509) 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 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 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 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 #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int subclass. 14 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 Issue #15394: Fix ref leaks in PyModule_Create. 14 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 Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows. 14 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 Issue #14387: Do not include accu.h from Python.h. 14 years ago
typeobject.c Issue #15142: Fix reference leak when deallocating instances of types created using 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.1 (#14509) 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