summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_http_cookiejar.py
Commit message (Expand)AuthorAgeFilesLines
* PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.Antoine Pitrou2011-10-121-5/+6
* this should be an identity testBenjamin Peterson2011-07-141-1/+1
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-133/+133
* Fix file closing in test_http_cookiejar.Brett Cannon2010-10-291-5/+5
* Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / inGregory P. Smith2010-07-191-26/+38
* Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge...Benjamin Peterson2010-06-271-0/+13
* use assert[Not]In where appropriateEzio Melotti2010-01-231-19/+17
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-26/+28
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-110/+110
* Simplify the Request class. The basic components of the parsedJeremy Hylton2009-03-311-5/+0
* - Issue #3300: make urllib.parse.[un]quote() default to UTF-8.Guido van Rossum2008-08-181-1/+4
* Make a new urllib package .Jeremy Hylton2008-06-181-45/+47
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-3/+2
* Create http package. #2883.Georg Brandl2008-05-261-0/+1637