COMMITS
/ Objects/classobject.c August 16, 2001
G
classobject.c:instancemethod_descr_get(): when a bound method is
Guido van Rossum committed
August 15, 2001
G
PyMethod_Type: add a tp_descr_get slot function to ensure proper
Guido van Rossum committed
August 8, 2001
G
Implement PEP 238 in its (almost) full glory.
Guido van Rossum committed
August 2, 2001
T
Fix the test_weakref.py failure. Introduced by resolving "a conflict"
Tim Peters committed
T
Merge of descr-branch back into trunk.
Tim Peters committed
May 22, 2001
G
init_name_op(): add (void) to the argument list to make it a valid
Guido van Rossum committed
May 11, 2001
J
Variant of SF patch 423181
Jeremy Hylton committed
May 5, 2001
T
Reimplement PySequence_Contains() and instance_contains(), so they work
Tim Peters committed
May 3, 2001
F
Since Py_TPFLAGS_HAVE_WEAKREFS is set in Py_TPFLAGS_DEFAULT, it does not
Fred Drake committed
April 30, 2001
G
Well darnit! The innocuous fix I made to PyObject_Print() caused
Guido van Rossum committed
April 23, 2001
G
Mondo changes to the iterator stuff, without changing how Python code
Guido van Rossum committed
April 20, 2001
G
Iterators phase 1. This comprises:
Guido van Rossum committed
March 23, 2001
F
Add support for weak references to the function and method types.
Fred Drake committed
March 22, 2001
F
A small change to the C API for weakly-referencable types: Such types
Fred Drake committed
February 26, 2001
F
The return value from PyObject_ClearWeakRefs() is no longer meaningful,
Fred Drake committed
B
instancemethod_setattro(): Raise TypeError if an attempt is made to
Barry Warsaw committed
February 1, 2001
F
PEP 205, Weak References -- initial checkin.
Fred Drake committed
January 29, 2001
G
Rename dubiously named local variable 'cmpfunc' -- this is also a
Guido van Rossum committed
J
fix indentation glitch
Jeremy Hylton committed
January 28, 2001
F
Re-factored PyInstance_New() into PyInstance_New() and PyInstance_NewRaw().
Fred Drake committed
January 18, 2001
G
Rich comparisons fallout: instance_hash() should check for both
Guido van Rossum committed
January 17, 2001
G
Fix a leak in instance_coerce(). This was introduced by Neil's
Guido van Rossum committed
G
Rich comparisons.
Guido van Rossum committed
January 15, 2001
B
Committing PEP 232, function attribute feature, approved by Guido.
Barry Warsaw committed
January 4, 2001
N
Make instances a new style number type. See PEP 208 for details. Instance
Neil Schemenauer committed
October 24, 2000
F
Ka-Ping Yee <ping@lfw.org>:
Fred Drake committed
October 4, 2000
N
- fix a GC bug caused by malloc() failing
Neil Schemenauer committed
September 17, 2000
T
Fix for SF bug 110688: Instance deallocation neglected to account for
Tim Peters committed
September 15, 2000
N
Don't remove instance objects from the GC container set until we are
Neil Schemenauer committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
J
refactor __del__ exception handler into PyErr_WriteUnraisable
Jeremy Hylton committed
August 25, 2000
T
Call PyErr_Clear() to clear the AttributeError raised by GetAttr.
Thomas Wouters committed
August 24, 2000
T
Support for the in-place operations introduced by augmented assignment. Only
Thomas Wouters committed
August 18, 2000
B
PyInstance_DoBinOp(): When comparing the pointers, they must be cast
Barry Warsaw committed
August 17, 2000
T
Apply SF patch #101029: call __getitem__ with a proper slice object if there
Thomas Wouters committed
July 23, 2000
T
ANSIfy functions that were hiding inside a macro.
Thomas Wouters committed
July 16, 2000
T
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters committed
July 9, 2000
F
ANSI-fication of the sources.
Fred Drake committed
T
Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
Tim Peters committed
July 8, 2000
S
_Py_RefTotal should only be declared here when Py_TRACE_REFS are #define'd
Skip Montanaro committed
July 1, 2000
G
Neil Schemenauer: small fixes for GC
Guido van Rossum committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
F
Trent Mick <trentm@activestate.com>:
Fred Drake committed
J
final patches from Neil Schemenauer for garbage collection
Jeremy Hylton committed
June 29, 2000
F
This patch addresses two main issues: (1) There exist some non-fatal
Fred Drake committed
June 28, 2000
G
Vladimir Marangozov:
Guido van Rossum committed
G
Trent Mick: change a few casts for Win64 compatibility.
Guido van Rossum committed
June 23, 2000
J
part 2 of Neil Schemenauer's GC patches:
Jeremy Hylton committed
J
traverse functions should return 0 on success
Jeremy Hylton committed