| Commit message (Expand) | Author | Age | Files | Lines |
* | Correction to 88e318166eaf - Issue #11583 | Brian Curtin | 2011-06-09 | 1 | -5/+3 |
|
|
* | Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat. | Brian Curtin | 2011-06-08 | 1 | -0/+13 |
|
|
* | ntpath.samefile fails to detect that "A.TXT" and "a.txt" refer to the same fi... | Ronald Oussoren | 2011-05-06 | 1 | -1/+1 |
|
|
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 85689 via svnmerge from | Hirokazu Yamamoto | 2010-10-18 | 1 | -2/+2 |
|
|
| * | Merged revisions 83065 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -22/+22 |
|
|
| * | Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -0/+13 |
|
|
| * | Note: only the relevant parts of r79474 are merged. | Florent Xicluna | 2010-03-28 | 1 | -0/+2 |
|
|
* | | Issue #5117: Case normalization was needed on ntpath.relpath(). And | Hirokazu Yamamoto | 2010-10-18 | 1 | -2/+2 |
|
|
* | | Fix #9790 again. Rather than handle NotImplementedError at runtime as | Brian Curtin | 2010-09-24 | 1 | -4/+9 |
|
|
* | | Fix #9790: Rework the imports necessary for ntpath.samefile and | Brian Curtin | 2010-09-23 | 1 | -16/+21 |
|
|
* | | Fix some errors that #7566 introduced on non-Windows platforms due to | Brian Curtin | 2010-09-06 | 1 | -2/+7 |
|
|
* | | Implement #7566 - os.path.sameopenfile for Windows. | Brian Curtin | 2010-09-06 | 1 | -1/+6 |
|
|
* | | #7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try ... | Georg Brandl | 2010-07-31 | 1 | -0/+13 |
|
|
* | | Use augassign. | Georg Brandl | 2010-07-23 | 1 | -22/+22 |
|
|
* | | Implement #1578269. Patch by Jason R. Coombs. | Brian Curtin | 2010-07-08 | 1 | -8/+35 |
|
|
* | | #9018: os.path.normcase() now raises a TypeError if the argument is not str o... | Ezio Melotti | 2010-06-25 | 1 | -0/+3 |
|
|
* | | Fix ntpath abspath to deal with bytes. | Florent Xicluna | 2010-03-08 | 1 | -0/+2 |
|
|
* | | PendingDeprecationWarning -> DeprecationWarning. Both of these were | Gregory P. Smith | 2009-06-30 | 1 | -1/+1 |
|/ |
|
* | Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames. | Mark Hammond | 2009-05-06 | 1 | -61/+114 |
|
|
* | fix variable name #5595 | Benjamin Peterson | 2009-03-29 | 1 | -1/+1 |
|
|
* | Issue3187 again: test_ntpath failed when run with the -bb option | Amaury Forgeot d'Arc | 2008-10-03 | 1 | -21/+18 |
|
|
* | Second part of #3187, for windows: | Amaury Forgeot d'Arc | 2008-10-03 | 1 | -66/+164 |
|
|
* | Remove os.path.walk | Benjamin Peterson | 2008-05-08 | 1 | -35/+1 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
|
|
* | Merged revisions 59703-59773 via svnmerge from | Christian Heimes | 2008-01-06 | 1 | -5/+5 |
|
|
* | Merged revisions 57221-57391 via svnmerge from | Guido van Rossum | 2007-08-24 | 1 | -1/+3 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -27/+72 |
|
|
* | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 1 | -2/+6 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -72/+5 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -21/+22 |
|
|
* | Bug #1266283: lexists() is not exported from os.path | Georg Brandl | 2005-08-22 | 1 | -4/+4 |
|
|
* | patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc. | Georg Brandl | 2005-08-03 | 1 | -8/+7 |
|
|
* | Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i... | Johannes Gijsbers | 2004-08-30 | 1 | -1/+2 |
|
|
* | Make ntpath compress multiple slashes between drive letter and the rest of the | Brett Cannon | 2004-07-10 | 1 | -3/+19 |
|
|
* | Feature request #935915: Add os.path.devnull. | Martin v. Löwis | 2004-06-08 | 1 | -1/+2 |
|
|
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
|
|
* | make nt altsep forward slash - closes bug 709428 | Skip Montanaro | 2003-03-28 | 1 | -1/+1 |
|
|
* | Tweak to Skip's checkin of patch 686397: | Andrew MacIntyre | 2003-02-17 | 1 | -3/+2 |
|
|
* | Migrate definitions of several platform-dependent path-related variables | Skip Montanaro | 2003-02-14 | 1 | -0/+16 |
|
|
* | Fix SF #659228, 'realpath' function missing from os.path | Neal Norwitz | 2003-01-03 | 1 | -1/+1 |
|
|
* | Patch #658927: Add getctime to os.path. | Martin v. Löwis | 2002-12-31 | 1 | -1/+4 |
|
|
* | Patch #536661: Improve performance of splitext. Add test_macpath. | Martin v. Löwis | 2002-12-12 | 1 | -14/+6 |
|
|
* | Don't try to access sys.getwindowsversion unless it exists (ntpath is | Tim Peters | 2002-10-09 | 1 | -1/+2 |
|
|
* | Add os.path.supports_unicode_filenames for all platforms, | Mark Hammond | 2002-10-08 | 1 | -1/+5 |
|
|
* | Replaced obsolete stat module constants with equivalent attributes | Raymond Hettinger | 2002-06-01 | 1 | -8/+5 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -4/+4 |
|
|
* | Partial introduction of bools where appropriate. | Guido van Rossum | 2002-04-07 | 1 | -3/+3 |
|
|
* | Convert a pile of obvious "yes/no" functions to return bool. | Tim Peters | 2002-04-04 | 1 | -2/+2 |
|
|