| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. | Serhiy Storchaka | 2015-03-25 | 1 | -0/+1 |
| | | |||||
| * | Issue #21840: Fixed expanding unicode variables of form $var in | Serhiy Storchaka | 2015-02-13 | 1 | -2/+3 |
| | | | | | | posixpath.expandvars(). Fixed all os.path implementations on unicode-disabled builds. | ||||
| * | Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the | Serhiy Storchaka | 2015-01-26 | 1 | -3/+4 |
| | | | | | directory containing a backslash. | ||||
| * | don't index outside of the path (closes #22312) | Benjamin Peterson | 2014-08-31 | 1 | -0/+1 |
| | | |||||
| * | fix ntpath.join on UNC-style paths by backporting py3k's splitdrive (closes ↵ | Benjamin Peterson | 2014-06-23 | 1 | -8/+24 |
| | | | | | #21672) | ||||
| * | Issue #21493: Added test for ntpath.expanduser(). Original patch by | Serhiy Storchaka | 2014-05-28 | 1 | -0/+35 |
| | | | | | Claudiu Popa. | ||||
| * | Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environment | Serhiy Storchaka | 2014-02-19 | 1 | -5/+31 |
| | | | | | variables names and values. | ||||
| * | Issue #19456: ntpath.join() now joins relative paths correctly when a drive | Serhiy Storchaka | 2014-01-27 | 1 | -13/+34 |
| | | | | | is present. | ||||
| * | Issue #19912: Fixed numerous bugs in ntpath.splitunc(). | Serhiy Storchaka | 2013-12-16 | 1 | -0/+14 |
| | | | | | | | | * splitunc() no more returns illegal result for paths with redundant slashes. * splitunc() now correctly processes the u'İ' character (U+0130, LATIN CAPITAL LETTER I WITH DOT ABOVE). * Added new tests for splitunc(). | ||||
| * | Issue #5117: Fixed root directory related issue on posixpath.relpath() and | Hirokazu Yamamoto | 2010-10-18 | 1 | -0/+10 |
| | | | | | ntpath.relpath(). | ||||
| * | Merged revisions 83352,83356-83358,83362,83366,83368-83369 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83352 | georg.brandl | 2010-07-31 20:11:07 +0200 (Sa, 31 Jul 2010) | 1 line #9440: Remove borderline test case that fails based on unpredictable conditions such as compiler flags. ........ r83356 | georg.brandl | 2010-07-31 21:29:15 +0200 (Sa, 31 Jul 2010) | 1 line Remove trailing whitespace. ........ r83357 | georg.brandl | 2010-07-31 21:59:55 +0200 (Sa, 31 Jul 2010) | 1 line #5778: document that sys.version can contain a newline. ........ r83358 | georg.brandl | 2010-07-31 22:05:31 +0200 (Sa, 31 Jul 2010) | 1 line #9442: do not document a specific format for sys.version; rather refer to version_info and the platform module. ........ r83362 | georg.brandl | 2010-07-31 23:12:15 +0200 (Sa, 31 Jul 2010) | 1 line #8910: add a file explaining why Lib/test/data is there. ........ r83366 | georg.brandl | 2010-07-31 23:26:40 +0200 (Sa, 31 Jul 2010) | 1 line There always is a False and True now. ........ r83368 | georg.brandl | 2010-07-31 23:40:15 +0200 (Sa, 31 Jul 2010) | 1 line #7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try to manipulate them. See http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx for details. ........ r83369 | georg.brandl | 2010-07-31 23:41:42 +0200 (Sa, 31 Jul 2010) | 1 line Fix "Berkeley" name. ........ | ||||
| * | Minor tweaking of previous r78734, and add a NEWS entry. | Florent Xicluna | 2010-03-06 | 1 | -1/+1 |
| | | |||||
| * | Create test_genericpath.CommonTest and reuse it to test other path modules. | Florent Xicluna | 2010-03-06 | 1 | -17/+7 |
| | | |||||
| * | #3426: os.path.abspath now returns unicode when its arg is unicode. | Ezio Melotti | 2010-02-20 | 1 | -1/+13 |
| | | |||||
| * | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -1/+1 |
| | | |||||
| * | use assert[Not]IsInstance where appropriate | Ezio Melotti | 2010-01-24 | 1 | -2/+2 |
| | | |||||
| * | #5827: make sure that normpath preserves unicode | Ezio Melotti | 2010-01-12 | 1 | -0/+5 |
| | | |||||
| * | Make test.test_support.EnvironmentVarGuard behave like a dictionary. | Walter Dörwald | 2009-05-01 | 1 | -9/+5 |
| | | | | | | All changes are mirrored to the underlying os.environ dict, but rolled back on exit from the with block. | ||||
| * | Changed test so it no longer runs as a side effect of importing. | Jerry Seutter | 2008-03-26 | 1 | -166/+179 |
| | | |||||
| * | #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir. | Georg Brandl | 2008-01-06 | 1 | -0/+1 |
| | | | | | Reported by Jesse Towner. | ||||
| * | Patch 1339796: add a relpath() function to os.path. | Collin Winter | 2007-03-16 | 1 | -0/+10 |
| | | |||||
| * | Patch #957650: "%var%" environment variable references are now properly | Georg Brandl | 2007-03-13 | 1 | -0/+7 |
| | | | | | | expanded in ntpath.expandvars(), also "~user" home directory references are recognized and handled on Windows. | ||||
| * | Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', ''). | Martin v. Löwis | 2007-03-07 | 1 | -1/+2 |
| | | |||||
| * | Fixed ntpath.expandvars to not replace references to non-existing | Sjoerd Mullender | 2007-01-16 | 1 | -0/+22 |
| | | | | | | variables with nothing. Also added tests. This fixes bug #494589. | ||||
| * | Make ntpath compress multiple slashes between drive letter and the rest of the | Brett Cannon | 2004-07-10 | 1 | -6/+5 |
| | | | | | | | path. Also clarifies UNC handling and adds appropriate tests. Applies patch #988607 to fix bug #980327. Thanks Paul Moore. | ||||
| * | Whitespace normalization. | Tim Peters | 2002-12-24 | 1 | -1/+1 |
| | | |||||
| * | Patch #536661: Improve performance of splitext. Add test_macpath. | Martin v. Löwis | 2002-12-12 | 1 | -0/+10 |
| | | |||||
| * | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :) | ||||
| * | Only test ntpath.abspath() on Windows. This allows the rest of the module to | Fred Drake | 2002-01-15 | 1 | -2/+12 |
| | | | | | be tested regardless of the host platform. | ||||
| * | A couple more test cases to ensure join() doesn't add an "extra" backslash | Tim Peters | 2001-11-05 | 1 | -0/+2 |
| | | | | | in the presence of empty-string arguments. | ||||
| * | SF bug 478425: Change in os.path.join (ntpath.py) | Tim Peters | 2001-11-05 | 1 | -0/+8 |
| | | | | | | | ntpath.join('a', '') was producing 'a' instead of 'a\\' as in 2.1. Impossible to guess what was ever *intended*, but since split('a\\') produces ('a', ''), I think it's best if join('a', '') gives 'a\\' back. | ||||
| * | SF bug #456621: normpath on Win32 not collapsing c:\\.. | Tim Peters | 2001-08-30 | 1 | -0/+24 |
| | | | | | | | I actually rewrote normpath quite a bit: it had no test cases, and as soon as I starting writing some I found several cases that didn't make sense. | ||||
| * | One more crack at join(): stop trying to pretend this isn't a mass of | Tim Peters | 2001-07-27 | 1 | -0/+7 |
| | | | | | special cases. test_pkg works again on Windows. | ||||
| * | Change ntpath.join() so that join("d:/", "/whatever") returns | Tim Peters | 2001-07-26 | 1 | -0/+1 |
| | | | | | | | | d:/whatever instead of /whatever. While I'm afraid changing isabs() to be *consistent* with this would break lots of code, it makes best sense for join() to do it this way. Thanks to Alex Martelli for pushing back on this one! | ||||
| * | Add some test cases for ntpath.join(). | Tim Peters | 2001-07-19 | 1 | -3/+19 |
| | | |||||
| * | Cosmetic: break the long lines in test_ntpath.py, and get rid of its | Tim Peters | 2001-07-19 | 1 | -7/+14 |
| | | | | | expected-output file. | ||||
| * | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -2/+1 |
| | | |||||
| * | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -13/+12 |
| | | |||||
| * | added commonprefix test cases | Skip Montanaro | 2000-08-23 | 1 | -0/+6 |
| | | |||||
| * | Remove the test for abspath with an empty path - too hard to do in a ↵ | Mark Hammond | 2000-08-14 | 1 | -1/+0 |
| | | | | | cross-platform manner. | ||||
| * | Test for fix to bug #110673: os.abspatth() now always returns os.getcwd() on ↵ | Mark Hammond | 2000-08-14 | 1 | -0/+5 |
| | | | | | Windows, if an empty path is specified. It previously did not if an empty path was delegated to win32api.GetFullPathName()) | ||||
| * | Fix the tests now that splitdrive() no longer treats UNC paths special. | Guido van Rossum | 1999-04-06 | 1 | -4/+4 |
| | | | | | (Some tests converted to splitunc() tests.) | ||||
| * | New test for ntpath module | Guido van Rossum | 1999-02-03 | 1 | -0/+41 |
