| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove _Py_ResetReferences. Fixes bug #529750 "Circular reference makes | Neil Schemenauer | 2002-11-17 | 1 | -1/+0 |
|
|
* | A modest speedup of object deallocation. call_finalizer() did rather | Guido van Rossum | 2002-08-08 | 1 | -0/+1 |
|
|
* | Added info about the right way to leave the body of a trashcan-protected | Tim Peters | 2002-08-07 | 1 | -0/+5 |
|
|
* | Excise DL_IMPORT/EXPORT from object.h, and related files. This patch | Mark Hammond | 2002-07-29 | 1 | -51/+51 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -18/+9 |
|
|
* | object.h special-build macro minefield: renamed all the new lexical | Tim Peters | 2002-07-11 | 1 | -60/+40 |
|
|
* | Uglified the new Py_REF_DEBUG (etc) lexical helper macro definitions so | Tim Peters | 2002-07-10 | 1 | -21/+25 |
|
|
* | The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added | Tim Peters | 2002-07-09 | 1 | -27/+35 |
|
|
* | Rearranged and added comments to object.h, to clarify many things | Tim Peters | 2002-07-07 | 1 | -74/+120 |
|
|
* | Trashcan cleanup: Now that cyclic gc is always there, the trashcan | Tim Peters | 2002-07-07 | 1 | -50/+53 |
|
|
* | Removed WITH_CYCLE_GC #ifdef-ery. Holes: | Tim Peters | 2002-07-07 | 1 | -4/+0 |
|
|
* | Change the type of the tp_free from 'destructor' to 'freefunc'. | Neil Schemenauer | 2002-04-12 | 1 | -1/+2 |
|
|
* | Add the 'bool' type and its values 'False' and 'True', as described in | Guido van Rossum | 2002-04-03 | 1 | -2/+2 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|
* | SF bug #475327: type() produces incorrect error msg | Tim Peters | 2001-10-27 | 1 | -0/+1 |
|
|
* | Get rid of __defined__ and tp_defined -- there's no need to | Guido van Rossum | 2001-10-15 | 1 | -1/+1 |
|
|
* | Completely get rid of __dynamic__ and the corresponding | Guido van Rossum | 2001-10-15 | 1 | -3/+0 |
|
|
* | Keep track of a type's subclasses (subtypes), in tp_subclasses, which | Guido van Rossum | 2001-10-08 | 1 | -0/+2 |
|
|
* | PyObject_ClearWeakRefs() is now a real function instead of a function pointer; | Fred Drake | 2001-10-05 | 1 | -1/+1 |
|
|
* | Add Garbage Collection support to new-style classes (not yet to their | Guido van Rossum | 2001-10-02 | 1 | -0/+1 |
|
|
* | Add optional docstrings to getset descriptors. Fortunately, there's | Guido van Rossum | 2001-09-20 | 1 | -1/+1 |
|
|
* | Add optional docstrings to member descriptors. For backwards | Guido van Rossum | 2001-09-20 | 1 | -1/+1 |
|
|
* | Hopefully fix 3-way comparisons. This unfortunately adds yet another | Guido van Rossum | 2001-09-18 | 1 | -0/+4 |
|
|
* | At Guido's suggestion, here's a new C API function, PyObject_Dir(), like | Tim Peters | 2001-09-04 | 1 | -0/+8 |
|
|
* | Change the GC type flag since the API has changed. Allow types using | Neil Schemenauer | 2001-08-29 | 1 | -6/+10 |
|
|
* | Add decl of PySuper_Type; fixup comments for the two other types. | Guido van Rossum | 2001-08-24 | 1 | -2/+3 |
|
|
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -0/+2 |
|
|
* | Added comments before recently added/assigned slots in the type object, | Fred Drake | 2001-08-15 | 1 | -0/+6 |
|
|
* | Add new flags for PyType_Ready(): READY to explicitly indicate the | Guido van Rossum | 2001-08-10 | 1 | -0/+6 |
|
|
* | Implement PEP 238 in its (almost) full glory. | Guido van Rossum | 2001-08-08 | 1 | -1/+7 |
|
|
* | - Rename PyType_InitDict() to PyType_Ready(). | Guido van Rossum | 2001-08-07 | 1 | -1/+1 |
|
|
* | Patch #448194: Debuging negative reference counts. | Martin v. Löwis | 2001-08-05 | 1 | -5/+6 |
|
|
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -6/+58 |
|
|
* | Mondo changes to the iterator stuff, without changing how Python code | Guido van Rossum | 2001-04-23 | 1 | -0/+2 |
|
|
* | Iterators phase 1. This comprises: | Guido van Rossum | 2001-04-20 | 1 | -4/+10 |
|
|
* | The return value from PyObject_ClearWeakRefs() is no longer meaningful, | Fred Drake | 2001-02-26 | 1 | -1/+1 |
|
|
* | Use a type flag to determine the applicability of the tp_weaklistoffset | Fred Drake | 2001-02-02 | 1 | -0/+7 |
|
|
* | Undo recent change that banned using import to bind a global, as per | Jeremy Hylton | 2001-02-01 | 1 | -0/+3 |
|
|
* | PEP 205, Weak References -- initial checkin. | Fred Drake | 2001-02-01 | 1 | -3/+5 |
|
|
* | Add a flag to indicate the presence of the tp_richcompare field, and | Guido van Rossum | 2001-01-24 | 1 | -2/+7 |
|
|
* | PyObject_Dump() -> _PyObject_Dump() | Barry Warsaw | 2001-01-24 | 1 | -1/+1 |
|
|
* | Add prototype for PyObject_Dump(). | Barry Warsaw | 2001-01-23 | 1 | -0/+1 |
|
|
* | Get rid of the declaration for _PyCompareState_Key. | Guido van Rossum | 2001-01-17 | 1 | -3/+0 |
|
|
* | This patch adds a new builtin unistr() which behaves like str() | Marc-André Lemburg | 2001-01-17 | 1 | -0/+1 |
|
|
* | Introduction to rich comparisons: | Guido van Rossum | 2001-01-17 | 1 | -12/+22 |
|
|
* | - Add nb_cmp slot for new style nubmers. | Neil Schemenauer | 2001-01-04 | 1 | -0/+22 |
|
|
* | Close SF bug 110826: a complaint about the way Python #define'd NULL. | Tim Peters | 2000-09-10 | 1 | -7/+0 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | The real suport for augmented assignment: new opcodes, new PyNumber and | Thomas Wouters | 2000-08-24 | 1 | -1/+18 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -3/+3 |
|
|