| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Fix a bug that robotparser starves memory when the server responses | Hye-Shik Chang | 2004-06-05 | 1 | -0/+34 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-05-12 | 1 | -10/+10 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -8/+8 |
|
|
* | Added tests for urlretrieve. Also made sure urlopen tests cleaned up properl... | Brett Cannon | 2003-04-29 | 1 | -8/+48 |
|
|
* | Fix the tests on Windows, by writing the test data file in binary | Guido van Rossum | 2003-04-25 | 1 | -1/+1 |
|
|
* | Complete rewrite of module. Only has tests using temporary files; net tests | Brett Cannon | 2003-04-25 | 1 | -102/+376 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | added several more urlencode test cases - part of patch 103391 | Skip Montanaro | 2001-01-28 | 1 | -3/+60 |
|
|
* | added some tests for urlencode | Skip Montanaro | 2001-01-20 | 1 | -0/+16 |
|
|
* | urllib.py very recently changed to produce uppercase escapes, but no | Tim Peters | 2001-01-19 | 1 | -3/+8 |
|
|
* | test_urllib is failing on Windows. I don't know why, but I can at least | Tim Peters | 2001-01-19 | 1 | -5/+5 |
|
|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -6/+7 |
|
|
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -2/+0 |
|
|
* | Remove "," from the list of always_safe characters. It is a reserved | Jeremy Hylton | 2000-09-14 | 1 | -0/+18 |
|
|
* | fixes bug #111951 | Jeremy Hylton | 2000-08-31 | 1 | -0/+14 |
|
|