summaryrefslogtreecommitdiff
path: root/Objects/sliceobject.c
Commit message (Expand)AuthorAgeFilesLines
...
* Some days, I think my comment ofMichael W. Hudson2002-11-051-6/+12
* Fix for platforms where int != long.Michael W. Hudson2002-09-121-1/+1
* Silly typo. Not sure how that got in.Michael W. Hudson2002-07-191-1/+1
* A few days ago, Guido said (in the thread "[Python-Dev] PythonMichael W. Hudson2002-07-191-1/+34
* SF patch 568629 by Oren Tirosh: types made callable.Guido van Rossum2002-06-141-1/+31
* Fix for problem reported by Neal Norwitz. Tighten up calculation ofMichael W. Hudson2002-06-111-3/+5
* This is my nearly two year old patchMichael W. Hudson2002-06-111-0/+53
* Remove PyMalloc_New and PyMalloc_Del.Neil Schemenauer2002-04-121-2/+2
* Use pymalloc if it's enabled.Neil Schemenauer2002-03-221-2/+2
* Add values to tp_getattro and tp_flags so that dir(Ellipsis) willGuido van Rossum2001-10-301-14/+20
* Add optional docstrings to member descriptors. For backwardsGuido van Rossum2001-09-201-1/+1
* 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