| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #23780: Improved error message in os.path.join() with single argument. | Serhiy Storchaka | 2015-05-19 | 1 | -0/+2 |
* | Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with | Serhiy Storchaka | 2014-10-04 | 1 | -14/+18 |
* | Issue #9850: Fixed macpath.join() for empty first component. Patch by | Serhiy Storchaka | 2014-09-27 | 1 | -1/+1 |
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
* | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-13 | 1 | -1/+1 |
* | Issue #16706: get rid of os.error | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
* | Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X | Victor Stinner | 2010-09-13 | 1 | -1/+1 |
* | #9018: os.path.normcase() now raises a TypeError if the argument is not str o... | Ezio Melotti | 2010-06-25 | 1 | -0/+3 |
* | Merged revisions 79195 via svnmerge from | Florent Xicluna | 2010-03-21 | 1 | -1/+4 |
* | Fix macpath to deal with bytes | Florent Xicluna | 2010-03-08 | 1 | -1/+5 |
* | Issue3187 for Macintosh platform: | Amaury Forgeot d'Arc | 2008-10-03 | 1 | -23/+39 |
* | Remove os.path.walk | Benjamin Peterson | 2008-05-08 | 1 | -28/+1 |
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -1/+1 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -11/+3 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -62/+1 |
* | Bug #1266283: lexists() is not exported from os.path | Georg Brandl | 2005-08-22 | 1 | -1/+1 |
* | patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc. | Georg Brandl | 2005-08-03 | 1 | -8/+8 |
* | Whitespace normalization. | Johannes Gijsbers | 2004-08-30 | 1 | -1/+1 |
* | Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i... | Johannes Gijsbers | 2004-08-30 | 1 | -1/+13 |
* | Feature request #935915: Add os.path.devnull. | Martin v. Löwis | 2004-06-08 | 1 | -1/+2 |
* | Getting rid of macfs. | Jack Jansen | 2003-02-27 | 1 | -4/+4 |
* | Migrate definitions of several platform-dependent path-related variables | Skip Montanaro | 2003-02-14 | 1 | -0/+10 |
* | Whitespace normalization. | Tim Peters | 2003-01-29 | 1 | -4/+4 |
* | Added ismount(). | Jack Jansen | 2003-01-15 | 1 | -0/+5 |
* | Fix SF #659228, 'realpath' function missing from os.path | Neal Norwitz | 2003-01-03 | 1 | -1/+1 |
* | Patch #658927: Add getctime to os.path. | Martin v. Löwis | 2002-12-31 | 1 | -1/+4 |
* | Patch #536661: Improve performance of splitext. Add test_macpath. | Martin v. Löwis | 2002-12-12 | 1 | -14/+5 |
* | Add os.path.supports_unicode_filenames for all platforms, | Mark Hammond | 2002-10-08 | 1 | -1/+4 |
* | Replaced obsolete stat module constants with equivalent attributes | Raymond Hettinger | 2002-06-01 | 1 | -8/+5 |
* | Whitespace normalization. | Tim Peters | 2002-05-23 | 1 | -13/+13 |
* | whitespace fixup. test__all__ and test_sundry were failing | Anthony Baxter | 2002-04-23 | 1 | -1/+1 |
* | Fixes based on ideas from Christopher Smith: | Jack Jansen | 2002-04-22 | 1 | -5/+21 |
* | Partial introduction of bools where appropriate. | Guido van Rossum | 2002-04-07 | 1 | -2/+2 |
* | Convert a pile of obvious "yes/no" functions to return bool. | Tim Peters | 2002-04-04 | 1 | -3/+3 |
* | Use docstrings for exception classes | Neal Norwitz | 2002-03-31 | 1 | -1/+2 |
* | Stop using string exceptions | Neal Norwitz | 2002-03-31 | 1 | -1/+1 |
* | SF bug [#469732] os.path.walk docstring inconsistent. | Tim Peters | 2001-10-10 | 1 | -7/+13 |
* | SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: | Guido van Rossum | 2001-09-17 | 1 | -0/+3 |
* | Typo fix (spelling mistake in error message). | Greg Ward | 2001-08-08 | 1 | -1/+1 |
* | a few more modules get __all__ | Skip Montanaro | 2001-01-24 | 1 | -0/+4 |
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -3/+3 |
* | Avoid import of string module; it is only needed for expandvars(). | Fred Drake | 2000-09-28 | 1 | -7/+7 |
* | Restored commonprefix() semantics. | Jack Jansen | 2000-08-23 | 1 | -23/+13 |
* | Rewrite of normpath() by Corran Webster, so trailing :s are removed | Jack Jansen | 2000-08-06 | 1 | -32/+23 |
* | fixed semantics of commonprefix to work by path elements instead of | Skip Montanaro | 2000-07-12 | 1 | -0/+23 |
* | getatime() returned the mtime instead of the atime. | Guido van Rossum | 2000-07-01 | 1 | -1/+1 |
* | More trivial comment -> docstring transformations by Ka-Ping Yee, | Guido van Rossum | 2000-02-04 | 1 | -147/+145 |
* | getsize(), getatime(), getmtime(): | Fred Drake | 1999-07-23 | 1 | -3/+3 |
* | Add abspath() | Guido van Rossum | 1999-01-29 | 1 | -0/+7 |
* | Added getsize(), getmtime(), getatime() | Guido van Rossum | 1998-07-24 | 1 | -0/+18 |