Home
last modified time | relevance | path

Searched refs:SimpleCookie (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/test/
Dtest_http_cookies.py54 C = cookies.SimpleCookie()
62 C = cookies.SimpleCookie()
89 C = cookies.SimpleCookie()
96 C = cookies.SimpleCookie('Customer="WILE_E_COYOTE"')
102 C = cookies.SimpleCookie()
106 C = cookies.SimpleCookie()
112 C = cookies.SimpleCookie('Customer="WILE_E_COYOTE"')
118 C = cookies.SimpleCookie('Customer="WILE_E_COYOTE"')
128 C = cookies.SimpleCookie('Customer="WILE_E_COYOTE"')
133 C = cookies.SimpleCookie()
[all …]
Dpickletester.py17 from http.cookies import SimpleCookie
955 self.assertEqual(type(loaded), SimpleCookie)
/third_party/python/Doc/library/
Dhttp.cookies.rst55 .. class:: SimpleCookie([input])
58 and :meth:`value_encode`. SimpleCookie supports strings as cookie values.
59 When setting the value, SimpleCookie calls the builtin :func:`str()` to convert
251 >>> C = cookies.SimpleCookie()
260 >>> C = cookies.SimpleCookie()
267 >>> C = cookies.SimpleCookie()
272 >>> C = cookies.SimpleCookie()
276 >>> C = cookies.SimpleCookie()
281 >>> C = cookies.SimpleCookie()
285 >>> C = cookies.SimpleCookie()
/third_party/python/Lib/http/
Dcookies.py600 class SimpleCookie(BaseCookie): class
/third_party/python/Misc/NEWS.d/
D3.7.0b4.rst108 :class:`http.cookies.SimpleCookie`.
D3.6.6rc1.rst321 :class:`http.cookies.SimpleCookie`.
D3.5.0a1.rst1592 Fixed unpickling of http.cookies.SimpleCookie with protocol 2 and above.
D3.8.0a1.rst5077 :class:`http.cookies.SimpleCookie`.
/third_party/python/Misc/
DHISTORY1157 - Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
10949 - Issue #9824: SimpleCookie now encodes , and ; in values to cater to how
16713 - The deprecated ``SmartCookie`` and ``SimpleCookie`` classes have