| Commit message (Expand) | Author | Age | Files | Lines |
* | now that test_lib2to3 actually works and isn't extremely slow, we don't need ... | Benjamin Peterson | 2008-07-18 | 1 | -2/+2 |
|
|
* | Keep below 80 chars. | Georg Brandl | 2008-07-05 | 1 | -2/+2 |
|
|
* | make regrtest aware of the lib2to3 resource | Benjamin Peterson | 2008-07-05 | 1 | -1/+3 |
|
|
* | skip test_macostools when UCS4 is enabled | Benjamin Peterson | 2008-06-19 | 1 | -0/+3 |
|
|
* | test_macos can be skipped on non-mac platforms. | Amaury Forgeot d'Arc | 2008-06-19 | 1 | -1/+1 |
|
|
* | Revert copy_reg -> copyreg rename. | Georg Brandl | 2008-05-20 | 1 | -5/+5 |
|
|
* | Added module stub for copy_reg renaming in 3.0. | Alexandre Vassalotti | 2008-05-11 | 1 | -5/+5 |
|
|
* | Deprecate the dircache module for 3.0. | Brett Cannon | 2008-05-10 | 1 | -1/+2 |
|
|
* | Revert bogus checkin in r62724 to that file. | Martin v. Löwis | 2008-05-05 | 1 | -1/+1 |
|
|
* | Issue #1734346: Support Unicode file names for zipfiles. | Martin v. Löwis | 2008-05-05 | 1 | -1/+1 |
|
|
* | Some tests did not pass on repeated calls (regrtest -R::) | Amaury Forgeot d'Arc | 2008-04-18 | 1 | -0/+5 |
|
|
* | Correct the apparent refleak in test_io: | Amaury Forgeot d'Arc | 2008-04-02 | 1 | -12/+10 |
|
|
* | Now that Lib/test/output is gone, tests should not print anything, | Amaury Forgeot d'Arc | 2008-03-29 | 1 | -63/+19 |
|
|
* | test_future3.py is a regular test file, and should be part of the test suite | Amaury Forgeot d'Arc | 2008-03-28 | 1 | -1/+0 |
|
|
* | Applied patch #1657 epoll and kqueue wrappers for the select module | Christian Heimes | 2008-03-21 | 1 | -0/+30 |
|
|
* | Replace hack in regrtest.py with use of sys.py3kwarning. | Steven Bethard | 2008-03-21 | 1 | -7/+2 |
|
|
* | Have regrtest skip test_py3kwarn when the -3 flag is missing. | Steven Bethard | 2008-03-18 | 1 | -0/+8 |
|
|
* | Get regrtest working when re-running tests | Neal Norwitz | 2008-03-18 | 1 | -2/+2 |
|
|
* | Add a -S/--slow flag to regrtest to have it print the 10 slowest tests with | Jeffrey Yasskin | 2008-03-18 | 1 | -19/+35 |
|
|
* | The output directory for tests that compare against stdout is now gone! | Brett Cannon | 2008-03-18 | 1 | -35/+3 |
|
|
* | Since abc._Abstract was replaces by a new type flags the regression test suit... | Christian Heimes | 2008-03-03 | 1 | -4/+3 |
|
|
* | Patch #1953 | Christian Heimes | 2008-02-04 | 1 | -1/+1 |
|
|
* | Added clear cache methods to clear the internal type lookup cache for ref lea... | Christian Heimes | 2008-01-27 | 1 | -0/+3 |
|
|
* | Added _struct._clearcache() for regression tests | Christian Heimes | 2008-01-04 | 1 | -0/+1 |
|
|
* | Fixed refleak tests for _struct changes | Christian Heimes | 2008-01-04 | 1 | -1/+0 |
|
|
* | Fixed error in regrtest. I must have missed the spot. | Christian Heimes | 2007-12-05 | 1 | -1/+1 |
|
|
* | Backport of -r59242:59246 from py3k | Christian Heimes | 2007-11-30 | 1 | -2/+6 |
|
|
* | Backport of _abccoll.py by Benjamin Arangueren, issue 1383. | Guido van Rossum | 2007-11-22 | 1 | -5/+18 |
|
|
* | Correct a comment about testing methods - nowadays most | Georg Brandl | 2007-11-09 | 1 | -4/+3 |
|
|
* | Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet) | Hye-Shik Chang | 2007-10-28 | 1 | -0/+1 |
|
|
* | More work on SSL support. | Bill Janssen | 2007-09-10 | 1 | -3/+7 |
|
|
* | Patch #1680959: add test suite for pipes module. | Georg Brandl | 2007-08-30 | 1 | -0/+1 |
|
|
* | Patch #1731169: clean up expected skips list. | Georg Brandl | 2007-07-12 | 1 | -214/+18 |
|
|
* | Remove the macfs module. This led to the deprecation of macostools.touched(); | Brett Cannon | 2007-05-20 | 1 | -5/+1 |
|
|
* | Remove the rgbimg module. It has been deprecated since Python 2.5. | Brett Cannon | 2007-05-20 | 1 | -1/+5 |
|
|
* | Don't ever report a failure when the sum of the reference count differences | Neal Norwitz | 2007-05-11 | 1 | -2/+3 |
|
|
* | Patch #1678088: convert test_operations to use unittest, fold the result into... | Collin Winter | 2007-03-12 | 1 | -1/+1 |
|
|
* | Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctes... | Collin Winter | 2007-03-08 | 1 | -0/+3 |
|
|
* | Whoops, how did that get in there. :-) Revert all the parts of 51227 that we... | Neal Norwitz | 2006-08-12 | 1 | -7/+0 |
|
|
* | Check returned pointer is valid. | Neal Norwitz | 2006-08-12 | 1 | -0/+7 |
|
|
* | Concatenation on a long string breaks (SF #1526585). | Armin Rigo | 2006-08-09 | 1 | -1/+3 |
|
|
* | Patch #1509001: expected skips for netbsd3. | Georg Brandl | 2006-06-21 | 1 | -0/+31 |
|
|
* | warnings was imported at module scope, no need to import again | Neal Norwitz | 2006-06-11 | 1 | -1/+1 |
|
|
* | Implementing a happy idea from Georg Brandl: make runtest() try to | Tim Peters | 2006-06-09 | 1 | -1/+48 |
|
|
* | Remove the temporary hack to force test_optparse to | Tim Peters | 2006-06-09 | 1 | -5/+0 |
|
|
* | To boost morale :-), force test_optparse to run immediately | Tim Peters | 2006-06-09 | 1 | -0/+5 |
|
|
* | dash_R_cleanup(): Clear filecmp._cache. This accounts for | Tim Peters | 2006-06-07 | 1 | -1/+2 |
|
|
* | "Flat is better than nested." | Tim Peters | 2006-06-05 | 1 | -59/+73 |
|
|
* | A clearer error message when passing -R to regrtest.py with | Armin Rigo | 2006-05-28 | 1 | -0/+3 |
|
|
* | test_struct grew weird behavior under regrtest.py -R, | Tim Peters | 2006-05-23 | 1 | -0/+2 |
|
|