aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-28/+47
* Merge ssize_t branch.Martin v. Löwis2006-02-151-6/+7
* Disallow keyword arguments for type constructors that don't use them.Georg Brandl2005-08-261-0/+3
* SF bug #800796: Difference between hash() and __hash__()Raymond Hettinger2003-09-051-1/+8
* SF patch #659536: Use PyArg_UnpackTuple where possible.Raymond Hettinger2002-12-291-1/+1
* Handle really big steps in extended slices.Michael W. Hudson2002-11-061-5/+2
* 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