summaryrefslogtreecommitdiffstats
path: root/Lib/http/cookies.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 66262 via svnmerge fromBenjamin Peterson2008-09-061-0/+6
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r66262 | benjamin.peterson | 2008-09-06 14:28:11 -0500 (Sat, 06 Sep 2008) | 4 lines #1638033: add support for httponly on Cookie.Morsel Reviewer: Benjamin ........
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-1/+1
| | | | | and str (unicode) patterns get full unicode matching by default. The re.ASCII flag is also introduced to ask for ASCII matching instead.
* Remove deprecated SmartCookie and SerialCookie classes.Georg Brandl2008-05-281-153/+8
|
* Create http package. #2883.Georg Brandl2008-05-261-0/+733