Senthil Kumaran
|
3e2ea79bda
|
Fixing the issue4860. Escaping the embedded '"' in the js_output method of Morsel class.
|
2009-04-02 03:02:03 +00:00 |
Benjamin Peterson
|
35e661c711
|
Merged revisions 66262 via svnmerge from
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
........
|
2008-09-06 19:37:35 +00:00 |
Antoine Pitrou
|
fd036451bf
|
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
and str (unicode) patterns get full unicode matching by default. The re.ASCII
flag is also introduced to ask for ASCII matching instead.
|
2008-08-19 17:56:33 +00:00 |
Georg Brandl
|
6101395e74
|
Remove deprecated SmartCookie and SerialCookie classes.
|
2008-05-28 15:56:30 +00:00 |
Georg Brandl
|
2442015af2
|
Create http package. #2883.
|
2008-05-26 16:32:26 +00:00 |