summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_genericpath.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #6815: os.path.expandvars() now supports non-ASCII environmentSerhiy Storchaka2014-02-131-2/+28
|\
| * Issue #6815: os.path.expandvars() now supports non-ASCII environmentSerhiy Storchaka2014-02-131-2/+28
* | #16852: merge with 3.3.Ezio Melotti2013-01-101-10/+8
|\ \ | |/
| * #16852: test_genericpath, test_posixpath, test_ntpath, and test_macpath now w...Ezio Melotti2013-01-101-10/+7
| * (Merge 3.2) Issue #16218, #16414, #16444: Backport FS_NONASCII,Victor Stinner2013-01-031-10/+11
| |\
| | * Issue #16218, #16414, #16444: Backport FS_NONASCII, TESTFN_UNDECODABLE,Victor Stinner2013-01-031-4/+13
* | | Add tests for Issue #10646.Brian Curtin2012-12-261-4/+16
* | | Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile.Brian Curtin2012-12-261-0/+68
* | | Issue #16444, #16218: Use TESTFN_UNDECODABLE on UNIXVictor Stinner2012-11-101-19/+10
* | | Issue #16414: Fix support.TESTFN_UNDECODABLE and test_genericpath.test_nonasc...Victor Stinner2012-11-061-8/+19
* | | Issue #16414: Add support.FS_NONASCII and support.TESTFN_NONASCIIVictor Stinner2012-11-061-0/+2
* | | Issue #15441, #15478: Reenable test_nonascii_abspath() on WindowsVictor Stinner2012-10-311-8/+4
|/ /
* | Issue #15441: Skip test_nonascii_abspath() of test_genericpath on WindowsVictor Stinner2012-08-011-3/+11
* | Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open.Richard Oudkerk2012-07-061-0/+10
* | Issue #13374: Deprecate os.getcwdb() on WindowsVictor Stinner2011-11-161-2/+4
* | Issue #13374: The Windows bytes API has been deprecated in the os module. UseVictor Stinner2011-11-151-7/+14
|/
* Merged manually from 2.7 branch to 3.x trunk.Florent Xicluna2010-08-091-0/+3
* #9018: os.path.normcase() now raises a TypeError if the argument is not str o...Ezio Melotti2010-06-251-8/+12
* Fix verb tense in skip message.R. David Murray2010-04-221-1/+1
* Issue #8422, test_genericpath: skip the creation of a directory with an invalidVictor Stinner2010-04-181-0/+4
* Fix string-> bytes conversion on backport from 2.x.Florent Xicluna2010-03-081-1/+1
* Merge other tests from test_*path.py into test_genericpath.CommonTest, and do...Florent Xicluna2010-03-081-0/+24
* Merged revisions 78734-78735 via svnmerge fromFlorent Xicluna2010-03-081-96/+188
* Merged revisions 78249 via svnmerge fromEzio Melotti2010-02-201-5/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-46/+46
* str/bytes strictness.Guido van Rossum2007-08-271-8/+8
* Make test_genericpath pass.Guido van Rossum2007-07-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+184