cpython/Objects
2010-11-30 09:30:54 +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 make hashes always the size of pointers; introduce Py_hash_t #9778 2010-10-17 20:54:53 +00:00
codeobject.c make hashes always the size of pointers; introduce Py_hash_t #9778 2010-10-17 20:54:53 +00:00
complexobject.c follow up to #9778: define and use an unsigned hash type 2010-10-23 16:20:50 +00:00
descrobject.c make hashes always the size of pointers; introduce Py_hash_t #9778 2010-10-17 20:54:53 +00:00
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
genobject.c
iterobject.c
listobject.c Remove unneeded casts to hashfunc. 2010-10-18 07:32:48 +00:00
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 make hashes always the size of pointers; introduce Py_hash_t #9778 2010-10-17 20:54:53 +00:00
moduleobject.c prefer clearing global objects to obscure module.__dict__ bugs #10068 2010-10-12 22:57:59 +00:00
object.c follow up to #9778: define and use an unsigned hash type 2010-10-23 16:20:50 +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 Follow up to #9778: fix regressions on 64-bit Windows builds 2010-10-23 17:37:54 +00:00
sliceobject.c use helper hash unimplemented function 2010-10-17 20:13:05 +00:00
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 follow up to #9778: define and use an unsigned hash type 2010-10-23 16:20:50 +00:00
typeobject.c follow up to #9778: define and use an unsigned hash type 2010-10-23 16:20:50 +00:00
unicodectype.c
unicodeobject.c PyUnicode_DecodeFSDefaultAndSize() raises MemoryError if _Py_char2wchar() fails 2010-11-08 23:34:29 +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