Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -1/+1 |
| | |||||
* | Improve #19204: Improved cross-references in the urllib package documentation. | Serhiy Storchaka | 2013-10-13 | 1 | -3/+5 |
|\ | |||||
| * | Improve #19204: Improved cross-references in the urllib package documentation. | Serhiy Storchaka | 2013-10-13 | 1 | -3/+5 |
| | | |||||
* | | Fix Issue15701 : add .headers attribute to urllib.error.HTTPError | Senthil Kumaran | 2012-12-10 | 1 | -0/+7 |
|/ | |||||
* | merge from 3.2 - reason attribute for urllib.error.HTTPError | Senthil Kumaran | 2012-12-09 | 1 | -0/+4 |
|\ | |||||
| * | Fix issue13211 - Document the reason attribute for urllib.error.HTTPError | Senthil Kumaran | 2012-12-09 | 1 | -0/+4 |
| | | |||||
* | | Replace mentions of IOError | Antoine Pitrou | 2011-10-12 | 1 | -4/+7 |
| | | |||||
* | | Replace mentions of socket.error. | Antoine Pitrou | 2011-10-12 | 1 | -2/+1 |
|/ | |||||
* | Last round of adapting style of documenting argument default values. | Georg Brandl | 2009-09-16 | 1 | -1/+1 |
| | |||||
* | Change email address. | Jeremy Hylton | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | Review the doc changes for the urllib package creation. | Georg Brandl | 2008-06-23 | 1 | -21/+21 |
| | |||||
* | Documentation updates for urllib package. Modified the documentation for the | Senthil Kumaran | 2008-06-23 | 1 | -0/+48 |
urllib,urllib2 -> urllib.request,urllib.error urlparse -> urllib.parse RobotParser -> urllib.robotparser Updated tutorial references and other module references (http.client.rst, ftplib.rst,contextlib.rst) Updated the examples in the urllib2-howto Addresses Issue3142. |