summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cookielib.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-38804: Fix REDoS in http.cookiejar (GH-17157) (GH-17345)Victor Stinner2019-11-241-1/+14
* [2.7] bpo-35647: Fix path check in cookiejar. (GH-11436) (GH-13427)Xtreak2019-06-151-0/+29
* [2.7] bpo-35121: prefix dot in domain for proper subdomain validation (GH-102...Xtreak2019-06-151-0/+30
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
* [port to 2.7] - Issue #27466: Change time format returned bySenthil Kumaran2016-07-101-7/+24
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-261-1/+1
* Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.Serhiy Storchaka2015-03-131-0/+23
* Issue #19606: Use specific asserts in cookielib tests.Serhiy Storchaka2013-11-171-78/+74
* #18466: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-131/+131
* Fixes issue #3704: cookielib was not properly handling URLs with a / in theGregory P. Smith2010-07-251-7/+21
* Issue #3924: Ignore cookies with invalid "version" field in cookielib.Georg Brandl2010-05-221-1/+15
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-1/+1
* use assert[Not]In where appropriateEzio Melotti2010-01-231-39/+38
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-110/+110
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-1/+1
* Revert r64673 and instead just change the file encoding.Brett Cannon2008-07-021-3/+3
* FIx some Latin-1 characters to be UTF-8 as the file encoding specifies.Brett Cannon2008-07-021-2/+2
* Add test for rev. 45934.Georg Brandl2006-05-081-0/+16
* SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape modeNeal Norwitz2005-12-231-0/+33
* Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptionsNeal Norwitz2005-12-231-0/+25
* Patch #1117454: Remove code to special-case cookies without valuesMartin v. Löwis2005-03-031-0/+19
* Patch #1117339: Add cookielib special name tests.Martin v. Löwis2005-03-031-3/+26
* Patch #963318: Add support for client-side cookie management.Martin v. Löwis2004-05-311-0/+1620