| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-106242: Fix path truncation in os.path.normpath (GH-106816) | Finn Womack | 2023-08-15 | 1 | -0/+4 |
|
|
* | gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846) | Christian Heimes | 2022-05-16 | 1 | -1/+1 |
|
|
* | bpo-40280: Block more non-working syscalls in Emscripten (GH-31757) | Christian Heimes | 2022-03-08 | 1 | -3/+7 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21448) | Hai Shi | 2020-08-03 | 1 | -51/+52 |
|
|
* | bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters.... | Serhiy Storchaka | 2020-06-25 | 1 | -1/+1 |
|
|
* | bpo-35471: Remove the macpath module (GH-11129) | Victor Stinner | 2018-12-14 | 1 | -6/+2 |
|
|
* | bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant ... | Serhiy Storchaka | 2018-09-18 | 1 | -8/+30 |
|
|
* | bpo-33861: Minor improvements of tests for os.path. (GH-7715) | Serhiy Storchaka | 2018-06-16 | 1 | -30/+51 |
|
|
* | bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930) | Serhiy Storchaka | 2018-03-02 | 1 | -10/+2 |
|
|
* | bpo-31802: Fix importing native path module before importing os. (#4017) | Serhiy Storchaka | 2018-01-07 | 1 | -0/+4 |
|
|
* | bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350) | xdegaye | 2017-11-12 | 1 | -5/+8 |
|
|
* | Issue #28759: Fix the tests that fail with PermissionError when run as | Xavier de Gaye | 2016-12-13 | 1 | -0/+3 |
|
|
* | Fixes tests broken by issue #27781. | Steve Dower | 2016-09-08 | 1 | -1/+4 |
|
|
* | Issue #26027, #27524: Add PEP 519/__fspath__() support to os and | Brett Cannon | 2016-08-26 | 1 | -10/+54 |
|
|
* | Issue #13849: Merge from 3.5 | Berker Peksag | 2016-07-23 | 1 | -1/+1 |
|\ |
|
| * | Issue #13849: Fix test_null_bytes under Windows | Berker Peksag | 2016-07-23 | 1 | -1/+1 |
|
|
* | | Issue #13849: Merge from 3.5 | Berker Peksag | 2016-07-23 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Issue #13849: Add tests for null byte checking in test_genericpath | Berker Peksag | 2016-07-23 | 1 | -0/+9 |
|
|
* | | Enhance and modernize test_genericpath | Victor Stinner | 2016-03-24 | 1 | -136/+134 |
|/ |
|
* | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar | Martin Panter | 2016-02-10 | 1 | -1/+1 |
|
|
* | Issue #23780: Improved error message in os.path.join() with single argument. | Serhiy Storchaka | 2015-05-19 | 1 | -0/+4 |
|
|
* | Fixed tests on Windows for issue #21883. | Serhiy Storchaka | 2014-10-04 | 1 | -1/+2 |
|
|
* | Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with | Serhiy Storchaka | 2014-10-04 | 1 | -0/+33 |
|
|
* | Issue #6815: os.path.expandvars() now supports non-ASCII environment | Serhiy Storchaka | 2014-02-13 | 1 | -2/+28 |
|\ |
|
| * | Issue #6815: os.path.expandvars() now supports non-ASCII environment | Serhiy Storchaka | 2014-02-13 | 1 | -2/+28 |
|
|
* | | #16852: merge with 3.3. | Ezio Melotti | 2013-01-10 | 1 | -10/+8 |
|\ \
| |/ |
|
| * | #16852: test_genericpath, test_posixpath, test_ntpath, and test_macpath now w... | Ezio Melotti | 2013-01-10 | 1 | -10/+7 |
|
|
| * | (Merge 3.2) Issue #16218, #16414, #16444: Backport FS_NONASCII, | Victor Stinner | 2013-01-03 | 1 | -10/+11 |
| |\ |
|
| | * | Issue #16218, #16414, #16444: Backport FS_NONASCII, TESTFN_UNDECODABLE, | Victor Stinner | 2013-01-03 | 1 | -4/+13 |
|
|
* | | | Add tests for Issue #10646. | Brian Curtin | 2012-12-26 | 1 | -4/+16 |
|
|
* | | | Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. | Brian Curtin | 2012-12-26 | 1 | -0/+68 |
|
|
* | | | Issue #16444, #16218: Use TESTFN_UNDECODABLE on UNIX | Victor Stinner | 2012-11-10 | 1 | -19/+10 |
|
|
* | | | Issue #16414: Fix support.TESTFN_UNDECODABLE and test_genericpath.test_nonasc... | Victor Stinner | 2012-11-06 | 1 | -8/+19 |
|
|
* | | | Issue #16414: Add support.FS_NONASCII and support.TESTFN_NONASCII | Victor Stinner | 2012-11-06 | 1 | -0/+2 |
|
|
* | | | Issue #15441, #15478: Reenable test_nonascii_abspath() on Windows | Victor Stinner | 2012-10-31 | 1 | -8/+4 |
|/ / |
|
* | | Issue #15441: Skip test_nonascii_abspath() of test_genericpath on Windows | Victor Stinner | 2012-08-01 | 1 | -3/+11 |
|
|
* | | Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open. | Richard Oudkerk | 2012-07-06 | 1 | -0/+10 |
|
|
* | | Issue #13374: Deprecate os.getcwdb() on Windows | Victor Stinner | 2011-11-16 | 1 | -2/+4 |
|
|
* | | Issue #13374: The Windows bytes API has been deprecated in the os module. Use | Victor Stinner | 2011-11-15 | 1 | -7/+14 |
|/ |
|
* | Merged manually from 2.7 branch to 3.x trunk. | Florent Xicluna | 2010-08-09 | 1 | -0/+3 |
|
|
* | #9018: os.path.normcase() now raises a TypeError if the argument is not str o... | Ezio Melotti | 2010-06-25 | 1 | -8/+12 |
|
|
* | Fix verb tense in skip message. | R. David Murray | 2010-04-22 | 1 | -1/+1 |
|
|
* | Issue #8422, test_genericpath: skip the creation of a directory with an invalid | Victor Stinner | 2010-04-18 | 1 | -0/+4 |
|
|
* | Fix string-> bytes conversion on backport from 2.x. | Florent Xicluna | 2010-03-08 | 1 | -1/+1 |
|
|
* | Merge other tests from test_*path.py into test_genericpath.CommonTest, and do... | Florent Xicluna | 2010-03-08 | 1 | -0/+24 |
|
|
* | Merged revisions 78734-78735 via svnmerge from | Florent Xicluna | 2010-03-08 | 1 | -96/+188 |
|
|
* | Merged revisions 78249 via svnmerge from | Ezio Melotti | 2010-02-20 | 1 | -5/+2 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -46/+46 |
|
|
* | str/bytes strictness. | Guido van Rossum | 2007-08-27 | 1 | -8/+8 |
|
|