- 03 Agu, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 30 Agu, 2004 1 kayıt (commit)
-
-
Johannes Gijsbers yazdı
-
- 10 May, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
riscospath.extsep, and use os.extsep throughout.
-
- 14 Şub, 2003 1 kayıt (commit)
-
-
Skip Montanaro yazdı
into the relevant path modules. See patch #686397.
-
- 15 Ara, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Dietmar Schwertberger. Bugfix candidate. """ RISCOS/Modules/getpath_riscos.c: Include trailing '\0' when using strncpy [copy strlen(...)+1 characters]. Lib/plat-riscos/riscospath.py: Use riscosmodule.expand for os.path.abspath. [fixes problems with site.py where abspath("<Python$Dir>") returned join(os.getcwd(), "<Python$Dir>") as e.g. "SCSI::SCSI4.$.<Python$Dir>" because "<Python$Dir>" wasn't recognised as an absolute path.] """
-
- 24 Eki, 2001 1 kayıt (commit)
-
-
Guido van Rossum 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'
-
- 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ı
-
- 02 Mar, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-