1. 7b2c8bb Issue #16658: add missing return to HTTPConnection.send(). by Andrew Svetlov · 12 years ago
  2. d9fbf36 #17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage by Senthil Kumaran · 12 years ago
  3. 884f058 Reverting the changeset 5d76a4746d9d made for Issue #12921 by Senthil Kumaran · 12 years ago
  4. 1e7551d Reverting the changeset 5126e62c60af made for Issue #12921 by Senthil Kumaran · 12 years ago
  5. c37f835 Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 12 years ago
  6. 3fb066d Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 12 years ago
  7. b6c86fd Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 12 years ago
  8. b5b9c8c Issue #16723: httplib.HTTPResponse no longer marked closed when the connection by Serhiy Storchaka · 12 years ago
  9. 6a35e18 Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 12 years ago
  10. beec61a Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 12 years ago
  11. d20e774 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 12 years ago
  12. 084daa2 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 12 years ago
  13. 8b15ee0 #15980: merge with 3.2. by Ezio Melotti · 12 years ago
  14. 0847db7 #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  15. da1ffbc Issue #15409: Replace use of deprecated urllib.request.Request methods in http.cookijar by Meador Inge · 12 years ago
  16. de59565 Simplify code in HTTPResponse.read() by Antoine Pitrou · 12 years ago
  17. 1251faf Issue 14989: http.server --cgi option can enable the CGI http server. by Senthil Kumaran · 13 years ago
  18. 185f401 merge - Fix for issue14426 - buildbots here I come by Senthil Kumaran · 13 years ago
  19. aeeba26 Fix for issue14426 - buildbots here I come by Senthil Kumaran · 13 years ago
  20. 0b943a1 Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert by Senthil Kumaran · 13 years ago
  21. 00c2ec2 Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert by Senthil Kumaran · 13 years ago
  22. d34b57a merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 13 years ago
  23. 5fa4a89 Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 13 years ago
  24. 51b2ed5 #14809: Add HTTP status codes from RFC 6585 to http.server and http.client by Hynek Schlawack · 13 years ago
  25. 4ca008b issue6085 - update docs in default branch by Senthil Kumaran · 13 years ago
  26. db727b4 Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 13 years ago
  27. 1aacba4 Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname by Senthil Kumaran · 13 years ago
  28. 150c365 httplib - minor update to check empty response by Senthil Kumaran · 13 years ago
  29. 7e70a5c httplib - minor update to check empty response by Senthil Kumaran · 13 years ago
  30. aa872d1 3.2 - Fix for Issue13684 - httplib tunnel infinite loop by Senthil Kumaran · 13 years ago
  31. b12771a 3.2 - Fix for Issue13684 - httplib tunnel infinite loop by Senthil Kumaran · 13 years ago
  32. 3a441c1 Fix Issue2193 - Allow ":" character in Cookie NAME values by Senthil Kumaran · 13 years ago
  33. 690598a merge to default - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 13 years ago
  34. d70846b 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 13 years ago
  35. d05853d merge - fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 13 years ago
  36. dbb369d 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 13 years ago
  37. 209d70e closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 13 years ago
  38. be3f851 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 13 years ago
  39. 3075549 Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 13 years ago
  40. f7e7818 Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729 by Antoine Pitrou · 13 years ago
  41. d22983d merge from 3.2. Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 13 years ago
  42. 4ce6aa4 Fix dangling whitespace by Antoine Pitrou · 13 years ago
  43. 38d9643 Issue #13464: Add a readinto() method to http.client.HTTPResponse. by Antoine Pitrou · 13 years ago
  44. 1cdbf57 Merge 3.2 by Éric Araujo · 13 years ago
  45. 23760e9 Don’t interpret backslashes in ASCII diagram in a docstring by Éric Araujo · 13 years ago
  46. ca897e9 #13295: http.server now produces valid HTML 4.01 strict. by Ezio Melotti · 13 years ago
  47. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  48. a5a9a9c Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 13 years ago
  49. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  50. 6c4e1ae Merged fix for #10860 from 3.2 by Łukasz Langa · 13 years ago
  51. ad87fa6 Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
  52. 91a076a merge from 3.2. Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
  53. 83fad3e Merge with 3.2. by Georg Brandl · 13 years ago
  54. 25e2cd1 Fix spacing in string literal. by Georg Brandl · 13 years ago
  55. d61535d Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
  56. eb71ad4 Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
  57. fb25ba9 Close #12289: Fix "is executable?" test in the CGI server by Victor Stinner · 14 years ago
  58. c7ae19b Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the by Senthil Kumaran · 14 years ago
  59. f1a9d82 merge 3.2 by Victor Stinner · 14 years ago
  60. 56f9a02 merge 3.1 by Victor Stinner · 14 years ago
  61. 628225c Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar by Victor Stinner · 14 years ago
  62. bec7886 Merge from 3.1 by Senthil Kumaran · 14 years ago
  63. 1b407fe Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML. by Senthil Kumaran · 14 years ago
  64. 9f9193e Error message in http.server code. Missed to update in 3.1 branch initially. by Senthil Kumaran · 14 years ago
  65. b253c9f Fix issue11567: http.server DEFAULT_ERROR_MESSAGE format. Patch by Gennadiy Zlobin. by Senthil Kumaran · 14 years ago
  66. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 14 years ago
  67. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  68. dab6780 merge from 3.2 by Senthil Kumaran · 14 years ago
  69. 1da1906 Merge from 3.2 by Senthil Kumaran · 14 years ago
  70. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 14 years ago
  71. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 14 years ago
  72. 2774310 Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,88144,88165,88329,88364-88365,88369-88370,88423-88424 via svnmerge from by Georg Brandl · 14 years ago
  73. c7c199f #10983: fix several bugs in the _tunnel implementation that seem to have missed while porting between branches. A unittest is needed! by Georg Brandl · 14 years ago
  74. 5953128 To match the behaviour of HTTP server, the HTTP client library now also encodes by Armin Ronacher · 14 years ago
  75. 8d96d77 Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server. by Armin Ronacher · 14 years ago
  76. daa7ba0 Merged revisions 87550 via svnmerge from by R. David Murray · 14 years ago
  77. e05ca2a #9824: encode , and ; in cookie values so that browsers don't split on them by R. David Murray · 14 years ago
  78. 1e991f2 Fix some mistakes- Issue3243 (r87399) Correcting the operator precendence by Senthil Kumaran · 14 years ago
  79. 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 14 years ago
  80. ff1bbba Merged revisions 87373,87381 via svnmerge from by Antoine Pitrou · 14 years ago
  81. 5466bf1 Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou by Senthil Kumaran · 14 years ago
  82. 988dbd7 Issue #10711: Remove HTTP 0.9 support from http.client. The `strict` by Antoine Pitrou · 14 years ago
  83. 3022ce1 Merged revisions 87317 via svnmerge from by Antoine Pitrou · 14 years ago
  84. c492437 Issue #10714: Limit length of incoming request in http.server to 65536 bytes by Antoine Pitrou · 14 years ago
  85. cbd2ab1 #1513299: cleanup some map() uses where a comprehension works better. by Georg Brandl · 14 years ago
  86. e4dad4f Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only on end_headers call. by Senthil Kumaran · 14 years ago
  87. 2e89cf3 Merged revisions 86450 via svnmerge from by Senthil Kumaran · 14 years ago
  88. 74ebd9e Fix Issue5111 - Wrap the Ipv6 host with [] in the Host header by Senthil Kumaran · 14 years ago
  89. 938ece7 Merged revisions 86195 via svnmerge from by Brian Curtin · 14 years ago
  90. cbad4df Close subprocess pipes in the non-UNIX section of run_cgi. by Brian Curtin · 14 years ago
  91. d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 14 years ago
  92. 1f7fffb #2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning. by Georg Brandl · 14 years ago
  93. 8060399 Typo. It is rather obvious that this code isn't tested :/ by Antoine Pitrou · 14 years ago
  94. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 14 years ago
  95. fa9c38d FakeSocket is (supposed to be) gone in 3.x by Antoine Pitrou · 14 years ago
  96. 9730456 Merged revisions 85205 via svnmerge from by Senthil Kumaran · 14 years ago
  97. 58d5dbf Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are explicitly cast to str (bytes - in py3k). by Senthil Kumaran · 14 years ago
  98. 5e8826c Merged revisions 85202 via svnmerge from by Senthil Kumaran · 14 years ago
  99. 4271372 Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.environ by Senthil Kumaran · 14 years ago
  100. 996e13c Merged revisions 85169 via svnmerge from by Senthil Kumaran · 14 years ago