| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 80675 via svnmerge from | Senthil Kumaran | 2010-05-01 | 1 | -1/+1 |
|
|
* | Merged revisions 80362 via svnmerge from | Senthil Kumaran | 2010-04-22 | 1 | -8/+6 |
|
|
* | Merged revisions 80277 via svnmerge from | Senthil Kumaran | 2010-04-20 | 1 | -6/+8 |
|
|
* | For for issue #7154: Port the code that uses | Ronald Oussoren | 2010-04-18 | 1 | -27/+65 |
|
|
* | Merged revisions 80146 via svnmerge from | Senthil Kumaran | 2010-04-17 | 1 | -2/+24 |
|
|
* | Merged revisions 80101 via svnmerge from | Senthil Kumaran | 2010-04-16 | 1 | -12/+20 |
|
|
* | Reverting the changes made in r78433. | Senthil Kumaran | 2010-03-07 | 1 | -3/+0 |
|
|
* | Merged revisions 78431 via svnmerge from | Senthil Kumaran | 2010-02-24 | 1 | -0/+3 |
|
|
* | Merged revisions 78422 via svnmerge from | Senthil Kumaran | 2010-02-24 | 1 | -1/+1 |
|
|
* | Merged revisions 78268 via svnmerge from | Senthil Kumaran | 2010-02-20 | 1 | -1/+1 |
|
|
* | Merged revisions 78234 via svnmerge from | Senthil Kumaran | 2010-02-19 | 1 | -1/+1 |
|
|
* | Merged revisions 77058 via svnmerge from | Senthil Kumaran | 2009-12-27 | 1 | -5/+6 |
|
|
* | Merged revisions 76908 via svnmerge from | Senthil Kumaran | 2009-12-20 | 1 | -3/+10 |
|
|
* | Merged revisions 76718 via svnmerge from | Antoine Pitrou | 2009-12-08 | 1 | -1/+2 |
|
|
* | Recorded merge of revisions 76642 via svnmerge from | Philip Jenvey | 2009-12-03 | 1 | -3/+1 |
|
|
* | Merged revisions 76288 via svnmerge from | Senthil Kumaran | 2009-11-15 | 1 | -1/+6 |
|
|
* | Merged revisions 76282 via svnmerge from | Senthil Kumaran | 2009-11-15 | 1 | -2/+4 |
|
|
* | Merged revisions 75333 via svnmerge from | Senthil Kumaran | 2009-10-11 | 1 | -0/+4 |
|
|
* | Use true booleans. | Georg Brandl | 2009-09-16 | 1 | -3/+3 |
|
|
* | Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. | Senthil Kumaran | 2009-07-25 | 1 | -3/+12 |
|
|
* | Fix for issue5102, timeout value propages between redirects, proxy, digest and | Senthil Kumaran | 2009-07-19 | 1 | -4/+4 |
|
|
* | More codestring -> codebytes. | Georg Brandl | 2009-06-04 | 1 | -1/+2 |
|
|
* | #6118: dont ignore encoding arguments for arguments with spaces in quote_plus(). | Georg Brandl | 2009-05-26 | 1 | -1/+1 |
|
|
* | Fix for issue1153027, making Py3k changes similar to fix in issue918368. | Senthil Kumaran | 2009-05-05 | 1 | -0/+1 |
|
|
* | Fix for Issue1648102, based on the MSDN spec: If this parameter specifies the | Senthil Kumaran | 2009-05-01 | 1 | -10/+3 |
|
|
* | #5624: _winreg is winreg in Python 3. | Georg Brandl | 2009-04-01 | 1 | -8/+8 |
|
|
* | Make urllib use HTTP/1.1. It seems to work now, but hasn't been | Jeremy Hylton | 2009-03-31 | 1 | -4/+0 |
|
|
* | Simplify the Request class. The basic components of the parsed | Jeremy Hylton | 2009-03-31 | 1 | -92/+73 |
|
|
* | Fix for Issue4962, issue4675. | Senthil Kumaran | 2009-03-30 | 1 | -2/+2 |
|
|
* | Merged revisions 70518,70521,70590,70594-70595 via svnmerge from | Benjamin Peterson | 2009-03-26 | 1 | -35/+39 |
|
|
* | Add __enter__ and __exit__ methods to addbase() so that it supports with. | Jeremy Hylton | 2009-03-26 | 1 | -0/+8 |
|
|
* | urlencode: | Jeremy Hylton | 2009-03-26 | 1 | -13/+5 |
|
|
* | Simplify a few complicated expressions. | Jeremy Hylton | 2009-03-26 | 1 | -7/+12 |
|
|
* | Whitespace normalization. | Jeremy Hylton | 2009-03-26 | 1 | -5/+6 |
|
|
* | Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. | Antoine Pitrou | 2009-02-11 | 2 | -4/+5 |
|
|
* | Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,... | Benjamin Peterson | 2008-09-22 | 1 | -3/+0 |
|
|
* | Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module | Facundo Batista | 2008-09-03 | 1 | -1/+67 |
|
|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -1/+1 |
|
|
* | - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. | Guido van Rossum | 2008-08-18 | 1 | -47/+136 |
|
|
* | Issue 2464. Supports a malformation in the URL received | Facundo Batista | 2008-08-17 | 1 | -1/+9 |
|
|
* | Issue #2776: fixed small issue when handling an URL with double slash | Facundo Batista | 2008-08-16 | 1 | -3/+8 |
|
|
* | Issue 1432. Fixes a bug caused because of the evolution | Facundo Batista | 2008-08-14 | 1 | -3/+12 |
|
|
* | Revert accidentally committed files. Oops! | Guido van Rossum | 2008-08-06 | 1 | -60/+69 |
|
|
* | Merged revisions 65544 via svnmerge from | Guido van Rossum | 2008-08-06 | 1 | -69/+60 |
|
|
* | Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 ... | Benjamin Peterson | 2008-07-31 | 1 | -0/+5 |
|
|
* | Bug 3347: robotparser failed because it didn't convert bytes to string. | Jeremy Hylton | 2008-07-18 | 1 | -2/+6 |
|
|
* | Issue 3314. The sys module is used in an error case. | Facundo Batista | 2008-07-07 | 1 | -1/+2 |
|
|
* | Fix a few urllib bugs (NameErrors). | Georg Brandl | 2008-07-01 | 2 | -126/+125 |
|
|
* | Fix old urllib/urllib2/urlparse usage. | Georg Brandl | 2008-06-23 | 1 | -10/+11 |
|
|
* | follow-up of r64385: rename urllib.quote in nturl2path | Amaury Forgeot d'Arc | 2008-06-18 | 1 | -3/+0 |
|
|