COMMITS
/ Objects/sliceobject.c October 23, 2007
G
#1316: remove redundant PyLong_Check calls when PyInt_Check was already called.
Georg Brandl committed
August 31, 2007
N
Remove checking redundantly for checks of PyInt and PyLong.
Neal Norwitz committed
August 28, 2007
T
Fix buglet in sliceobjects, they were not returning Py_NotImplemented when
Thomas Wouters committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
May 19, 2007
W
Add a format specifier %R to PyUnicode_FromFormat(), which embeds
Walter Dörwald committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
August 24, 2006
G
Restructure comparison dramatically. There is no longer a default
Guido van Rossum committed
August 21, 2006
T
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
August 26, 2005
G
Disallow keyword arguments for type constructors that don't use them.
Georg Brandl committed
September 5, 2003
R
SF bug #800796: Difference between hash() and __hash__()
Raymond Hettinger committed
December 29, 2002
R
SF patch #659536: Use PyArg_UnpackTuple where possible.
Raymond Hettinger committed
November 6, 2002
M
Handle really big steps in extended slices.
Michael W. Hudson committed
November 5, 2002
M
Some days, I think my comment of
Michael W. Hudson committed
September 12, 2002
M
Fix for platforms where int != long.
Michael W. Hudson committed
July 19, 2002
M
Silly typo. Not sure how that got in.
Michael W. Hudson committed
M
A few days ago, Guido said (in the thread "[Python-Dev] Python
Michael W. Hudson committed
June 14, 2002
G
SF patch 568629 by Oren Tirosh: types made callable.
Guido van Rossum committed
June 11, 2002
M
Fix for problem reported by Neal Norwitz. Tighten up calculation of
Michael W. Hudson committed
M
This is my nearly two year old patch
Michael W. Hudson committed
April 12, 2002
N
Remove PyMalloc_New and PyMalloc_Del.
Neil Schemenauer committed
March 22, 2002
N
Use pymalloc if it's enabled.
Neil Schemenauer committed
October 30, 2001
G
Add values to tp_getattro and tp_flags so that dir(Ellipsis) will
Guido van Rossum committed
September 20, 2001
G
Add optional docstrings to member descriptors. For backwards
Guido van Rossum committed
August 2, 2001
T
Merge of descr-branch back into trunk.
Tim Peters committed
March 20, 2001
G
SF patch #408326 by Robin Thomas: slice objects comparable, not
Guido van Rossum committed
December 14, 2000
G
Test for NULL returned from PyObject_NEW().
Guido van Rossum committed
July 9, 2000
F
ANSI-fication of the sources.
Fred Drake committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
October 11, 1996
G
Ellipses -> Ellipsis rename (the dictionary really says that it should
Guido van Rossum committed
July 30, 1996
G
repr("...") -> "Ellipses"
Guido van Rossum committed
G
Added sliceobject.c
Guido van Rossum committed