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.
 
 
 
 
 
 
Georg Brandl f928b5d27e Merge with 3.2. 14 years ago
..
stringlib Issue #13624: Write a specialized UTF-8 encoder to allow more optimization 14 years ago
abstract.c Use the new Unicode API 14 years ago
accu.c Issue #12666: Clarifying changes in map for Python 3 15 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 disable ASDLGEN if hg won't work, or if python is not installed. 15 years ago
bytesobject.c Issue #11231: Fix bytes and bytearray docstrings 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 Rename _Py_identifier to _Py_IDENTIFIER. 14 years ago
codeobject.c Make PyUnicode_Copy() private => _PyUnicode_Copy() 14 years ago
complexobject.c Implement PEP 393. 14 years ago
descrobject.c fix possible NULL dereference 14 years ago
dictnotes.txt Merged revisions 53623-53858 via svnmerge from 19 years ago
dictobject.c Merge with 3.2. 14 years ago
enumobject.c Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from 16 years ago
exceptions.c Fix OSError.__init__ and OSError.__new__ so that each of them can be 14 years ago
fileobject.c Rename _Py_identifier to _Py_IDENTIFIER. 14 years ago
floatobject.c Issue #13088: Add shared Py_hexdigits constant to format a number into base 16 14 years ago
frameobject.c Issue #9089: Remove references to intobject.c and intobject.h from comments. 16 years ago
funcobject.c improve abstract property support (closes #11610) 14 years ago
genobject.c merge 3.2 14 years ago
iterobject.c Fix nit (sentinel on lhs of comparison). 16 years ago
listobject.c Issue #13389: Full garbage collection passes now clear the freelists for 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 #12965: Fix some inaccurate comments in Objects/longobject.c. Thanks Stefan Krah. 14 years ago
memoryobject.c Issue #13411: memoryview objects are now hashable when the underlying object is hashable. 14 years ago
methodobject.c Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. 15 years ago
moduleobject.c Rename _Py_identifier to _Py_IDENTIFIER. 14 years ago
object.c improve abstract property support (closes #11610) 14 years ago
obmalloc.c Better resolution for issue #11849: Ensure that free()d memory arenas are really released 14 years ago
rangeobject.c add introspection to range objects (closes #9896) 14 years ago
setobject.c Issue #6695: Full garbage collection runs now clear the freelist of set objects. 14 years ago
sliceobject.c Issue #10227: Add an allocation cache for a single slice object. 14 years ago
structseq.c Merge branches/pep-0384. 15 years ago
tupleobject.c Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. 14 years ago
typeobject.c Fix the fix for issue #12149: it was incorrect, although it had the side 14 years ago
typeslots.inc remove __version__s dependent on subversion keyword expansion (closes #12221) 15 years ago
typeslots.py remove __version__s dependent on subversion keyword expansion (closes #12221) 15 years ago
unicodectype.c Remove redundant includes of headers that are already included by Python.h. 15 years ago
unicodeobject.c Issue #13624: Write a specialized UTF-8 encoder to allow more optimization 14 years ago
unicodetype_db.h Upgrade to Unicode 6.0.0. 15 years ago
weakrefobject.c Rename _Py_identifier to _Py_IDENTIFIER. 14 years ago