cpython/Objects
Guido van Rossum dc4b93db70 * listobject.c (list_ass_slice): XDECREF instead of DECREF so
setlistslice() can be used to cut the unused part out of a freshly made
  slice (as done by bagof()).  [needed by the next mod!]
* structural changes to bagof(), map() etc.
1993-10-27 14:56:44 +00:00
..
accessobject.c
classobject.c
dictobject.c
fileobject.c
floatobject.c
frameobject.c
funcobject.c
intobject.c Changes to make range checks portable to 64-bit machines. 1993-10-26 15:21:51 +00:00
listobject.c * listobject.c (list_ass_slice): XDECREF instead of DECREF so 1993-10-27 14:56:44 +00:00
longobject.c
mappingobject.c
methodobject.c
moduleobject.c
object.c
rangeobject.c * compile.[ch]: support for lambda() 1993-10-26 17:58:25 +00:00
stringobject.c Add some necessary casts; use double quotes to represent strings in 1993-10-26 15:25:16 +00:00
tupleobject.c * compile.[ch]: support for lambda() 1993-10-26 17:58:25 +00:00
typeobject.c
xxobject.c