Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3210b36a284083aa37455800899c170649afa8ce
/
Lib
/
test
/
test_repr.py
1453e4a
* teach repr.repr() about collections.deque() * rename a variable for clarity
by Raymond Hettinger
· 20 years ago
ba6cd36
* Updated repr.py to handle set() and frozenset().
by Raymond Hettinger
· 20 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
6ee0480
[680789] Debug with long array takes forever
by Tim Peters
· 22 years ago
d800ae1
This test previously failed when run from the 'test' directory. In that
by Mark Hammond
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 22 years ago
e08fda9
Remove all tests that rely on deprecated-in-2.2 features of xrange objects.
by Fred Drake
· 23 years ago
d392506
Tighten up some warning filters, and break some dependencies on the
by Tim Peters
· 23 years ago
7076901
SF Patch #494872 test repr() of a built-in module
by Neal Norwitz
· 23 years ago
a427a2b
Rename "dictionary" (type and constructor) to "dict".
by Tim Peters
· 23 years ago
e2ae77b
SF patch #474590 -- RISC OS support
by Guido van Rossum
· 23 years ago
a4cb788
Change repr() of a new-style class to say <class 'ClassName'> rather
by Guido van Rossum
· 23 years ago
2e2be37
Change the PyUnit-based tests to use the test_main() approach. This
by Fred Drake
· 23 years ago
dd32138
limit prefix test for lambda
by Jeremy Hylton
· 23 years ago
a44361e
LongReprTest fails on the Mac because it uses filenames with more than
by Jack Jansen
· 23 years ago
cf856f9
Add a test for the final branch in repr.Repr.repr1(), which deals with
by Guido van Rossum
· 23 years ago
0bcf6d8
Added lots of tests for reprs of "simple" objects, such as file,
by Barry Warsaw
· 23 years ago
ab9ba27
Whitespace normalization.
by Tim Peters
· 23 years ago
8e6669a
Test for the repr module, contributed by Nick Mathewson.
by Fred Drake
· 23 years ago