Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
355adc5a451ce3b22b66a3af883d35e89e2a0eab
/
Lib
/
test
/
test_repr.py
d80b4bf
#7092: silence some more py3k warnings.
by Ezio Melotti
· 15 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 16 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
2ee0e8e
Revert the renaming of repr to reprlib.
by Brett Cannon
· 17 years ago
[Renamed (98%) from Lib/test/test_reprlib.py]
a8eaf8f
Rename the test file of reprlib.
by Alexandre Vassalotti
· 17 years ago
[Renamed from Lib/test/test_repr.py]
50a1acb
Changed references to the reprlib module to use its new name.
by Alexandre Vassalotti
· 17 years ago
9ec4aa0
Replace instances of os.path.walk with os.walk
by Benjamin Peterson
· 17 years ago
8fd3ecf
Bug #1153: repr.repr() now doesn't require set and dictionary items
by Georg Brandl
· 18 years ago
c161cb9
Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute.
by Neal Norwitz
· 18 years ago
c745df8
Remove unneeded imports of 'warnings'.
by Brett Cannon
· 19 years ago
008b861
Don't fail if the (sub)pkgname already exist.
by Neal Norwitz
· 19 years ago
ab541bb
Revert change, func_name of lambda's is back to <lambda>.
by Neil Schemenauer
· 20 years ago
3e0055f
Merge ast-branch to head
by Jeremy Hylton
· 20 years ago
1453e4a
* teach repr.repr() about collections.deque() * rename a variable for clarity
by Raymond Hettinger
· 21 years ago
ba6cd36
* Updated repr.py to handle set() and frozenset().
by Raymond Hettinger
· 21 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
· 23 years ago
d800ae1
This test previously failed when run from the 'test' directory. In that
by Mark Hammond
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 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
· 24 years ago
a427a2b
Rename "dictionary" (type and constructor) to "dict".
by Tim Peters
· 24 years ago
e2ae77b
SF patch #474590 -- RISC OS support
by Guido van Rossum
· 24 years ago
a4cb788
Change repr() of a new-style class to say <class 'ClassName'> rather
by Guido van Rossum
· 24 years ago
2e2be37
Change the PyUnit-based tests to use the test_main() approach. This
by Fred Drake
· 24 years ago
dd32138
limit prefix test for lambda
by Jeremy Hylton
· 24 years ago
a44361e
LongReprTest fails on the Mac because it uses filenames with more than
by Jack Jansen
· 24 years ago
cf856f9
Add a test for the final branch in repr.Repr.repr1(), which deals with
by Guido van Rossum
· 24 years ago
0bcf6d8
Added lots of tests for reprs of "simple" objects, such as file,
by Barry Warsaw
· 24 years ago
ab9ba27
Whitespace normalization.
by Tim Peters
· 24 years ago
8e6669a
Test for the repr module, contributed by Nick Mathewson.
by Fred Drake
· 24 years ago