.. |
.cvsignore
|
…
|
|
abstract.c
|
recursive_isinstance(), recursive_issubclass(): New code here returned
|
2004-03-21 16:59:09 +00:00 |
boolobject.c
|
…
|
|
bufferobject.c
|
Correct code to advance ptr to be well-formed C.
|
2004-03-25 16:16:28 +00:00 |
cellobject.c
|
…
|
|
classobject.c
|
…
|
|
cobject.c
|
…
|
|
complexobject.c
|
…
|
|
descrobject.c
|
…
|
|
dictnotes.txt
|
Fix typos and add some elaborations
|
2004-03-15 15:52:22 +00:00 |
dictobject.c
|
GCC was complaining that 'value' in dictiter_iternextvalue() wasn't
|
2004-03-20 19:11:58 +00:00 |
enumobject.c
|
Tidied up the implementations of reversed (including the custom ones
|
2004-03-10 10:10:42 +00:00 |
fileobject.c
|
Changed file.name to be the object passed as the 'name' argument to file()
|
2004-03-21 20:24:07 +00:00 |
floatobject.c
|
Oops, didn't mean to commit the removal of float_compare!
|
2004-02-26 13:16:03 +00:00 |
frameobject.c
|
memset() with small memory sizes just kill us.
|
2004-03-20 21:10:27 +00:00 |
funcobject.c
|
Intern __name__.
|
2004-03-23 18:40:15 +00:00 |
intobject.c
|
SF patch #875689: >100k alloc wasted on startup
|
2004-02-08 18:54:37 +00:00 |
iterobject.c
|
Make iterators length transparent where possible.
|
2004-03-18 22:43:10 +00:00 |
listobject.c
|
Get rid of listextend_internal() and explain why the special case
|
2004-03-20 22:19:23 +00:00 |
listsort.txt
|
…
|
|
longobject.c
|
…
|
|
methodobject.c
|
…
|
|
moduleobject.c
|
…
|
|
object.c
|
Fix typo in comment.
|
2004-03-21 17:35:06 +00:00 |
obmalloc.c
|
…
|
|
rangeobject.c
|
Tidied up the implementations of reversed (including the custom ones
|
2004-03-10 10:10:42 +00:00 |
setobject.c
|
The copy module now handles sets directly. The __copy__ methods are no
|
2004-03-08 18:31:10 +00:00 |
sliceobject.c
|
…
|
|
stringobject.c
|
[SF #866875] Add a specialized routine for one character
|
2004-01-05 00:29:51 +00:00 |
structseq.c
|
…
|
|
tupleobject.c
|
Restored revision 2.87.
|
2004-03-21 22:29:05 +00:00 |
typeobject.c
|
Get rid of gcc warning.
|
2004-03-25 16:37:03 +00:00 |
unicodectype.c
|
Fix gcc 3.3 warnings related to Py_UNICODE_WIDE.
|
2003-12-29 01:36:01 +00:00 |
unicodeobject.c
|
Fix reallocation bug in unicode.translate(): The code was comparing
|
2004-02-05 17:36:00 +00:00 |
unicodetype_db.h
|
…
|
|
weakrefobject.c
|
Allocating a new weakref object can cause existing weakref objects for
|
2004-02-04 23:14:14 +00:00 |