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.
 
 
 
 
 
 
Victor Stinner dd07732af5 PyUnicode_Join() calls directly memcpy() if all strings are of the same kind 15 years ago
..
stringlib Fix massive slowdown in string formatting with str.format. 15 years ago
abstract.c Implement PEP 393. 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 Fix hex_digit_to_int() prototype: expect Py_UCS4, not Py_UNICODE 15 years ago
bytes_methods.c disable ASDLGEN if hg won't work, or if python is not installed. 15 years ago
bytesobject.c Fix hex_digit_to_int() prototype: expect Py_UCS4, not Py_UNICODE 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 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. 15 years ago
codeobject.c Implement PEP 393. 15 years ago
complexobject.c Implement PEP 393. 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 Implement PEP 393. 15 years ago
enumobject.c Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from 16 years ago
exceptions.c Fix my_basename(): make the string ready 15 years ago
fileobject.c Implement PEP 393. 15 years ago
floatobject.c Implement PEP 393. 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. 15 years ago
genobject.c Issue #12791: Break reference cycles early when a generator exits with an exception. 15 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. 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 Use the new Py_ARRAY_LENGTH macro 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 Implement PEP 393. 15 years ago
object.c Implement PEP 393. 15 years ago
obmalloc.c Issue #11849: Make it more likely for the system allocator to release 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 Implement PEP 393. 15 years ago
sliceobject.c Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. 15 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. 15 years ago
typeobject.c Use the new Py_ARRAY_LENGTH macro 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. 15 years ago
unicodeobject.c PyUnicode_Join() calls directly memcpy() if all strings are of the same kind 15 years ago
unicodetype_db.h Upgrade to Unicode 6.0.0. 16 years ago
uniops.h Implement PEP 393. 15 years ago
weakrefobject.c Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. 15 years ago