| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed the semantic of timeout for socket.create_connection and | Facundo Batista | 2008-05-29 | 1 | -16/+24 |
|
|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -4/+0 |
|
|
* | #1178141: add addinfourl.code to get http status code from urllib. | Georg Brandl | 2008-01-20 | 1 | -1/+6 |
|
|
* | Change docstrings to comments so test output will display normally. | Kurt B. Kaiser | 2008-01-02 | 1 | -3/+3 |
|
|
* | Issue1177 | Kurt B. Kaiser | 2008-01-02 | 1 | -0/+13 |
|
|
* | Get test passing again by commenting out the reference to the test class. | Neal Norwitz | 2007-05-25 | 1 | -1/+1 |
|
|
* | Commenting out the tests until find out who can test them in | Facundo Batista | 2007-05-25 | 1 | -61/+69 |
|
|
* | Fixing stupid error, and introducing a sleep, to see if the | Facundo Batista | 2007-05-25 | 1 | -1/+1 |
|
|
* | Trying to make the tests work in Windows and Solaris, everywhere | Facundo Batista | 2007-05-25 | 1 | -11/+13 |
|
|
* | Let's see if reading exactly what is written allow this live | Facundo Batista | 2007-05-24 | 1 | -0/+1 |
|
|
* | Removed the .recv() in the test, is not necessary, and was | Facundo Batista | 2007-05-24 | 1 | -1/+0 |
|
|
* | Added an optional timeout parameter to urllib.ftpwrapper, with tests | Facundo Batista | 2007-05-24 | 1 | -1/+66 |
|
|
* | Patch #1695862: remove the cleanup code, now that Windows buildbots are green | Žiga Seilnacht | 2007-04-12 | 1 | -17/+0 |
|
|
* | Patch #1695862: remove old test directory that causes test_urllib failures | Žiga Seilnacht | 2007-04-09 | 1 | -0/+14 |
|
|
* | Try to make this test more resistant to dropping from previous runs (ie, file... | Neal Norwitz | 2007-03-20 | 1 | -0/+3 |
|
|
* | Bug #767111: fix long-standing bug in urllib which caused an | Georg Brandl | 2007-03-14 | 1 | -0/+9 |
|
|
* | 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 |
|
|