summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_urllib2.py
Commit message (Expand)AuthorAgeFilesLines
* Patch [ 972332 ] urllib2 FTPHandler bugs / John J. LeeKurt B. Kaiser2004-07-111-10/+7
* [Patch #988602] Move the urllib2 tests into the test frameworkAndrew M. Kuchling2004-07-101-1/+129
* Whitespace normalization.Tim Peters2004-07-081-1/+1
* Remove unused import. (If it's there for some deep, dark reason, it should h...Andrew M. Kuchling2004-06-291-1/+0
* Add test case for bug #912845: requesting an HTTP byte range doesn't workAndrew M. Kuchling2004-06-291-6/+16
* Patch #963318: Add support for client-side cookie management.Martin v. Löwis2004-05-311-23/+76
* Fix two bugs in the new do_open() implementation for HTTPHandler.Jeremy Hylton2004-02-241-1/+2
* Whitespace normalization.Tim Peters2004-01-181-19/+21
* Remove methods that are no longer called by urllib2.Jeremy Hylton2003-12-171-14/+0
* Add methods to MockHTTPClass for modern httplib interface.Jeremy Hylton2003-12-171-51/+77
* SF patch 852995: add processors feature to urllib2Jeremy Hylton2003-12-141-29/+614
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-0/+5
* Whitespace normalization.Tim Peters2001-09-041-1/+1
* A quick hack to make the test pass on the Mac (similar to the quick hackJack Jansen2001-08-271-0/+4
* This has never worked on Windows. Now it does. If it breaks on Unix now,Tim Peters2001-07-161-1/+7
* Whitespace normalization.Tim Peters2001-05-291-1/+0
* Trivial tests of urllib2 for recent SF bugJeremy Hylton2001-05-091-0/+17