.. |
.cvsignore
|
…
|
|
abstract.c
|
abstract_get_bases(): Clarify exactly what the return values and
|
2002-04-23 22:45:44 +00:00 |
boolobject.c
|
Clean up the layout of the bool_as_number struct initializer.
|
2002-04-25 20:01:10 +00:00 |
bufferobject.c
|
Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols.
|
2002-03-29 03:29:08 +00:00 |
cellobject.c
|
Use new GC API.
|
2001-08-29 23:54:21 +00:00 |
classobject.c
|
Be smarter about clearing the weakref lists for instances, instance methods,
|
2001-10-26 17:56:51 +00:00 |
cobject.c
|
…
|
|
complexobject.c
|
Deprecate % as well. The message for deprecation of //, % and divmod
|
2002-04-15 12:39:12 +00:00 |
descrobject.c
|
Fold long lines. (Walter, please take note! :-)
|
2002-04-13 14:06:36 +00:00 |
dictobject.c
|
Add Raymond Hettinger's d.pop(). See SF patch 539949.
|
2002-04-12 15:11:59 +00:00 |
enumobject.c
|
- New builtin function enumerate(x), from PEP 279. Example:
|
2002-04-26 19:40:56 +00:00 |
fileobject.c
|
Repair widespread misuse of _PyString_Resize. Since it's clear people
|
2002-04-27 18:44:32 +00:00 |
floatobject.c
|
clarify message when raising TypeError to indicate that float() accepts
|
2002-05-02 13:03:22 +00:00 |
frameobject.c
|
Fix SF bug #505315: Make free and cell vars show up consistently in locals().
|
2002-04-20 04:46:55 +00:00 |
funcobject.c
|
PyObject_Del can now be used as a function designator.
|
2002-04-12 02:44:10 +00:00 |
intobject.c
|
Just added comments, and cleared some XXX questions, related to int
|
2002-04-28 16:57:34 +00:00 |
iterobject.c
|
Re-enable GC of iter objects.
|
2002-03-18 20:43:51 +00:00 |
listobject.c
|
PyObject_GC_Del can now be used as a function designator.
|
2002-04-12 02:44:22 +00:00 |
longobject.c
|
Clarify return value of PyLong_AsLongLong().
|
2002-04-23 20:01:20 +00:00 |
methodobject.c
|
Introduce two new flag bits that can be set in a PyMethodDef method
|
2002-03-28 05:33:33 +00:00 |
moduleobject.c
|
PyObject_GC_Del can now be used as a function designator.
|
2002-04-12 02:44:22 +00:00 |
object.c
|
PyNumber_CoerceEx: this took a shortcut (not doing anything) when the
|
2002-04-26 02:49:14 +00:00 |
obmalloc.c
|
_PyObject_DebugCheckAddress(): If the leading pad bytes are corrupt,
|
2002-04-28 06:14:45 +00:00 |
rangeobject.c
|
Remove old deprecated features from the xrange object.
|
2002-05-02 19:56:55 +00:00 |
sliceobject.c
|
Remove PyMalloc_New and PyMalloc_Del.
|
2002-04-12 03:05:37 +00:00 |
stringobject.c
|
Repair widespread misuse of _PyString_Resize. Since it's clear people
|
2002-04-27 18:44:32 +00:00 |
structseq.c
|
Remove PyMalloc_New and PyMalloc_Del.
|
2002-04-12 03:05:37 +00:00 |
tupleobject.c
|
PyObject_GC_Del can now be used as a function designator.
|
2002-04-12 03:05:52 +00:00 |
typeobject.c
|
type_get_doc(): Squash compiler wng about incompatible ptr types.
|
2002-04-18 04:12:28 +00:00 |
unicodectype.c
|
removed "register const" from scalar arguments to the unicode
|
2001-06-27 22:08:26 +00:00 |
unicodeobject.c
|
Repair widespread misuse of _PyString_Resize. Since it's clear people
|
2002-04-27 18:44:32 +00:00 |
unicodetype_db.h
|
…
|
|
weakrefobject.c
|
Remove weakref free list. This has the side effect of fixing a memory
|
2002-03-27 15:18:21 +00:00 |
xxobject.c
|
…
|
|