1. 5a3ef5b #9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes. by Ezio Melotti · 14 years ago
  2. d71ca41 Remove os.path.walk by Benjamin Peterson · 16 years ago
  3. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  4. f0de6a1 Bug #1266283: lexists() is not exported from os.path by Georg Brandl · 19 years ago
  5. 649f8e7 patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc. by Georg Brandl · 19 years ago
  6. ae882f7 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. by Johannes Gijsbers · 20 years ago
  7. bdec50f Feature request #935915: Add os.path.devnull. by Martin v. Löwis · 20 years ago
  8. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  9. 117910d Migrate definitions of several platform-dependent path-related variables by Skip Montanaro · 21 years ago
  10. 61cdac6 Fix SF #659228, 'realpath' function missing from os.path by Neal Norwitz · 22 years ago
  11. 96a60e4 Patch #658927: Add getctime to os.path. by Martin v. Löwis · 22 years ago
  12. 8696ebc Add os.path.supports_unicode_filenames for all platforms, by Mark Hammond · 22 years ago
  13. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  14. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  15. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  16. 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 22 years ago
  17. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  18. 5cef571 OS/2 EMX port Library and regression test changes: by Andrew MacIntyre · 22 years ago