index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_cookie.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-1/+1
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-41/+73
*
Correct test suite for #848017.
Georg Brandl
2005-08-25
1
-3/+3
*
Exercise sorted() where possible
Raymond Hettinger
2004-01-04
1
-3/+1
*
Suppress unsafe *Cookie class warnings
Andrew M. Kuchling
2002-12-29
1
-0/+5
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Teach regrtest how to pass on doctest failure msgs. This is done via a
Tim Peters
2001-09-09
1
-4/+2
*
Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".
Tim Peters
2001-05-13
1
-1/+3
*
Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing to
Tim Peters
2001-04-06
1
-0/+4
*
Added test for patch #103473: test an unquoted cookie value containing '='
Andrew M. Kuchling
2001-02-21
1
-0/+3
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
1
-0/+1
*
Marc-Andre must not have run these tests -- they used verify() but
Guido van Rossum
2001-01-17
1
-0/+1
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-7/+7
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-4/+2
*
Updated test suite: test repr() and str() of cookies, and test metadata
Andrew M. Kuchling
2000-08-24
1
-1/+10
*
Adding tests of the "attrs" optional argument, and of the js_output
Moshe Zadka
2000-08-19
1
-0/+5
*
Test case for Cookie.py
Andrew M. Kuchling
2000-08-19
1
-0/+26