1. 03 Agu, 2005 1 kayıt (commit)
  2. 30 Agu, 2004 1 kayıt (commit)
  3. 10 May, 2003 1 kayıt (commit)
  4. 14 Şub, 2003 1 kayıt (commit)
  5. 15 Ara, 2001 1 kayıt (commit)
    • Tim Peters's avatar
      SF patch 493739 2 Bugfixes for 2.2c1 (RISC OS specific), from · 1422e9dc
      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.]
      """
      1422e9dc
  6. 24 Eki, 2001 1 kayıt (commit)
  7. 10 Eki, 2001 1 kayıt (commit)
  8. 17 Eyl, 2001 1 kayıt (commit)
    • Guido van Rossum's avatar
      SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: · 83eeef4b
      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'
      83eeef4b
  9. 20 Tem, 2001 1 kayıt (commit)
  10. 02 Tem, 2001 1 kayıt (commit)
  11. 10 Nis, 2001 1 kayıt (commit)
  12. 02 Mar, 2001 1 kayıt (commit)