Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
8b54d6d73312186b4736cdf69a4e2e46ba15784c
/
Lib
/
test
/
test_cookie.py
f439a36
Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert
by Senthil Kumaran
· 13 years ago
08fc701
Merged revisions 87550 via svnmerge from
by R. David Murray
· 15 years ago
78e6957
Merged revisions 83393,83396,83398,83405,83408 via svnmerge from
by Georg Brandl
· 15 years ago
6257a7b
Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests.
by Florent Xicluna
· 15 years ago
c730a6a
Fixing the issue4860. Escaping embedded '"' character in js_output() method of Morsel.
by Senthil Kumaran
· 16 years ago
a962eb3
Convert test_cookie to unittest.
by Georg Brandl
· 19 years ago
8246c43
Correct test suite for #848017.
by Georg Brandl
· 20 years ago
d73ef06
Exercise sorted() where possible
by Raymond Hettinger
· 22 years ago
4464432
Suppress unsafe *Cookie class warnings
by Andrew M. Kuchling
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
a0a6222
Teach regrtest how to pass on doctest failure msgs. This is done via a
by Tim Peters
· 24 years ago
2f228e7
Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".
by Tim Peters
· 24 years ago
eb26f95
Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing to
by Tim Peters
· 24 years ago
8b94b1c
Added test for patch #103473: test an unquoted cookie value containing '='
by Andrew M. Kuchling
· 24 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 25 years ago
f27cc5b
Marc-Andre must not have run these tests -- they used verify() but
by Guido van Rossum
· 25 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 25 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
103d526
Updated test suite: test repr() and str() of cookies, and test metadata
by Andrew M. Kuchling
· 25 years ago
514a102
Adding tests of the "attrs" optional argument, and of the js_output
by Moshe Zadka
· 25 years ago
cdec8c7
Test case for Cookie.py
by Andrew M. Kuchling
· 25 years ago