aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/posixpath.py
Commit message (Expand)AuthorAge
* Add in a comment that was removed in 240adc564539 (requested by Victor Stinner)Brian Curtin2013-07-22
* Fix #18530. Remove extra stat call from posixpath.ismountBrian Curtin2013-07-22
* Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).Serhiy Storchaka2013-02-18
|\
| * Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).Serhiy Storchaka2013-02-18
| |\
| | * Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).Serhiy Storchaka2013-02-18
* | | Issue #6975: os.path.realpath() now correctly resolves multiple nested symlin...Serhiy Storchaka2013-02-10
|\| |
| * | Issue #6975: os.path.realpath() now correctly resolves multiple nested symlin...Serhiy Storchaka2013-02-10
| |\|
| | * Issue #6975: os.path.realpath() now correctly resolves multiple nested symlin...Serhiy Storchaka2013-02-10
* | | Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile.Brian Curtin2012-12-26
* | | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-18
|/ /
* | Merge #15342: Add clarifying sentence to posixpath.join docstring.R David Murray2012-07-21
|\|
| * #15342: Add clarifying sentence to posixpath.join docstring.R David Murray2012-07-21
* | #15377: Make posixpath.join() more strict when checking for str/bytes mixHynek Schlawack2012-07-17
|\|
| * #15377: Make posixpath.join() more strict when checking for str/bytes mixHynek Schlawack2012-07-17
* | #15180: Clarify posixpath.join() error message when mixing str & bytesHynek Schlawack2012-07-15
|\|
| * #15180: Clarify posixpath.join() error message when mixing str & bytesHynek Schlawack2012-07-15
|/
* Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is...Jesus Cea2012-05-10
* Issue #5117: Case normalization was needed on ntpath.relpath(). AndHirokazu Yamamoto2010-10-18
* Use os.fsencode() to support surrogatesVictor Stinner2010-09-29
* Issue #767645: Set os.path.supports_unicode_filenames to True in posixpathVictor Stinner2010-09-17
* #5551: symbolic links never can be mount points. Fixes the fix for #1713.Georg Brandl2010-08-01
* #9018: os.path.normcase() now raises a TypeError if the argument is not str o...Ezio Melotti2010-06-25
* Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-14
* Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,...Benjamin Peterson2009-04-11
* Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge fromBenjamin Peterson2009-01-30
* Issue #3187: Better support for "undecodable" filenames. Code by VictorGuido van Rossum2008-10-02
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-19
* Remove os.path.walkBenjamin Peterson2008-05-08
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-06
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-24
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Bug #1266283: lexists() is not exported from os.pathGeorg Brandl2005-08-22
* Bug #1213894: os.path.realpath didn't resolve symlinks that were the firstGeorg Brandl2005-06-03
* Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i...Johannes Gijsbers2004-08-30
* Whitespace normalization.Tim Peters2004-08-20
* bug #990669: os.path.realpath() will resolve symlinks before normalizing theJohannes Gijsbers2004-08-14
* Use isabs() in conditional, not abspathAndrew M. Kuchling2004-08-02
* Whitespace normalization, via reindent.py.Tim Peters2004-07-18
* Remove tabs introduced in last commit.Brett Cannon2004-07-11
* posixpath.realpath() now detects symlink loops and returns the path just beforeBrett Cannon2004-07-10
* Feature request #935915: Add os.path.devnull.Martin v. Löwis2004-06-08
* fix various descriptions of "ctime"Fred Drake2004-05-12
* SF Patch 681780: Faster commonprefix (OS independent)Raymond Hettinger2003-12-31
* SF patch #834015: Remove imports of unused modulesRaymond Hettinger2003-11-02
* back out the darwin supports_unicode_filenames patch; it causes deep problems...Just van Rossum2003-07-17
* [ 767645 ] correctly set the os.path.supports_unicode_filenames flag for OSXJust van Rossum2003-07-11
* Use find() instead of looping over the string in expanduser().Walter Dörwald2003-06-19
* Modernize Lib/posixpath.py: Use startswith(), endswith(), rstrip(),Walter Dörwald2003-06-17
* Migrate definitions of several platform-dependent path-related variablesSkip Montanaro2003-02-14