| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #10464: fix netrc handling of lines with embedded '#" characters. | R. David Murray | 2010-12-02 | 1 | -6/+16 |
| | | | | | Patch by Xuanji Li. | ||||
| * | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -3/+3 |
| | | |||||
| * | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -3/+3 |
| | | |||||
| * | Patch # 1331 by Christian Heimes. | Guido van Rossum | 2007-10-26 | 1 | -7/+6 |
| | | | | | | The patch fixes some of the problems on Windows. It doesn't introduce addition problems on Linux. | ||||
| * | Unconditionally opening the temp file in text mode causes this test to fail | Jason Tishler | 2003-08-11 | 1 | -2/+5 |
| | | | | | | | under Cygwin. The attached patch corrects this problem. I tested this patch under Red Hat Linux 8.0 too. | ||||
| * | Actually run these tests from regrtest.py. | Neal Norwitz | 2003-02-17 | 1 | -1/+3 |
| | | | | | | | There was no test_main() and the main body was protected by if __name__ == '__main__' so the test didn't happen on import either. | ||||
| * | Massive changes from SF 589982 (tempfile.py rewrite, by Zack | Guido van Rossum | 2002-08-09 | 1 | -2/+2 |
| | | | | | | Weinberg). This changes all uses of deprecated tempfile functions to the recommended ones. | ||||
| * | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+2 |
| | | | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :) | ||||
| * | Whitespace normalization. | Tim Peters | 2002-04-16 | 1 | -5/+4 |
| | | |||||
| * | Add a simple test suite for netrc.py, and remove it from test_sundry | Andrew M. Kuchling | 2002-03-22 | 1 | -0/+43 |
