COMMITS
/ Lib/ntpath.py April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
February 1, 2007
T
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
August 22, 2005
G
Bug #1266283: lexists() is not exported from os.path
Georg Brandl committed
August 3, 2005
G
patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc.
Georg Brandl committed
August 30, 2004
J
Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob.
Johannes Gijsbers committed
July 10, 2004
B
Make ntpath compress multiple slashes between drive letter and the rest of the
Brett Cannon committed
June 8, 2004
M
Feature request #935915: Add os.path.devnull.
Martin v. Löwis committed
October 20, 2003
W
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald committed
March 28, 2003
S
make nt altsep forward slash - closes bug 709428
Skip Montanaro committed
February 17, 2003
A
Tweak to Skip's checkin of patch 686397:
Andrew MacIntyre committed
February 14, 2003
S
Migrate definitions of several platform-dependent path-related variables
Skip Montanaro committed
January 3, 2003
N
Fix SF #659228, 'realpath' function missing from os.path
Neal Norwitz committed
December 31, 2002
M
Patch #658927: Add getctime to os.path.
Martin v. Löwis committed
December 12, 2002
M
Patch #536661: Improve performance of splitext. Add test_macpath.
Martin v. Löwis committed
October 9, 2002
T
Don't try to access sys.getwindowsversion unless it exists (ntpath is
Tim Peters committed
October 8, 2002
M
Add os.path.supports_unicode_filenames for all platforms,
Mark Hammond committed
June 1, 2002
R
Replaced obsolete stat module constants with equivalent attributes
Raymond Hettinger committed
R
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger committed
April 7, 2002
G
Partial introduction of bools where appropriate.
Guido van Rossum committed
April 4, 2002
T
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters committed
January 17, 2002
M
Allow abspath to still do something sensisble if the nt module can not be imported.
Mark Hammond committed
November 5, 2001
T
SF bug 478425: Change in os.path.join (ntpath.py)
Tim Peters committed
October 10, 2001
T
SF bug [#469732] os.path.walk docstring inconsistent.
Tim Peters committed
September 17, 2001
G
SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks:
Guido van Rossum committed
August 30, 2001
T
SF bug #456621: normpath on Win32 not collapsing c:\\..
Tim Peters committed
July 27, 2001
T
One more crack at join(): stop trying to pretend this isn't a mass of
Tim Peters committed
July 26, 2001
T
Change ntpath.join() so that join("d:/", "/whatever") returns
Tim Peters committed
July 20, 2001
F
Use string.ascii_letters instead of string.letters (SF bug #226706).
Fred Drake committed
July 19, 2001
T
SF bug #44271: os.path.expanduser problem w/o HOME set.
Tim Peters committed
May 15, 2001
F
abspath(): Fix inconsistent indentation.
Fred Drake committed
May 13, 2001
February 6, 2001
S
added several more __all__ lists
Skip Montanaro committed
January 15, 2001
T
Whitespace normalization.
Tim Peters committed
December 12, 2000
F
Update the code to better reflect recommended style:
Fred Drake committed
September 28, 2000
F
Avoid import of string module; it is only needed for expandvars().
Fred Drake committed
September 19, 2000
T
Part of SF patch 101481: on Windows, os.path.join("a:", "b") should yield
Tim Peters committed
August 22, 2000
S
revert semantics of commonprefix to work character-by-character
Skip Montanaro committed
August 14, 2000
July 17, 2000
S
* split on / or \
Skip Montanaro committed
July 13, 2000
S
forgot to change copy.copy(m) to m[:]
Skip Montanaro committed
July 12, 2000
S
fixed semantics of commonprefix to work by path elements instead of
Skip Montanaro committed
July 1, 2000
F
Fix bug #345 reported by David Bolen <db3l@fitlinxx.com>:
Fred Drake committed
February 17, 2000
F
Typo in a comment: "wheter" --> "whether"
Fred Drake committed
February 2, 2000
G
Optimize abspath() slightly for the case that win32api can't be
Guido van Rossum committed
November 30, 1999
G
In abspath(), always use normpath(), even when win32api is available
Guido van Rossum committed
November 2, 1999
G
Correct typo in walk.__doc__ reported by Francois Pinard.
Guido van Rossum committed
April 6, 1999
G
Withdraw the UNC support from splitdrive(). Instead, a new function
Guido van Rossum committed
March 19, 1999
G
New code for split() by Tim Peters, behaves more like posixpath.split().
Guido van Rossum committed