- 22 Ara, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
referred to OS 9 semantics.
-
- 30 Agu, 2004 1 kayıt (commit)
-
-
Johannes Gijsbers yazdı
-
- 14 Agu, 2004 1 kayıt (commit)
-
-
Johannes Gijsbers yazdı
symbolic links. This has been documented in a comment since 1992, but is now in the library reference as well.
-
- 29 Eki, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
New fix for this bug recognizes differing definitions on various systems.
-
- 27 Eki, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Document the correct definition of os.path.getctime()
-
- 25 Nis, 2003 3 kayıt (commit)
-
-
Fred Drake yazdı
os.walk() generator.
-
Neal Norwitz yazdı
-
Tim Peters yazdı
seems much easier to use. Code, docs, NEWS, and additions to test_os.py (testing this sucker is a bitch!).
-
- 04 Şub, 2003 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 31 Ara, 2002 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Martin v. Löwis yazdı
Document that getatime and getmtime may return floats.
-
- 11 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.
-
- 12 Eyl, 2002 2 kayıt (commit)
-
-
Fred Drake yazdı
accomodate the fact that they are more general now that they are for the os.path module and not just posixpath. This and the previous patch should be combined and applied to the 2.2-maint branch.
-
Skip Montanaro yazdı
-
- 07 Agu, 2002 2 kayıt (commit)
-
-
Fred Drake yazdı
sample code, and the note was marked as a logical thing.
-
Steve Holden yazdı
-
- 06 Agu, 2002 1 kayıt (commit)
-
-
Steve Holden yazdı
-
- 05 Nis, 2002 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 28 Kas, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed.
-
- 20 Eki, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 28 Eyl, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
This fixes SF bug #465447.
-
- 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'
-
- 25 May, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
to end up with the information, it is better recorded than lost.
-
- 26 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
basename program, as suggested by Gregor Hoffleit <gregor@hoffleit.de>. This closes bug #119485.
-
- 23 Agu, 2000 1 kayıt (commit)
-
-
Skip Montanaro yazdı
character-by-character and that that behavior may result in it returning prefixes that are not valid paths
-
- 03 Nis, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
(Very rough.)
-
- 18 Eki, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
<paul@prescod.net>.
-
- 17 Mar, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 19 Şub, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
Lannert <lannert@uni-duesseldorf.de>.
-
- 15 Şub, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
since these are not available on Windows.
-
- 03 Şub, 1999 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
For all split*(), these split path *into* pairs, not split path *in* pairs. "Into" can be used for transformations, "in" is for containment.
-
- 02 Şub, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
Use consistent parameter naming with the os documentation (paths always named "path" or "path1", "path2"...).
-
- 01 Şub, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 29 Ock, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Agu, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
Fix up a few synopses.
-
- 06 Agu, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 27 Tem, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 24 Tem, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-