- 10 Oct, 2001 1 commit
-
-
Tim Peters authored
We have 5 implementations of walk(), and 5 different docstrings. Combined 'em. Let's see how long it takes before they're all different again!
-
- 17 Sep, 2001 1 commit
-
-
Guido van Rossum authored
Once upon a time, I put together a little function that tries to find the canonical filename for a given pathname on POSIX. I've finally gotten around to turning it into a proper patch with documentation. On non-POSIX, I made it an alias for 'abspath', as that's the behavior on POSIX when no symlinks are encountered in the path. Example: >>> os.path.realpath('/usr/bin/X11/X') '/usr/X11R6/bin/X'
-
- 08 Aug, 2001 1 commit
-
-
Greg Ward authored
-
- 24 Jan, 2001 1 commit
-
-
Skip Montanaro authored
-
- 12 Dec, 2000 1 commit
-
-
Fred Drake authored
Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
-
- 28 Sep, 2000 1 commit
-
-
Fred Drake authored
Never assume that os.sep is for the module-specific platform; use the right separator character directly. Fix some minor style consistency nits.
-
- 23 Aug, 2000 1 commit
-
-
Jack Jansen authored
-
- 06 Aug, 2000 1 commit
-
-
Jack Jansen authored
(except for : and volume:, where they are needed).
-
- 12 Jul, 2000 1 commit
-
-
Skip Montanaro authored
characters.
-
- 01 Jul, 2000 1 commit
-
-
Guido van Rossum authored
Similar to an old bug in ntpath.py.
-
- 04 Feb, 2000 1 commit
-
-
Guido van Rossum authored
who writes: Here is batch 2, as a big collection of CVS context diffs. Along with moving comments into docstrings, i've added a couple of missing docstrings and attempted to make sure more module docstrings begin with a one-line summary. I did not add docstrings to the methods in profile.py for fear of upsetting any careful optimizations there, though i did move class documentation into class docstrings. The convention i'm using is to leave credits/version/copyright type of stuff in # comments, and move the rest of the descriptive stuff about module usage into module docstrings. Hope this is okay.
-
- 23 Jul, 1999 1 commit
-
-
Fred Drake authored
Constants from stat module were imported using "import *"; don't access them via stat.ST_*! Reported by that other vR. ;-)
-
- 29 Jan, 1999 1 commit
-
-
Guido van Rossum authored
-
- 24 Jul, 1998 1 commit
-
-
Guido van Rossum authored
-
- 03 Mar, 1998 1 commit
-
-
Guido van Rossum authored
manipulation routines can be used on non-Mac platforms (e.g. to manipulate pathnames in a Mac specific archive).
-
- 21 May, 1997 1 commit
-
-
Guido van Rossum authored
-
- 18 Feb, 1997 2 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 23 Jul, 1996 1 commit
-
-
Guido van Rossum authored
-
- 15 Dec, 1995 1 commit
-
-
Jack Jansen authored
-
- 10 Aug, 1995 1 commit
-
-
Guido van Rossum authored
-
- 07 Aug, 1995 1 commit
-
-
Jack Jansen authored
-
- 27 Jan, 1995 1 commit
-
-
Guido van Rossum authored
-
- 23 Aug, 1994 1 commit
-
-
Guido van Rossum authored
* Lib/macpath.py: don't return trailing colon for dirname() (XXX won't do for volume names -- but otherwise glob(':*:*.py') loops forever) * Lib/traceback.py: print SyntaxError correctly * Lib/stat.py: moved to posixstat.py; added macstat.py which has the constants for the Mac; and created new stat.py which includes the right one * Lib/urllib.py: fix caching bug (by disabling the cache)
-
- 05 Nov, 1992 1 commit
-
-
Guido van Rossum authored
* changed eval() into getattr() in cmd.py * added dirname(), basename() and (dummy) normath() to macpath.py * renamed nntp.py to nntplib.py * Made string.index() compatible with strop.index() * Make string.atoi('') raise string.atoi_error rather than ValueError * Added dirname() and normpath() to posixpath.
-
- 31 Mar, 1992 1 commit
-
-
Guido van Rossum authored
-
- 14 Jan, 1992 1 commit
-
-
Guido van Rossum authored
-
- 01 Jan, 1992 1 commit
-
-
Guido van Rossum authored
-
- 16 Aug, 1991 1 commit
-
-
Guido van Rossum authored
-
- 01 Jan, 1991 1 commit
-
-
Guido van Rossum authored
-
- 26 Dec, 1990 1 commit
-
-
Guido van Rossum authored
-