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
/
cookielib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create http package. #2883.
Georg Brandl
2008-05-26
1
-1785/+0
*
Fixup old, invalid import.
Jeremy Hylton
2008-05-10
1
-1/+1
*
Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().
Raymond Hettinger
2008-01-30
1
-2/+1
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
1
-1/+1
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-1/+1
*
SF patch# 1762940 by Joe Gregorio.
Guido van Rossum
2007-08-03
1
-2/+0
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-1/+1
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-2/+1
*
Merged revisions 53538-53622 via svnmerge from
Thomas Wouters
2007-02-05
1
-43/+43
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-43/+56
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-82/+94
*
Whitespace normalization.
Tim Peters
2005-12-25
1
-1/+1
*
SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode
Neal Norwitz
2005-12-23
1
-5/+22
*
Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptions
Neal Norwitz
2005-12-23
1
-1/+2
*
[Bug #1372836] Remove unused code
Andrew M. Kuchling
2005-12-04
1
-4/+0
*
Patch #1117454: Remove code to special-case cookies without values
Martin v. Löwis
2005-03-03
1
-5/+1
*
Patch #1117339: Add cookielib special name tests.
Martin v. Löwis
2005-03-03
1
-2/+2
*
Reduce the usage of the types module.
Raymond Hettinger
2005-02-07
1
-2/+1
*
Replace list of constants with tuples of constants.
Raymond Hettinger
2005-02-06
1
-5/+5
*
SF patch #1116583: NameError in cookielib domain check
Raymond Hettinger
2005-02-05
1
-4/+3
*
Remove unnecessary imports
Neal Norwitz
2004-10-17
1
-2/+2
*
[Patch #969907] Add traceback to warning output
Andrew M. Kuchling
2004-07-10
1
-4/+5
*
Silence noise in regrtest.
Martin v. Löwis
2004-06-01
1
-1/+0
*
Patch #963318: Add support for client-side cookie management.
Martin v. Löwis
2004-05-31
1
-0/+1756