1. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 8 years ago
  2. 3f9183b Issue #26027, #27524: Add PEP 519/__fspath__() support to os and os.path. by Brett Cannon · 8 years ago
  3. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  4. 5bfc03f Issue #23780: Improved error message in os.path.join() with single argument. by Serhiy Storchaka · 9 years ago
  5. 3822093 Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath. by Serhiy Storchaka · 9 years ago
  6. b20f905 Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 9 years ago
  7. 1b87ae0 Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 9 years ago
  8. e4f4708 Fixed tests on Windows for issue #21883. by Serhiy Storchaka · 10 years ago
  9. 3deeeb0 Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with by Serhiy Storchaka · 10 years ago
  10. 8518b79 Issue #15275: Clean up and speed up the ntpath module. by Serhiy Storchaka · 10 years ago
  11. 7dfaa27 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 10 years ago
  12. dbb1019 Issue #6815: os.path.expandvars() now supports non-ASCII environment by Serhiy Storchaka · 10 years ago
  13. f5d2f22 Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 10 years ago
  14. c369c2c Issue #19456: ntpath.join() now joins relative paths correctly when a drive by Serhiy Storchaka · 10 years ago
  15. cc83b0c Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 10 years ago
  16. 593568b Issue #19912: Fixed numerous bugs in ntpath.splitunc(). by Serhiy Storchaka · 10 years ago
  17. f5ad91c Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character by Serhiy Storchaka · 10 years ago
  18. 3d7e115 Issue #19911: ntpath.splitdrive() now correctly processes the 'İ' character by Serhiy Storchaka · 10 years ago
  19. 6b52806 Issue #9035: os.path.ismount now recognises volumes mounted below by Tim Golden · 11 years ago
  20. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  21. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  22. ae57cec Fix #16788. Add samestat to Lib/ntpath.py by Brian Curtin · 11 years ago
  23. 490b32a Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. by Brian Curtin · 11 years ago
  24. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 11 years ago
  25. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 11 years ago
  26. f1af705 #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) by Jesus Cea · 12 years ago
  27. 95d028f Correction to 88e318166eaf - Issue #11583 by Brian Curtin · 13 years ago
  28. 9c669cc Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat. by Brian Curtin · 13 years ago
  29. 6355c16 ntpath.samefile fails to detect that "A.TXT" and "a.txt" refer to the same file on Windows XP. by Ronald Oussoren · 13 years ago
  30. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  31. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  32. 089144e Merged revisions 85689 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  33. b08820a Issue #5117: Case normalization was needed on ntpath.relpath(). And by Hirokazu Yamamoto · 14 years ago
  34. e8e8042 Fix #9790 again. Rather than handle NotImplementedError at runtime as by Brian Curtin · 14 years ago
  35. 0dac808 Fix #9790: Rework the imports necessary for ntpath.samefile and by Brian Curtin · 14 years ago
  36. 13a0db5 Fix some errors that #7566 introduced on non-Windows platforms due to by Brian Curtin · 14 years ago
  37. 6285774 Implement #7566 - os.path.sameopenfile for Windows. by Brian Curtin · 14 years ago
  38. 422b545 Merged revisions 83065 via svnmerge from by Georg Brandl · 14 years ago
  39. 611f8f5 Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge from by Georg Brandl · 14 years ago
  40. cfb6821 #7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try to manipulate them. See http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx for details. by Georg Brandl · 14 years ago
  41. 599b65d Use augassign. by Georg Brandl · 14 years ago
  42. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  43. 5a3ef5b #9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes. by Ezio Melotti · 14 years ago
  44. 9b0e918 Note: only the relevant parts of r79474 are merged. by Florent Xicluna · 14 years ago
  45. ad8c5ca Fix ntpath abspath to deal with bytes. by Florent Xicluna · 14 years ago
  46. aa3b5b8 PendingDeprecationWarning -> DeprecationWarning. Both of these were by Gregory P. Smith · 15 years ago
  47. 5a607a3 Issue #5799: ntpath (ie, os.path on Windows) fully supports UNC pathnames. by Mark Hammond · 15 years ago
  48. 48e2478 fix variable name #5595 by Benjamin Peterson · 15 years ago
  49. 3b44e61 Issue3187 again: test_ntpath failed when run with the -bb option by Amaury Forgeot d'Arc · 16 years ago
  50. c72ef8b Second part of #3187, for windows: by Amaury Forgeot d'Arc · 16 years ago
  51. d71ca41 Remove os.path.walk by Benjamin Peterson · 16 years ago
  52. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  53. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 16 years ago
  54. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  55. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  56. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  57. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  58. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  59. f0de6a1 Bug #1266283: lexists() is not exported from os.path by Georg Brandl · 19 years ago
  60. 649f8e7 patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc. by Georg Brandl · 19 years ago
  61. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 20 years ago
  62. bdc3627 Make ntpath compress multiple slashes between drive letter and the rest of the by Brett Cannon · 20 years ago
  63. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 20 years ago
  64. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  65. 9ddac3e make nt altsep forward slash - closes bug 709428 backport candidate by Skip Montanaro · 21 years ago
  66. 437966c Tweak to Skip's checkin of patch 686397: by Andrew MacIntyre · 21 years ago
  67. 117910d Migrate definitions of several platform-dependent path-related variables by Skip Montanaro · 21 years ago
  68. 61cdac6 Fix SF #659228, 'realpath' function missing from os.path by Neal Norwitz · 21 years ago
  69. 96a60e4 Patch #658927: Add getctime to os.path. by Martin v. Löwis · 21 years ago
  70. de33379 Patch #536661: Improve performance of splitext. Add test_macpath. by Martin v. Löwis · 21 years ago
  71. 26bc25a Don't try to access sys.getwindowsversion unless it exists (ntpath is by Tim Peters · 22 years ago
  72. 8696ebc Add os.path.supports_unicode_filenames for all platforms, by Mark Hammond · 22 years ago
  73. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  74. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  75. 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 22 years ago
  76. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  77. f717f05 Allow abspath to still do something sensisble if the nt module can not be imported. by Mark Hammond · 22 years ago
  78. 6a3e5f1 SF bug 478425: Change in os.path.join (ntpath.py) by Tim Peters · 23 years ago
  79. cf5e6a4 SF bug [#469732] os.path.walk docstring inconsistent. by Tim Peters · 23 years ago
  80. 83eeef4 SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: by Guido van Rossum · 23 years ago
  81. 54a14a3 SF bug #456621: normpath on Win32 not collapsing c:\\.. by Tim Peters · 23 years ago
  82. 33dc0a1 One more crack at join(): stop trying to pretend this isn't a mass of by Tim Peters · 23 years ago
  83. 4223f89 Change ntpath.join() so that join("d:/", "/whatever") returns by Tim Peters · 23 years ago
  84. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  85. 1bdd0f2 SF bug #44271: os.path.expanduser problem w/o HOME set. by Tim Peters · 23 years ago
  86. da05e97 abspath(): Fix inconsistent indentation. by Fred Drake · 23 years ago
  87. ef8b654 Add support for Windows using "mbcs" as the default Unicode encoding when dealing with the file system. As discussed on python-dev and in patch 410465. by Mark Hammond · 23 years ago
  88. 269b83b added several more __all__ lists by Skip Montanaro · 23 years ago
  89. 2344fae Whitespace normalization. by Tim Peters · 23 years ago
  90. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 23 years ago
  91. b4e460a Avoid import of string module; it is only needed for expandvars(). by Fred Drake · 24 years ago
  92. 0eeba5b Part of SF patch 101481: on Windows, os.path.join("a:", "b") should yield by Tim Peters · 24 years ago
  93. 6235831 revert semantics of commonprefix to work character-by-character by Skip Montanaro · 24 years ago
  94. 647d2fe Fix for Bug #110673: os.abspatth() now always returns os.getcwd() on Windows, if an empty path is specified. It previously did not if an empty path was delegated to win32api.GetFullPathName()) by Mark Hammond · 24 years ago
  95. 1d3dd74 * split on / or \ * case insensitive comparison by Skip Montanaro · 24 years ago
  96. 4d5d5bf forgot to change copy.copy(m) to m[:] by Skip Montanaro · 24 years ago
  97. 97bc98a fixed semantics of commonprefix to work by path elements instead of characters. by Skip Montanaro · 24 years ago
  98. 162bd85 Fix bug #345 reported by David Bolen <db3l@fitlinxx.com>: by Fred Drake · 24 years ago
  99. ef0b5dd Typo in a comment: "wheter" --> "whether" by Fred Drake · 24 years ago
  100. 823e91c Optimize abspath() slightly for the case that win32api can't be by Guido van Rossum · 24 years ago