- 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'
-
- 20 Tem, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 02 Tem, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 10 Nis, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 Mar, 2001 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 02 Mar, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-