1. 10 Oct, 2001 1 commit
  2. 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
  3. 08 Aug, 2001 1 commit
  4. 24 Jan, 2001 1 commit
  5. 12 Dec, 2000 1 commit
  6. 28 Sep, 2000 1 commit
  7. 23 Aug, 2000 1 commit
  8. 06 Aug, 2000 1 commit
  9. 12 Jul, 2000 1 commit
  10. 01 Jul, 2000 1 commit
  11. 04 Feb, 2000 1 commit
    • Guido van Rossum's avatar
      More trivial comment -> docstring transformations by Ka-Ping Yee, · 54f22ed3
      Guido van Rossum authored
      who writes:
      
      Here is batch 2, as a big collection of CVS context diffs.
      Along with moving comments into docstrings, i've added a
      couple of missing docstrings and attempted to make sure more
      module docstrings begin with a one-line summary.
      
      I did not add docstrings to the methods in profile.py for
      fear of upsetting any careful optimizations there, though
      i did move class documentation into class docstrings.
      
      The convention i'm using is to leave credits/version/copyright
      type of stuff in # comments, and move the rest of the descriptive
      stuff about module usage into module docstrings.  Hope this is
      okay.
      54f22ed3
  12. 23 Jul, 1999 1 commit
  13. 29 Jan, 1999 1 commit
  14. 24 Jul, 1998 1 commit
  15. 03 Mar, 1998 1 commit
  16. 21 May, 1997 1 commit
  17. 18 Feb, 1997 2 commits
  18. 23 Jul, 1996 1 commit
  19. 15 Dec, 1995 1 commit
  20. 10 Aug, 1995 1 commit
  21. 07 Aug, 1995 1 commit
  22. 27 Jan, 1995 1 commit
  23. 23 Aug, 1994 1 commit
    • Guido van Rossum's avatar
      * Lib/linecache.py: don't crash on empty filename · 7aeb4b9c
      Guido van Rossum authored
      	* Lib/macpath.py: don't return trailing colon for dirname()
      	(XXX won't do for volume names -- but otherwise glob(':*:*.py')
      	loops forever)
      	* Lib/traceback.py: print SyntaxError correctly
      	* Lib/stat.py: moved to posixstat.py; added macstat.py which has
      	the constants for the Mac; and created new stat.py which includes
      	the right one
      	* Lib/urllib.py: fix caching bug (by disabling the cache)
      7aeb4b9c
  24. 05 Nov, 1992 1 commit
    • Guido van Rossum's avatar
      * change default line numbers for 'list' in pdb.py · c629d34c
      Guido van Rossum authored
      * changed eval() into getattr() in cmd.py
      * added dirname(), basename() and (dummy) normath() to macpath.py
      * renamed nntp.py to nntplib.py
      * Made string.index() compatible with strop.index()
      * Make string.atoi('') raise string.atoi_error rather than ValueError
      * Added dirname() and normpath() to posixpath.
      c629d34c
  25. 31 Mar, 1992 1 commit
  26. 14 Jan, 1992 1 commit
  27. 01 Jan, 1992 1 commit
  28. 16 Aug, 1991 1 commit
  29. 01 Jan, 1991 1 commit
  30. 26 Dec, 1990 1 commit