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
*
Patch from Georg Brandl and me for #1493
Christian Heimes
2007-11-25
1
-2/+2
*
Breaking ground for PEP 3137 implementation:
Guido van Rossum
2007-10-08
1
-6/+0
*
Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from
Thomas Wouters
2007-09-19
1
-0/+10
*
Remove RISCOS support
Skip Montanaro
2007-08-16
1
-7/+7
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-0/+13
*
Get rid of a test for repr() of a file object.
Guido van Rossum
2007-05-27
1
-8/+0
*
Make test_repr.py pass again after repr(range(1)) changed.
Guido van Rossum
2007-05-21
1
-1/+1
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-4/+4
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-2/+2
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-1/+0
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-0/+3
*
Fix test failures for repr.py.
Guido van Rossum
2006-04-20
1
-6/+5
*
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