COMMITS
/ Include/object.h February 2, 2009
M
Change type of tp_reserved from cmpfunc to (void *); remove definition
Mark Dickinson committed
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
February 1, 2009
M
Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations
Mark Dickinson committed
January 17, 2009
M
Issue #4910, patch 3/3: rename nb_long to nb_reserved
Mark Dickinson committed
January 12, 2009
A
Merged revisions 68560 via svnmerge from
Amaury Forgeot d'Arc committed
January 3, 2009
A
Issue #4580: slicing of memoryviews when itemsize != 1 is wrong.
Antoine Pitrou committed
October 16, 2008
B
remove some more references to __cmp__ #1717
Benjamin Peterson committed
August 27, 2008
B
Fix #3651 various memory leaks when using the buffer interface
Benjamin Peterson committed
August 26, 2008
B
make bytes(o) respect __bytes__ #2415
Benjamin Peterson committed
August 13, 2008
M
Merged revisions 65654 via svnmerge from
Martin v. Löwis committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
July 16, 2008
July 15, 2008
June 11, 2008
B
Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods
Benjamin Peterson committed
G
#2630: Implement PEP 3138.
Georg Brandl committed
June 10, 2008
June 6, 2008
T
Remove locking from buffer protocol as-per discussion.
Travis E. Oliphant committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
March 31, 2008
B
Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from
Benjamin Peterson committed
February 28, 2008
February 19, 2008
T
Remove unused and non-PEP-related entry from PyBufferProcs
Travis E. Oliphant committed
January 27, 2008
C
Merged revisions 60364-60378 via svnmerge from
Christian Heimes committed
January 12, 2008
C
Merged revisions 59921-59932 via svnmerge from
Christian Heimes committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 2, 2007
G
#1535: rename __builtin__ module to builtins.
Georg Brandl committed
November 15, 2007
T
Replace PyObject_Unicode with PyObject_Str everywhere, and remove the
Thomas Heller committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
October 13, 2007
October 12, 2007
September 23, 2007
September 21, 2007
N
Remove more cruft leftover from nb_coerce. Rename nb_coerce to
Neil Schemenauer committed
September 17, 2007
S
Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.
Sean Reifscheider committed
August 30, 2007
T
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters committed
August 20, 2007
T
Fix memory leak in arraymodule.c and respond to a few comments by nnorwitz.
Travis E. Oliphant committed
August 19, 2007
N
Code review of the new buffer protocol. Mostly add questions that should
Neal Norwitz committed
August 18, 2007
T
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
Travis E. Oliphant committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed
May 3, 2007
G
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum committed
February 25, 2007
T
Merged revisions 53875-53911 via svnmerge from
Thomas Wouters committed
February 1, 2007
T
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters committed
November 28, 2006
J
- patch #1600346 submitted by Tomer Filiba
Jack Diederich committed
August 29, 2006
N
Get rid of more coerce cruft (really check in this time :-)
Neal Norwitz committed
August 24, 2006
G
Restructure comparison dramatically. There is no longer a default
Guido van Rossum committed
August 21, 2006
G
Change the way __hash__ is inherited; when __eq__ or __cmp__ is overridden
Guido van Rossum committed
T
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters committed
N
Get rid of most of the rest of coerce (slot is still there for now).
Neal Norwitz committed
August 17, 2006
G
Completely get rid of PyClass and PyInstance.
Guido van Rossum committed
July 27, 2006
G
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum committed