| Commit message (Expand) | Author | Age | Files | Lines |
* | #1513299: cleanup some map() uses where a comprehension works better. | Georg Brandl | 2010-12-04 | 2 | -2/+2 |
|
|
* | Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only... | Senthil Kumaran | 2010-11-21 | 1 | -2/+7 |
|
|
* | Fix Issue5111 - Wrap the Ipv6 host with [] in the Host header | Senthil Kumaran | 2010-11-13 | 1 | -0/+7 |
|
|
* | Close subprocess pipes in the non-UNIX section of run_cgi. | Brian Curtin | 2010-11-05 | 1 | -0/+2 |
|
|
* | Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket` | Antoine Pitrou | 2010-10-22 | 1 | -1/+3 |
|
|
* | #2830: add html.escape() helper and move cgi.escape() uses in the standard li... | Georg Brandl | 2010-10-15 | 1 | -3/+3 |
|
|
* | Typo. It is rather obvious that this code isn't tested :/ | Antoine Pitrou | 2010-10-13 | 1 | -1/+1 |
|
|
* | Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and | Antoine Pitrou | 2010-10-13 | 1 | -2/+25 |
|
|
* | FakeSocket is (supposed to be) gone in 3.x | Antoine Pitrou | 2010-10-06 | 1 | -7/+0 |
|
|
* | Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are ex... | Senthil Kumaran | 2010-10-03 | 1 | -0/+2 |
|
|
* | Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.e... | Senthil Kumaran | 2010-10-03 | 1 | -4/+5 |
|
|
* | Use proper variable name 'data' instead of 'str' in the send method. | Senthil Kumaran | 2010-10-02 | 1 | -10/+10 |
|
|
* | Issue1491 - BaseHTTPServer incorrectly implements response code 100 | Senthil Kumaran | 2010-09-30 | 1 | -3/+30 |
|
|
* | Fix Issue8572 - httplib getheader() throws error instead of default | Senthil Kumaran | 2010-08-02 | 1 | -1/+5 |
|
|
* | #8826: the "expires" attribute value is a date string with spaces, but appare... | Georg Brandl | 2010-08-01 | 1 | -0/+2 |
|
|
* | #5147: revert accidental indentation of header constant for MozillaCookieJar. | Georg Brandl | 2010-07-31 | 1 | -3/+3 |
|
|
* | #8292: Fix three instances of truth tests on return values of filter() (which... | Georg Brandl | 2010-07-31 | 1 | -2/+3 |
|
|
* | #3788: more tests for http.cookies, now at 95% coverage. Also bring coding s... | Georg Brandl | 2010-07-31 | 1 | -110/+103 |
|
|
* | #9032: XML-RPC client: Transport.request() retries on EPIPE error | Victor Stinner | 2010-07-24 | 1 | -5/+0 |
|
|
* | Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / in | Gregory P. Smith | 2010-07-19 | 1 | -9/+6 |
|
|
* | Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge... | Benjamin Peterson | 2010-06-27 | 1 | -5/+15 |
|
|
* | Merged revisions 81687 via svnmerge from | Senthil Kumaran | 2010-06-04 | 1 | -0/+1 |
|
|
* | Merged revisions 80583 via svnmerge from | Senthil Kumaran | 2010-04-28 | 1 | -0/+3 |
|
|
* | Merged revisions 78417 via svnmerge from | Benjamin Peterson | 2010-03-21 | 1 | -0/+2 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Merged revisions 78299 via svnmerge from | Senthil Kumaran | 2010-02-22 | 1 | -1/+1 |
|
|
* | Merged revisions 77263-77264 via svnmerge from | Gregory P. Smith | 2010-01-03 | 1 | -5/+8 |
|
|
* | Merged revisions 76908 via svnmerge from | Senthil Kumaran | 2009-12-20 | 1 | -3/+18 |
|
|
* | Merged revisions 76208 via svnmerge from | Senthil Kumaran | 2009-11-11 | 1 | -6/+6 |
|
|
* | [NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and ... | Antoine Pitrou | 2009-09-29 | 1 | -4/+11 |
|
|
* | Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,... | Benjamin Peterson | 2009-09-11 | 1 | -1/+3 |
|
|
* | Fixes issue #6838: use a list to accumulate the value instead of repeatedly c... | Chris Withers | 2009-09-04 | 1 | -12/+9 |
|
|
* | Turn some comments into docstrings. | Georg Brandl | 2009-09-04 | 1 | -20/+16 |
|
|
* | Remove pseudo-end markers from http.cookies. | Georg Brandl | 2009-09-04 | 1 | -22/+1 |
|
|
* | Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. | Senthil Kumaran | 2009-07-25 | 1 | -0/+30 |
|
|
* | http://bugs.python.org/issue6267 | Kristján Valur Jónsson | 2009-07-01 | 1 | -10/+18 |
|
|
* | More codestring -> codebytes. | Georg Brandl | 2009-06-04 | 1 | -1/+1 |
|
|
* | port r72246 | Benjamin Peterson | 2009-05-08 | 1 | -0/+3 |
|
|
* | Merged revisions 71303 via svnmerge from | Benjamin Peterson | 2009-04-11 | 1 | -14/+50 |
|
|
* | Make http.server main program nicer for interactive use. | Alexandre Vassalotti | 2009-04-03 | 1 | -4/+6 |
|
|
* | Fixing the issue4860. Escaping the embedded '"' in the js_output method of Mo... | Senthil Kumaran | 2009-04-02 | 1 | -1/+1 |
|
|
* | An HTTPResponse is, by its nature, readable. | Jeremy Hylton | 2009-04-01 | 1 | -0/+3 |
|
|
* | Simplify the Request class. The basic components of the parsed | Jeremy Hylton | 2009-03-31 | 1 | -28/+60 |
|
|
* | Remove special logic that closes HTTPConnection socket on EPIPE. | Jeremy Hylton | 2009-03-28 | 1 | -35/+24 |
|
|
* | Fix some string encoding issues with entity bodies in HTTP requests. | Jeremy Hylton | 2009-03-27 | 1 | -10/+20 |
|
|
* | Fix compatibility issue with HTTPMessage class. | Jeremy Hylton | 2009-03-27 | 2 | -4/+4 |
|
|
* | Sort import list. | Jeremy Hylton | 2009-03-27 | 1 | -10/+10 |
|
|
* | Replace duplicate code in http.server with call to http.client.parse_headers(). | Jeremy Hylton | 2009-03-27 | 2 | -17/+2 |
|
|
* | Simplify complex expression. | Jeremy Hylton | 2009-03-26 | 1 | -1/+3 |
|
|
* | Merged revisions 70107 via svnmerge from | Benjamin Peterson | 2009-03-02 | 1 | -2/+11 |
|
|