summaryrefslogtreecommitdiff
path: root/Lib/test/test_urllib2.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-0/+6
* Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,...Christian Heimes2008-03-221-2/+6
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-3/+3
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-091-0/+9
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+2
* Fix some tests I broke. (More to follow.)Guido van Rossum2007-08-271-1/+1
* Fix a few places that broke due to a recent change to io.py.Guido van Rossum2007-08-271-1/+1
* some RiscOS stuff I missed before (was only looking for "RISCOS")Skip Montanaro2007-08-171-4/+0
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-5/+5
* SF patch# 1762940 by Joe Gregorio.Guido van Rossum2007-08-031-1/+1
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-0/+6
* Fix for one particular test (test_file). There are still four errors.Guido van Rossum2007-07-161-1/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-3/+7
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-8/+16
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-3/+2
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-091-1/+1
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-7/+70
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-7/+7
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-9/+107
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-168/+204
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-7/+31
* Use relative import now that it is required. (Should this go into 2.5?)Neal Norwitz2006-03-241-1/+1
* test_gopher(): Squash another deprecationTim Peters2006-02-191-0/+5
* Move test case for HTTP response dict to httplib.Georg Brandl2006-02-171-4/+0
* Bug #735248: Fix urllib2.parse_http_list.Georg Brandl2005-08-241-0/+8
* Whitespace normalization.Tim Peters2005-07-171-1/+1
* RFE [ 1216944 ] Add Error Code Dictionary to urllib2Georg Brandl2005-07-141-0/+4
* Fix urllib2.urlopen() handling of chunked content encoding.Jeremy Hylton2004-08-071-0/+2
* 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