| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert the renaming of repr to reprlib. | Brett Cannon | 2008-05-23 | 1 | -0/+132 |
|
|
* | Renamed the repr module to reprlib. | Alexandre Vassalotti | 2008-05-16 | 1 | -132/+0 |
|
|
* | Bug #1153: repr.repr() now doesn't require set and dictionary items | Georg Brandl | 2007-09-12 | 1 | -5/+15 |
|
|
* | Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute. | Neal Norwitz | 2007-06-11 | 1 | -1/+1 |
|
|
* | Committing Tim's patch for SF bug #983585: | Fred Drake | 2004-07-01 | 1 | -2/+1 |
|
|
* | Make sure sets are printed in sorted order | Raymond Hettinger | 2004-05-22 | 1 | -0/+2 |
|
|
* | * teach repr.repr() about collections.deque() | Raymond Hettinger | 2004-05-21 | 1 | -2/+6 |
|
|
* | * Updated repr.py to handle set() and frozenset(). | Raymond Hettinger | 2004-05-21 | 1 | -42/+44 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -5/+7 |
|
|
* | [680789] Debug with long array takes forever | Tim Peters | 2003-02-05 | 1 | -0/+18 |
|
|
* | Rename "dictionary" (type and constructor) to "dict". | Tim Peters | 2001-10-29 | 1 | -1/+1 |
|
|
* | Another / that should be a // (previously not caught because of | Guido van Rossum | 2001-09-05 | 1 | -1/+1 |
|
|
* | The first batch of changes recommended by the fixdiv tool. These are | Guido van Rossum | 2001-09-04 | 1 | -3/+3 |
|
|
* | Use type(x).__name__ to get the name of the type instead of parsing | Guido van Rossum | 2001-08-09 | 1 | -1/+1 |
|
|
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -2/+2 |
|
|
* | bunch more __all__ lists | Skip Montanaro | 2001-02-15 | 1 | -0/+2 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -4/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-15 | 1 | -87/+87 |
|
|
* | The third and final doc-string sweep by Ka-Ping Yee. | Guido van Rossum | 2000-02-04 | 1 | -1/+1 |
|
|
* | Small patch by Tim Peters - it was using self.maxlist when it should | Guido van Rossum | 1999-06-23 | 1 | -1/+1 |
|
|
* | use getattr() instead of eval(), fix string representations | Guido van Rossum | 1995-01-12 | 1 | -4/+4 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -0/+13 |
|
|
* | * Mass change: get rid of all init() methods, in favor of __init__() | Guido van Rossum | 1993-12-17 | 1 | -3/+2 |
|
|
* | Initial revision | Guido van Rossum | 1992-01-22 | 1 | -0/+83 |
|
|