summaryrefslogtreecommitdiff
path: root/Objects/sliceobject.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-35/+35
* SF patch #408326 by Robin Thomas: slice objects comparable, notGuido van Rossum2001-03-201-3/+23
* Test for NULL returned from PyObject_NEW().Guido van Rossum2000-12-141-0/+3
* ANSI-fication of the sources.Fred Drake2000-07-091-19/+7
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-3/+2
* Ellipses -> Ellipsis rename (the dictionary really says that it shouldGuido van Rossum1996-10-111-9/+9
* repr("...") -> "Ellipses"Guido van Rossum1996-07-301-1/+1
* Added sliceobject.cGuido van Rossum1996-07-301-0/+184