.. |
.cvsignore
|
|
|
abstract.c
|
Fix Greg Ward's error message nit: PyObject_SetItem and PySequenceSetItem
|
2003-10-27 09:22:16 +00:00 |
boolobject.c
|
|
|
bufferobject.c
|
|
|
cellobject.c
|
|
|
classobject.c
|
- When method objects have an attribute that can be satisfied either
|
2003-11-22 23:55:50 +00:00 |
cobject.c
|
Make CObjects mutable. Fixes #477441.
|
2003-10-19 18:30:01 +00:00 |
complexobject.c
|
Simplify and speedup uses of Py_BuildValue():
|
2003-10-12 19:09:37 +00:00 |
descrobject.c
|
Return a bool rather than an int from proxy_has_key().
|
2003-10-09 03:47:08 +00:00 |
dictnotes.txt
|
|
|
dictobject.c
|
Expose dict_contains() and PyDict_Contains() with is about 10% faster
|
2003-11-25 21:12:14 +00:00 |
enumobject.c
|
Optimize reversed(list) using a custom iterator.
|
2003-11-07 15:38:09 +00:00 |
fileobject.c
|
Getting rid of code dependent on GUSI or the MetroWerks compiler.
|
2003-11-19 22:52:23 +00:00 |
floatobject.c
|
Getting rid of all the code inside #ifdef macintosh too.
|
2003-11-20 01:44:59 +00:00 |
frameobject.c
|
Removing bogus Py_DECREF() reported by Armin Rigo (SF bug 812353).
|
2003-10-21 18:14:20 +00:00 |
funcobject.c
|
|
|
intobject.c
|
Add a couple of decrefs to error paths.
|
2003-08-11 17:32:02 +00:00 |
iterobject.c
|
|
|
listobject.c
|
Improve the reverse list iterator to free memory as soon as the iterator
|
2003-11-08 11:58:44 +00:00 |
listsort.txt
|
|
|
longobject.c
|
|
|
methodobject.c
|
|
|
moduleobject.c
|
|
|
object.c
|
Getting rid of all the code inside #ifdef macintosh too.
|
2003-11-20 01:44:59 +00:00 |
obmalloc.c
|
|
|
rangeobject.c
|
Implement and apply PEP 322, reverse iteration
|
2003-11-06 14:06:48 +00:00 |
setobject.c
|
Expose dict_contains() and PyDict_Contains() with is about 10% faster
|
2003-11-25 21:12:14 +00:00 |
sliceobject.c
|
SF bug #800796: Difference between hash() and __hash__()
|
2003-09-05 14:27:30 +00:00 |
stringobject.c
|
Add optional fillchar argument to ljust(), rjust(), and center() string methods.
|
2003-11-26 08:21:35 +00:00 |
structseq.c
|
|
|
tupleobject.c
|
Extended tuple's C API to include a new function, PyTuple_Pack() that is
|
2003-10-12 18:24:34 +00:00 |
typeobject.c
|
subtype_dealloc(): Simplified overly contorted retracking logic. With
|
2003-11-13 22:50:00 +00:00 |
unicodectype.c
|
|
|
unicodeobject.c
|
Add optional fillchar argument to ljust(), rjust(), and center() string methods.
|
2003-11-26 08:21:35 +00:00 |
unicodetype_db.h
|
|
|
weakrefobject.c
|
SF bug 839548: Bug in type's GC handling causes segfaults.
|
2003-11-20 21:21:46 +00:00 |