61 Commits (bbe2f60b3c19ecaa02ca07be14474eaacfcb59a0)

Author SHA1 Message Date
Victor Stinner ccb706cf0a Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X 16 years ago
Ezio Melotti 5a3ef5b22a #9018: os.path.normcase() now raises a TypeError if the argument is not str or bytes. 16 years ago
Florent Xicluna 9b0e9180e2 Note: only the relevant parts of r79474 are merged. 16 years ago
Florent Xicluna 54467e0daa Merged revisions 79195 via svnmerge from 16 years ago
Florent Xicluna 19b02d4558 Fix macpath to deal with bytes 16 years ago
Amaury Forgeot d'Arc b186f34384 Issue3187 for Macintosh platform: 17 years ago
Benjamin Peterson d71ca41b37 Remove os.path.walk 18 years ago
Collin Winter ce36ad8a46 Raise statement normalization in Lib/. 19 years ago
Guido van Rossum d8faa3654c Merged revisions 53952-54987 via svnmerge from 19 years ago
Thomas Wouters 89f507fe8c Four months of trunk changes (including a few releases...) 19 years ago
Georg Brandl f0de6a18bb Bug #1266283: lexists() is not exported from os.path 21 years ago
Georg Brandl 649f8e7de2 patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc. 21 years ago
Johannes Gijsbers d2a1aa4b1e Whitespace normalization. 22 years ago
Johannes Gijsbers ae882f7984 Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists in glob.glob. 22 years ago
Martin v. Löwis bdec50f027 Feature request #935915: Add os.path.devnull. 22 years ago
Jack Jansen 98fc683719 Getting rid of macfs. 23 years ago
Skip Montanaro 117910dc44 Migrate definitions of several platform-dependent path-related variables 23 years ago
Tim Peters 2c60f7a136 Whitespace normalization. 23 years ago
Jack Jansen 791f7d4783 Added ismount(). 23 years ago
Neal Norwitz 61cdac6d3d Fix SF #659228, 'realpath' function missing from os.path 23 years ago
Martin v. Löwis 96a60e4af5 Patch #658927: Add getctime to os.path. 23 years ago
Martin v. Löwis de3337913f Patch #536661: Improve performance of splitext. Add test_macpath. 23 years ago
Mark Hammond 8696ebcd28 Add os.path.supports_unicode_filenames for all platforms, 24 years ago
Raymond Hettinger 32200aeac6 Replaced obsolete stat module constants with equivalent attributes 24 years ago
Tim Peters 8ac1495a6a Whitespace normalization. 24 years ago
Anthony Baxter ae7639dbfb whitespace fixup. test__all__ and test_sundry were failing 24 years ago
Jack Jansen 992d58b770 Fixes based on ideas from Christopher Smith: 24 years ago
Guido van Rossum 8ca162f417 Partial introduction of bools where appropriate. 24 years ago
Tim Peters bc0e910826 Convert a pile of obvious "yes/no" functions to return bool. 24 years ago
Neal Norwitz 93cf79fde4 Use docstrings for exception classes 24 years ago
Neal Norwitz 27a353020b Stop using string exceptions 24 years ago
Tim Peters cf5e6a4a5d SF bug [#469732] os.path.walk docstring inconsistent. 25 years ago
Guido van Rossum 83eeef4b06 SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: 25 years ago
Greg Ward 034cbf1350 Typo fix (spelling mistake in error message). 25 years ago
Skip Montanaro 17ab123cf1 a few more modules get __all__ 25 years ago
Fred Drake 8152d32375 Update the code to better reflect recommended style: 25 years ago
Fred Drake b4e460ac4b Avoid import of string module; it is only needed for expandvars(). 26 years ago
Jack Jansen 03c06ee7fc Restored commonprefix() semantics. 26 years ago
Jack Jansen 2fc0109375 Rewrite of normpath() by Corran Webster, so trailing :s are removed 26 years ago
Skip Montanaro 97bc98aea7 fixed semantics of commonprefix to work by path elements instead of 26 years ago
Guido van Rossum 46d565111e getatime() returned the mtime instead of the atime. 26 years ago
Guido van Rossum 54f22ed30b More trivial comment -> docstring transformations by Ka-Ping Yee, 26 years ago
Fred Drake 69f87c580d getsize(), getatime(), getmtime(): 27 years ago
Guido van Rossum e294cf620a Add abspath() 27 years ago
Guido van Rossum 2bc1f8f07e Added getsize(), getmtime(), getatime() 28 years ago
Guido van Rossum 5c1d2297ea Instead of 'import mac', use 'import os' -- this way, the path syntax 28 years ago
Guido van Rossum d6a111e2dd Fix for boundary case (Jack) 29 years ago
Barry Warsaw 19302de7a0 join(): Wax the incorrect leading comment 29 years ago
Barry Warsaw 384d249006 join(): join one or more path components 29 years ago
Guido van Rossum a48bf79977 Added splitext() 30 years ago