1. d19458a merge 3.4 (#23989) by Benjamin Peterson · 9 years ago
  2. 6de708f recommend requests library (closes #23989) by Benjamin Peterson · 9 years ago
  3. cdbe299 fix grammar by Benjamin Peterson · 9 years ago
  4. 6d7dced Fix two typos in AbstractBasicAuthHandler documentation. by Berker Peksag · 9 years ago
  5. 4c7f995 #7159: generalize urllib prior auth support. by R David Murray · 9 years ago
  6. 556e08e Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 9 years ago
  7. 9575e18 Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 9 years ago
  8. f1a3240 merge 3.4 by Benjamin Peterson · 10 years ago
  9. 378e15d document that cadefault does nothing now by Benjamin Peterson · 10 years ago
  10. c216c48 Close #19494: add urrlib.request.HTTPBasicPriorAuthHandler by Nick Coghlan · 10 years ago
  11. 4a358de context has been backported so fix versionchanged by Benjamin Peterson · 10 years ago
  12. 1cca273 merge 3.4 (#22417) by Benjamin Peterson · 10 years ago
  13. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 10 years ago
  14. 030dbb9 merge 3.4 by Benjamin Peterson · 10 years ago
  15. a5c9c37 wrap by Benjamin Peterson · 10 years ago
  16. 8b7e161 backport context argument of urlopen (#22366) for pep 476 by Senthil Kumaran · 10 years ago
  17. a5c85b3 Issue #22366: urllib.request.urlopen will accept a context object (SSLContext) by Senthil Kumaran · 10 years ago
  18. 8b852f1 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 10 years ago
  19. df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 10 years ago
  20. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  21. 2a61452 Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  22. a4d170d Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  23. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  24. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  25. 10e73ba Improve #19204: Improved cross-references in the urllib package documentation. by Serhiy Storchaka · 11 years ago
  26. 5e1c053 Improve #19204: Improved cross-references in the urllib package documentation. by Serhiy Storchaka · 11 years ago
  27. 0c47f34 Issue #18978: Update docs to reflect explicitly the ability to set the attribute at the class level. by Jason R. Coombs · 11 years ago
  28. 8307075 Fix #17272 - Make Request.full_url and Request.get_full_url return same result under all circumstances. by Senthil Kumaran · 11 years ago
  29. b710d7e - Issue #17977: The documentation for the cadefault argument's default value by Barry Warsaw · 11 years ago
  30. d486707 - Issue #17977: The documentation for the cadefault argument's default value by Barry Warsaw · 11 years ago
  31. d4c1b36 Merge: Reflow paragraphs. by R David Murray · 11 years ago
  32. 9330a94 Reflow paragraphs. by R David Murray · 11 years ago
  33. 876f08e Merge #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  34. 5aea37a #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  35. 6ddec17 #17474 - merge from 3.3. Update default Docs with versionchanged markup on what's removed by Senthil Kumaran · 11 years ago
  36. cd3bb8b #17474 - Mark the deprecated Request methods as deprecated-removed. Review by Ezio Melotti by Senthil Kumaran · 11 years ago
  37. 41518b4 #17474 - Remove the various deprecated methods of Request class. by Senthil Kumaran · 11 years ago
  38. 7f6d797 #10050 : merge to default by Senthil Kumaran · 11 years ago
  39. 6227c69 #10050 - Document DeprecationWarnings for URLopener and FancyURLopener (msg172874 ) by Senthil Kumaran · 11 years ago
  40. 1428e13 #17307 - merge from 3.3 by Senthil Kumaran · 11 years ago
  41. e66cc81 #17307 - merge from 3.2 by Senthil Kumaran · 11 years ago
  42. 5eda539 Addressing the review comment made by Terry Reedy by Senthil Kumaran · 11 years ago
  43. cf6e21c Addressing the review comment made by Terry Reedy by Senthil Kumaran · 11 years ago
  44. d03f467 Addressing the review comment made by Terry Reedy by Senthil Kumaran · 11 years ago
  45. b36f7d7 Fix Issue17069: Document getcode method in urllib.request.rst by Senthil Kumaran · 12 years ago
  46. 599ac4b Fix Issue17069: Document getcode method in urllib.request.rst by Senthil Kumaran · 12 years ago
  47. b98e96a Fix Issue17069: Document getcode method in urllib.request.rst by Senthil Kumaran · 12 years ago
  48. c0fc958 Add a missing versionadded. by Georg Brandl · 12 years ago
  49. bff98fe Issue #16464: reset Request's Content-Length header on .data change. by Andrew Svetlov · 12 years ago
  50. df204be Issue #16423: urllib.request now has support for ``data:`` URLs. by Antoine Pitrou · 12 years ago
  51. 6b0bdab Fixes issue #16409: The reporthook callback made by the legacy by Gregory P. Smith · 12 years ago
  52. 5116704 Issue #15410: Fix the urllib.request.Request.is_unverifiable deprecation documentation. by Meador Inge · 12 years ago
  53. 61063cc Fix a couple of versionadded/versionchanged related markup errors. by Georg Brandl · 12 years ago
  54. 33369cf Fix a bunch of "versionchanged" related markup errors. by Georg Brandl · 12 years ago
  55. de9ac6c Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use the default certificate store. by Antoine Pitrou · 12 years ago
  56. 4b7698c issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 12 years ago
  57. 8dc5004 issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 12 years ago
  58. e53d977 Explain the use of charset parameter with Content-Type header: issue11082 by Senthil Kumaran · 12 years ago
  59. 6b3434a Explain the use of charset parameter with Content-Type header. Issue11082 by Senthil Kumaran · 12 years ago
  60. 7596aea cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 12 years ago
  61. 87684e6 Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 12 years ago
  62. 38b968b9 deprecated the old urllib primitives in 3.3 urllib package - issue 10050 by Senthil Kumaran · 12 years ago
  63. 1725fea default: closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 12 years ago
  64. 21c71ba closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 12 years ago
  65. e24f96a Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size by Senthil Kumaran · 12 years ago
  66. 19d85c2 Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter. by Senthil Kumaran · 13 years ago
  67. bda7a80 Merge from 3.2 - Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter. by Senthil Kumaran · 13 years ago
  68. 608cab5 Merge 3.2 by Florent Xicluna · 13 years ago
  69. 305bb66 Documentation typo by Florent Xicluna · 13 years ago
  70. d39a4d7 Merge 3.2 by Florent Xicluna · 13 years ago
  71. 83386da I should be someone by Florent Xicluna · 13 years ago
  72. a41c942 Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature. by Senthil Kumaran · 13 years ago
  73. 95483b6 Fix warning while building documentation. by Florent Xicluna · 13 years ago
  74. de49d64 Fix closes issue 1673007 urllib.request to support HEAD requests with a new method arg. by Senthil Kumaran · 13 years ago
  75. 4272d6a Fix some mentions of IOError by Antoine Pitrou · 13 years ago
  76. c32aae0 fix whitespace in rst. by Senthil Kumaran · 13 years ago
  77. 3e7f33f fix whitespace nit. by Senthil Kumaran · 13 years ago
  78. 029b467 merge from 3.2 - Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. by Senthil Kumaran · 13 years ago
  79. 0215d09 Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. by Senthil Kumaran · 13 years ago
  80. 3121547 merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi by Senthil Kumaran · 13 years ago
  81. ed270fa Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi by Senthil Kumaran · 13 years ago
  82. 276a58b Merge from 3.2 . Replace the term members with correct and appropriate terminology. Initial patch by Adam Woodbeck. by Senthil Kumaran · 13 years ago
  83. a6bac95 issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. by Senthil Kumaran · 13 years ago
  84. e9c7d6c Fix markup and working in the doc. by Ezio Melotti · 13 years ago
  85. 4de00a2 Fix closes Issue #11799: urllib.request Authentication Handlers will raise a by Senthil Kumaran · 13 years ago
  86. 3384e54 Issue #11855: merge from 3.1 by Eli Bendersky · 13 years ago
  87. 219cc77 Issue #11855: Apply missing formatting for urlretrieve by Eli Bendersky · 13 years ago
  88. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 13 years ago
  89. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 13 years ago
  90. d402487 Merge from 3.1 by Éric Araujo · 13 years ago
  91. 09eb980 Fix typo in class name by Éric Araujo · 13 years ago
  92. f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 13 years ago
  93. 2933312 Fixed issue11082 - Reject str for POST data with a TypeError. Document the need to explicitly encode to bytes when using urlencode. by Senthil Kumaran · 13 years ago
  94. 09a7df8 #3243 follow-up: remove debugging print and fix docs; data is a bytes object. by Georg Brandl · 14 years ago
  95. 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 14 years ago
  96. b8eb9cb Move the urllib-inherited API to a distinguished section by Antoine Pitrou · 14 years ago
  97. 8175dae Fix heading style inconsistencies. by Georg Brandl · 14 years ago
  98. 51be98a Fix indentation bug. by Georg Brandl · 14 years ago
  99. 92165e6 Merged revisions 86528 via svnmerge from by Ezio Melotti · 14 years ago
  100. b970142 #10455: fix typo by Ezio Melotti · 14 years ago