- 08 Haz, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 27 Şub, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 14 Şub, 2003 1 kayıt (commit)
-
-
Skip Montanaro yazdı
into the relevant path modules. See patch #686397.
-
- 29 Ock, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 15 Ock, 2003 1 kayıt (commit)
-
-
Jack Jansen yazdı
Fixes #661762, bugfix candidate.
-
- 03 Ock, 2003 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Also added realpath = abspath for os2emx, similar to windows/mac which also don't really implement realpath. Backport candidate, I think?
-
- 31 Ara, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Document that getatime and getmtime may return floats.
-
- 12 Ara, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 08 Eki, 2002 1 kayıt (commit)
-
-
Mark Hammond yazdı
sys.getwindowsversion() on Windows (new enahanced Tim-proof <wink> version), and fix test_pep277.py in a few minor ways. Including doc and NEWS entries.
-
- 01 Haz, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 23 May, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 23 Nis, 2002 1 kayıt (commit)
-
-
Anthony Baxter yazdı
for me on linux because of the inconsistent whitespace.
-
- 22 Nis, 2002 1 kayıt (commit)
-
-
Jack Jansen yazdı
- islink() now returns true for alias files - walk() no longer follows aliases while traversing - realpath() implemented, returning an alias-free pathname. As this could conceivably break existing code I think it isn't a bugfix candidate.
-
- 07 Nis, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 04 Nis, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 31 Mar, 2002 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 10 Eki, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
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 Eyl, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
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 Agu, 2001 1 kayıt (commit)
-
-
Greg Ward yazdı
-
- 24 Ock, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 12 Ara, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects.
-
- 28 Eyl, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Never assume that os.sep is for the module-specific platform; use the right separator character directly. Fix some minor style consistency nits.
-
- 23 Agu, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 06 Agu, 2000 1 kayıt (commit)
-
-
Jack Jansen yazdı
(except for : and volume:, where they are needed).
-
- 12 Tem, 2000 1 kayıt (commit)
-
-
Skip Montanaro yazdı
characters.
-
- 01 Tem, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Similar to an old bug in ntpath.py.
-
- 04 Şub, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
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 Tem, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
Constants from stat module were imported using "import *"; don't access them via stat.ST_*! Reported by that other vR. ;-)
-
- 29 Ock, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 24 Tem, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 03 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
manipulation routines can be used on non-Mac platforms (e.g. to manipulate pathnames in a Mac specific archive).
-
- 21 May, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 18 Şub, 1997 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
- 23 Tem, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 15 Ara, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 10 Agu, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 Agu, 1995 1 kayıt (commit)
-
-
Jack Jansen yazdı
-
- 27 Ock, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-