| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -2/+2 |
|
|
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 1 | -142/+56 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -8/+8 |
|
|
* | _Py_RefTotal should only be declared here when Py_TRACE_REFS are #define'd | Skip Montanaro | 2000-07-08 | 1 | -0/+2 |
|
|
* | Neil Schemenauer: small fixes for GC | Guido van Rossum | 2000-07-01 | 1 | -0/+4 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | Trent Mick <trentm@activestate.com>: | Fred Drake | 2000-06-30 | 1 | -9/+9 |
|
|
* | final patches from Neil Schemenauer for garbage collection | Jeremy Hylton | 2000-06-30 | 1 | -4/+13 |
|
|
* | This patch addresses two main issues: (1) There exist some non-fatal | Fred Drake | 2000-06-29 | 1 | -4/+1 |
|
|
* | Vladimir Marangozov: | Guido van Rossum | 2000-06-28 | 1 | -3/+3 |
|
|
* | Trent Mick: change a few casts for Win64 compatibility. | Guido van Rossum | 2000-06-28 | 1 | -1/+1 |
|
|
* | part 2 of Neil Schemenauer's GC patches: | Jeremy Hylton | 2000-06-23 | 1 | -6/+6 |
|
|
* | traverse functions should return 0 on success | Jeremy Hylton | 2000-06-23 | 1 | -2/+2 |
|
|
* | Round 1 of Neil Schemenauer's GC patches: | Jeremy Hylton | 2000-06-23 | 1 | -1/+87 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -7/+6 |
|
|
* | potentially useless optimization | Jeremy Hylton | 2000-04-26 | 1 | -11/+20 |
|
|
* | Mark Hammond: | Guido van Rossum | 2000-04-10 | 1 | -1/+4 |
|
|
* | Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This adds | Guido van Rossum | 2000-02-28 | 1 | -0/+56 |
|
|
* | The rest of the changes by Trent Mick and Dale Nagata for warning-free | Guido van Rossum | 2000-01-20 | 1 | -3/+3 |
|
|
* | Fix for PR#98 (Adrian Eyre) -- in instancemethod_repr, the funcname | Guido van Rossum | 1999-10-11 | 1 | -1/+1 |
|
|
* | Fix a memory leak -- the cached values of __getattr__ etc. were never | Guido van Rossum | 1998-08-04 | 1 | -0/+3 |
|
|
* | Move the definition of PyMethodObject to classobject.h, so it can define | Guido van Rossum | 1998-07-10 | 1 | -8/+0 |
|
|
* | Marc-Andre Lemburg's patch to support instance methods with other | Guido van Rossum | 1998-07-08 | 1 | -16/+21 |
|
|
* | Recompute the special getattr/setattr/delattr cache slots after | Guido van Rossum | 1998-07-08 | 1 | -7/+13 |
|
|
* | Keep Microsoft's compiler happy. | Guido van Rossum | 1998-06-12 | 1 | -4/+1 |
|
|
* | Allow assignments to special class attributes -- with typechecks, and | Guido van Rossum | 1998-05-29 | 1 | -12/+87 |
|
|
* | Uses PyErr_ExceptionMatches() instead of comparing PyErr_Occurred(). | Guido van Rossum | 1998-05-28 | 1 | -1/+1 |
|
|
* | Remove a redundant statement from halfbinop(). | Guido van Rossum | 1998-05-13 | 1 | -1/+0 |
|
|
* | Change the default repr() and str() of class instance objects to look | Guido van Rossum | 1997-12-03 | 1 | -1/+9 |
|
|
* | Undo another glitch of the automatic not-so-Grand Renaming; some local | Guido van Rossum | 1997-11-18 | 1 | -10/+10 |
|
|
* | Write a str() function for class objects that returns | Guido van Rossum | 1997-10-20 | 1 | -2/+36 |
|
|
* | Check that all base classes are indeed class objects, rather than | Guido van Rossum | 1997-10-07 | 1 | -5/+30 |
|
|
* | When creating a class, set its __module__ attribute to the module | Guido van Rossum | 1997-09-12 | 1 | -1/+22 |
|
|
* | Allow assignments to instance.__dict__ and instance.__class__. The | Guido van Rossum | 1997-08-25 | 1 | -17/+57 |
|
|
* | Added separate free list for instance method objects, for a few | Guido van Rossum | 1997-08-05 | 1 | -4/+28 |
|
|
* | PyObject_Compare can raise an exception now. | Guido van Rossum | 1997-05-23 | 1 | -4/+12 |
|
|
* | removed last #ifdef SUPPORT_OBSOLETE_ACCESS bits. | Guido van Rossum | 1997-05-09 | 1 | -87/+3 |
|
|
* | Quickly renamed the last directory. | Guido van Rossum | 1997-05-02 | 1 | -525/+537 |
|
|
* | Intern the various string objects created to speed up lookups. | Guido van Rossum | 1997-01-18 | 1 | -25/+25 |
|
|
* | Yet more elaborate message for exception in __del__. | Guido van Rossum | 1996-12-05 | 1 | -11/+23 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Support passing in an empty dictionary of keywords to newinstanceobject. | Guido van Rossum | 1996-10-21 | 1 | -1/+3 |
|
|