[issue2008] cookielib lacks FileCookieJar class for Safari

2014-07-12 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: -berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue2008] cookielib lacks FileCookieJar class for Safari

2014-02-05 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue2008] cookielib lacks FileCookieJar class for Safari

2014-02-05 Thread Hendrik
Changes by Hendrik : Added file: http://bugs.python.org/file33922/cookiejar.diff ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue2008] cookielib lacks FileCookieJar class for Safari

2014-02-05 Thread Hendrik
Changes by Hendrik : -- keywords: +patch Added file: http://bugs.python.org/file33921/cookie.diff ___ Python tracker ___ ___ Python-bug

[issue2008] cookielib lacks FileCookieJar class for Safari

2014-02-02 Thread Hendrik
Changes by Hendrik : -- versions: +Python 3.4 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue2008] cookielib lacks FileCookieJar class for Safari

2014-02-02 Thread Hendrik
Hendrik added the comment: Ok, i've got it. --- a/Lib/http/cookiejar.py Wed Dec 18 15:37:03 2013 -0600 +++ b/Lib/http/cookiejar.py Sat Feb 01 15:12:01 2014 +0100 @@ -11,17 +11,17 @@ distributed with the Python standard library, but are available from http://wwwsearch.sf.net/): -

[issue2008] cookielib lacks FileCookieJar class for Safari

2014-02-01 Thread Hendrik
Hendrik added the comment: I found a solution for reading Safari cookies, but struggling around with hg diff. Because always when i typ hg diff Lib/http/cookiejar.py it returns me the complete file not only my changes.. -- nosy: +Hendrik ___ Python

[issue2008] cookielib lacks FileCookieJar class for Safari

2010-07-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue2008] cookielib lacks FileCookieJar class for Safari

2008-04-15 Thread sams.james
sams.james <[EMAIL PROTECTED]> added the comment: would you mind posting the read code you have? I would really like to at least be able to import Safari cookies in an app or two I have lying around.. -- nosy: +sams.james __ Tracker <[EMAIL PROTECTED]>

[issue2008] cookielib lacks FileCookieJar class for Safari

2008-03-18 Thread Sean Reifschneider
Changes by Sean Reifschneider <[EMAIL PROTECTED]>: -- assignee: -> loewis nosy: +loewis priority: -> normal __ Tracker <[EMAIL PROTECTED]> __

[issue2008] cookielib lacks FileCookieJar class for Safari

2008-02-04 Thread Georg Brandl
Changes by Georg Brandl: -- type: behavior -> rfe __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue2008] cookielib lacks FileCookieJar class for Safari

2008-02-04 Thread Bill Janssen
Bill Janssen added the comment: I have code to read Safari cookies, but no code to write them. I'll have to look at the FileCookieJar interface. __ Tracker <[EMAIL PROTECTED]> __ _

[issue2008] cookielib lacks FileCookieJar class for Safari

2008-02-04 Thread Bill Janssen
New submission from Bill Janssen: cookielib has no FileCookieJar class for Safari, Apple's standard and default browser for OS X. -- components: Library (Lib) messages: 62047 nosy: janssen severity: normal status: open title: cookielib lacks FileCookieJar class for Safari type: behavior