..
.cvsignore
…
abstract.c
Cruft cleanup: Removed the unused last_is_sticky argument from the internal
2001-05-28 22:30:08 +00:00
bufferobject.c
…
cellobject.c
Variety of small INC/DECREF patches that fix reported memory leaks
2001-03-13 01:58:22 +00:00
classobject.c
init_name_op(): add (void) to the argument list to make it a valid
2001-05-22 02:33:08 +00:00
cobject.c
…
complexobject.c
SF bug [ #409448 ] Complex division is braindead
2001-03-18 08:21:57 +00:00
dictobject.c
dict_repr: Reuse one of the int vars (minor code simplification).
2001-06-16 07:52:53 +00:00
fileobject.c
file_getiter(): make iter(file) be equivalent to file.xreadlines().
2001-05-22 16:48:37 +00:00
floatobject.c
SF bug #422177 : Results from .pyc differs from .py
2001-05-08 15:19:57 +00:00
frameobject.c
PyFrameObject: rename f_stackbottom to f_stacktop, since it points to
2001-06-23 05:26:56 +00:00
funcobject.c
Since Py_TPFLAGS_HAVE_WEAKREFS is set in Py_TPFLAGS_DEFAULT, it does not
2001-05-03 16:04:13 +00:00
intobject.c
SF bug 434186: 0x80000000/2 != 0x80000000>>1
2001-06-18 19:21:11 +00:00
iterobject.c
Discard a misleading comment about iter_iternext().
2001-05-01 17:01:25 +00:00
listobject.c
SF bug 433228: repr(list) woes when len(list) big.
2001-06-16 05:11:17 +00:00
longobject.c
PyLong_{As, From}VoidPtr: cleanup, replacing assumptions in comments with
2001-06-16 08:48:40 +00:00
methodobject.c
…
moduleobject.c
Repair "module has no attribute xxx" error msg; bug introduced when
2001-05-12 20:24:22 +00:00
object.c
Patch #424475 : Speed-up tp_compare usage, by special-casing the common
2001-06-09 07:34:05 +00:00
obmalloc.c
Identifiers matching _[A-Z_]\w* are reserved for C implementations.
2001-03-11 18:36:13 +00:00
rangeobject.c
SF patch #103158 by Greg Ball: Don't do unsafe arithmetic in xrange
2001-01-15 18:58:56 +00:00
sliceobject.c
SF patch #408326 by Robin Thomas: slice objects comparable, not
2001-03-20 12:41:34 +00:00
stringobject.c
Reformat decl of new _PyString_Join. Add NEWS blurb about repr() speedup.
2001-06-16 05:42:57 +00:00
tupleobject.c
SF bug 433228: repr(list) woes when len(list) big.
2001-06-16 05:11:17 +00:00
typeobject.c
Added a missing cast to the hashfunc initializer.
2001-06-10 21:43:28 +00:00
unicodectype.c
…
unicodeobject.c
Fix a mis-indentation in _PyUnicode_New() that caused me to stare at
2001-06-14 17:52:02 +00:00
unicodetype_db.h
forgot to check in the new makeunicodedata.py script
2001-01-21 17:01:31 +00:00
xxobject.c
…