Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_cookie.py48 C = Cookie.SimpleCookie()
56 C = Cookie.SimpleCookie()
81 C = Cookie.SimpleCookie()
85 C = Cookie.SimpleCookie()
93 C = Cookie.SimpleCookie()
99 C = Cookie.SimpleCookie('Customer="WILE_E_COYOTE"')
106 C = Cookie.SimpleCookie()
113 C = Cookie.SimpleCookie()
121 C = Cookie.SimpleCookie()
132 C = Cookie.SimpleCookie()
[all …]
/external/python/cpython3/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"')
125 C = cookies.SimpleCookie()
132 C = cookies.SimpleCookie()
[all …]
Dpickletester.py16 from http.cookies import SimpleCookie
788 self.assertEqual(type(loaded), SimpleCookie)
/external/python/cpython3/Doc/library/
Dhttp.cookies.rst55 .. class:: SimpleCookie([input])
241 >>> C = cookies.SimpleCookie()
250 >>> C = cookies.SimpleCookie()
257 >>> C = cookies.SimpleCookie()
262 >>> C = cookies.SimpleCookie()
266 >>> C = cookies.SimpleCookie()
271 >>> C = cookies.SimpleCookie()
275 >>> C = cookies.SimpleCookie()
/external/python/cpython2/Doc/library/
Dcookie.rst56 .. class:: SimpleCookie([input])
246 >>> C = Cookie.SimpleCookie()
255 >>> C = Cookie.SimpleCookie()
262 >>> C = Cookie.SimpleCookie()
267 >>> C = Cookie.SimpleCookie()
271 >>> C = Cookie.SimpleCookie()
279 >>> C = Cookie.SimpleCookie()
/external/python/cpython2/Lib/
DCookie.py682 class SimpleCookie(BaseCookie): class
/external/python/cpython3/Lib/http/
Dcookies.py597 class SimpleCookie(BaseCookie): class
/external/python/cpython3/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.
/external/python/cpython2/Misc/NEWS.d/
D2.7.9rc1.rst192 Fixed unpickling of Cookie.SimpleCookie with protocol 2. Patch by Tim
D2.7.2rc1.rst1003 SimpleCookie now encodes , and ; in values to cater to how browsers actually
/external/python/cpython3/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