1. cd3bb8b #17474 - Mark the deprecated Request methods as deprecated-removed. Review by Ezio Melotti by Senthil Kumaran · 11 years ago
  2. 6227c69 #10050 - Document DeprecationWarnings for URLopener and FancyURLopener (msg172874 ) by Senthil Kumaran · 11 years ago
  3. e66cc81 #17307 - merge from 3.2 by Senthil Kumaran · 11 years ago
  4. cf6e21c Addressing the review comment made by Terry Reedy by Senthil Kumaran · 12 years ago
  5. d03f467 Addressing the review comment made by Terry Reedy by Senthil Kumaran · 12 years ago
  6. 599ac4b Fix Issue17069: Document getcode method in urllib.request.rst by Senthil Kumaran · 12 years ago
  7. b98e96a Fix Issue17069: Document getcode method in urllib.request.rst by Senthil Kumaran · 12 years ago
  8. 6b0bdab Fixes issue #16409: The reporthook callback made by the legacy by Gregory P. Smith · 12 years ago
  9. 5116704 Issue #15410: Fix the urllib.request.Request.is_unverifiable deprecation documentation. by Meador Inge · 12 years ago
  10. 61063cc Fix a couple of versionadded/versionchanged related markup errors. by Georg Brandl · 12 years ago
  11. 33369cf Fix a bunch of "versionchanged" related markup errors. by Georg Brandl · 12 years ago
  12. de9ac6c Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use the default certificate store. by Antoine Pitrou · 12 years ago
  13. 4b7698c issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 12 years ago
  14. 8dc5004 issue14427 - Document Request.get_header and Request.header_items by Senthil Kumaran · 12 years ago
  15. e53d977 Explain the use of charset parameter with Content-Type header: issue11082 by Senthil Kumaran · 12 years ago
  16. 6b3434a Explain the use of charset parameter with Content-Type header. Issue11082 by Senthil Kumaran · 12 years ago
  17. 7596aea cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 12 years ago
  18. 87684e6 Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 12 years ago
  19. 38b968b9 deprecated the old urllib primitives in 3.3 urllib package - issue 10050 by Senthil Kumaran · 12 years ago
  20. 1725fea default: closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 12 years ago
  21. 21c71ba closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 12 years ago
  22. e24f96a Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size by Senthil Kumaran · 12 years ago
  23. 19d85c2 Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter. by Senthil Kumaran · 13 years ago
  24. 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
  25. 608cab5 Merge 3.2 by Florent Xicluna · 13 years ago
  26. 305bb66 Documentation typo by Florent Xicluna · 13 years ago
  27. d39a4d7 Merge 3.2 by Florent Xicluna · 13 years ago
  28. 83386da I should be someone by Florent Xicluna · 13 years ago
  29. a41c942 Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature. by Senthil Kumaran · 13 years ago
  30. 95483b6 Fix warning while building documentation. by Florent Xicluna · 13 years ago
  31. de49d64 Fix closes issue 1673007 urllib.request to support HEAD requests with a new method arg. by Senthil Kumaran · 13 years ago
  32. 4272d6a Fix some mentions of IOError by Antoine Pitrou · 13 years ago
  33. c32aae0 fix whitespace in rst. by Senthil Kumaran · 13 years ago
  34. 3e7f33f fix whitespace nit. by Senthil Kumaran · 13 years ago
  35. 029b467 merge from 3.2 - Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. by Senthil Kumaran · 13 years ago
  36. 0215d09 Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. by Senthil Kumaran · 13 years ago
  37. 3121547 merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi by Senthil Kumaran · 13 years ago
  38. ed270fa Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi by Senthil Kumaran · 13 years ago
  39. 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
  40. 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
  41. e9c7d6c Fix markup and working in the doc. by Ezio Melotti · 13 years ago
  42. 4de00a2 Fix closes Issue #11799: urllib.request Authentication Handlers will raise a by Senthil Kumaran · 13 years ago
  43. 3384e54 Issue #11855: merge from 3.1 by Eli Bendersky · 13 years ago
  44. 219cc77 Issue #11855: Apply missing formatting for urlretrieve by Eli Bendersky · 13 years ago
  45. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 13 years ago
  46. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 13 years ago
  47. d402487 Merge from 3.1 by Éric Araujo · 13 years ago
  48. 09eb980 Fix typo in class name by Éric Araujo · 13 years ago
  49. 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
  50. 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 · 14 years ago
  51. 09a7df8 #3243 follow-up: remove debugging print and fix docs; data is a bytes object. by Georg Brandl · 14 years ago
  52. 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 14 years ago
  53. b8eb9cb Move the urllib-inherited API to a distinguished section by Antoine Pitrou · 14 years ago
  54. 8175dae Fix heading style inconsistencies. by Georg Brandl · 14 years ago
  55. 51be98a Fix indentation bug. by Georg Brandl · 14 years ago
  56. 92165e6 Merged revisions 86528 via svnmerge from by Ezio Melotti · 14 years ago
  57. b970142 #10455: fix typo by Ezio Melotti · 14 years ago
  58. d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 14 years ago
  59. 916bd38 Fixing some sphinx inline directives - detected using ``make check``. by Senthil Kumaran · 14 years ago
  60. 383c32d Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol by Senthil Kumaran · 14 years ago
  61. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 14 years ago
  62. 1648924 Merged revisions 79901,80170,80273,80342-80343,81061,81366,81368,81370,81840 via svnmerge from by Georg Brandl · 14 years ago
  63. c08d907 fix a typo. by Senthil Kumaran · 14 years ago
  64. f066e27 Merged revisions 85232 via svnmerge from by Senthil Kumaran · 14 years ago
  65. 242690f Remove the references of FTPS from the urllib Documentation. There is no support for it yet. by Senthil Kumaran · 14 years ago
  66. ea8676b Lower the tone of the warning about SSL certificate validation. by Amaury Forgeot d'Arc · 14 years ago
  67. 509dd54 Merged revisions 85101 via svnmerge from by Antoine Pitrou · 14 years ago
  68. 79ecd76 Issue #9983: warn that urllib and httplib don't perform SSL certificate validation. by Antoine Pitrou · 14 years ago
  69. 6cbe427 Add info about HTTP/1.1 and Connection:Close header. by Senthil Kumaran · 14 years ago
  70. ea54b03 Merged revisions 83900 via svnmerge from by Senthil Kumaran · 14 years ago
  71. f0769e8 Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Docs changed. by Senthil Kumaran · 14 years ago
  72. 8b256ca Merged revisions 83106 via svnmerge from by Georg Brandl · 14 years ago
  73. a5eacee Fix some markup glitches. by Georg Brandl · 14 years ago
  74. 783df8d Merged revisions 82336 via svnmerge from by Senthil Kumaran · 14 years ago
  75. 13a7eb4 Merged revisions 82334 via svnmerge from by Senthil Kumaran · 14 years ago
  76. 4e0bd6d Merged revisions 81421 via svnmerge from by Georg Brandl · 14 years ago
  77. 1bb061d Merged revisions 81418 via svnmerge from by Georg Brandl · 14 years ago
  78. fe4fd83 Fix variable name in example. by Georg Brandl · 14 years ago
  79. 325524e Recorded merge of revisions 81415 via svnmerge from by Georg Brandl · 14 years ago
  80. 4cee9bf Merged revisions 81283 via svnmerge from by Senthil Kumaran · 14 years ago
  81. e857d32 Removing the reference in the docs for overriding _urlopener global value. See Issue8619 for details. by Senthil Kumaran · 14 years ago
  82. de4bcd9 Merged revisions 80775 via svnmerge from by Senthil Kumaran · 14 years ago
  83. 56d521c Fix issue8619 - Doc fix - code example. by Senthil Kumaran · 14 years ago
  84. ef7a65c Merged revisions 80773 via svnmerge from by Senthil Kumaran · 14 years ago
  85. 4db26af Fix Issue8619 docfix related to urllib. by Senthil Kumaran · 14 years ago
  86. d0ab48f Merged revisions 80346 via svnmerge from by Senthil Kumaran · 14 years ago
  87. 0c2d8b8 Fixing a note on encoding declaration, its usage in urlopen based on review by Senthil Kumaran · 14 years ago
  88. bdc55ab Markup nit. by Georg Brandl · 14 years ago
  89. 0e3e485 Merged revisions 80092 via svnmerge from by Senthil Kumaran · 14 years ago
  90. b213ee3 Fix Issue5419 - explaining bytes return value of urlopen, use of .decode() to convert to str. by Senthil Kumaran · 14 years ago
  91. c2eca3d Merged revisions 78459 via svnmerge from by Senthil Kumaran · 14 years ago
  92. 7e557a6 Merged revisions 78457 via svnmerge from by Senthil Kumaran · 14 years ago
  93. f9d95f7 Merged revisions 77020 via svnmerge from by Senthil Kumaran · 15 years ago
  94. 037f836 Merged revisions 77018 via svnmerge from by Senthil Kumaran · 15 years ago
  95. 6eb181a Manually merging the changes from r75476 by Senthil Kumaran · 15 years ago
  96. a51a1b3 Merged revisions 75474 via svnmerge from by Senthil Kumaran · 15 years ago
  97. b044b2a Merged revisions 74821,74828-74831,74833,74835 via svnmerge from by Georg Brandl · 15 years ago
  98. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  99. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  100. e257316 Document public attributes of urllib.request.Request. by Jeremy Hylton · 15 years ago