| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 | 1 | -1/+1 |
|\ |
|
| * | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 | 1 | -1/+1 |
|
|
* | | merge 3.3 (#18574) | Benjamin Peterson | 2014-01-19 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | fix handling of 100-continue status code (closes #18574) | Benjamin Peterson | 2014-01-19 | 1 | -2/+4 |
|
|
* | | merge 3.3 (#19435) | Benjamin Peterson | 2013-10-30 | 1 | -0/+12 |
|\ \
| |/ |
|
| * | merge 3.2 (#19435) | Benjamin Peterson | 2013-10-30 | 1 | -0/+12 |
| |\ |
|
| | * | merge 3.1 (#19435) | Benjamin Peterson | 2013-10-30 | 1 | -0/+12 |
| | |\ |
|
| | | * | use the collapsed path in the run_cgi method (closes #19435) | Benjamin Peterson | 2013-10-30 | 1 | -0/+10 |
|
|
* | | | | Fix http.server's request handling case on trailing '/'. | Senthil Kumaran | 2013-09-13 | 1 | -0/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix http.server's request handling case on trailing '/'. | Senthil Kumaran | 2013-09-13 | 1 | -0/+3 |
|
|
* | | | | #1291 http.server's send_error takes an optional explain argument | Senthil Kumaran | 2013-03-15 | 1 | -0/+10 |
|
|
* | | | | Do not raise self.skipTest(). | Serhiy Storchaka | 2013-02-04 | 1 | -2/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Do not raise self.skipTest(). | Serhiy Storchaka | 2013-02-04 | 1 | -2/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Do not raise self.skipTest(). | Serhiy Storchaka | 2013-02-04 | 1 | -2/+1 |
|
|
* | | | | code smell. remove pdb | Senthil Kumaran | 2012-10-11 | 1 | -1/+0 |
|
|
* | | | | Issue #16088: BaseHTTPRequestHandler's send_error method includes a | Senthil Kumaran | 2012-10-11 | 1 | -0/+12 |
|/ / / |
|
* | | | Speed up test_httpservers by avoiding a one-second cleanup wait after each te... | Antoine Pitrou | 2012-09-29 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Speed up test_httpservers by avoiding a one-second cleanup wait after each te... | Antoine Pitrou | 2012-09-29 | 1 | -0/+1 |
|
|
* | | | Fix CGI tests to take into account the platform's line ending (issue #13119) | Antoine Pitrou | 2012-08-05 | 1 | -5/+7 |
|\ \ \
| |/ / |
|
| * | | Fix CGI tests to take into account the platform's line ending (issue #13119) | Antoine Pitrou | 2012-08-05 | 1 | -5/+7 |
|
|
* | | | merge to default - Issue 10484 - Incorporate improvements to CGI module - Sug... | Senthil Kumaran | 2012-04-11 | 1 | -25/+28 |
|\ \ \
| |/ / |
|
| * | | 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Gle... | Senthil Kumaran | 2012-04-11 | 1 | -25/+28 |
|
|
* | | | merge - fix the incorrect changes made for PATH_INFO value - Issue10484 | Senthil Kumaran | 2012-04-10 | 1 | -1/+0 |
|\ \ \
| |/ / |
|
| * | | 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 | Senthil Kumaran | 2012-04-10 | 1 | -1/+0 |
|
|
* | | | closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem | Senthil Kumaran | 2012-03-16 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem | Senthil Kumaran | 2012-03-16 | 1 | -0/+1 |
|
|
* | | | Issue #13308: Fix test_httpservers failures when run as root. | Charles-François Natali | 2011-11-02 | 1 | -2/+6 |
|\ \ \
| |/ / |
|
| * | | Issue #13308: Fix test_httpservers failures when run as root. | Charles-François Natali | 2011-11-02 | 1 | -2/+6 |
|
|
* | | | Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the | Senthil Kumaran | 2011-05-09 | 1 | -17/+56 |
|/ / |
|
* | | Try to strengthen test_httpservers (issue #11617) | Antoine Pitrou | 2011-03-20 | 1 | -4/+4 |
|
|
* | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 87373,87381 via svnmerge from | Antoine Pitrou | 2010-12-18 | 1 | -0/+7 |
|
|
| * | svnmerge fooled me. That test class already existed. | Antoine Pitrou | 2010-12-16 | 1 | -80/+8 |
|
|
| * | Forgot to enable this test | Antoine Pitrou | 2010-12-16 | 1 | -0/+1 |
|
|
| * | Merged revisions 87317 via svnmerge from | Antoine Pitrou | 2010-12-16 | 1 | -0/+101 |
|
|
| * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -23/+23 |
|
|
| * | Merged revisions 85202 via svnmerge from | Senthil Kumaran | 2010-10-03 | 1 | -0/+7 |
|
|
| * | Add BaseHTTPRequestHandler related tests. | Senthil Kumaran | 2010-09-30 | 1 | -1/+76 |
|
|
| * | Merged revisions 80487,80489 via svnmerge from | Antoine Pitrou | 2010-04-25 | 1 | -6/+5 |
|
|
| * | Note: only the relevant parts of r79474 are merged. | Florent Xicluna | 2010-03-28 | 1 | -2/+12 |
|
|
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -2/+2 |
|
|
* | | To match the behaviour of HTTP server, the HTTP client library now also encodes | Armin Ronacher | 2011-01-22 | 1 | -1/+7 |
|
|
* | | Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server. | Armin Ronacher | 2011-01-22 | 1 | -0/+10 |
|
|
* | | Fix #9333. The symlink function is always available now, raising OSError | Brian Curtin | 2010-12-28 | 1 | -1/+1 |
|
|
* | | Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Anto... | Senthil Kumaran | 2010-12-18 | 1 | -0/+7 |
|
|
* | | Issue #10714: Limit length of incoming request in http.server to 65536 bytes | Antoine Pitrou | 2010-12-16 | 1 | -0/+6 |
|
|
* | | Fix #9333. Expose os.symlink on Windows only when usable. | Brian Curtin | 2010-12-02 | 1 | -1/+1 |
|
|
* | | Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only... | Senthil Kumaran | 2010-11-21 | 1 | -0/+43 |
|
|
* | | Fix ResourceWarning for an unclosed socket. | Brian Curtin | 2010-10-31 | 1 | -0/+1 |
|
|