| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops | Antoine Pitrou | 2010-10-14 | 1 | -1/+1 |
|
|
* | Really fix bug | Antoine Pitrou | 2010-10-14 | 1 | -2/+2 |
|
|
* | Fix issue 10094, by narrowing down the test for PROXY environment variables. | Barry Warsaw | 2010-10-14 | 1 | -1/+1 |
|
|
* | Silence BytesWarning while testing exception | Florent Xicluna | 2010-08-14 | 1 | -1/+2 |
|
|
* | Use unittest specific methods for some urllib test cases. And replace urllib... | Florent Xicluna | 2010-08-08 | 1 | -2/+2 |
|
|
* | Issue #9425: skip tests if a filename is not encodable | Victor Stinner | 2010-08-07 | 1 | -2/+6 |
|
|
* | Fix Issue8123 - TypeError in urllib when trying to use HTTP authentication | Senthil Kumaran | 2010-08-01 | 1 | -0/+11 |
|
|
* | Fix an oversight in r83294. unquote() should reject bytes. Issue #9301. | Florent Xicluna | 2010-07-31 | 1 | -0/+1 |
|
|
* | Make urllib tests pass for now. Will figure out what the correct semantics s... | Georg Brandl | 2010-07-31 | 1 | -4/+4 |
|
|
* | Fix issue9301 - handle unquote({}) kind of case. | Senthil Kumaran | 2010-07-30 | 1 | -1/+3 |
|
|
* | Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError f... | Senthil Kumaran | 2010-07-19 | 1 | -0/+3 |
|
|
* | Fix Issue5468 - urlencode to handle bytes and other alternate encodings. | Senthil Kumaran | 2010-07-03 | 1 | -0/+110 |
|
|
* | Merged revisions 78268 via svnmerge from | Senthil Kumaran | 2010-02-20 | 1 | -1/+5 |
|
|
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -9/+8 |
|
|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -3/+2 |
|
|
* | Merged revisions 77209,77229,77359-77360,77371 via svnmerge from | Benjamin Peterson | 2010-01-09 | 1 | -0/+4 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -13/+13 |
|
|
* | #6118: dont ignore encoding arguments for arguments with spaces in quote_plus(). | Georg Brandl | 2009-05-26 | 1 | -0/+15 |
|
|
* | Fix for issue1153027, making Py3k changes similar to fix in issue918368. | Senthil Kumaran | 2009-05-05 | 1 | -0/+13 |
|
|
* | Merged revisions 71984 via svnmerge from | Walter Dörwald | 2009-04-26 | 1 | -16/+8 |
|
|
* | Fix for Issue4962, issue4675. | Senthil Kumaran | 2009-03-30 | 1 | -0/+16 |
|
|
* | Add a few more tests for urllib.parse.urlencode. | Jeremy Hylton | 2009-03-26 | 1 | -2/+19 |
|
|
* | Fix broken socket.makefile emulation in test_urllib | Nick Coghlan | 2009-02-08 | 1 | -1/+2 |
|
|
* | test_urllib would set environment variable NO_PROXY without removing it after... | Antoine Pitrou | 2009-01-03 | 1 | -4/+8 |
|
|
* | Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,... | Benjamin Peterson | 2008-10-25 | 1 | -3/+1 |
|
|
* | Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,... | Benjamin Peterson | 2008-09-22 | 1 | -0/+26 |
|
|
* | - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. | Guido van Rossum | 2008-08-18 | 1 | -22/+227 |
|
|
* | Revert accidentally committed files. Oops! | Guido van Rossum | 2008-08-06 | 1 | -1/+1 |
|
|
* | Merged revisions 65544 via svnmerge from | Guido van Rossum | 2008-08-06 | 1 | -1/+1 |
|
|
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -58/+79 |
|
|
* | Patch for issue 2848, mostly by Humberto Diogenes, with a couple of | Barry Warsaw | 2008-06-12 | 1 | -4/+4 |
|
|
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 | 1 | -16/+24 |
|
|
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -5/+5 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -16/+16 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -4/+0 |
|
|
* | Merged revisions 60124-60142 via svnmerge from | Christian Heimes | 2008-01-20 | 1 | -1/+6 |
|
|
* | Merged revisions 59642-59665 via svnmerge from | Christian Heimes | 2008-01-02 | 1 | -1/+14 |
|
|
* | Make test_urllib be strict about str/bytes. | Guido van Rossum | 2007-08-29 | 1 | -4/+4 |
|
|
* | Fix test for new version of urllib that uses HTTPConnection directly. | Jeremy Hylton | 2007-08-04 | 1 | -3/+3 |
|
|
* | Fix tests that tried to sneak strings through httplib. | Jeremy Hylton | 2007-08-04 | 1 | -13/+13 |
|
|
* | Make test_urllib.py pass. Mostly str/bytes issues. | Guido van Rossum | 2007-07-10 | 1 | -3/+3 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -1/+76 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -2/+2 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -0/+9 |
|
|
* | Change all the function attributes from func_* -> __*__. This gets rid | Neal Norwitz | 2007-02-25 | 1 | -1/+1 |
|
|
* | Anna Ravenscroft identified many occurrences of "file" used to open a file | Alex Martelli | 2006-08-24 | 1 | -3/+3 |
|
|
* | Teach unquote() to handle unicode inputs | Raymond Hettinger | 2005-10-15 | 1 | -0/+4 |
|
|
* | Revert 1.170. Add tests. | Raymond Hettinger | 2005-09-10 | 1 | -0/+6 |
|
|
* | patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve | Georg Brandl | 2005-08-26 | 1 | -9/+93 |
|
|
* | Docstring grammar fix | Andrew M. Kuchling | 2004-06-29 | 1 | -1/+1 |
|
|