Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Issue #20976: pyflakes: Remove unused imports | Victor Stinner | 2014-03-20 | 1 | -2/+0 | |
| | | | ||||||
* | | | Issue #20331: Fixed possible FD leaks in various modules: | Serhiy Storchaka | 2014-01-25 | 1 | -9/+15 | |
|\ \ \ | |/ / | | | | | | | http.server, imghdr, mailcap, mimetypes, xml.etree. | |||||
| * | | Issue #20331: Fixed possible FD leaks in various modules: | Serhiy Storchaka | 2014-01-25 | 1 | -9/+15 | |
| | | | | | | | | | | | | http.server, imghdr, mailcap, mimetypes, xml.etree. | |||||
* | | | merge 3.3 (#18574) | Benjamin Peterson | 2014-01-18 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | fix handling of 100-continue status code (closes #18574) | Benjamin Peterson | 2014-01-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | merge 3.3 (#19435) | Benjamin Peterson | 2013-10-30 | 1 | -5/+4 | |
|\ \ \ | |/ / | ||||||
| * | | merge 3.2 (#19435) | Benjamin Peterson | 2013-10-30 | 1 | -5/+4 | |
| |\ \ | | |/ | ||||||
| | * | merge 3.1 (#19435) | Benjamin Peterson | 2013-10-30 | 1 | -5/+4 | |
| | |\ | ||||||
| | | * | use the collapsed path in the run_cgi method (closes #19435) | Benjamin Peterson | 2013-10-30 | 1 | -5/+4 | |
| | | | | ||||||
* | | | | merge from 3.3 | Senthil Kumaran | 2013-09-29 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Minor code improvement. Review comment by Eric V. Smith | Senthil Kumaran | 2013-09-29 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Expose --bind argument for http.server, enable http.server to bind to a user | Senthil Kumaran | 2013-09-15 | 1 | -5/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specified network interface. Patch contributed by Malte Swart. Addresses issue #17764. HG :Enter commit message. Lines beginning with 'HG:' are removed. | |||||
* | | | | Fix http.server's request handling case on trailing '/'. | Senthil Kumaran | 2013-09-13 | 1 | -0/+4 | |
|\ \ \ \ | |/ / / | | | | | | | | | Patch contributed by Vajrasky Kok. Addresses Issue #17324 | |||||
| * | | | Fix http.server's request handling case on trailing '/'. | Senthil Kumaran | 2013-09-13 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | Patch contributed by Vajrasky Kok. Addresses Issue #17324 | |||||
* | | | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ModuleNotFoundError. | |||||
* | | | | #1291 http.server's send_error takes an optional explain argument | Senthil Kumaran | 2013-03-15 | 1 | -6/+12 | |
| | | | | ||||||
* | | | | Reverting the changeset b87792757ee8 made for Issue #12921 | Senthil Kumaran | 2013-03-05 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Reverting the changeset 5d76a4746d9d made for Issue #12921 | Senthil Kumaran | 2013-03-05 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Reverting the changeset 5126e62c60af made for Issue #12921 | Senthil Kumaran | 2013-03-05 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix Issue #12921: BaseHTTPServer's send_error should send the correct error | Senthil Kumaran | 2013-03-05 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | response message when send_error includes a message in addition to error status. Patch contributed by Karl. | |||||
| * | | | Fix Issue #12921: BaseHTTPServer's send_error should send the correct error | Senthil Kumaran | 2013-03-05 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | | | | | | | | | | | | | response message when send_error includes a message in addition to error status. Patch contributed by Karl. | |||||
| | * | | Fix Issue #12921: BaseHTTPServer's send_error should send the correct error | Senthil Kumaran | 2013-03-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | response message when send_error includes a message in addition to error status. Patch contributed by Karl. | |||||
* | | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Issue #16706: get rid of os.error | Andrew Svetlov | 2012-12-18 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Issue #16088: BaseHTTPRequestHandler's send_error method includes a | Senthil Kumaran | 2012-10-10 | 1 | -1/+3 | |
|/ / / | | | | | | | | | | Content-Length header. Patch by Antoine Pitrou. | |||||
* | | | Issue 14989: http.server --cgi option can enable the CGI http server. | Senthil Kumaran | 2012-06-03 | 1 | -7/+15 | |
| | | | ||||||
* | | | #14809: Add HTTP status codes from RFC 6585 to http.server and http.client | Hynek Schlawack | 2012-05-16 | 1 | -1/+9 | |
| | | | | | | | | | | | | Patch by EungJun Yi. | |||||
* | | | issue6085 - update docs in default branch | Senthil Kumaran | 2012-04-29 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Fix issue6085 - Remove the delay caused by fqdn lookup while logging in ↵ | Senthil Kumaran | 2012-04-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | BaseHTTPRequestHandler | |||||
* | | | Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead ↵ | Senthil Kumaran | 2012-04-29 | 1 | -11/+2 | |
| | | | | | | | | | | | | of client hostname | |||||
* | | | merge to default - Issue 10484 - Incorporate improvements to CGI module - ↵ | Senthil Kumaran | 2012-04-12 | 1 | -26/+28 | |
|\ \ \ | |/ / | | | | | | | Suggested by Glenn Linderman. Refactor code and tests | |||||
| * | | 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by ↵ | Senthil Kumaran | 2012-04-12 | 1 | -26/+28 | |
| | | | | | | | | | | | | Glenn Linderman. Refactor code and tests | |||||
* | | | merge - fix the incorrect changes made for PATH_INFO value - Issue10484 | Senthil Kumaran | 2012-04-11 | 1 | -10/+6 | |
|\ \ \ | |/ / | ||||||
| * | | 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 | Senthil Kumaran | 2012-04-11 | 1 | -10/+6 | |
| | | | ||||||
* | | | closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem | Senthil Kumaran | 2012-03-16 | 1 | -1/+8 | |
|\ \ \ | |/ / | ||||||
| * | | closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem | Senthil Kumaran | 2012-03-16 | 1 | -1/+8 | |
| | | | ||||||
* | | | merge from 3.2. Minor code style improvements in http.server suggested in ↵ | Senthil Kumaran | 2011-12-23 | 1 | -6/+3 | |
|\ \ \ | |/ / | | | | | | | Issue13294. | |||||
| * | | Minor code style improvements in http.server suggested in Issue13294. | Senthil Kumaran | 2011-12-23 | 1 | -6/+3 | |
| | | | ||||||
* | | | #13295: http.server now produces valid HTML 4.01 strict. | Ezio Melotti | 2011-11-02 | 1 | -8/+14 | |
| | | | ||||||
* | | | Close #12289: Fix "is executable?" test in the CGI server | Victor Stinner | 2011-06-20 | 1 | -6/+2 | |
| | | | | | | | | | | | | | | | Use os.access(path, os.X_OK) instead of (os.stat(path).st_mode & 0o111 != 0), and ignore the test on Windows. | |||||
* | | | Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the | Senthil Kumaran | 2011-05-09 | 1 | -4/+14 | |
| | | | | | | | | | | | | | | | sending of headers to output stream and flushing the internal headers buffer. Patch contribution by Andrew Schaaf | |||||
* | | | merge from 3.2 | Senthil Kumaran | 2011-03-20 | 1 | -4/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Merge from 3.1 | Senthil Kumaran | 2011-03-20 | 1 | -4/+3 | |
| |\ \ | | |/ | ||||||
| | * | Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML. | Senthil Kumaran | 2011-03-20 | 1 | -4/+3 | |
| | | | ||||||
| | * | Error message in http.server code. Missed to update in 3.1 branch initially. | Senthil Kumaran | 2011-03-17 | 1 | -9/+14 | |
| | | | ||||||
| | * | Merged revisions 87373,87381 via svnmerge from | Antoine Pitrou | 2010-12-18 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87373 | senthil.kumaran | 2010-12-18 17:55:23 +0100 (sam., 18 déc. 2010) | 3 lines Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou ........ r87381 | antoine.pitrou | 2010-12-18 18:59:18 +0100 (sam., 18 déc. 2010) | 3 lines NEWS entry for r87373 ........ | |||||
| | * | Merged revisions 87317 via svnmerge from | Antoine Pitrou | 2010-12-16 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87317 | antoine.pitrou | 2010-12-16 17:48:36 +0100 (jeu., 16 déc. 2010) | 4 lines Issue #10714: Limit length of incoming request in http.server to 65536 bytes for security reasons. Initial patch by Ross Lagerwall. ........ (also backport some tests) | |||||
| | * | Merged revisions 86195 via svnmerge from | Brian Curtin | 2010-11-05 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86195 | brian.curtin | 2010-11-05 10:04:48 -0500 (Fri, 05 Nov 2010) | 3 lines Close subprocess pipes in the non-UNIX section of run_cgi. Clears a number of ResourceWarnings in test_httpservers. ........ | |||||
| | * | Merged revisions 85202 via svnmerge from | Senthil Kumaran | 2010-10-03 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85202 | senthil.kumaran | 2010-10-03 23:25:45 +0530 (Sun, 03 Oct 2010) | 4 lines Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.environ ........ |