| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | Move test_httpservers over to file context managers. | Brett Cannon | 2010-10-29 | 1 | -12/+11 |
|
|
* | | test_httpservers: Python CGI scripts have to be encoded to utf-8 | Victor Stinner | 2010-10-17 | 1 | -2/+2 |
|
|
* | | test_httpservers: Fix skip test check, the python executable path have to be | Victor Stinner | 2010-10-17 | 1 | -7/+10 |
|
|
* | | test_httpservers: skip CGI tests if Python executable path is not encodable | Victor Stinner | 2010-10-17 | 1 | -3/+14 |
|
|
* | | Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.e... | Senthil Kumaran | 2010-10-03 | 1 | -0/+8 |
|
|
* | | Issue1491 - BaseHTTPServer incorrectly implements response code 100 | Senthil Kumaran | 2010-09-30 | 1 | -0/+98 |
|
|
* | | Move test_SimpleHTTPServer into test_httpservers. | Georg Brandl | 2010-08-02 | 1 | -5/+33 |
|
|
* | | Implement #1578269. Patch by Jason R. Coombs. | Brian Curtin | 2010-07-08 | 1 | -1/+1 |
|
|
* | | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 | 1 | -1/+1 |
|
|
* | | Merged revisions 80480 via svnmerge from | Antoine Pitrou | 2010-04-25 | 1 | -6/+5 |
|
|
* | | Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from | Florent Xicluna | 2010-03-28 | 1 | -2/+12 |
|
|
* | | Merged revisions 79100 via svnmerge from | Florent Xicluna | 2010-03-19 | 1 | -28/+28 |
|
|
* | | Merged revisions 75838 via svnmerge from | Antoine Pitrou | 2009-10-27 | 1 | -0/+2 |
|
|
* | | Note that a number of the changes listed below were not applicable to the Py3... | Nick Coghlan | 2009-10-18 | 1 | -0/+2 |
|
|
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
|/ |
|
* | Merged revisions 71303 via svnmerge from | Benjamin Peterson | 2009-04-11 | 1 | -0/+46 |
|
|
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -2/+3 |
|
|
* | Patch for issue 2848, mostly by Humberto Diogenes, with a couple of | Barry Warsaw | 2008-06-12 | 1 | -1/+3 |
|
|
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -7/+6 |
|
|
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 | 1 | -0/+354 |
|
|