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.
 
 
 
 
 
 
Petri Lehtinen 8c481b6212 Fix Maildir initialization so that maildir contents are read correctly. 15 years ago
..
stringlib Replace PyUnicodeObject type by PyObject 15 years ago
abstract.c Rename _Py_identifier to _Py_IDENTIFIER. 15 years ago
accu.c Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. 15 years ago
boolobject.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
bytearrayobject.c Issue #12170: The count(), find(), rfind(), index() and rindex() methods 15 years ago
bytes_methods.c disable ASDLGEN if hg won't work, or if python is not installed. 15 years ago
bytesobject.c Issue #12170: The count(), find(), rfind(), index() and rindex() methods 15 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. 15 years ago
codeobject.c Reuse PyUnicode_Copy() in validate_and_copy_tuple() 15 years ago
complexobject.c Implement PEP 393. 15 years ago
descrobject.c Port SetAttrString/HasAttrString to SetAttrId/GetAttrId. 15 years ago
dictnotes.txt Merged revisions 53623-53858 via svnmerge from 20 years ago
dictobject.c Merge 3.2 15 years ago
enumobject.c Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from 16 years ago
exceptions.c Port error handlers from Py_UNICODE indexing to code point indexing. 15 years ago
fileobject.c Rename _Py_identifier to _Py_IDENTIFIER. 15 years ago
floatobject.c Issue #13088: Add shared Py_hexdigits constant to format a number into base 16 15 years ago
frameobject.c Issue #9089: Remove references to intobject.c and intobject.h from comments. 16 years ago
funcobject.c Merge branches/pep-0384. 16 years ago
genobject.c merge 3.2 15 years ago
iterobject.c Fix nit (sentinel on lhs of comparison). 16 years ago
listobject.c Closes #12192: Document that mutating list methods do not return the instance (original patch by Mike Hoy). 15 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. 15 years ago
memoryobject.c Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. 15 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. 15 years ago
object.c Add API for static strings, primarily good for identifiers. 15 years ago
obmalloc.c Issue #11849: Make it more likely for the system allocator to release 15 years ago
rangeobject.c Issue #13201: equality for range objects is now based on equality of the underlying sequences. Thanks Sven Marnach for the patch. 15 years ago
setobject.c merge 3.2 15 years ago
sliceobject.c merge 3.2 (#13199) 15 years ago
structseq.c Merge branches/pep-0384. 16 years ago
tupleobject.c Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. 15 years ago
typeobject.c Merge issue 1294232 patch from 3.2 15 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. 16 years ago
unicodeobject.c Fix gdb/libpython.py for not ready Unicode strings 15 years ago
unicodetype_db.h Upgrade to Unicode 6.0.0. 16 years ago
weakrefobject.c Rename _Py_identifier to _Py_IDENTIFIER. 15 years ago