cpython/Objects
Guido van Rossum 86662914be Marc-Andre Lemburg:
The maxsplit functionality in .splitlines() was replaced by the keepends
functionality which allows keeping the line end markers together
with the string.
2000-04-11 15:38:46 +00:00
..
Makefile.in Marc-AAndre Lemburg: add new unicode files 2000-03-10 22:55:40 +00:00
abstract.c Marc-Andre's third try at this bulk patch seems to work (except that 2000-04-05 20:11:21 +00:00
bufferobject.c
classobject.c Mark Hammond: 2000-04-10 13:03:19 +00:00
cobject.c
complexobject.c
dictobject.c Add PyDict_Copy() function to C API for dicts. It returns a new 2000-03-30 22:27:31 +00:00
fileobject.c Checking in the new, improve file.writelines() code. 2000-03-13 16:27:06 +00:00
floatobject.c Marc-Andre's third try at this bulk patch seems to work (except that 2000-04-05 20:11:21 +00:00
frameobject.c Christian Tismer's "trashcan" patch: 2000-03-13 16:01:29 +00:00
funcobject.c
intobject.c Marc-Andre's third try at this bulk patch seems to work (except that 2000-04-05 20:11:21 +00:00
listobject.c Christian Tismer's "trashcan" patch: 2000-03-13 16:01:29 +00:00
longobject.c Simple optimization by Christian Tismer, who gives credit to Lenny 2000-04-10 17:31:58 +00:00
methodobject.c
moduleobject.c
object.c Marc-Andre Lemburg: 2000-04-10 13:42:33 +00:00
rangeobject.c
sliceobject.c
stringobject.c Marc-Andre Lemburg: 2000-04-10 13:47:21 +00:00
tupleobject.c Christian Tismer's "trashcan" patch: 2000-03-13 16:01:29 +00:00
typeobject.c
unicodectype.c Unicode character type helpers, written by Marc-Andre Lemburg. 2000-03-10 22:52:46 +00:00
unicodeobject.c Marc-Andre Lemburg: 2000-04-11 15:38:46 +00:00
xxobject.c