cpython/Objects
Antoine Pitrou 715f3cd10d Issue #8685: Speed up set difference a - b when source set a is
much larger than operand `b`.  Patch by Andrew Bennetts.
2010-11-30 22:23:20 +00:00
..
stringlib Issue #7094: Add alternate ('#') flag to __format__ methods for float, complex and Decimal. Allows greater control over when decimal points appear. Added to make transitioning from %-formatting easier. '#g' still has a problem with Decimal which I'll fix soon. 2010-11-25 16:08:06 +00:00
abstract.c code style 2010-11-20 17:21:08 +00:00
boolobject.c
bytearrayobject.c str, bytes, bytearray docstring: remove unnecessary [...] 2010-11-07 19:04:46 +00:00
bytes_methods.c
bytesobject.c str, bytes, bytearray docstring: remove unnecessary [...] 2010-11-07 19:04:46 +00:00
capsule.c
cellobject.c
classobject.c
codeobject.c
complexobject.c
descrobject.c
dictnotes.txt
dictobject.c handle dict subclasses gracefully in PyArg_ValidateKeywordArguments 2010-11-17 22:33:12 +00:00
enumobject.c
exceptions.c Issue #5437: A preallocated MemoryError instance should not hold traceback 2010-10-28 22:56:58 +00:00
fileobject.c
floatobject.c Include structseq.h in Python.h, and remove now-redundant includes in individual sources. 2010-11-30 09:30:54 +00:00
frameobject.c
funcobject.c Remove redundant includes of headers that are already included by Python.h. 2010-11-30 09:41:01 +00:00
genobject.c Remove redundant includes of headers that are already included by Python.h. 2010-11-30 09:41:01 +00:00
iterobject.c
listobject.c
listsort.txt
lnotab_notes.txt
longobject.c Include structseq.h in Python.h, and remove now-redundant includes in individual sources. 2010-11-30 09:30:54 +00:00
memoryobject.c Issue #10293: Remove obsolete field in the PyMemoryView structure, 2010-11-04 20:30:33 +00:00
methodobject.c
moduleobject.c
object.c Remove redundant includes of headers that are already included by Python.h. 2010-11-30 09:41:01 +00:00
obmalloc.c Indentation cleanup. 2010-11-26 10:54:09 +00:00
rangeobject.c pep 7 actually wants the brace on a new line 2010-11-20 23:05:39 +00:00
setobject.c Issue #8685: Speed up set difference a - b when source set a is 2010-11-30 22:23:20 +00:00
sliceobject.c
structseq.c Include structseq.h in Python.h, and remove now-redundant includes in individual sources. 2010-11-30 09:30:54 +00:00
tupleobject.c
typeobject.c
unicodectype.c Remove redundant includes of headers that are already included by Python.h. 2010-11-30 09:41:01 +00:00
unicodeobject.c Remove redundant includes of headers that are already included by Python.h. 2010-11-30 09:41:01 +00:00
unicodetype_db.h
weakrefobject.c Issue #10359: Remove ";" after function definition, invalid in ISO C 2010-11-09 09:32:19 +00:00