aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/ntpath.py
Commit message (Expand)AuthorAge
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-16
* Merged revisions 85689 via svnmerge fromHirokazu Yamamoto2010-10-18
* Merged revisions 83065 via svnmerge fromGeorg Brandl2010-08-01
* Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge fromGeorg Brandl2010-08-01
* Note: only the relevant parts of r79474 are merged.Florent Xicluna2010-03-28
* Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames.Mark Hammond2009-05-06
* fix variable name #5595Benjamin Peterson2009-03-29
* Issue3187 again: test_ntpath failed when run with the -bb optionAmaury Forgeot d'Arc2008-10-03
* Second part of #3187, for windows:Amaury Forgeot d'Arc2008-10-03
* Remove os.path.walkBenjamin Peterson2008-05-08
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-06
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-24
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-01
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* Bug #1266283: lexists() is not exported from os.pathGeorg Brandl2005-08-22
* patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc.Georg Brandl2005-08-03
* Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i...Johannes Gijsbers2004-08-30
* Make ntpath compress multiple slashes between drive letter and the rest of theBrett Cannon2004-07-10
* Feature request #935915: Add os.path.devnull.Martin v. Löwis2004-06-08
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-20
* make nt altsep forward slash - closes bug 709428Skip Montanaro2003-03-28
* Tweak to Skip's checkin of patch 686397:Andrew MacIntyre2003-02-17
* Migrate definitions of several platform-dependent path-related variablesSkip Montanaro2003-02-14
* Fix SF #659228, 'realpath' function missing from os.pathNeal Norwitz2003-01-03
* Patch #658927: Add getctime to os.path.Martin v. Löwis2002-12-31
* Patch #536661: Improve performance of splitext. Add test_macpath.Martin v. Löwis2002-12-12
* Don't try to access sys.getwindowsversion unless it exists (ntpath isTim Peters2002-10-09
* Add os.path.supports_unicode_filenames for all platforms,Mark Hammond2002-10-08
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-01
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-01
* Partial introduction of bools where appropriate.Guido van Rossum2002-04-07
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-04
* Allow abspath to still do something sensisble if the nt module can not be imp...Mark Hammond2002-01-17
* SF bug 478425: Change in os.path.join (ntpath.py)Tim Peters2001-11-05
* SF bug [#469732] os.path.walk docstring inconsistent.Tim Peters2001-10-10
* SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks:Guido van Rossum2001-09-17
* SF bug #456621: normpath on Win32 not collapsing c:\\..Tim Peters2001-08-30
* One more crack at join(): stop trying to pretend this isn't a mass ofTim Peters2001-07-27
* Change ntpath.join() so that join("d:/", "/whatever") returnsTim Peters2001-07-26
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-20
* SF bug #44271: os.path.expanduser problem w/o HOME set.Tim Peters2001-07-19
* abspath(): Fix inconsistent indentation.Fred Drake2001-05-15
* Add support for Windows using "mbcs" as the default Unicode encoding when dea...Mark Hammond2001-05-13
* added several more __all__ listsSkip Montanaro2001-02-06
* Whitespace normalization.Tim Peters2001-01-15
* Update the code to better reflect recommended style:Fred Drake2000-12-12
* Avoid import of string module; it is only needed for expandvars().Fred Drake2000-09-28