Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add optional docstrings to member descriptors. For backwards | Guido van Rossum | 2001-09-20 | 1 | -1/+1 |
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -35/+35 |
* | SF patch #408326 by Robin Thomas: slice objects comparable, not | Guido van Rossum | 2001-03-20 | 1 | -3/+23 |
* | Test for NULL returned from PyObject_NEW(). | Guido van Rossum | 2000-12-14 | 1 | -0/+3 |
* | ANSI-fication of the sources. | Fred Drake | 2000-07-09 | 1 | -19/+7 |
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -3/+2 |
* | Ellipses -> Ellipsis rename (the dictionary really says that it should | Guido van Rossum | 1996-10-11 | 1 | -9/+9 |
* | repr("...") -> "Ellipses" | Guido van Rossum | 1996-07-30 | 1 | -1/+1 |
* | Added sliceobject.c | Guido van Rossum | 1996-07-30 | 1 | -0/+184 |