summaryrefslogtreecommitdiff
path: root/Lib/test/test_reprlib.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19928: Fix test on WindowsZachary Ware2013-12-101-2/+2
|\
| * Issue #19928: Fix test on WindowsZachary Ware2013-12-101-2/+2
* | Issue #19928: Implemented a test for repr() of cell objects.Serhiy Storchaka2013-12-101-3/+9
|\ \ | |/
| * Issue #19928: Implemented a test for repr() of cell objects.Serhiy Storchaka2013-12-101-3/+9
* | Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-0/+3
|\ \ | |/
| * Issue 19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-081-0/+3
* | Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-0/+1
* | Issue #17177: Stop using imp in a bunch of testsBrett Cannon2013-06-151-2/+3
|/
* Lower test-skipping threshold in test_reprlibAntoine Pitrou2012-06-231-1/+1
* Fix silly mistake in debugging codeAntoine Pitrou2012-06-231-1/+1
* Add debug output for temporary buildbot failuresAntoine Pitrou2012-06-231-1/+3
* Make a test easier to read.Brett Cannon2012-06-111-4/+3
* Skip long repr tests when the cached pyc file's path length would exceed the ...Antoine Pitrou2012-04-241-3/+25
* Issue #14599: Make test_reprlib robust against import cache raceBrett Cannon2012-04-161-0/+7
* Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new ...Antoine Pitrou2012-02-201-0/+2
* PEP 3155 / issue #13448: Qualified name for classes and functions.Antoine Pitrou2011-11-251-6/+7
* Issue #12451: Add support.create_empty_file()Victor Stinner2011-06-301-12/+11
* Issue #3080: Fix test_reprlib on WindowsVictor Stinner2011-02-231-1/+1
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-13/+13
* Issue 9840: Add reprlib.recursive_repr(), a decorator for handling recursive...Raymond Hettinger2010-09-131-0/+29
* Remove traces of MacOS9 support.Ronald Oussoren2010-05-051-2/+1
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-1/+1
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-10/+10
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 63361-63373,63375,63377-63380 via svnmerge fromAlexandre Vassalotti2008-05-161-0/+312