COMMITS
/ Objects/classobject.c 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 11, 2007
C
Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API
Christian Heimes committed
December 8, 2007
C
Fixed a bug found by Marcin Kowalczyk
Christian Heimes committed
November 27, 2007
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
June 11, 2007
W
Add a format specifier %V to PyUnicode_FromFormat(), that works similar to %U,
Walter Dörwald committed
June 10, 2007
M
Fix getclassname. Fixes test_descrtut.
Martin v. Löwis committed
M
Make identifiers str (not str8) objects throughout.
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
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
August 24, 2006
G
Restructure comparison dramatically. There is no longer a default
Guido van Rossum committed
August 17, 2006
G
Completely get rid of PyClass and PyInstance.
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
July 27, 2006
G
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum committed
June 8, 2006
T
Merge the rest of the trunk.
Thomas Wouters committed
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 24, 2006
N
Get rid of remnants of integer division
Neal Norwitz committed
March 7, 2006
G
Checking in the code for PEP 357.
Guido van Rossum committed
February 27, 2006
M
Revert backwards-incompatible const changes.
Martin v. Löwis committed
February 17, 2006
M
Remove size constraints in SLICE opcodes.
Martin v. Löwis committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
December 10, 2005
J
Add const to several API functions that take char *.
Jeremy Hylton committed
September 20, 2005
G
- On 64-bit platforms, when __len__() returns a value that cannot be
Guido van Rossum committed
September 19, 2005
G
A minor fix for 64-bit platforms: when __len__() returns Python int
Guido van Rossum committed
June 19, 2005
R
Insert missing flag.
Raymond Hettinger committed
March 30, 2005
M
Fix for rather inaccurately titled bug
Michael W. Hudson committed
September 23, 2004
T
A static swapped_op[] array was defined in 3 different C files, & I think
Tim Peters committed
August 3, 2004
M
Repair the same thinko in two places about handling of _Py_RefTotal in
Michael W. Hudson committed
November 22, 2003
G
- When method objects have an attribute that can be satisfied either
Guido van Rossum committed
October 28, 2003
A
Deleting cyclic object comparison.
Armin Rigo committed
October 12, 2003
R
Simplify and speedup uses of Py_BuildValue():
Raymond Hettinger committed
September 16, 2003
R
Fix leak in classobject.c. The leak surfaced on the error exit when
Raymond Hettinger committed
April 9, 2003
G
Make it possible to call instancemethod() with 2 arguments.
Guido van Rossum committed
April 7, 2003
T
New private API function _PyInstance_Lookup. gc will use this to figure
Tim Peters committed
February 11, 2003
G
Refactor instancemethod_descr_get() to (a) be more clear, (b) be safe
Guido van Rossum committed
December 29, 2002
R
SF patch #659536: Use PyArg_UnpackTuple where possible.
Raymond Hettinger committed
December 12, 2002
W
Change issubclass() so that recursive tuples (directly or indirectly
Walter Dörwald committed
W
Enhance issubclass() and PyObject_IsSubclass() so that a tuple is
Walter Dörwald committed
October 29, 2002
G
Since properties are supported here, is possible that
Guido van Rossum committed
October 18, 2002
G
Fix (real! :-) memory leaks in half_cmp and half_binop.
Guido van Rossum committed
August 20, 2002
T
getinstclassname(): Squash new compiler wng in assert (comparison of
Tim Peters committed
August 19, 2002
G
SF patch 576101, by Oren Tirosh: alternative implementation of
Guido van Rossum committed
July 11, 2002
T
object.h special-build macro minefield: renamed all the new lexical
Tim Peters committed
July 7, 2002
T
Removed WITH_CYCLE_GC #ifdef-ery. Holes:
Tim Peters committed
June 18, 2002
M
About the new but unreferenced new_class, Guido sez:
Michael W. Hudson committed
June 14, 2002
G
SF patch 568629 by Oren Tirosh: types made callable.
Guido van Rossum committed
June 13, 2002
G
Major cleanup operation: whenever there's a call that looks for an
Guido van Rossum committed