Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add few words about test.test_genericpath.CommonTest | Florent Xicluna | 2010-06-17 | 1 | -0/+3 |
* | Fix verb tense in skip message. | Victor Stinner | 2010-05-13 | 1 | -1/+1 |
* | Issue #8422, test_genericpath: skip the creation of a directory with an invalid | Victor Stinner | 2010-05-13 | 1 | -0/+4 |
* | Move some tests from test_macpath to test_genericpath.CommonTest | Florent Xicluna | 2010-03-08 | 1 | -0/+12 |
* | Minor tweaking of previous r78734, and add a NEWS entry. | Florent Xicluna | 2010-03-06 | 1 | -49/+55 |
* | Create test_genericpath.CommonTest and reuse it to test other path modules. | Florent Xicluna | 2010-03-06 | 1 | -107/+144 |
* | skip tests with a non-ascii cwd when the file system encoding is ascii | Ezio Melotti | 2010-02-20 | 1 | -0/+13 |
* | Remove e assertIs definitions and use correct assert* methods. | Ezio Melotti | 2010-02-20 | 1 | -5/+2 |
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
* | - Move functions common to all path modules into genericpath.py and have the | Jack Diederich | 2006-08-26 | 1 | -0/+184 |