Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backed out changeset af29d89083b3 (closes #25548) (closes #27498) | Benjamin Peterson | 2016-07-14 | 1 | -3/+3 |
| | |||||
* | Issue #25548: Showing memory address of class objects in repl | Kushal Das | 2016-06-04 | 1 | -3/+3 |
| | |||||
* | Issue #26634: recursive_repr() now sets __qualname__ of wrapper. | Serhiy Storchaka | 2016-04-26 | 1 | -0/+14 |
| | | | | Patch by Xiang Zhang. | ||||
* | Issue #22824: Simplify reprlib output format for empty arrays | Raymond Hettinger | 2014-11-15 | 1 | -1/+1 |
| | |||||
* | Issue #22824: Updated reprlib output format for sets to use set literals. | Raymond Hettinger | 2014-11-10 | 1 | -18/+26 |
| | |||||
* | Issue #22031: Reprs now always use hexadecimal format with the "0x" prefix | Serhiy Storchaka | 2014-07-22 | 1 | -1/+1 |
| | | | | when contain an id in form " at 0x...". | ||||
* | Issue #19928: Fix test on Windows | Zachary Ware | 2013-12-10 | 1 | -2/+2 |
|\ | |||||
| * | Issue #19928: Fix test on Windows | Zachary Ware | 2013-12-10 | 1 | -2/+2 |
| | | |||||
* | | Issue #19928: Implemented a test for repr() of cell objects. | Serhiy Storchaka | 2013-12-10 | 1 | -3/+9 |
|\ \ | |/ | |||||
| * | Issue #19928: Implemented a test for repr() of cell objects. | Serhiy Storchaka | 2013-12-10 | 1 | -3/+9 |
| | | |||||
* | | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -0/+3 |
| | | |||||
* | | Implement PEP 451 (ModuleSpec). | Eric Snow | 2013-11-22 | 1 | -0/+1 |
| | | |||||
* | | Issue #17177: Stop using imp in a bunch of tests | Brett Cannon | 2013-06-15 | 1 | -2/+3 |
|/ | |||||
* | Lower test-skipping threshold in test_reprlib | Antoine Pitrou | 2012-06-23 | 1 | -1/+1 |
| | |||||
* | Fix silly mistake in debugging code | Antoine Pitrou | 2012-06-22 | 1 | -1/+1 |
| | |||||
* | Add debug output for temporary buildbot failures | Antoine Pitrou | 2012-06-22 | 1 | -1/+3 |
| | |||||
* | Make a test easier to read. | Brett Cannon | 2012-06-11 | 1 | -4/+3 |
| | |||||
* | Skip long repr tests when the cached pyc file's path length would exceed the ↵ | Antoine Pitrou | 2012-04-24 | 1 | -3/+25 |
| | | | | | | maximum Win32 path length. This should fix a failure on one of the XP buildbots. | ||||
* | Issue #14599: Make test_reprlib robust against import cache race | Brett Cannon | 2012-04-17 | 1 | -0/+7 |
| | | | | conditions when regrtest is run with its -j option. | ||||
* | Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new ↵ | Antoine Pitrou | 2012-02-20 | 1 | -0/+2 |
| | | | | | | importlib.invalidate_caches() function. importlib is now often faster than imp.find_module() at finding modules. | ||||
* | PEP 3155 / issue #13448: Qualified name for classes and functions. | Antoine Pitrou | 2011-11-25 | 1 | -6/+7 |
| | |||||
* | Issue #12451: Add support.create_empty_file() | Victor Stinner | 2011-06-30 | 1 | -12/+11 |
| | | | | | | | We don't need to create a temporary buffered binary or text file object just to create an empty file. Replace also os.fdopen(handle).close() by os.close(handle). | ||||
* | Issue #3080: Fix test_reprlib on Windows | Victor Stinner | 2011-02-23 | 1 | -1/+1 |
| | | | | Fix the test for last module changes (r88520). | ||||
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -13/+13 |
| | |||||
* | Issue 9840: Add reprlib.recursive_repr(), a decorator for handling ↵ | Raymond Hettinger | 2010-09-13 | 1 | -0/+29 |
| | | | | recursive calls to __repr__ methods. | ||||
* | Remove traces of MacOS9 support. | Ronald Oussoren | 2010-05-05 | 1 | -2/+1 |
| | | | | Fix for issue #7908 | ||||
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -1/+1 |
| | | | | A patch from Dave Malcolm. | ||||
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -10/+10 |
| | |||||
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
| | |||||
* | Merged revisions 63361-63373,63375,63377-63380 via svnmerge from | Alexandre Vassalotti | 2008-05-16 | 1 | -0/+312 |
svn+ssh://pythondev@svn.python.org/python/trunk ........ r63361 | alexandre.vassalotti | 2008-05-16 03:14:08 -0400 (Fri, 16 May 2008) | 2 lines Rename the test file of reprlib. ........ r63364 | georg.brandl | 2008-05-16 05:34:48 -0400 (Fri, 16 May 2008) | 2 lines Make generator repr consistent with function and code object repr. ........ r63365 | georg.brandl | 2008-05-16 05:47:29 -0400 (Fri, 16 May 2008) | 2 lines #2869: remove parameter from signature. ........ r63366 | christian.heimes | 2008-05-16 06:23:31 -0400 (Fri, 16 May 2008) | 1 line Fixed #2870: cmathmodule.c compile error ........ r63367 | christian.heimes | 2008-05-16 07:28:56 -0400 (Fri, 16 May 2008) | 1 line Following Amaury's advice ........ r63368 | georg.brandl | 2008-05-16 09:10:15 -0400 (Fri, 16 May 2008) | 2 lines #2890: support os.O_ASYNC and fcntl.FASYNC. ........ r63369 | georg.brandl | 2008-05-16 09:18:50 -0400 (Fri, 16 May 2008) | 2 lines #2845: fix copy2's docs. ........ r63370 | georg.brandl | 2008-05-16 09:24:29 -0400 (Fri, 16 May 2008) | 2 lines Don't allow keyword arguments to reversed(). ........ r63373 | georg.brandl | 2008-05-16 09:41:26 -0400 (Fri, 16 May 2008) | 2 lines Document O_ASYNC addition. ........ r63380 | georg.brandl | 2008-05-16 13:33:13 -0400 (Fri, 16 May 2008) | 2 lines Fix reprlib docs. ........ |