cpython/Objects
Armin Rigo 39e32a7e81 Revert r86726. Sorry about interfering with the rc. 2010-11-24 13:17:48 +00:00
..
stringlib Merged revisions 83833,83838-83839,83859,83878 via svnmerge from 2010-08-09 20:02:00 +00:00
abstract.c Issue #9869: Make long() and PyNumber_Long return something of type 2010-09-26 10:37:12 +00:00
boolobject.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
bufferobject.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
bytearrayobject.c Issue #8930: fix some C code indentation 2010-06-09 16:24:00 +00:00
bytes_methods.c Merged revisions 82573 via svnmerge from 2010-07-05 12:04:07 +00:00
capsule.c
cellobject.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
classobject.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
cobject.c CObject use is marked as a Py3k warning, not a deprecation warning 2010-11-04 21:39:52 +00:00
codeobject.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
complexobject.c Issue #8748: Fix incorrect results from comparisons between an integer 2010-05-30 13:18:10 +00:00
descrobject.c remove unused last argument to property_copy 2010-06-28 02:58:25 +00:00
dictnotes.txt
dictobject.c Issue 10221: Improve error message for dict.pop(). 2010-10-30 08:17:46 +00:00
enumobject.c #8635: document enumerate() start parameter in docstring. 2010-05-22 11:43:25 +00:00
exceptions.c remove INT_MAX assertions; they can fail with large Py_ssize_t #9058 2010-06-22 19:16:37 +00:00
fileobject.c Issue #9295: Fix a crash under Windows when calling close() on a file 2010-10-28 14:50:57 +00:00
floatobject.c add space 2010-07-02 19:41:39 +00:00
frameobject.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
funcobject.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
genobject.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
intobject.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
iterobject.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
listobject.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
listsort.txt
lnotab_notes.txt
longobject.c Wrap multiline macros in a 'do {} while(0)', for safety. 2010-05-09 20:42:09 +00:00
memoryobject.c Merged revisions 84408-84409 via svnmerge from 2010-09-01 21:17:34 +00:00
methodobject.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
moduleobject.c Merged revisions 85392 via svnmerge from 2010-10-12 23:02:35 +00:00
object.c Merged revisions 84344 via svnmerge from 2010-08-28 18:29:13 +00:00
obmalloc.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
rangeobject.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
setobject.c Revert r86726. Sorry about interfering with the rc. 2010-11-24 13:17:48 +00:00
sliceobject.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
stringobject.c Improved docstrings for str and unicode methods format and __format__. 2010-11-06 19:43:44 +00:00
structseq.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
tupleobject.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
typeobject.c Merged revisions 85193 via svnmerge from 2010-10-03 02:17:04 +00:00
unicodectype.c
unicodeobject.c Improved docstrings for str and unicode methods format and __format__. 2010-11-06 19:43:44 +00:00
unicodetype_db.h
weakrefobject.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00