summaryrefslogtreecommitdiff
path: root/Lib/test/test_repr.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19928: Fix test on WindowsZachary Ware2013-12-101-2/+2
* Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-0/+2
* Issue #19928: Implemented a test for repr() of cell objects.Serhiy Storchaka2013-12-101-2/+9
* #14161: fix test failures on Windows.Ezio Melotti2012-03-121-2/+2
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-12/+12
* In a number of places code still reversRonald Oussoren2010-05-051-2/+1
* #7092: silence some more py3k warnings.Ezio Melotti2010-03-171-2/+3
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-4/+2
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-2/+4
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-13/+13
* Revert the renaming of repr to reprlib.Brett Cannon2008-05-231-0/+327
* Rename the test file of reprlib.Alexandre Vassalotti2008-05-161-327/+0
* Changed references to the reprlib module to use its new name.Alexandre Vassalotti2008-05-161-2/+2
* Replace instances of os.path.walk with os.walkBenjamin Peterson2008-05-081-5/+3
* Bug #1153: repr.repr() now doesn't require set and dictionary itemsGeorg Brandl2007-09-121-0/+10
* Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute.Neal Norwitz2007-06-111-0/+13
* Remove unneeded imports of 'warnings'.Brett Cannon2006-12-131-1/+0
* Don't fail if the (sub)pkgname already exist.Neal Norwitz2006-05-301-0/+3
* Revert change, func_name of lambda's is back to <lambda>.Neil Schemenauer2005-10-211-1/+1
* Merge ast-branch to headJeremy Hylton2005-10-201-1/+1
* * teach repr.repr() about collections.deque()Raymond Hettinger2004-05-211-0/+4
* * Updated repr.py to handle set() and frozenset().Raymond Hettinger2004-05-211-0/+14
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-4/+4
* [680789] Debug with long array takes foreverTim Peters2003-02-051-0/+12
* This test previously failed when run from the 'test' directory. In thatMark Hammond2003-01-161-5/+7
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Remove all tests that rely on deprecated-in-2.2 features of xrange objects.Fred Drake2002-05-021-8/+0
* Tighten up some warning filters, and break some dependencies on theTim Peters2002-04-161-3/+7
* SF Patch #494872 test repr() of a built-in moduleNeal Norwitz2001-12-291-0/+1
* Rename "dictionary" (type and constructor) to "dict".Tim Peters2001-10-291-1/+1
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-7/+7
* Change repr() of a new-style class to say <class 'ClassName'> ratherGuido van Rossum2001-09-251-1/+1
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-3/+8
* limit prefix test for lambdaJeremy Hylton2001-09-141-1/+1
* LongReprTest fails on the Mac because it uses filenames with more thanJack Jansen2001-09-051-1/+2
* Add a test for the final branch in repr.Repr.repr1(), which deals withGuido van Rossum2001-09-051-0/+5
* Added lots of tests for reprs of "simple" objects, such as file,Barry Warsaw2001-08-241-0/+156
* Whitespace normalization.Tim Peters2001-08-091-3/+3
* Test for the repr module, contributed by Nick Mathewson.Fred Drake2001-07-191-0/+108