1. fb25ba9 Close #12289: Fix "is executable?" test in the CGI server by Victor Stinner · 13 years ago
  2. c7ae19b Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the by Senthil Kumaran · 13 years ago
  3. f1a9d82 merge 3.2 by Victor Stinner · 13 years ago
  4. 56f9a02 merge 3.1 by Victor Stinner · 13 years ago
  5. 628225c Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar by Victor Stinner · 13 years ago
  6. bec7886 Merge from 3.1 by Senthil Kumaran · 13 years ago
  7. 1b407fe Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML. by Senthil Kumaran · 13 years ago
  8. 9f9193e Error message in http.server code. Missed to update in 3.1 branch initially. by Senthil Kumaran · 13 years ago
  9. b253c9f Fix issue11567: http.server DEFAULT_ERROR_MESSAGE format. Patch by Gennadiy Zlobin. by Senthil Kumaran · 13 years ago
  10. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  11. 42da663 #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  12. dab6780 merge from 3.2 by Senthil Kumaran · 13 years ago
  13. 1da1906 Merge from 3.2 by Senthil Kumaran · 13 years ago
  14. 3730892 #11515: Merge with 3.2. by Ezio Melotti · 13 years ago
  15. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  16. 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 · 13 years ago
  17. 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 · 13 years ago
  18. 5953128 To match the behaviour of HTTP server, the HTTP client library now also encodes by Armin Ronacher · 13 years ago
  19. 8d96d77 Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server. by Armin Ronacher · 13 years ago
  20. daa7ba0 Merged revisions 87550 via svnmerge from by R. David Murray · 14 years ago
  21. e05ca2a #9824: encode , and ; in cookie values so that browsers don't split on them by R. David Murray · 14 years ago
  22. 1e991f2 Fix some mistakes- Issue3243 (r87399) Correcting the operator precendence by Senthil Kumaran · 14 years ago
  23. 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 14 years ago
  24. ff1bbba Merged revisions 87373,87381 via svnmerge from by Antoine Pitrou · 14 years ago
  25. 5466bf1 Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou by Senthil Kumaran · 14 years ago
  26. 988dbd7 Issue #10711: Remove HTTP 0.9 support from http.client. The `strict` by Antoine Pitrou · 14 years ago
  27. 3022ce1 Merged revisions 87317 via svnmerge from by Antoine Pitrou · 14 years ago
  28. c492437 Issue #10714: Limit length of incoming request in http.server to 65536 bytes by Antoine Pitrou · 14 years ago
  29. cbd2ab1 #1513299: cleanup some map() uses where a comprehension works better. by Georg Brandl · 14 years ago
  30. e4dad4f Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only on end_headers call. by Senthil Kumaran · 14 years ago
  31. 2e89cf3 Merged revisions 86450 via svnmerge from by Senthil Kumaran · 14 years ago
  32. 74ebd9e Fix Issue5111 - Wrap the Ipv6 host with [] in the Host header by Senthil Kumaran · 14 years ago
  33. 938ece7 Merged revisions 86195 via svnmerge from by Brian Curtin · 14 years ago
  34. cbad4df Close subprocess pipes in the non-UNIX section of run_cgi. by Brian Curtin · 14 years ago
  35. d532321 Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` by Antoine Pitrou · 14 years ago
  36. 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
  37. 8060399 Typo. It is rather obvious that this code isn't tested :/ by Antoine Pitrou · 14 years ago
  38. 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 14 years ago
  39. fa9c38d FakeSocket is (supposed to be) gone in 3.x by Antoine Pitrou · 14 years ago
  40. 9730456 Merged revisions 85205 via svnmerge from by Senthil Kumaran · 14 years ago
  41. 58d5dbf Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are explicitly cast to str (bytes - in py3k). by Senthil Kumaran · 14 years ago
  42. 5e8826c Merged revisions 85202 via svnmerge from by Senthil Kumaran · 14 years ago
  43. 4271372 Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.environ by Senthil Kumaran · 14 years ago
  44. 996e13c Merged revisions 85169 via svnmerge from by Senthil Kumaran · 14 years ago
  45. 5a2da3b Use proper variable name 'data' instead of 'str' in the send method. by Senthil Kumaran · 14 years ago
  46. 0f476d4 Issue1491 - BaseHTTPServer incorrectly implements response code 100 by Senthil Kumaran · 14 years ago
  47. 3357840 Merged revisions 83521 via svnmerge from by Senthil Kumaran · 14 years ago
  48. 9f8dc44 Fix Issue8572 - httplib getheader() throws error instead of default by Senthil Kumaran · 14 years ago
  49. e5d518f Merged revisions 83370,83372-83374,83384 via svnmerge from by Georg Brandl · 14 years ago
  50. caa78fe Merged revisions 83371,83390 via svnmerge from by Georg Brandl · 14 years ago
  51. cea7e55 Merged revisions 83393,83396,83398,83404-83405,83408 via svnmerge from by Georg Brandl · 14 years ago
  52. b16e38b #8826: the "expires" attribute value is a date string with spaces, but apparently not all user-agents put it in quotes. Handle that as a special case. by Georg Brandl · 14 years ago
  53. 87a1564 #5147: revert accidental indentation of header constant for MozillaCookieJar. by Georg Brandl · 14 years ago
  54. 62e2ca2 #8292: Fix three instances of truth tests on return values of filter() (which is always true in Python 3). by Georg Brandl · 14 years ago
  55. 76e155a #3788: more tests for http.cookies, now at 95% coverage. Also bring coding style in the module up to PEP 8, where it does not break backwards compatibility. by Georg Brandl · 14 years ago
  56. 2c4973d Merged revisions 82985 via svnmerge from by Gregory P. Smith · 14 years ago
  57. 756f547 #9032: XML-RPC client: Transport.request() retries on EPIPE error by Victor Stinner · 14 years ago
  58. 41e6c3d Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / in by Gregory P. Smith · 14 years ago
  59. 3e5cd1d Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge from by Benjamin Peterson · 14 years ago
  60. 41142f5 Merged revisions 81689 via svnmerge from by Senthil Kumaran · 14 years ago
  61. 447f82f Merged revisions 81687 via svnmerge from by Senthil Kumaran · 14 years ago
  62. 2682638 Merged revisions 80587 via svnmerge from by Senthil Kumaran · 14 years ago
  63. 71fb6c8 Merged revisions 80583 via svnmerge from by Senthil Kumaran · 14 years ago
  64. 11dbfd4 Merged revisions 78417 via svnmerge from by Benjamin Peterson · 14 years ago
  65. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  66. 613c61c Merged revisions 78301 via svnmerge from by Senthil Kumaran · 14 years ago
  67. 7aa2621 Merged revisions 78299 via svnmerge from by Senthil Kumaran · 14 years ago
  68. b406637 Merged revisions 77263-77264 via svnmerge from by Gregory P. Smith · 15 years ago
  69. 4b9fbeb Merged revisions 76910 via svnmerge from by Senthil Kumaran · 15 years ago
  70. 47fff87 Merged revisions 76908 via svnmerge from by Senthil Kumaran · 15 years ago
  71. ca5130c Merged revisions 76210 via svnmerge from by Senthil Kumaran · 15 years ago
  72. e29cd16 Merged revisions 76208 via svnmerge from by Senthil Kumaran · 15 years ago
  73. 595ad32 Merged revisions 75137 via svnmerge from by Antoine Pitrou · 15 years ago
  74. ead1d62 [NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and fixes by Antoine Pitrou · 15 years ago
  75. a833206 Merged revisions 74745 via svnmerge from by Benjamin Peterson · 15 years ago
  76. 8719ad5 Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from by Benjamin Peterson · 15 years ago
  77. 5a86acb Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings. by Chris Withers · 15 years ago
  78. 9c33cbf Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings. by Chris Withers · 15 years ago
  79. 9cf32a1 Turn some comments into docstrings. by Georg Brandl · 15 years ago
  80. 4eff9f7 Remove pseudo-end markers from http.cookies. by Georg Brandl · 15 years ago
  81. 0ac1f83 Backport the changes made in revision 74198, fixing the issue 1424152 by Senthil Kumaran · 15 years ago
  82. 97f0c6b Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 15 years ago
  83. 985fc6a http://bugs.python.org/issue6267 porting revision 73638 to py3k by Kristján Valur Jónsson · 15 years ago
  84. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  85. a7deeee port r72246 by Benjamin Peterson · 15 years ago
  86. ad71f0f Merged revisions 71303 via svnmerge from by Benjamin Peterson · 15 years ago
  87. b5292a2 Make http.server main program nicer for interactive use. by Alexandre Vassalotti · 15 years ago
  88. 3e2ea79 Fixing the issue4860. Escaping the embedded '"' in the js_output method of Morsel class. by Senthil Kumaran · 15 years ago
  89. a7cff02 An HTTPResponse is, by its nature, readable. by Jeremy Hylton · 15 years ago
  90. 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 15 years ago
  91. 636950f Remove special logic that closes HTTPConnection socket on EPIPE. by Jeremy Hylton · 15 years ago
  92. 236654b Fix some string encoding issues with entity bodies in HTTP requests. by Jeremy Hylton · 15 years ago
  93. 98eb6c2 Fix compatibility issue with HTTPMessage class. by Jeremy Hylton · 15 years ago
  94. 914ab45 Sort import list. by Jeremy Hylton · 15 years ago
  95. e6fdd04 Replace duplicate code in http.server with call to http.client.parse_headers(). by Jeremy Hylton · 15 years ago
  96. ef9f48e Simplify complex expression. by Jeremy Hylton · 15 years ago
  97. 6accb98 Merged revisions 70107 via svnmerge from by Benjamin Peterson · 15 years ago
  98. b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 15 years ago
  99. f72d9fb revert 69416; it didn't help much by Benjamin Peterson · 15 years ago
  100. ded0c03 fix typo and test_urllib failures by Benjamin Peterson · 15 years ago