index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_cookie.py
Commit message (
Expand
)
Author
Age
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Teach regrtest how to pass on doctest failure msgs. This is done via a
Tim Peters
2001-09-09
*
Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".
Tim Peters
2001-05-13
*
Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing to
Tim Peters
2001-04-06
*
Added test for patch #103473: test an unquoted cookie value containing '='
Andrew M. Kuchling
2001-02-21
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
*
Marc-Andre must not have run these tests -- they used verify() but
Guido van Rossum
2001-01-17
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
*
Updated test suite: test repr() and str() of cookies, and test metadata
Andrew M. Kuchling
2000-08-24
*
Adding tests of the "attrs" optional argument, and of the js_output
Moshe Zadka
2000-08-19
*
Test case for Cookie.py
Andrew M. Kuchling
2000-08-19