summaryrefslogtreecommitdiffstats
path: root/Doc/library/http.cookiejar.rst
Commit message (Collapse)AuthorAgeFilesLines
* Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-1/+1
|
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-8/+8
|
* Fix #18007 : Document CookieJar.add_cookie_header request parameter changes ↵Senthil Kumaran2013-05-231-5/+15
| | | | in 3.3
* #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-211-1/+1
|\
| * #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-211-1/+1
| |
* | Replace mentions of IOErrorAntoine Pitrou2011-10-121-2/+9
|/
* Merge 3.1Éric Araujo2011-03-261-1/+1
|\
| * Use universal construct os.path.expanduser('~') instead of os.environ['HOME']Éric Araujo2011-03-251-1/+1
| |
| * Merged revisions 82785 via svnmerge fromSenthil Kumaran2010-07-111-9/+2
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82785 | senthil.kumaran | 2010-07-11 10:31:52 +0530 (Sun, 11 Jul 2010) | 3 lines Issue2007: Removing reference to MSIE Cookie handling by mechanize. Suggested by John J Lee. ........
| * Merged revisions 80629 via svnmerge fromSenthil Kumaran2010-04-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r80629 | senthil.kumaran | 2010-04-30 01:32:50 +0530 (Fri, 30 Apr 2010) | 9 lines Merged revisions 80627 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80627 | senthil.kumaran | 2010-04-30 01:16:08 +0530 (Fri, 30 Apr 2010) | 3 lines Fixing the Broken links of mechanize library. ........ ................
* | More source linksRaymond Hettinger2011-01-271-0/+3
| |
* | Issue2007: Removing reference to MSIE Cookie handling by mechanize. ↵Senthil Kumaran2010-07-111-9/+2
| | | | | | | | Suggested by John J Lee.
* | Merged revisions 80627 via svnmerge fromSenthil Kumaran2010-04-291-2/+2
|/ | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r80627 | senthil.kumaran | 2010-04-30 01:16:08 +0530 (Fri, 30 Apr 2010) | 3 lines Fixing the Broken links of mechanize library. ........
* Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via ↵Georg Brandl2009-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r68162 | ronald.oussoren | 2009-01-02 16:06:00 +0100 (Fri, 02 Jan 2009) | 3 lines Fix for issue 4472 is incompatible with Cygwin, this patch should fix that. ........ r68166 | benjamin.peterson | 2009-01-02 19:26:23 +0100 (Fri, 02 Jan 2009) | 1 line document PyMemberDef ........ r68171 | georg.brandl | 2009-01-02 21:25:14 +0100 (Fri, 02 Jan 2009) | 3 lines #4811: fix markup glitches (mostly remains of the conversion), found by Gabriel Genellina. ........ r68176 | andrew.kuchling | 2009-01-02 22:00:35 +0100 (Fri, 02 Jan 2009) | 1 line Add various items ........ r68195 | georg.brandl | 2009-01-03 14:45:15 +0100 (Sat, 03 Jan 2009) | 2 lines Remove useless string literal. ........ r68196 | georg.brandl | 2009-01-03 15:29:53 +0100 (Sat, 03 Jan 2009) | 2 lines Fix indentation. ........ r68210 | georg.brandl | 2009-01-03 20:10:12 +0100 (Sat, 03 Jan 2009) | 2 lines Set eol-style correctly for mp_distributing.py. ........ r68232 | georg.brandl | 2009-01-03 22:52:16 +0100 (Sat, 03 Jan 2009) | 2 lines Grammar fix. ........
* Fix old urllib/urllib2/urlparse usage.Georg Brandl2008-06-231-19/+20
|
* Remove last traces of mimetools.Georg Brandl2008-06-121-4/+3
|
* Create http package. #2883.Georg Brandl2008-05-261-0/+746