| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #13374: The Windows bytes API has been deprecated in the os module. Use | Victor Stinner | 2011-11-15 | 1 | -2/+7 |
|
|
* | Some win32 platforms raise NotADirectoryError, others FileNotFoundError. Issu... | Florent Xicluna | 2011-11-07 | 1 | -3/+3 |
|
|
* | Closes #13366: fix test_pep277 failure on Windows. | Florent Xicluna | 2011-11-07 | 1 | -7/+12 |
|
|
* | Oversight in previous commit for test_pep277. | Florent Xicluna | 2011-11-03 | 1 | -1/+1 |
|
|
* | Use PEP-3151 exceptions for test_pep277. | Florent Xicluna | 2011-11-03 | 1 | -20/+22 |
|
|
* | #10209, test_pep277: disable test_normalize and test_listdir on darwin | Victor Stinner | 2010-10-28 | 1 | -13/+9 |
|
|
* | test_pep277: disable filenames 11, 12, 13, 14 on darwin | Victor Stinner | 2010-10-28 | 1 | -5/+6 |
|
|
* | test_pep277: add identifiers to filenames | Victor Stinner | 2010-10-28 | 1 | -19/+19 |
|
|
* | test_pep277: format filename with ascii() on failure | Victor Stinner | 2010-10-28 | 1 | -1/+1 |
|
|
* | test_pep277: format function argument with ascii() on failure | Victor Stinner | 2010-10-28 | 1 | -1/+1 |
|
|
* | Issue #10161: test_pep277 formats filenames with ascii() on error | Victor Stinner | 2010-10-24 | 1 | -1/+1 |
|
|
* | test_pep277: display the filename as ascii on failure | Victor Stinner | 2010-08-19 | 1 | -1/+4 |
|
|
* | Issue #8622: Add PYTHONFSENCODING environment variable to override the | Victor Stinner | 2010-08-18 | 1 | -1/+1 |
|
|
* | Merged manually from 2.7 branch to 3.x trunk. | Florent Xicluna | 2010-08-09 | 1 | -8/+14 |
|
|
* | Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from | Florent Xicluna | 2010-03-28 | 1 | -9/+18 |
|
|
* | Merged revisions 79207 via svnmerge from | Florent Xicluna | 2010-03-21 | 1 | -33/+106 |
|
|
* | Merged revisions 78585,78594,78606 via svnmerge from | Florent Xicluna | 2010-03-03 | 1 | -4/+10 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
|
|
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 1 | -1/+1 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -13/+13 |
|
|
* | Fixed #1673. I hope it works. I don't have access to a Windows box right now. | Christian Heimes | 2007-12-20 | 1 | -1/+1 |
|
|
* | Merged revisions 59512-59540 via svnmerge from | Christian Heimes | 2007-12-17 | 1 | -5/+4 |
|
|
* | Patch # 1331 by Christian Heimes. | Guido van Rossum | 2007-10-26 | 1 | -4/+4 |
|
|
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -1/+1 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -12/+12 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -2/+2 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Stop printing listdir bytestring output, as the precise list of strings | Martin v. Löwis | 2004-11-07 | 1 | -2/+2 |
|
|
* | Patch #790000: Allow os.access to handle Unicode file name. | Martin v. Löwis | 2003-09-12 | 1 | -0/+1 |
|
|
* | Prevent failure on the mac, where "mbcs" is not the file system | Mark Hammond | 2003-07-16 | 1 | -2/+3 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -14/+12 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-11-09 | 1 | -4/+4 |
|
|
* | Add os.path.supports_unicode_filenames for all platforms, | Mark Hammond | 2002-10-08 | 1 | -5/+4 |
|
|
* | Use escaped Unicode literals, according to PEP 8. | Martin v. Löwis | 2002-10-07 | 1 | -12/+11 |
|
|
* | This test fails on Win98, which is fine, but when it failed it left | Tim Peters | 2002-10-05 | 1 | -6/+17 |
|
|
* | Tests for pep277 - Unicode file names on Windows NT. | Mark Hammond | 2002-10-03 | 1 | -0/+106 |
|
|