summaryrefslogtreecommitdiff
path: root/Lib/macurl2path.py
Commit message (Expand)AuthorAgeFilesLines
* Increase macurl2path test coverageSenthil Kumaran2013-10-231-20/+0
* Bug #649974: make docstrings for url2pathname consistentGeorg Brandl2005-12-261-2/+4
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* String method conversion.Eric S. Raymond2001-02-091-7/+6
* a few more modules get __all__Skip Montanaro2001-01-241-0/+2
* Whitespace normalization.Tim Peters2001-01-141-5/+5
* Update the code to better reflect recommended style:Fred Drake2000-12-121-2/+2
* Actually, the previous batch's comment should have been different;Guido van Rossum2000-02-041-2/+3
* Jack Jansen's patch to support file:///path/file/name URL syntax.Guido van Rossum1999-06-011-0/+5
* Quote/unquote slashes in macintosh pathname components (Jack Jansen).Guido van Rossum1998-08-061-4/+10
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-40/+40
* Handling of pathnames pointing to files on toplevel folder of disk wasGuido van Rossum1997-05-201-1/+6
* Added warning not to import directly.Guido van Rossum1996-10-151-1/+2
* Conversions between mac paths and URLsGuido van Rossum1996-05-281-0/+76