| Commit message (Expand) | Author | Age | Files | Lines |
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -325/+0 |
|
|
* | Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge... | Georg Brandl | 2008-01-21 | 1 | -3/+1 |
|
|
* | Merged revisions 59921-59932 via svnmerge from | Christian Heimes | 2008-01-12 | 1 | -52/+6 |
|
|
* | Merged revisions 59703-59773 via svnmerge from | Christian Heimes | 2008-01-06 | 1 | -11/+10 |
|
|
* | Merged revisions 59465-59487 via svnmerge from | Christian Heimes | 2007-12-14 | 1 | -1/+1 |
|
|
* | Change some uses of cStringIO.StringIO to io.StringIO. | Guido van Rossum | 2007-05-18 | 1 | -4/+1 |
|
|
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 1 | -2/+4 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -3/+3 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -13/+118 |
|
|
* | Bug #1407902: Added support for sftp:// URIs to urlparse. | Georg Brandl | 2006-01-20 | 1 | -11/+11 |
|
|
* | add support for svn: and svn+ssh: URL schemes to urlparse | Fred Drake | 2005-07-29 | 1 | -1/+2 |
|
|
* | Patch #712317: In URLs such as http://www.example.com?query=spam, treat '?' as | Johannes Gijsbers | 2005-01-09 | 1 | -13/+12 |
|
|
* | Use cStringIO where available. | Raymond Hettinger | 2004-12-31 | 1 | -2/+5 |
|
|
* | rsync is now a recognized protocol that uses "netloc" (i.e. specifies a network | Brett Cannon | 2004-06-29 | 1 | -1/+1 |
|
|
* | Revert last change. | Raymond Hettinger | 2004-05-07 | 1 | -12/+12 |
|
|
* | Use sets instead of lists for membership testing | Raymond Hettinger | 2004-05-06 | 1 | -12/+12 |
|
|
* | See rev. 1.42 for log message | Brett Cannon | 2003-10-12 | 1 | -6/+2 |
|
|
* | Patch #712124: Remove obsolete comment. | Martin v. Löwis | 2003-03-30 | 1 | -1/+0 |
|
|
* | Revert change 1.37. | Raymond Hettinger | 2003-01-07 | 1 | -12/+12 |
|
|
* | * add mms (windows media) as another scheme | Skip Montanaro | 2003-01-06 | 1 | -19/+15 |
|
|
* | Used dictionaries rather than lists for membership testing. | Raymond Hettinger | 2003-01-06 | 1 | -12/+12 |
|
|
* | SF feature #618024, urlparse fails on imap:// | Neal Norwitz | 2003-01-06 | 1 | -5/+5 |
|
|
* | Added missing entries to __all__. | Fred Drake | 2002-10-16 | 1 | -1/+2 |
|
|
* | Fix for 1.33: urlsplit() should only add '//' if scheme != ''. | Guido van Rossum | 2002-10-14 | 1 | -1/+1 |
|
|
* | Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce Atherton | Neal Norwitz | 2002-09-25 | 1 | -1/+1 |
|
|
* | amk's fix attached to | Michael W. Hudson | 2002-03-18 | 1 | -1/+3 |
|
|
* | Fix parsing of parameters from a URL; urlparse() did not check that it only | Fred Drake | 2001-11-16 | 1 | -34/+46 |
|
|
* | Remove unused variable | Andrew M. Kuchling | 2001-08-13 | 1 | -1/+1 |
|
|
* | final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be | Skip Montanaro | 2001-03-01 | 1 | -0/+2 |
|
|
* | Whitespace normalization. Top level of Lib now fixed-point for reindent.py! | Tim Peters | 2001-01-15 | 1 | -185/+185 |
|
|
* | urlunparse(): Do not add a leading slash to the path if it is empty. | Fred Drake | 2001-01-05 | 1 | -6/+12 |
|
|
* | Be explicit about scheme_chars -- string.letters is locale dependent | Guido van Rossum | 2000-12-19 | 1 | -20/+18 |
|
|
* | Pekka Pessi <Pekka.Pessi@nokia.com>: | Fred Drake | 2000-06-20 | 1 | -3/+3 |
|
|
* | Anthony Baxter <anthony@interlink.com.au>: | Fred Drake | 2000-04-14 | 1 | -4/+4 |
|
|
* | Some cleanup -- don't use splitfields/joinfields, standardize | Guido van Rossum | 2000-04-10 | 1 | -19/+17 |
|
|
* | The third and final doc-string sweep by Ka-Ping Yee. | Guido van Rossum | 2000-02-04 | 1 | -13/+16 |
|
|
* | No need to import find(). (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -1/+1 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 1999-03-18 | 1 | -2/+2 |
|
|
* | Delete non-standard-conforming code in urljoin() that would use the | Guido van Rossum | 1999-03-17 | 1 | -12/+0 |
|
|
* | Steve Clift pointed out that 'file' allows a netloc. | Guido van Rossum | 1999-02-22 | 1 | -0/+1 |
|
|
* | Fixed bug in the common-case code for HTTP URLs; it would lose the query, | Andrew M. Kuchling | 1999-01-06 | 1 | -4/+7 |
|
|
* | Add XXX comment about a test that doesn't seem right -- no time to | Guido van Rossum | 1998-12-21 | 1 | -0/+1 |
|
|
* | Easy optimizations of urlparse for the common case of parsing an http URL. | Jeremy Hylton | 1998-09-02 | 1 | -8/+33 |
|
|
* | fix typo in keyword argument 'allow_frament' should be 'allow_fragment' | Jeremy Hylton | 1998-08-25 | 1 | -6/+6 |
|
|
* | Add Gopher to list of protocols that support query strings. | Guido van Rossum | 1998-01-19 | 1 | -0/+1 |
|
|
* | Patch my Marc Lemburg to fix urljoin("/a", "..") and urljoin("/a", "..#1"). | Guido van Rossum | 1997-12-03 | 1 | -1/+3 |
|
|
* | After some discussion with Jeremy and Fred, decided to limit the | Guido van Rossum | 1997-07-14 | 1 | -1/+1 |
|
|
* | Test urlparse cache with try/except instead of has_key. | Guido van Rossum | 1997-07-11 | 1 | -1/+3 |
|
|
* | Added characteristics of shttp, https, and snews. | Guido van Rossum | 1997-01-02 | 1 | -3/+12 |
|
|
* | Crude but effective hack to clear the parser cache every so often. | Guido van Rossum | 1996-12-27 | 1 | -0/+4 |
|
|