cpython/Objects
Benjamin Peterson a1864f3717 pep 7 actually wants the brace on a new line 2010-11-20 23:05:39 +00:00
..
stringlib Followup to r86170: fix reference leak in str.format 2010-11-05 12:23:55 +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 Fix (harmless) warning with MSVC. 2010-08-15 17:41:31 +00:00
bytesobject.c str, bytes, bytearray docstring: remove unnecessary [...] 2010-11-07 19:04:46 +00:00
capsule.c Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 2010-08-11 17:31:17 +00:00
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 Issue #9425: PyFile_FromFd() ignores the name argument 2010-08-13 13:34:52 +00:00
floatobject.c make hashes always the size of pointers; introduce Py_hash_t #9778 2010-10-17 20:54:53 +00:00
frameobject.c
funcobject.c
genobject.c
iterobject.c Fix nit (sentinel on lhs of comparison). 2010-08-07 05:54:08 +00:00
listobject.c Remove unneeded casts to hashfunc. 2010-10-18 07:32:48 +00:00
listsort.txt
lnotab_notes.txt
longobject.c follow up to #9778: define and use an unsigned hash type 2010-10-23 16:20:50 +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
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
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 #9210: remove --with-wctype-functions configure option. 2010-09-12 22:42:57 +00:00
unicodeobject.c PyUnicode_DecodeFSDefaultAndSize() raises MemoryError if _Py_char2wchar() fails 2010-11-08 23:34:29 +00:00
unicodetype_db.h Upgrade to Unicode 6.0.0. 2010-10-11 22:42:28 +00:00
weakrefobject.c Issue #10359: Remove ";" after function definition, invalid in ISO C 2010-11-09 09:32:19 +00:00