summaryrefslogtreecommitdiffstats
path: root/Lib/repr.py
Commit message (Expand)AuthorAgeFilesLines
* Rename "dictionary" (type and constructor) to "dict".Tim Peters2001-10-291-1/+1
* Another / that should be a // (previously not caught because ofGuido van Rossum2001-09-051-1/+1
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-041-3/+3
* Use type(x).__name__ to get the name of the type instead of parsingGuido van Rossum2001-08-091-1/+1
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-2/+2
* bunch more __all__ listsSkip Montanaro2001-02-151-0/+2
* String method conversion.Eric S. Raymond2001-02-091-4/+2
* Whitespace normalization.Tim Peters2001-01-151-87/+87
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-1/+1
* Small patch by Tim Peters - it was using self.maxlist when it shouldGuido van Rossum1999-06-231-1/+1
* use getattr() instead of eval(), fix string representationsGuido van Rossum1995-01-121-4/+4
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-0/+13
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-3/+2
* Initial revisionGuido van Rossum1992-01-221-0/+83