| Commit message (Expand) | Author | Age | Files | Lines |
* | #17809: fix a test failure in test_expanduser when $HOME has a trailing /. P... | Ezio Melotti | 2013-05-09 | 1 | -1/+2 |
|
|
* | #17315: merge with 3.2. | Ezio Melotti | 2013-03-01 | 1 | -0/+1 |
|\ |
|
| * | #17315: unlink a file that test_posixpath was leaving around. | Ezio Melotti | 2013-03-01 | 1 | -0/+1 |
|
|
* | | Disable posixpath.realpath() tests on Windows (fix for issue #6975). | Serhiy Storchaka | 2013-02-18 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Disable posixpath.realpath() tests on Windows (fix for issue #6975). | Serhiy Storchaka | 2013-02-18 | 1 | -0/+2 |
|
|
* | | Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). | Serhiy Storchaka | 2013-02-18 | 1 | -0/+18 |
|\ \
| |/ |
|
| * | Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). | Serhiy Storchaka | 2013-02-18 | 1 | -0/+18 |
|
|
* | | Issue #6975: os.path.realpath() now correctly resolves multiple nested symlin... | Serhiy Storchaka | 2013-02-10 | 1 | -0/+55 |
|\ \
| |/ |
|
| * | Issue #6975: os.path.realpath() now correctly resolves multiple nested symlin... | Serhiy Storchaka | 2013-02-10 | 1 | -0/+55 |
|
|
* | | #16852: test_genericpath, test_posixpath, test_ntpath, and test_macpath now w... | Ezio Melotti | 2013-01-10 | 1 | -6/+2 |
|
|
* | | Use posixpath.join() explicitely in posixpath.join() test | Hynek Schlawack | 2012-07-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Use posixpath.join() explicitely in posixpath.join() test | Hynek Schlawack | 2012-07-17 | 1 | -1/+1 |
|
|
* | | #15377: Make posixpath.join() more strict when checking for str/bytes mix | Hynek Schlawack | 2012-07-17 | 1 | -10/+14 |
|\ \
| |/ |
|
| * | #15377: Make posixpath.join() more strict when checking for str/bytes mix | Hynek Schlawack | 2012-07-17 | 1 | -10/+14 |
|
|
* | | Fix context manager use in posixpath.join() tests | Hynek Schlawack | 2012-07-17 | 1 | -9/+12 |
|\ \
| |/ |
|
| * | Fix context manager use in posixpath.join() tests | Hynek Schlawack | 2012-07-17 | 1 | -9/+12 |
|
|
* | | #15180: Clarify posixpath.join() error message when mixing str & bytes | Hynek Schlawack | 2012-07-15 | 1 | -2/+9 |
|\ \
| |/ |
|
| * | #15180: Clarify posixpath.join() error message when mixing str & bytes | Hynek Schlawack | 2012-07-15 | 1 | -2/+9 |
|
|
* | | MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when ... | Jesus Cea | 2012-05-10 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is... | Jesus Cea | 2012-05-10 | 1 | -0/+1 |
|
|
* | | Issue #13374: The Windows bytes API has been deprecated in the os module. Use | Victor Stinner | 2011-11-15 | 1 | -5/+7 |
|/ |
|
* | Closes issue 11503. Improves test coverage of posixpath. | Michael Foord | 2011-03-16 | 1 | -0/+63 |
|
|
* | Fix #9333. The symlink function is always available now, raising OSError | Brian Curtin | 2010-12-28 | 1 | -1/+1 |
|
|
* | Fix #9333. Expose os.symlink on Windows only when usable. | Brian Curtin | 2010-12-02 | 1 | -8/+15 |
|
|
* | Issue #5117: Case normalization was needed on ntpath.relpath(). And | Hirokazu Yamamoto | 2010-10-18 | 1 | -0/+18 |
|
|
* | Fix the breakage of Lib/tarfile.py on non-Windows platforms due to | Brian Curtin | 2010-07-09 | 1 | -0/+1 |
|
|
* | Implement #1578269. Patch by Jason R. Coombs. | Brian Curtin | 2010-07-08 | 1 | -175/+170 |
|
|
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,... | Georg Brandl | 2010-03-14 | 1 | -1/+1 |
|
|
* | Merge other tests from test_*path.py into test_genericpath.CommonTest, and do... | Florent Xicluna | 2010-03-08 | 1 | -72/+0 |
|
|
* | Merged revisions 78734-78735 via svnmerge from | Florent Xicluna | 2010-03-08 | 1 | -132/+9 |
|
|
* | Merged revisions 78249 via svnmerge from | Ezio Melotti | 2010-02-20 | 1 | -6/+4 |
|
|
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -6/+6 |
|
|
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -4/+4 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -14/+14 |
|
|
* | Merged revisions 72167 via svnmerge from | Walter Dörwald | 2009-05-01 | 1 | -12/+7 |
|
|
* | test_support was renamed to support on py3k. | Hirokazu Yamamoto | 2009-04-27 | 1 | -1/+1 |
|
|
* | Merged revisions 71984 via svnmerge from | Walter Dörwald | 2009-04-26 | 1 | -4/+3 |
|
|
* | Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,... | Benjamin Peterson | 2009-04-11 | 1 | -0/+5 |
|
|
* | Issue #3187: Better support for "undecodable" filenames. Code by Victor | Guido van Rossum | 2008-10-02 | 1 | -14/+136 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -67/+67 |
|
|
* | Merged revisions 59703-59773 via svnmerge from | Christian Heimes | 2008-01-06 | 1 | -0/+1 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -3/+3 |
|
|
* | More str/bytes strictness. | Guido van Rossum | 2007-08-27 | 1 | -11/+11 |
|
|
* | Make test_posixpath.py pass. | Guido van Rossum | 2007-07-10 | 1 | -1/+1 |
|
|
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -0/+10 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -112/+96 |
|
|
* | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-06-03 | 1 | -2/+2 |
|
|
* | Bug #1213894: os.path.realpath didn't resolve symlinks that were the first | Georg Brandl | 2005-06-03 | 1 | -0/+20 |
|
|
* | Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i... | Johannes Gijsbers | 2004-08-30 | 1 | -0/+2 |
|
|