History log of /external/python/cpython2/Lib/_LWPCookieJar.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f2f1c57b7e4dcd418c278dd45161a5de65bc05d3 08-May-2016 Martin Panter <vadmium+py@gmail.com> Fix typos in comments, documentation and test method names
/external/python/cpython2/Lib/_LWPCookieJar.py
07f90476b954382e7a7ce95af696d90100a6eea1 13-Jan-2015 Benjamin Peterson <benjamin@python.org> fix instances of consecutive articles (closes #23221)

Patch by Karan Goel.
/external/python/cpython2/Lib/_LWPCookieJar.py
003014bf1e7efcfcad19bd391b206e111ea21083 21-Sep-2012 Ezio Melotti <ezio.melotti@gmail.com> #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka.
/external/python/cpython2/Lib/_LWPCookieJar.py
bbab671d7dba9fe4c7ddf1ce9f904c21243e9ee3 18-May-2006 Georg Brandl <georg@python.org> Remove unused import.
/external/python/cpython2/Lib/_LWPCookieJar.py
e854e765f40a7af814fc9ba0c57b7877eaeb21f9 08-May-2006 Georg Brandl <georg@python.org> Patch #1478993: take advantage of BaseException/Exception split in cookielib
/external/python/cpython2/Lib/_LWPCookieJar.py
3e7de59bd2ac22f677f3a053ade22f44785f15f4 23-Dec-2005 Neal Norwitz <nnorwitz@gmail.com> Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptions

cookielib.LWPCookieJar and .MozillaCookieJar are documented to raise
cookielib.LoadError on attempt to load an invalid cookies file, but
raise IOError instead. Compromise by having LoadError subclass IOError.
/external/python/cpython2/Lib/_LWPCookieJar.py
c5574e809b18d517f81e93542db76642662823cd 03-Mar-2005 Martin v. Löwis <martin@v.loewis.de> Patch #1117454: Remove code to special-case cookies without values
in LWPCookieJar. Backported to 2.4.
/external/python/cpython2/Lib/_LWPCookieJar.py
33ad28b68dd6caadc1e6cb8f917665d6270e7b25 31-Aug-2004 Andrew M. Kuchling <amk@amk.ca> Use multi-line import
/external/python/cpython2/Lib/_LWPCookieJar.py
2a6ba9097ee3942ae328befaf074ce9722b93ca0 31-May-2004 Martin v. Löwis <martin@v.loewis.de> Patch #963318: Add support for client-side cookie management.
/external/python/cpython2/Lib/_LWPCookieJar.py