| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
|\ |
|
| * | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
|
|
* | | Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase | Martin Panter | 2016-06-29 | 1 | -2/+5 |
|
|
* | | Merge Issue #22558. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -2/+1 |
|
|
* | | Issue #25738: Merge HTTP server from 3.5 | Martin Panter | 2016-06-08 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Issue #25738: Don’t send message body for 205 Reset Content | Martin Panter | 2016-06-08 | 1 | -1/+3 |
|
|
* | | Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation | Berker Peksag | 2016-04-23 | 1 | -18/+11 |
|\ \
| |/ |
|
| * | Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentation | Berker Peksag | 2016-04-23 | 1 | -18/+11 |
|
|
* | | Issue #26404: Add context manager to socketserver, by Aviv Palivoda | Martin Panter | 2016-04-13 | 1 | -4/+3 |
|/ |
|
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -2/+2 |
|
|
* | Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple docum... | Senthil Kumaran | 2015-06-15 | 1 | -1/+1 |
|
|
* | document the requestline and close_connection attributes, use real booleans, ... | Benjamin Peterson | 2015-02-18 | 1 | -0/+12 |
|
|
* | Address issue 18229 - Explain http.server.BaseHTTPRequestHandler's .headers a... | Senthil Kumaran | 2014-04-16 | 1 | -1/+4 |
|
|
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -6/+8 |
|
|
* | whatsnew: http.server send_error explain parameter. | R David Murray | 2014-01-03 | 1 | -6/+9 |
|
|
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -3/+3 |
|\ |
|
| * | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -3/+3 |
|
|
* | | Expose --bind argument for http.server, enable http.server to bind to a user | Senthil Kumaran | 2013-09-15 | 1 | -0/+9 |
|
|
* | | Fix markup/wording. | Ezio Melotti | 2013-03-16 | 1 | -1/+1 |
|
|
* | | #1291 http.server's send_error takes an optional explain argument | Senthil Kumaran | 2013-03-15 | 1 | -4/+8 |
|
|
* | | Issue #16088: BaseHTTPRequestHandler's send_error method includes a | Senthil Kumaran | 2012-10-11 | 1 | -0/+3 |
|/ |
|
* | Fix a couple of versionadded/versionchanged related markup errors. | Georg Brandl | 2012-06-24 | 1 | -1/+2 |
|
|
* | Issue 14989: http.server --cgi option can enable the CGI http server. | Senthil Kumaran | 2012-06-03 | 1 | -0/+6 |
|
|
* | 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 BaseH... | Senthil Kumaran | 2012-04-29 | 1 | -1/+1 |
|
|
* | | Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead o... | Senthil Kumaran | 2012-04-29 | 1 | -2/+5 |
|
|
* | | Merge doc fixes #14553 and #14552. | R David Murray | 2012-04-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #14553: fix word order. | R David Murray | 2012-04-12 | 1 | -1/+1 |
|
|
* | | Replace mentions of IOError | Antoine Pitrou | 2011-10-12 | 1 | -1/+1 |
|
|
* | | Fix markup and working in the doc. | Ezio Melotti | 2011-05-11 | 1 | -7/+9 |
|
|
* | | issue12039 - update the documentation of send_response method in http.server.... | Senthil Kumaran | 2011-05-11 | 1 | -4/+11 |
|
|
* | | Issue #12039 - Update the http.server.rst with the requirement to call `end_h... | Senthil Kumaran | 2011-05-11 | 1 | -3/+4 |
|
|
* | | Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the | Senthil Kumaran | 2011-05-09 | 1 | -9/+18 |
|/ |
|
* | More source links | Raymond Hettinger | 2011-01-27 | 1 | -0/+4 |
|
|
* | Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only... | Senthil Kumaran | 2010-11-21 | 1 | -7/+14 |
|
|
* | Issue1491 - BaseHTTPServer incorrectly implements response code 100 | Senthil Kumaran | 2010-09-30 | 1 | -0/+20 |
|
|
* | Use the right role. | Georg Brandl | 2010-07-03 | 1 | -1/+1 |
|
|
* | Merged revisions 82433 via svnmerge from | Georg Brandl | 2010-07-02 | 1 | -15/+15 |
|
|
* | Merged revisions 82026 via svnmerge from | Senthil Kumaran | 2010-06-16 | 1 | -2/+4 |
|
|
* | Merged revisions 82018 via svnmerge from | Senthil Kumaran | 2010-06-16 | 1 | -1/+23 |
|
|
* | More conversion to new-style optional args. | Georg Brandl | 2009-05-17 | 1 | -7/+7 |
|
|
* | Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-... | Benjamin Peterson | 2008-09-02 | 1 | -0/+5 |
|
|
* | Remove last traces of mimetools. | Georg Brandl | 2008-06-12 | 1 | -5/+3 |
|
|
* | Create http package. #2883. | Georg Brandl | 2008-05-26 | 1 | -0/+322 |
|
|