COMMITS
/ Objects/object.c February 21, 2009
M
Merged revisions 69846 via svnmerge from
Mark Dickinson committed
February 13, 2009
A
Merged revisions 69582-69583 via svnmerge from
Antoine Pitrou committed
February 8, 2009
M
Merged revisions 69436 via svnmerge from
Mark Dickinson committed
February 2, 2009
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
M
Issue #1717: remove the cmp builtin function, the C-API functions
Mark Dickinson committed
January 12, 2009
A
Merged revisions 68560 via svnmerge from
Amaury Forgeot d'Arc committed
January 11, 2009
B
Merged revisions 68381 via svnmerge from
Benjamin Peterson committed
December 30, 2008
N
Recorded merge of revisions 68051 via svnmerge from
Nick Coghlan committed
December 21, 2008
November 12, 2008
M
Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to
Mark Dickinson committed
August 28, 2008
C
Removed bytesmeth declaration in OyObject_Bytes. It's not used any more and causes a compiler warning.
Christian Heimes committed
August 26, 2008
B
make bytes(o) respect __bytes__ #2415
Benjamin Peterson committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
July 15, 2008
June 11, 2008
G
#2630: Implement PEP 3138.
Georg Brandl committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
C
Renamed PyBytes to PyByteArray
Christian Heimes committed
January 25, 2008
C
Merged revisions 60245-60277 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
November 30, 2007
C
Partial fix for bug #1306
Christian Heimes committed
November 15, 2007
A
Found another memory leak in longrangeiter. And redo the previous correction
Amaury Forgeot d'Arc committed
A
Correct a memory leak: the range() object was not properly freed.
Amaury Forgeot d'Arc committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
November 1, 2007
G
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum committed
October 30, 2007
G
Patch 1352 (continued in issue 1329) by Christian Heimes.
Guido van Rossum committed
September 19, 2007
T
Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from
Thomas Wouters committed
August 26, 2007
N
Use unicode and remove support for some uses of str8.
Neal Norwitz committed
August 9, 2007
G
Oops. The PyObject_Print() function was totally broken; the original code
Guido van Rossum committed
August 7, 2007
G
Kill all uses and definitions of tp_print under Objects/. (Others will follow.)
Guido van Rossum committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
July 11, 2007
T
Remove unused local variable.
Thomas Heller committed
G
Make test_descr.py pass. Had to disable a few tests, remove references
Guido van Rossum committed
June 11, 2007
W
Simplify error formatting.
Walter Dörwald committed
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed
May 11, 2007
W
Simplify PyObject_Unicode(NULL) by using
Walter Dörwald committed
May 4, 2007
G
It's ok for __repr__ to return unicode.
Guido van Rossum committed
G
More coding by random modification.
Guido van Rossum committed
May 3, 2007
G
Get rid of all #ifdef Py_USING_UNICODE (it is always present now).
Guido van Rossum committed
April 13, 2007
G
Rough and dirty job -- allow concatenation of bytes and arbitrary
Guido van Rossum committed
March 12, 2007
G
Check the keys of the locals dict -- they need not be a list.
Georg Brandl committed
March 10, 2007
G
Patch #1591665: implement the __dir__() special function lookup in PyObject_Dir.
Georg Brandl committed
February 1, 2007
T
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters committed
December 19, 2006
G
The opstrings table was backwards. Add an XXX comment.
Guido van Rossum 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
N
Get rid of most of the remaining uses of <>. There's still Tools/* thogh.
Neal Norwitz committed
August 24, 2006
G
Restructure comparison dramatically. There is no longer a default
Guido van Rossum committed