An error occurred fetching the project authors.
  1. 30 Aug, 2004 1 commit
  2. 10 Jul, 2004 1 commit
  3. 08 Jun, 2004 1 commit
  4. 20 Oct, 2003 1 commit
  5. 28 Mar, 2003 1 commit
  6. 17 Feb, 2003 1 commit
  7. 14 Feb, 2003 1 commit
  8. 03 Jan, 2003 1 commit
  9. 31 Dec, 2002 1 commit
  10. 12 Dec, 2002 1 commit
  11. 09 Oct, 2002 1 commit
  12. 08 Oct, 2002 1 commit
  13. 01 Jun, 2002 2 commits
  14. 07 Apr, 2002 1 commit
  15. 04 Apr, 2002 1 commit
  16. 17 Jan, 2002 1 commit
  17. 05 Nov, 2001 1 commit
    • Tim Peters's avatar
      SF bug 478425: Change in os.path.join (ntpath.py) · 6a3e5f14
      Tim Peters authored
      ntpath.join('a', '') was producing 'a' instead of 'a\\' as in 2.1.
      Impossible to guess what was ever *intended*, but since split('a\\')
      produces ('a', ''), I think it's best if join('a', '') gives 'a\\' back.
      6a3e5f14
  18. 10 Oct, 2001 1 commit
  19. 17 Sep, 2001 1 commit
    • Guido van Rossum's avatar
      SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: · 83eeef4b
      Guido van Rossum authored
         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
  20. 30 Aug, 2001 1 commit
  21. 27 Jul, 2001 1 commit
  22. 26 Jul, 2001 1 commit
  23. 20 Jul, 2001 1 commit
  24. 19 Jul, 2001 1 commit
  25. 15 May, 2001 1 commit
  26. 13 May, 2001 1 commit
  27. 06 Feb, 2001 1 commit
  28. 15 Jan, 2001 1 commit
  29. 12 Dec, 2000 1 commit
  30. 28 Sep, 2000 1 commit
  31. 19 Sep, 2000 1 commit
  32. 22 Aug, 2000 1 commit
  33. 14 Aug, 2000 1 commit
  34. 17 Jul, 2000 1 commit
  35. 13 Jul, 2000 1 commit
  36. 12 Jul, 2000 1 commit
  37. 01 Jul, 2000 1 commit
  38. 17 Feb, 2000 1 commit
  39. 02 Feb, 2000 1 commit