Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
| | |||||
* | SF patch #736962: Port tests to unittest | Raymond Hettinger | 2003-08-30 | 1 | -3/+12 |
| | | | | | | | | (Contributed by Walter Dörwald). * Convert three test modules to unittest format. * Expanded coverage in test_structseq.py. * Raymond added a new test in test_sets.py | ||||
* | Tim_one's change to aggressively overallocate nodes when adding child | Andrew MacIntyre | 2002-07-15 | 1 | -9/+2 |
| | | | | | | nodes (in Parser/node.c) resolves the gross memory consumption exhibited by the EMX runtime on OS/2, so the test should be exercised on this platform. | ||||
* | Got rid of special case for Macintosh realloc slowdown: Tim fixed the problem. | Jack Jansen | 2002-07-08 | 1 | -4/+0 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2002-04-16 | 1 | -3/+3 |
| | |||||
* | Skip test_longexp for MacPython on Mac OS X. It triggers a pathological ↵ | Jack Jansen | 2002-03-15 | 1 | -1/+5 |
| | | | | | | realloc slowdown. Some tests with shorter expressions lead me to the conclusion that it will eventually finish, but it may take a few weeks:-) 2.2.1 candidate. | ||||
* | OS/2 EMX port Library and regression test changes: | Andrew MacIntyre | 2002-02-24 | 1 | -2/+10 |
| | | | | | | | | | | | Lib/ os.py os2emxpath.py // added - OS/2 EMX specific path manipulation routines popen2.py site.py Lib/test/ test_fcntl.py test_longexp.py | ||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -2/+2 |
| | |||||
* | Charles G. Waldman <cgq@fnal.gov>: | Fred Drake | 2000-08-24 | 1 | -17/+3 |
| | | | | | | | Update the test suite for the changes introduced by the EXTENDED_ARG opcode. This closes the regression test changes of SourceForge patch #100893. | ||||
* | verify that Python raises SyntaxError for long and deeply-nested expressions | Jeremy Hylton | 2000-06-20 | 1 | -0/+18 |