aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_cookie.py
Commit message (Expand)AuthorAge
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Teach regrtest how to pass on doctest failure msgs. This is done via aTim Peters2001-09-09
* Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".Tim Peters2001-05-13
* Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing toTim Peters2001-04-06
* Added test for patch #103473: test an unquoted cookie value containing '='Andrew M. Kuchling2001-02-21
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-17
* Marc-Andre must not have run these tests -- they used verify() butGuido van Rossum2001-01-17
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-17
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-23
* Updated test suite: test repr() and str() of cookies, and test metadataAndrew M. Kuchling2000-08-24
* Adding tests of the "attrs" optional argument, and of the js_outputMoshe Zadka2000-08-19
* Test case for Cookie.pyAndrew M. Kuchling2000-08-19