Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Halfway checkin. This is still messy, but it's beginning to address | Guido van Rossum | 2001-10-09 | 1 | -0/+1 |
* | - Provisional support for pickling new-style objects. (*) | Guido van Rossum | 2001-09-25 | 1 | -0/+1 |
* | Change repr() of a new-style class to say <class 'ClassName'> rather | Guido van Rossum | 2001-09-25 | 1 | -3/+3 |
* | Change the name of the __getattr__ special method for new-style | Guido van Rossum | 2001-09-21 | 1 | -1/+1 |
* | Teach regrtest how to pass on doctest failure msgs. This is done via a | Tim Peters | 2001-09-09 | 1 | -4/+9 |
* | Force "test." into the start of the module name, inherited by class and | Tim Peters | 2001-09-09 | 1 | -17/+11 |
* | Rename 'getset' to 'property'. | Guido van Rossum | 2001-09-06 | 1 | -7/+7 |
* | Make dir() wordier (see the new docstring). The new behavior is a mixed | Tim Peters | 2001-09-03 | 1 | -4/+5 |
* | Made a doctest out of the examples in Guido's type/class tutorial. | Tim Peters | 2001-09-03 | 1 | -0/+498 |