| Commit message (Expand) | Author | Age | Files | Lines |
* | SF bug [#466173] unpack TypeError unclear | Tim Peters | 2001-09-30 | 1 | -1/+1 |
|
|
* | Add optional docstrings to getset descriptors. Fortunately, there's | Guido van Rossum | 2001-09-20 | 1 | -4/+4 |
|
|
* | Add optional docstrings to member descriptors. For backwards | Guido van Rossum | 2001-09-20 | 1 | -4/+7 |
|
|
* | Properly repr classes without module names. | Martin v. Löwis | 2001-09-18 | 1 | -1/+1 |
|
|
* | Redo the PyMethod attributes using a dir()-friendly approach, creating | Guido van Rossum | 2001-09-18 | 1 | -37/+69 |
|
|
* | Generalize operator.indexOf (PySequence_Index) to work with any | Tim Peters | 2001-09-08 | 1 | -1/+2 |
|
|
* | PyClass_New(): put the extended Don Beaudry hook back in. When one of | Guido van Rossum | 2001-09-07 | 1 | -4/+14 |
|
|
* | Add PyMethod_Function(), PyMethod_Self(), PyMethod_Class() back. | Guido van Rossum | 2001-09-05 | 1 | -0/+30 |
|
|
* | Use new GC API. | Neil Schemenauer | 2001-08-29 | 1 | -22/+19 |
|
|
* | Improve the error message issued when an unbound method is called with | Guido van Rossum | 2001-08-24 | 1 | -3/+49 |
|
|
* | repr's converted to using PyString_FromFormat() instead of sprintf'ing | Barry Warsaw | 2001-08-24 | 1 | -19/+14 |
|
|
* | Fix core dump in repr() of instancemethod whose class==NULL. | Guido van Rossum | 2001-08-17 | 1 | -7/+11 |
|
|
* | instance_getattr2(): rewritten to remove unnecessary stuff and | Guido van Rossum | 2001-08-17 | 1 | -24/+13 |
|
|
* | Instance methods: allow a NULL value for im_class. | Guido van Rossum | 2001-08-17 | 1 | -2/+2 |
|
|
* | classobject.c:instancemethod_descr_get(): when a bound method is | Guido van Rossum | 2001-08-16 | 1 | -0/+5 |
|
|
* | PyMethod_Type: add a tp_descr_get slot function to ensure proper | Guido van Rossum | 2001-08-15 | 1 | -1/+19 |
|
|
* | Implement PEP 238 in its (almost) full glory. | Guido van Rossum | 2001-08-08 | 1 | -0/+8 |
|
|
* | Fix the test_weakref.py failure. Introduced by resolving "a conflict" | Tim Peters | 2001-08-02 | 1 | -7/+0 |
|
|
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -74/+161 |
|
|
* | init_name_op(): add (void) to the argument list to make it a valid | Guido van Rossum | 2001-05-22 | 1 | -1/+1 |
|
|
* | Variant of SF patch 423181 | Jeremy Hylton | 2001-05-11 | 1 | -21/+51 |
|
|
* | Reimplement PySequence_Contains() and instance_contains(), so they work | Tim Peters | 2001-05-05 | 1 | -37/+30 |
|
|
* | Since Py_TPFLAGS_HAVE_WEAKREFS is set in Py_TPFLAGS_DEFAULT, it does not | Fred Drake | 2001-05-03 | 1 | -1/+1 |
|
|
* | Well darnit! The innocuous fix I made to PyObject_Print() caused | Guido van Rossum | 2001-04-30 | 1 | -1/+20 |
|
|
* | Mondo changes to the iterator stuff, without changing how Python code | Guido van Rossum | 2001-04-23 | 1 | -2/+38 |
|
|
* | Iterators phase 1. This comprises: | Guido van Rossum | 2001-04-20 | 1 | -2/+29 |
|
|
* | Add support for weak references to the function and method types. | Fred Drake | 2001-03-23 | 1 | -1/+6 |
|
|
* | A small change to the C API for weakly-referencable types: Such types | Fred Drake | 2001-03-22 | 1 | -0/+1 |
|
|
* | The return value from PyObject_ClearWeakRefs() is no longer meaningful, | Fred Drake | 2001-02-26 | 1 | -2/+1 |
|
|
* | instancemethod_setattro(): Raise TypeError if an attempt is made to | Barry Warsaw | 2001-02-26 | 1 | -15/+2 |
|
|
* | PEP 205, Weak References -- initial checkin. | Fred Drake | 2001-02-01 | 1 | -0/+5 |
|
|
* | Rename dubiously named local variable 'cmpfunc' -- this is also a | Guido van Rossum | 2001-01-29 | 1 | -5/+5 |
|
|
* | fix indentation glitch | Jeremy Hylton | 2001-01-29 | 1 | -1/+1 |
|
|
* | Re-factored PyInstance_New() into PyInstance_New() and PyInstance_NewRaw(). | Fred Drake | 2001-01-28 | 1 | -13/+34 |
|
|
* | Rich comparisons fallout: instance_hash() should check for both | Guido van Rossum | 2001-01-18 | 1 | -7/+14 |
|
|
* | Fix a leak in instance_coerce(). This was introduced by Neil's | Guido van Rossum | 2001-01-17 | 1 | -2/+0 |
|
|
* | Rich comparisons. | Guido van Rossum | 2001-01-17 | 1 | -146/+278 |
|
|
* | Committing PEP 232, function attribute feature, approved by Guido. | Barry Warsaw | 2001-01-15 | 1 | -4/+38 |
|
|
* | Make instances a new style number type. See PEP 208 for details. Instance | Neil Schemenauer | 2001-01-04 | 1 | -184/+268 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-10-24 | 1 | -6/+12 |
|
|
* | - fix a GC bug caused by malloc() failing | Neil Schemenauer | 2000-10-04 | 1 | -1/+1 |
|
|
* | Fix for SF bug 110688: Instance deallocation neglected to account for | Tim Peters | 2000-09-17 | 1 | -12/+28 |
|
|
* | Don't remove instance objects from the GC container set until we are | Neil Schemenauer | 2000-09-15 | 1 | -2/+1 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | refactor __del__ exception handler into PyErr_WriteUnraisable | Jeremy Hylton | 2000-09-01 | 1 | -20/+1 |
|
|
* | Call PyErr_Clear() to clear the AttributeError raised by GetAttr. | Thomas Wouters | 2000-08-25 | 1 | -0/+1 |
|
|
* | Support for the in-place operations introduced by augmented assignment. Only | Thomas Wouters | 2000-08-24 | 1 | -11/+45 |
|
|
* | PyInstance_DoBinOp(): When comparing the pointers, they must be cast | Barry Warsaw | 2000-08-18 | 1 | -1/+4 |
|
|
* | Apply SF patch #101029: call __getitem__ with a proper slice object if there | Thomas Wouters | 2000-08-17 | 1 | -9/+60 |
|
|
* | ANSIfy functions that were hiding inside a macro. | Thomas Wouters | 2000-07-23 | 1 | -1/+1 |
|
|