.. |
.cvsignore
|
…
|
|
abstract.c
|
Merge to trunk from release branch:
|
2002-12-31 19:50:03 +00:00 |
boolobject.c
|
…
|
|
bufferobject.c
|
…
|
|
cellobject.c
|
…
|
|
classobject.c
|
SF patch #659536: Use PyArg_UnpackTuple where possible.
|
2002-12-29 16:33:45 +00:00 |
cobject.c
|
…
|
|
complexobject.c
|
…
|
|
descrobject.c
|
SF patch #659536: Use PyArg_UnpackTuple where possible.
|
2002-12-29 16:33:45 +00:00 |
dictobject.c
|
SF patch #659536: Use PyArg_UnpackTuple where possible.
|
2002-12-29 16:33:45 +00:00 |
enumobject.c
|
…
|
|
fileobject.c
|
SF patch #659536: Use PyArg_UnpackTuple where possible.
|
2002-12-29 16:33:45 +00:00 |
floatobject.c
|
float_int(): Some systems raise an exception if a double is cast to
|
2002-11-21 22:26:37 +00:00 |
frameobject.c
|
Since the *_Init() are private, prefix with _, suggested by Skip
|
2002-12-31 03:42:13 +00:00 |
funcobject.c
|
SF patch #659536: Use PyArg_UnpackTuple where possible.
|
2002-12-29 16:33:45 +00:00 |
intobject.c
|
Since the *_Init() are private, prefix with _, suggested by Skip
|
2002-12-31 03:42:13 +00:00 |
iterobject.c
|
…
|
|
listobject.c
|
SF patch #659536: Use PyArg_UnpackTuple where possible.
|
2002-12-29 16:33:45 +00:00 |
listsort.txt
|
…
|
|
longobject.c
|
Consolidate the int and long sequence repeat code. Before the change,
|
2002-12-30 20:19:02 +00:00 |
methodobject.c
|
…
|
|
moduleobject.c
|
…
|
|
object.c
|
Remove _Py_ResetReferences. Fixes bug #529750 "Circular reference makes
|
2002-11-17 17:52:44 +00:00 |
obmalloc.c
|
Remove MALLOC_ZERO_RETURNS_NULL.
|
2002-11-23 09:13:40 +00:00 |
rangeobject.c
|
Update comments about the performance of xrange().
|
2002-12-11 07:14:03 +00:00 |
sliceobject.c
|
SF patch #659536: Use PyArg_UnpackTuple where possible.
|
2002-12-29 16:33:45 +00:00 |
stringobject.c
|
Patch for bug #659709: bogus computation of float length
|
2002-12-29 19:44:06 +00:00 |
structseq.c
|
SF # 654974, fix unchecked return values in structseq
|
2002-12-18 23:20:39 +00:00 |
tupleobject.c
|
…
|
|
typeobject.c
|
Fix an out-of-bound index in pmerge() discovered by Zooko (SF bug
|
2002-12-31 16:33:01 +00:00 |
unicodectype.c
|
…
|
|
unicodeobject.c
|
Patch for bug #659709: bogus computation of float length
|
2002-12-29 19:44:06 +00:00 |
unicodetype_db.h
|
Add unidata_version. Bump generator version number.
|
2002-11-25 09:13:37 +00:00 |
weakrefobject.c
|
…
|
|
xxobject.c
|
…
|
|