| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-33641: Convert RFC references into links. (GH-7103) | Serhiy Storchaka | 2018-05-31 | 1 | -2/+2 |
|
|
* | Remove to-be-deprecated urllib.request.urlretrieve function reference (#6454) | Andrés Delfino | 2018-04-16 | 1 | -4/+12 |
|
|
* | Improve highlighting of some code blocks. (GH-6401) | Serhiy Storchaka | 2018-04-08 | 1 | -1/+3 |
|
|
* | bpo-25910: Link redirections in docs (#1933) | Sanyam Khurana | 2018-01-20 | 1 | -1/+1 |
|
|
* | bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613) | Serhiy Storchaka | 2017-05-16 | 1 | -5/+5 |
|
|
* | Issue #28820: Fix spelling of “practice” as a noun | Martin Panter | 2016-12-10 | 1 | -1/+1 |
|
|
* | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges | Serhiy Storchaka | 2016-11-26 | 1 | -2/+2 |
|
|
* | [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 1 | -0/+5 |
|\ |
|
| * | [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 1 | -0/+5 |
| |\ |
|
| | * | Prevent HTTPoxy attack (CVE-2016-1000110) | Senthil Kumaran | 2016-07-31 | 1 | -0/+5 |
|
|
* | | | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -6/+6 |
|
|
* | | | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -3/+3 |
|
|
* | | | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 1 | -1/+1 |
|
|
* | | | Fix userinfo example presented in urllib2 howto. | Senthil Kumaran | 2016-02-06 | 1 | -1/+1 |
|/ / |
|
* | | Issue #25576: Remove application/x-www-form-urlencoded charset advice | Martin Panter | 2015-11-24 | 1 | -3/+3 |
|
|
* | | remove reference to PyGoogle (#25145) | Benjamin Peterson | 2015-09-20 | 1 | -2/+1 |
|
|
* | | use a more modern UA (#25145) | Benjamin Peterson | 2015-09-20 | 1 | -1/+1 |
|
|
* | | Issue #12955: Change the urlopen() examples to use context managers where app... | Berker Peksag | 2015-04-12 | 1 | -8/+8 |
|
|
* | | Fixing broken links in doc, part 2: howto/ | Georg Brandl | 2014-10-29 | 1 | -4/+2 |
|
|
* | | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
|
|
* | | Issue #13689: Remove a dead link from howto/urllib. | Berker Peksag | 2014-07-01 | 1 | -3/+1 |
|
|
* | | Removed spaces before colons and semicolons. | Serhiy Storchaka | 2013-12-24 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Removed spaces before colons and semicolons. | Serhiy Storchaka | 2013-12-24 | 1 | -2/+2 |
|
|
* | | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Removed spaces before commas and periods. | Serhiy Storchaka | 2013-12-23 | 1 | -1/+1 |
|
|
* | | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -1/+1 |
|
|
| * | #7152: Remove incorrectly added reference to DataHandler. | R David Murray | 2013-04-28 | 1 | -1/+1 |
|/ |
|
* | Reflow paragraphs. | R David Murray | 2013-04-28 | 1 | -4/+4 |
|
|
* | #7152: Clarify that ProxyHandler is added only if proxy settings are detected. | R David Murray | 2013-04-28 | 1 | -3/+5 |
|
|
* | Fix Issue 15922: make howto/urllib2.rst doctests pass. | Senthil Kumaran | 2012-10-09 | 1 | -15/+14 |
|
|
* | Issue #13587: merge with 3.2 | Sandro Tosi | 2012-04-24 | 1 | -2/+2 |
|\ |
|
| * | Issue #13587: use the right RFC2617 name for WWW-Authenticate; patch by Aaron... | Sandro Tosi | 2012-04-24 | 1 | -2/+2 |
|
|
* | | cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issu... | Senthil Kumaran | 2012-03-15 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 | Senthil Kumaran | 2012-03-15 | 1 | -1/+3 |
|
|
* | | Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,... | Senthil Kumaran | 2012-03-14 | 1 | -0/+7 |
|/ |
|
* | Fix function name: open -> urlopen. | Georg Brandl | 2011-07-23 | 1 | -1/+1 |
|
|
* | #7499: Review of Library FAQ by Florent Xicluna. | Georg Brandl | 2009-12-19 | 1 | -0/+2 |
|
|
* | Merged revisions 74209 via svnmerge from | Georg Brandl | 2009-07-26 | 1 | -4/+3 |
|
|
* | Merged revisions 74148 via svnmerge from | Ezio Melotti | 2009-07-21 | 1 | -1/+1 |
|
|
* | Recorded merge of revisions 72830 via svnmerge from | Georg Brandl | 2009-05-22 | 1 | -1/+1 |
|
|
* | Examples correction in urllib2 howto. Michael Foord | Michael Foord | 2009-05-12 | 1 | -5/+5 |
|
|
* | Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge... | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -25/+25 |
|
|
* | Merged revisions 66670,66681,66688,66696-66699 via svnmerge from | Benjamin Peterson | 2008-10-04 | 1 | -11/+12 |
|
|
* | Review the doc changes for the urllib package creation. | Georg Brandl | 2008-06-23 | 1 | -18/+20 |
|
|
* | Documentation updates for urllib package. Modified the documentation for the | Senthil Kumaran | 2008-06-23 | 1 | -66/+69 |
|
|
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -5/+5 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -1/+1 |
|
|
* | Convert all print statements in the docs. | Georg Brandl | 2007-09-04 | 1 | -12/+12 |
|
|