summaryrefslogtreecommitdiff
path: root/Lib/test/test_cookie.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 87550 via svnmerge fromR. David Murray2010-12-281-0/+8
* Merged revisions 83393,83396,83398,83405,83408 via svnmerge fromGeorg Brandl2010-08-011-0/+10
* Replace catch_warnings with check_warnings when it makes sense. Use assertRa...Florent Xicluna2010-03-311-6/+4
* Fixing the issue4860. Escaping embedded '"' character in js_output() method o...Senthil Kumaran2009-04-021-4/+4
* Convert test_cookie to unittest.Georg Brandl2006-10-291-41/+73
* Correct test suite for #848017.Georg Brandl2005-08-251-3/+3
* Exercise sorted() where possibleRaymond Hettinger2004-01-041-3/+1
* Suppress unsafe *Cookie class warningsAndrew M. Kuchling2002-12-291-0/+5
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Teach regrtest how to pass on doctest failure msgs. This is done via aTim Peters2001-09-091-4/+2
* Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".Tim Peters2001-05-131-1/+3
* Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing toTim Peters2001-04-061-0/+4
* Added test for patch #103473: test an unquoted cookie value containing '='Andrew M. Kuchling2001-02-211-0/+3
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-0/+1
* Marc-Andre must not have run these tests -- they used verify() butGuido van Rossum2001-01-171-0/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-7/+7
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-4/+2
* Updated test suite: test repr() and str() of cookies, and test metadataAndrew M. Kuchling2000-08-241-1/+10
* Adding tests of the "attrs" optional argument, and of the js_outputMoshe Zadka2000-08-191-0/+5
* Test case for Cookie.pyAndrew M. Kuchling2000-08-191-0/+26