Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #1624: Remove output comparison for test_pep277 | Christian Heimes | 2007-12-15 | 1 | -3/+0 |
| | | | | I had to modify Brett's patch slightly. | ||||
* | Stop printing listdir bytestring output, as the precise list of strings | Martin v. Löwis | 2004-11-07 | 1 | -1/+0 |
| | | | | returned depends on the filesystem encoding. | ||||
* | Add os.path.supports_unicode_filenames for all platforms, | Mark Hammond | 2002-10-08 | 1 | -1/+1 |
| | | | | | | sys.getwindowsversion() on Windows (new enahanced Tim-proof <wink> version), and fix test_pep277.py in a few minor ways. Including doc and NEWS entries. | ||||
* | Tests for pep277 - Unicode file names on Windows NT. | Mark Hammond | 2002-10-03 | 1 | -0/+4 |