summaryrefslogtreecommitdiff
path: root/tests/stdlib/test_urllib2.py
Commit message (Collapse)AuthorAgeFilesLines
* Reformat with autopep8Jakub Stasiak2014-10-111-2/+4
|
* PEP-8 fixesSergey Shepelev2014-08-271-1/+2
|
* python3 compat: remove lots of Python 2.5 and earlier dependent code; use ↵Sergey Shepelev2013-12-031-4/+1
| | | | print() function syntax
* test_urllib2 is a bit funkyRyan Williams2010-01-281-0/+1
|
* Fixed 2.4 stdlib test failure.Ryan Williams2010-01-081-1/+4
|
* Added continuous build links to index, tinkered with stdlib tests some more.Ryan Williams2010-01-081-0/+1
|
* Patcherized both urllib2 and its test.Ryan Williams2009-11-291-8/+6
|
* Migrated test_urllib2 tests to stdlib directory, thereby removing ↵Ryan Williams2009-08-141-0/+15
copy-and-paste code.