| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #17272 - Make Request.full_url and Request.get_full_url return same resul... | Senthil Kumaran | 2013-05-24 | 1 | -0/+10 |
|
|
* | - Issue #17977: The documentation for the cadefault argument's default value | Barry Warsaw | 2013-05-14 | 1 | -1/+1 |
|\ |
|
| * | - Issue #17977: The documentation for the cadefault argument's default value | Barry Warsaw | 2013-05-14 | 1 | -1/+1 |
|
|
* | | Merge: Reflow paragraphs. | R David Murray | 2013-04-28 | 1 | -10/+9 |
|\ \
| |/ |
|
| * | Reflow paragraphs. | R David Murray | 2013-04-28 | 1 | -10/+9 |
|
|
* | | Merge #7152: Clarify that ProxyHandler is added only if proxy settings are de... | R David Murray | 2013-04-28 | 1 | -6/+9 |
|\ \
| |/ |
|
| * | #7152: Clarify that ProxyHandler is added only if proxy settings are detected. | R David Murray | 2013-04-28 | 1 | -6/+9 |
|
|
* | | #17474 - merge from 3.3. Update default Docs with versionchanged markup on wh... | Senthil Kumaran | 2013-03-20 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | #17474 - Mark the deprecated Request methods as deprecated-removed. Review by... | Senthil Kumaran | 2013-03-20 | 1 | -8/+8 |
|
|
* | | #17474 - Remove the various deprecated methods of Request class. | Senthil Kumaran | 2013-03-19 | 1 | -69/+0 |
|
|
* | | #10050 : merge to default | Senthil Kumaran | 2013-03-19 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | #10050 - Document DeprecationWarnings for URLopener and FancyURLopener (msg17... | Senthil Kumaran | 2013-03-19 | 1 | -0/+4 |
|
|
* | | #17307 - merge from 3.3 | Senthil Kumaran | 2013-03-13 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | #17307 - merge from 3.2 | Senthil Kumaran | 2013-03-13 | 1 | -0/+9 |
| |\ |
|
* | \ | Addressing the review comment made by Terry Reedy | Senthil Kumaran | 2013-02-08 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Addressing the review comment made by Terry Reedy | Senthil Kumaran | 2013-02-08 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Addressing the review comment made by Terry Reedy | Senthil Kumaran | 2013-02-08 | 1 | -3/+3 |
|
|
* | | | Fix Issue17069: Document getcode method in urllib.request.rst | Senthil Kumaran | 2013-02-07 | 1 | -4/+12 |
|\ \ \
| |/ / |
|
| * | | Fix Issue17069: Document getcode method in urllib.request.rst | Senthil Kumaran | 2013-02-07 | 1 | -4/+12 |
| |\ \
| | |/ |
|
| | * | Fix Issue17069: Document getcode method in urllib.request.rst | Senthil Kumaran | 2013-02-07 | 1 | -4/+12 |
|
|
| | * | Fix a bunch of "versionchanged" related markup errors. | Georg Brandl | 2012-06-24 | 1 | -4/+3 |
|
|
* | | | Add a missing versionadded. | Georg Brandl | 2012-12-22 | 1 | -0/+2 |
|
|
* | | | Issue #16464: reset Request's Content-Length header on .data change. | Andrew Svetlov | 2012-11-27 | 1 | -0/+10 |
|
|
* | | | Issue #16423: urllib.request now has support for ``data:`` URLs. | Antoine Pitrou | 2012-11-24 | 1 | -2/+24 |
|/ / |
|
* | | Fixes issue #16409: The reporthook callback made by the legacy | Gregory P. Smith | 2012-11-10 | 1 | -1/+2 |
|
|
* | | Issue #15410: Fix the urllib.request.Request.is_unverifiable deprecation docu... | Meador Inge | 2012-07-21 | 1 | -1/+1 |
|
|
* | | Fix a couple of versionadded/versionchanged related markup errors. | Georg Brandl | 2012-06-24 | 1 | -5/+4 |
|
|
* | | Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ... | Antoine Pitrou | 2012-05-16 | 1 | -3/+12 |
|
|
* | | issue14427 - Document Request.get_header and Request.header_items | Senthil Kumaran | 2012-04-29 | 1 | -0/+12 |
|\ \
| |/ |
|
| * | issue14427 - Document Request.get_header and Request.header_items | Senthil Kumaran | 2012-04-29 | 1 | -0/+11 |
|
|
* | | Explain the use of charset parameter with Content-Type header: issue11082 | Senthil Kumaran | 2012-03-16 | 1 | -23/+51 |
|\ \
| |/ |
|
| * | Explain the use of charset parameter with Content-Type header. Issue11082 | Senthil Kumaran | 2012-03-16 | 1 | -21/+49 |
|
|
* | | cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issu... | Senthil Kumaran | 2012-03-15 | 1 | -9/+8 |
|\ \
| |/ |
|
| * | Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 | Senthil Kumaran | 2012-03-15 | 1 | -12/+11 |
|
|
* | | deprecated the old urllib primitives in 3.3 urllib package - issue 10050 | Senthil Kumaran | 2012-03-14 | 1 | -27/+51 |
|
|
* | | default: closes Issue12365 - Add an example explaining the context manager us... | Senthil Kumaran | 2012-03-14 | 1 | -5/+13 |
|\ \
| |/ |
|
| * | closes Issue12365 - Add an example explaining the context manager use case of... | Senthil Kumaran | 2012-03-14 | 1 | -5/+13 |
|
|
* | | Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,... | Senthil Kumaran | 2012-03-14 | 1 | -17/+22 |
|
|
* | | Merge from 3.2 - Issue9637 - Explain in getproxies_environment that <scheme>_... | Senthil Kumaran | 2012-01-10 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ var... | Senthil Kumaran | 2012-01-10 | 1 | -4/+4 |
|
|
* | | Merge 3.2 | Florent Xicluna | 2011-10-28 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Documentation typo | Florent Xicluna | 2011-10-28 | 1 | -2/+2 |
|
|
* | | Merge 3.2 | Florent Xicluna | 2011-10-28 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | I should be someone | Florent Xicluna | 2011-10-28 | 1 | -4/+4 |
|
|
* | | Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature. | Senthil Kumaran | 2011-10-19 | 1 | -6/+6 |
|
|
* | | Fix warning while building documentation. | Florent Xicluna | 2011-10-19 | 1 | -2/+2 |
|
|
* | | Fix closes issue 1673007 urllib.request to support HEAD requests with a new m... | Senthil Kumaran | 2011-10-16 | 1 | -7/+28 |
|
|
* | | Fix some mentions of IOError | Antoine Pitrou | 2011-10-12 | 1 | -1/+1 |
|
|
* | | fix whitespace in rst. | Senthil Kumaran | 2011-07-17 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | fix whitespace nit. | Senthil Kumaran | 2011-07-17 | 1 | -2/+2 |
|
|