index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_repr.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert change, func_name of lambda's is back to <lambda>.
Neil Schemenauer
2005-10-21
1
-1/+1
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-1/+1
*
* teach repr.repr() about collections.deque()
Raymond Hettinger
2004-05-21
1
-0/+4
*
* Updated repr.py to handle set() and frozenset().
Raymond Hettinger
2004-05-21
1
-0/+14
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-4/+4
*
[680789] Debug with long array takes forever
Tim Peters
2003-02-05
1
-0/+12
*
This test previously failed when run from the 'test' directory. In that
Mark Hammond
2003-01-16
1
-5/+7
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Remove all tests that rely on deprecated-in-2.2 features of xrange objects.
Fred Drake
2002-05-02
1
-8/+0
*
Tighten up some warning filters, and break some dependencies on the
Tim Peters
2002-04-16
1
-3/+7
*
SF Patch #494872 test repr() of a built-in module
Neal Norwitz
2001-12-29
1
-0/+1
*
Rename "dictionary" (type and constructor) to "dict".
Tim Peters
2001-10-29
1
-1/+1
*
SF patch #474590 -- RISC OS support
Guido van Rossum
2001-10-24
1
-7/+7
*
Change repr() of a new-style class to say <class 'ClassName'> rather
Guido van Rossum
2001-09-25
1
-1/+1
*
Change the PyUnit-based tests to use the test_main() approach. This
Fred Drake
2001-09-20
1
-3/+8
*
limit prefix test for lambda
Jeremy Hylton
2001-09-14
1
-1/+1
*
LongReprTest fails on the Mac because it uses filenames with more than
Jack Jansen
2001-09-05
1
-1/+2
*
Add a test for the final branch in repr.Repr.repr1(), which deals with
Guido van Rossum
2001-09-05
1
-0/+5
*
Added lots of tests for reprs of "simple" objects, such as file,
Barry Warsaw
2001-08-24
1
-0/+156
*
Whitespace normalization.
Tim Peters
2001-08-09
1
-3/+3
*
Test for the repr module, contributed by Nick Mathewson.
Fred Drake
2001-07-19
1
-0/+108