1. 5bfc03f Issue #23780: Improved error message in os.path.join() with single argument. by Serhiy Storchaka · 9 years ago
  2. 3deeeb0 Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with by Serhiy Storchaka · 10 years ago
  3. ca534ab Issue #9850: Fixed macpath.join() for empty first component. Patch by by Serhiy Storchaka · 10 years ago
  4. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  5. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  6. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 11 years ago
  7. ccb706c Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X by Victor Stinner · 14 years ago
  8. 5a3ef5b #9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes. by Ezio Melotti · 14 years ago
  9. 54467e0 Merged revisions 79195 via svnmerge from by Florent Xicluna · 14 years ago
  10. 19b02d4 Fix macpath to deal with bytes by Florent Xicluna · 14 years ago
  11. b186f34 Issue3187 for Macintosh platform: by Amaury Forgeot d'Arc · 16 years ago
  12. d71ca41 Remove os.path.walk by Benjamin Peterson · 16 years ago
  13. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  14. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  15. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  16. f0de6a1 Bug #1266283: lexists() is not exported from os.path by Georg Brandl · 19 years ago
  17. 649f8e7 patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc. by Georg Brandl · 19 years ago
  18. d2a1aa4 Whitespace normalization. by Johannes Gijsbers · 20 years ago
  19. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 20 years ago
  20. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 20 years ago
  21. 98fc683 Getting rid of macfs. by Jack Jansen · 21 years ago
  22. 117910d Migrate definitions of several platform-dependent path-related variables by Skip Montanaro · 21 years ago
  23. 2c60f7a Whitespace normalization. by Tim Peters · 21 years ago
  24. 791f7d4 Added ismount(). by Jack Jansen · 21 years ago
  25. 61cdac6 Fix SF #659228, 'realpath' function missing from os.path by Neal Norwitz · 21 years ago
  26. 96a60e4 Patch #658927: Add getctime to os.path. by Martin v. Löwis · 21 years ago
  27. de33379 Patch #536661: Improve performance of splitext. Add test_macpath. by Martin v. Löwis · 21 years ago
  28. 8696ebc Add os.path.supports_unicode_filenames for all platforms, by Mark Hammond · 22 years ago
  29. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  30. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  31. ae7639d whitespace fixup. test__all__ and test_sundry were failing by Anthony Baxter · 22 years ago
  32. 992d58b Fixes based on ideas from Christopher Smith: by Jack Jansen · 22 years ago
  33. 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 22 years ago
  34. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  35. 93cf79f Use docstrings for exception classes by Neal Norwitz · 22 years ago
  36. 27a3530 Stop using string exceptions by Neal Norwitz · 22 years ago
  37. cf5e6a4 SF bug [#469732] os.path.walk docstring inconsistent. by Tim Peters · 23 years ago
  38. 83eeef4 SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: by Guido van Rossum · 23 years ago
  39. 034cbf1 Typo fix (spelling mistake in error message). by Greg Ward · 23 years ago
  40. 17ab123 a few more modules get __all__ by Skip Montanaro · 23 years ago
  41. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 23 years ago
  42. b4e460a Avoid import of string module; it is only needed for expandvars(). by Fred Drake · 24 years ago
  43. 03c06ee Restored commonprefix() semantics. by Jack Jansen · 24 years ago
  44. 2fc0109 Rewrite of normpath() by Corran Webster, so trailing :s are removed by Jack Jansen · 24 years ago
  45. 97bc98a fixed semantics of commonprefix to work by path elements instead of characters. by Skip Montanaro · 24 years ago
  46. 46d5651 getatime() returned the mtime instead of the atime. by Guido van Rossum · 24 years ago
  47. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  48. 69f87c5 getsize(), getatime(), getmtime(): by Fred Drake · 25 years ago
  49. e294cf6 Add abspath() by Guido van Rossum · 25 years ago
  50. 2bc1f8f Added getsize(), getmtime(), getatime() by Guido van Rossum · 26 years ago
  51. 5c1d229 Instead of 'import mac', use 'import os' -- this way, the path syntax by Guido van Rossum · 26 years ago
  52. d6a111e Fix for boundary case (Jack) by Guido van Rossum · 27 years ago
  53. 19302de join(): Wax the incorrect leading comment by Barry Warsaw · 27 years ago
  54. 384d249 join(): join one or more path components by Barry Warsaw · 27 years ago
  55. a48bf79 Added splitext() by Guido van Rossum · 28 years ago
  56. f4e7d2a Added (dummy) expanduser and expandvar methods by Jack Jansen · 28 years ago
  57. 0ec3126 added normpath() and splitdrive() by Guido van Rossum · 29 years ago
  58. a68bfe2 Added missing walk() function by Jack Jansen · 29 years ago
  59. 7e4b2de changes for the Mac by Guido van Rossum · 29 years ago
  60. 7aeb4b9 * Lib/linecache.py: don't crash on empty filename by Guido van Rossum · 30 years ago
  61. c629d34 * change default line numbers for 'list' in pdb.py by Guido van Rossum · 32 years ago
  62. a05026b 'cat' no longer exists by Guido van Rossum · 32 years ago
  63. 599f2ed Added 'normcase' function. by Guido van Rossum · 32 years ago
  64. bdfcfcc New == syntax by Guido van Rossum · 32 years ago
  65. fbe0a8e macpath.cat --> join by Guido van Rossum · 33 years ago
  66. b5e05e9 Added explanatory comments. by Guido van Rossum · 33 years ago
  67. 217a5fa Initial revision by Guido van Rossum · 33 years ago