COMMITS
/ Objects/typeobject.c February 20, 2006
G
Bug #1086854: Rename PyHeapType members adding ht_ prefix.
Georg Brandl committed
February 16, 2006
M
Use Py_ssize_t for counts and sizes.
Martin v. Löwis committed
M
Support %zd in PyErr_Format and PyString_FromFormat.
Martin v. Löwis committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
January 2, 2006
N
Fix ref/memory leak introduced in rev 41845.
Neal Norwitz committed
December 29, 2005
A
SF bug #1153075: "PyXxx_Check(x) trusts x->ob_type->tp_mro".
Armin Rigo committed
A
SF patch #1390657:
Armin Rigo committed
December 10, 2005
J
Add const to several API functions that take char *.
Jeremy Hylton committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed
September 24, 2005
A
(pedronis, arigo)
Armin Rigo committed
September 20, 2005
G
- On 64-bit platforms, when __len__() returns a value that cannot be
Guido van Rossum committed
June 3, 2005
A
fix object.__divmod__.__doc__
Anthony Baxter committed
May 15, 2005
A
Fixed a quite misleading comment: a "not" should not have been there.
Armin Rigo committed
March 3, 2005
R
SF bug #1155938: Missing None check for __init__().
Raymond Hettinger committed
September 23, 2004
T
A static swapped_op[] array was defined in 3 different C files, & I think
Tim Peters committed
August 18, 2004
M
Patch #980082: Missing INCREF in PyType_Ready.
Martin v. Löwis committed
August 3, 2004
M
Repair the same thinko in two places about handling of _Py_RefTotal in
Michael W. Hudson committed
June 25, 2004
R
Cosmetic spacing fix.
Raymond Hettinger committed
R
Fix leak found by Eric Huss.
Raymond Hettinger committed
June 11, 2004
A
Fix for bug #966623 - classes created with type() in an exec(, {}) don't
Anthony Baxter committed
March 25, 2004
H
Get rid of gcc warning.
Hye-Shik Chang committed
P
Ensure super() lookup of descriptor from classmethod works (SF #743627)
Phillip J. Eby committed
February 8, 2004
J
Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol
Jim Fulton committed
December 13, 2003
R
Improve argument checking speed.
Raymond Hettinger committed
R
* Added a new method flag, METH_COEXIST.
Raymond Hettinger committed
November 13, 2003
T
subtype_dealloc(): Simplified overly contorted retracking logic. With
Tim Peters committed
T
subtype_dealloc(): A more complete fix for critical bug 840829 +
Tim Peters committed
November 12, 2003
T
SF bug 840829: weakref callbacks and gc corrupt memory.
Tim Peters committed
October 20, 2003
W
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald committed
October 12, 2003
R
Simplify and speedup uses of Py_BuildValue():
Raymond Hettinger committed
October 11, 2003
R
Use the simpler and faster PyArg_UnpackTuple() instead of
Raymond Hettinger committed
R
SF bug #820397: __nonzero__() returns 1/0
Raymond Hettinger committed
October 9, 2003
G
Fix leak introduced by previous typeobject.c checkin.
Guido van Rossum committed
October 8, 2003
G
SF patch #820195 by Wojtek Walczak (gminick at users.sourceforge.net):
Guido van Rossum committed
August 8, 2003
M
/* XXX From here until type is allocated, "return NULL" leaks bases! */
Michael W. Hudson committed
August 7, 2003
M
Repair refcounting on error return from type_set_bases.
Michael W. Hudson committed
July 16, 2003
J
Remove stray comments.
Jeremy Hylton committed
J
Remove unnecessary check in tests for slots allowed.
Jeremy Hylton committed
June 27, 2003
J
Require that __nonzero__() return a bool or exactly an int.
Jeremy Hylton committed
J
Check return type of __nonzero__() method.
Jeremy Hylton committed
June 13, 2003
G
- SF patch 751998 fixes an unwanted side effect of the previous fix
Guido van Rossum committed
June 11, 2003
B
Fixed a comment.
Brett Cannon committed
June 8, 2003
N
Fix SF #749831, copy raises SystemError when getstate raises exception
Neal Norwitz committed
May 29, 2003
G
Fix for SF 742911. We now clear the weakrefs *before* calling __del__
Guido van Rossum committed
May 21, 2003
T
PyType_Ready(): Complain if the type is a base type, and gc'able, and
Tim Peters committed
May 20, 2003
B
Fixing the previous patch to have the changes be to the proper docstrings.
Brett Cannon committed
B
May 10, 2003
M
Patch #734231: Update RiscOS support. In particular, correct
Martin v. Löwis committed
April 23, 2003
G
Improve the message about metatype/metaclass conflicts.
Guido van Rossum committed