1. bbb4e10 Subtlety: ~root/a should expand to /a, not //a. Everything else unchanged. by Guido van Rossum · 28 years ago
  2. a89b1ba rationalized os.path.split() so split "/a/" yields "/a", "" by Guido van Rossum · 29 years ago
  3. 221df24 add splitdrive() by Guido van Rossum · 29 years ago
  4. 4359860 Let extensions start at the last period after the last slash in the name. by Sjoerd Mullender · 30 years ago
  5. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  6. df56386 * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/') by Guido van Rossum · 31 years ago
  7. c629d34 * change default line numbers for 'list' in pdb.py by Guido van Rossum · 32 years ago
  8. 4732ccf Added emacs.py (for misc/py-connect.el). by Guido van Rossum · 32 years ago
  9. 509d24a fix a typo in samestat() (ST_DEV, not STD_DEV); by Guido van Rossum · 32 years ago
  10. 2684738 Renamed to posixpath; changed def'n of split(). by Guido van Rossum · 32 years ago
  11. 7ac4878 Make nicer comments. Added expanduser() and normcase() and isabs() and isfile(). by Guido van Rossum · 33 years ago
  12. bdfcfcc New == syntax by Guido van Rossum · 33 years ago
  13. 470e761 Use AttributeError. by Guido van Rossum · 33 years ago
  14. d3778f9 Added samefile() function. by Guido van Rossum · 33 years ago
  15. 4d0fdc3 path.cat --> join Added splitext by Guido van Rossum · 33 years ago
  16. 40d9304 Use 'stat' module instead of hardcoding information from <sys/stat.h>. by Guido van Rossum · 34 years ago
  17. c636014 Initial revision by Guido van Rossum · 34 years ago