Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing Issue6711 - macurl2path has typos that raise AttributeError | Senthil Kumaran | 2009-08-16 | 1 | -3/+3 |
| | |||||
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -5/+5 |
| | | | | | | | | | | | | | It consists of code from urllib, urllib2, urlparse, and robotparser. The old modules have all been removed. The new package has five submodules: urllib.parse, urllib.request, urllib.response, urllib.error, and urllib.robotparser. The urllib.request.urlopen() function uses the url opener from urllib2. Note that the unittests have not been renamed for the beta, but they will be renamed in the future. Joint work with Senthil Kumaran. | ||||
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -3/+3 |
| | |||||
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -2/+2 |
| | | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.) | ||||
* | Bug #649974: make docstrings for url2pathname consistent | Georg Brandl | 2005-12-26 | 1 | -2/+4 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
| | | | | From SF patch #852334. | ||||
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -7/+6 |
| | |||||
* | a few more modules get __all__ | Skip Montanaro | 2001-01-24 | 1 | -0/+2 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2001-01-14 | 1 | -5/+5 |
| | |||||
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -2/+2 |
| | | | | | Use != instead of <> since <> is documented as "obsolescent". Use "is" and "is not" when comparing with None or type objects. | ||||
* | Actually, the previous batch's comment should have been different; | Guido van Rossum | 2000-02-04 | 1 | -2/+3 |
| | | | | | | | | | | *this* set of patches is Ka-Ping's final sweep: The attached patches update the standard library so that all modules have docstrings beginning with one-line summaries. A new docstring was added to formatter. The docstring for os.py was updated to mention nt, os2, ce in addition to posix, dos, mac. | ||||
* | Jack Jansen's patch to support file:///path/file/name URL syntax. | Guido van Rossum | 1999-06-01 | 1 | -0/+5 |
| | |||||
* | Quote/unquote slashes in macintosh pathname components (Jack Jansen). | Guido van Rossum | 1998-08-06 | 1 | -4/+10 |
| | |||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -40/+40 |
| | |||||
* | Handling of pathnames pointing to files on toplevel folder of disk was | Guido van Rossum | 1997-05-20 | 1 | -1/+6 |
| | | | | incorrect (Jack) | ||||
* | Added warning not to import directly. | Guido van Rossum | 1996-10-15 | 1 | -1/+2 |
| | |||||
* | Conversions between mac paths and URLs | Guido van Rossum | 1996-05-28 | 1 | -0/+76 |