summaryrefslogtreecommitdiff
path: root/Lib/ntpath.py
Commit message (Expand)AuthorAgeFilesLines
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-9/+59
|\
| * Issue #5117: Case normalization was needed on ntpath.relpath(). AndHirokazu Yamamoto2010-10-181-2/+2
| * Fix #9790 again. Rather than handle NotImplementedError at runtime asBrian Curtin2010-09-241-4/+9
| * Fix #9790: Rework the imports necessary for ntpath.samefile andBrian Curtin2010-09-231-16/+21
| * Fix some errors that #7566 introduced on non-Windows platforms due toBrian Curtin2010-09-061-2/+7
| * Implement #7566 - os.path.sameopenfile for Windows.Brian Curtin2010-09-061-1/+6
| * #7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try ...Georg Brandl2010-07-311-0/+13
| * Use augassign.Georg Brandl2010-07-231-22/+22
| * Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-081-8/+35
| * #9018: os.path.normcase() now raises a TypeError if the argument is not str o...Ezio Melotti2010-06-251-0/+3
| * Fix ntpath abspath to deal with bytes.Florent Xicluna2010-03-081-0/+2
| * PendingDeprecationWarning -> DeprecationWarning. Both of these wereGregory P. Smith2009-06-301-1/+1
* | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* | Merged revisions 85689 via svnmerge fromHirokazu Yamamoto2010-10-181-2/+2
* | Merged revisions 83065 via svnmerge fromGeorg Brandl2010-08-011-22/+22
* | Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge fromGeorg Brandl2010-08-011-0/+13
* | Note: only the relevant parts of r79474 are merged.Florent Xicluna2010-03-281-0/+2
|/
* Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames.Mark Hammond2009-05-061-61/+114
* fix variable name #5595Benjamin Peterson2009-03-291-1/+1
* Issue3187 again: test_ntpath failed when run with the -bb optionAmaury Forgeot d'Arc2008-10-031-21/+18
* Second part of #3187, for windows:Amaury Forgeot d'Arc2008-10-031-66/+164
* Remove os.path.walkBenjamin Peterson2008-05-081-35/+1
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-5/+5
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-241-1/+3
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-27/+72
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-2/+6
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-72/+5
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-21/+22
* Bug #1266283: lexists() is not exported from os.pathGeorg Brandl2005-08-221-4/+4
* patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc.Georg Brandl2005-08-031-8/+7
* Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i...Johannes Gijsbers2004-08-301-1/+2
* Make ntpath compress multiple slashes between drive letter and the rest of theBrett Cannon2004-07-101-3/+19
* Feature request #935915: Add os.path.devnull.Martin v. Löwis2004-06-081-1/+2
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* make nt altsep forward slash - closes bug 709428Skip Montanaro2003-03-281-1/+1
* Tweak to Skip's checkin of patch 686397:Andrew MacIntyre2003-02-171-3/+2
* Migrate definitions of several platform-dependent path-related variablesSkip Montanaro2003-02-141-0/+16
* Fix SF #659228, 'realpath' function missing from os.pathNeal Norwitz2003-01-031-1/+1
* Patch #658927: Add getctime to os.path.Martin v. Löwis2002-12-311-1/+4
* Patch #536661: Improve performance of splitext. Add test_macpath.Martin v. Löwis2002-12-121-14/+6
* Don't try to access sys.getwindowsversion unless it exists (ntpath isTim Peters2002-10-091-1/+2
* Add os.path.supports_unicode_filenames for all platforms,Mark Hammond2002-10-081-1/+5
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-011-8/+5
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-4/+4
* Partial introduction of bools where appropriate.Guido van Rossum2002-04-071-3/+3
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-2/+2
* Allow abspath to still do something sensisble if the nt module can not be imp...Mark Hammond2002-01-171-1/+11
* SF bug 478425: Change in os.path.join (ntpath.py)Tim Peters2001-11-051-0/+6
* SF bug [#469732] os.path.walk docstring inconsistent.Tim Peters2001-10-101-4/+13