summaryrefslogtreecommitdiff
path: root/Lib/posixpath.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-3/+3
* Merge #15342: Add clarifying sentence to posixpath.join docstring.R David Murray2012-07-211-1/+2
|\
| * #15342: Add clarifying sentence to posixpath.join docstring.R David Murray2012-07-211-1/+2
* | #15377: Make posixpath.join() more strict when checking for str/bytes mixHynek Schlawack2012-07-171-4/+5
|\ \ | |/
| * #15377: Make posixpath.join() more strict when checking for str/bytes mixHynek Schlawack2012-07-171-4/+5
* | #15180: Clarify posixpath.join() error message when mixing str & bytesHynek Schlawack2012-07-151-1/+2
|\ \ | |/ |/|
* | #15180: Clarify posixpath.join() error message when mixing str & bytesHynek Schlawack2012-07-151-6/+13
|/
* Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is...Jesus Cea2012-05-101-2/+2
* Issue #5117: Case normalization was needed on ntpath.relpath(). AndHirokazu Yamamoto2010-10-181-2/+2
* Use os.fsencode() to support surrogatesVictor Stinner2010-09-291-1/+1
* Issue #767645: Set os.path.supports_unicode_filenames to True in posixpathVictor Stinner2010-09-171-1/+1
* #5551: symbolic links never can be mount points. Fixes the fix for #1713.Georg Brandl2010-08-011-0/+3
* #9018: os.path.normcase() now raises a TypeError if the argument is not str o...Ezio Melotti2010-06-251-0/+3
* Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-141-1/+1
* Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,...Benjamin Peterson2009-04-111-1/+4
* Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge fromBenjamin Peterson2009-01-301-2/+2
* Issue #3187: Better support for "undecodable" filenames. Code by VictorGuido van Rossum2008-10-021-43/+128
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-1/+1
* Remove os.path.walkBenjamin Peterson2008-05-081-39/+1
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-2/+4
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-241-1/+3
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-9/+19
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-76/+11
* Bug #1266283: lexists() is not exported from os.pathGeorg Brandl2005-08-221-2/+2
* Bug #1213894: os.path.realpath didn't resolve symlinks that were the firstGeorg Brandl2005-06-031-1/+1
* Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i...Johannes Gijsbers2004-08-301-0/+11
* Whitespace normalization.Tim Peters2004-08-201-3/+3
* bug #990669: os.path.realpath() will resolve symlinks before normalizing theJohannes Gijsbers2004-08-141-7/+9
* Use isabs() in conditional, not abspathAndrew M. Kuchling2004-08-021-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
* Remove tabs introduced in last commit.Brett Cannon2004-07-111-4/+4
* posixpath.realpath() now detects symlink loops and returns the path just beforeBrett Cannon2004-07-101-6/+30
* Feature request #935915: Add os.path.devnull.Martin v. Löwis2004-06-081-1/+2
* fix various descriptions of "ctime"Fred Drake2004-05-121-1/+1
* SF Patch 681780: Faster commonprefix (OS independent)Raymond Hettinger2003-12-311-10/+7
* SF patch #834015: Remove imports of unused modulesRaymond Hettinger2003-11-021-1/+0
* back out the darwin supports_unicode_filenames patch; it causes deep problems...Just van Rossum2003-07-171-4/+1
* [ 767645 ] correctly set the os.path.supports_unicode_filenames flag for OSXJust van Rossum2003-07-111-1/+5
* Use find() instead of looping over the string in expanduser().Walter Dörwald2003-06-191-4/+4
* Modernize Lib/posixpath.py: Use startswith(), endswith(), rstrip(),Walter Dörwald2003-06-171-15/+16
* Migrate definitions of several platform-dependent path-related variablesSkip Montanaro2003-02-141-0/+10
* Fix SF #659228, 'realpath' function missing from os.pathNeal Norwitz2003-01-031-1/+2
* Patch #658927: Add getctime to os.path.Martin v. Löwis2002-12-311-1/+4
* Patch #536661: Improve performance of splitext. Add test_macpath.Martin v. Löwis2002-12-121-14/+5
* Whitespace normalization.Tim Peters2002-11-091-1/+0
* Add os.path.supports_unicode_filenames for all platforms,Mark Hammond2002-10-081-1/+4
* SF # 555779, import user doesn't work with CGIsNeal Norwitz2002-09-051-2/+4
* Remove another reference to stat.ST_MODENeal Norwitz2002-06-061-1/+1
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-011-15/+12
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-2/+2