summaryrefslogtreecommitdiffstats
path: root/Lib/ntpath.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks:Guido van Rossum2001-09-171-0/+3
* SF bug #456621: normpath on Win32 not collapsing c:\\..Tim Peters2001-08-301-8/+11
* One more crack at join(): stop trying to pretend this isn't a mass ofTim Peters2001-07-271-16/+40
* Change ntpath.join() so that join("d:/", "/whatever") returnsTim Peters2001-07-261-5/+6
* Use string.ascii_letters instead of string.letters (SF bug #226706).Fred Drake2001-07-201-1/+1
* SF bug #44271: os.path.expanduser problem w/o HOME set.Tim Peters2001-07-191-6/+16
* abspath(): Fix inconsistent indentation.Fred Drake2001-05-151-1/+1
* Add support for Windows using "mbcs" as the default Unicode encoding when dea...Mark Hammond2001-05-131-13/+4
* added several more __all__ listsSkip Montanaro2001-02-061-0/+4
* Whitespace normalization.Tim Peters2001-01-151-3/+3
* Update the code to better reflect recommended style:Fred Drake2000-12-121-3/+3
* Avoid import of string module; it is only needed for expandvars().Fred Drake2000-09-281-22/+21
* Part of SF patch 101481: on Windows, os.path.join("a:", "b") should yieldTim Peters2000-09-191-1/+1
* revert semantics of commonprefix to work character-by-characterSkip Montanaro2000-08-221-8/+3
* Fix for Bug #110673: os.abspatth() now always returns os.getcwd() on Windows,...Mark Hammond2000-08-141-4/+7
* * split on / or \Skip Montanaro2000-07-171-3/+5
* forgot to change copy.copy(m) to m[:]Skip Montanaro2000-07-131-2/+2
* fixed semantics of commonprefix to work by path elements instead ofSkip Montanaro2000-07-121-4/+7
* Fix bug #345 reported by David Bolen <db3l@fitlinxx.com>:Fred Drake2000-07-011-1/+1
* Typo in a comment: "wheter" --> "whether"Fred Drake2000-02-171-1/+1
* Optimize abspath() slightly for the case that win32api can't beGuido van Rossum2000-02-021-6/+11
* In abspath(), always use normpath(), even when win32api is availableGuido van Rossum1999-11-301-3/+3
* Correct typo in walk.__doc__ reported by Francois Pinard.Guido van Rossum1999-11-021-1/+1
* Withdraw the UNC support from splitdrive(). Instead, a new functionGuido van Rossum1999-04-061-8/+26
* New code for split() by Tim Peters, behaves more like posixpath.split().Guido van Rossum1999-03-191-19/+12
* New splitdrive() that knows about UNC paths (e.g., network paths likeGuido van Rossum1999-02-031-26/+50
* Use win32api.GetFullPathName(path) if it exists to implement abspath().Guido van Rossum1999-01-291-3/+7
* Add abspath()Guido van Rossum1999-01-291-0/+7
* Added getsize(), getmtime(), getatime()Guido van Rossum1998-07-241-0/+18
* REMOVE samefile(), sameopenfile(), samestat() -- these cannot be madeGuido van Rossum1998-05-021-30/+0
* (1) Change normpath() to *not* also call normcase().Guido van Rossum1998-02-181-7/+7
* Fix to ismount(). Can't remember who told me this.Guido van Rossum1998-01-191-2/+3
* Added doc strings and reindented according to new standard, without tabs.Guido van Rossum1997-12-051-189/+223
* Rewrite normcase() using string.translate...Guido van Rossum1997-08-121-14/+6
* Support $HOME in expanduser().Guido van Rossum1997-06-021-6/+12
* join(): Wax the incorrect leading commentBarry Warsaw1997-02-181-4/+0
* join(): join one or more path componentsBarry Warsaw1997-02-181-7/+12
* Fix splitext() to go up to the last dot, not the first.Guido van Rossum1997-01-221-3/+8
* Don't do truncation to 8+3 format -- this is used on NT file systems!Guido van Rossum1996-08-261-9/+2
* Don't use 'false'; use '0'.Guido van Rossum1996-08-081-1/+1
* same thing as for dospath, plus HOMEDRIVE/HOMEPATH supportGuido van Rossum1995-08-101-12/+11
* Added ntpath.py (for os.py when used with Windows NT)Guido van Rossum1994-02-241-0/+348
ue='kbk_clock_encoding_ensembles'>kbk_clock_encoding_ensembles Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * generic/tclProc.c (ProcCompileProc): When a bump of the compiledgp2006-05-132-5/+92
* * generic/tclEvent.c (HandleBgErrors): fix leak. [Coverity issue 86]das2006-05-122-16/+21
* * generic/tclMain.c (Tcl_Main): Corrected flaw that requireddgp2006-05-053-112/+140
* * README: Bump version number to 8.5a5dgp2006-05-0410-16/+27
* * generic/tclBasic.c (ExprSrandFunc): Restore acceptance of wide/bigdgp2006-05-043-8/+23
* * changes: Updates for another RC.core_8_5_a4dgp2006-04-262-4/+22
* * generic/tclBinary.c: Revised the handling of the Q and q formatdgp2006-04-264-12/+88
* * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-265-60/+101
* * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-252-38/+29
* * doc/DoubleObj.3: More doc updates for TIP 237.dgp2006-04-255-102/+120
* correct ChangeLog to reflect 2006-04-19 commit ofKevin B Kenny2006-04-241-0/+4
* fix for Martin Lemburg's DST conversion bug.Kevin B Kenny2006-04-194-9/+93
* more fine-tuning of the revised docsdgp2006-04-181-14/+11
* formatting fixes and note change that ::tcl_precision is now per-threaddgp2006-04-181-2/+11
* Minor fixes post-review.dkf2006-04-182-5/+13
* * doc/IntObj.3: Documentation changes to account for TIP 237 changes.dgp2006-04-173-70/+102
* typodgp2006-04-131-2/+2
* Fix [1376892]dkf2006-04-122-60/+143
* fix make html errorsdas2006-04-123-8/+8
* cosmetic fix to 'install' targetsdas2006-04-121-1/+3
* * generic/tclTrace.c: Stop some interference between enter tracesdgp2006-04-113-5/+53
* typosdas2006-04-111-2/+2
* move tagdgp2006-04-07