Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Address issue 18229 - Explain http.server.BaseHTTPRequestHandler's .headers ↵ | Senthil Kumaran | 2014-04-16 | 1 | -1/+4 |
| | | | | | | attribute further. Initial patch by Caelyn McAulay. | ||||
* | 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 |
| | | | | Also rewrote the send_error description for clarity and correct English. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | specified network interface. Patch contributed by Malte Swart. Addresses issue #17764. HG :Enter commit message. Lines beginning with 'HG:' are removed. | ||||
* | | 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 |
|/ | | | | Content-Length header. Patch by Antoine Pitrou. | ||||
* | 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 ↵ | Senthil Kumaran | 2012-04-29 | 1 | -1/+1 |
| | | | | | | | | BaseHTTPRequestHandler | ||||
* | | Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead ↵ | Senthil Kumaran | 2012-04-29 | 1 | -2/+5 |
| | | | | | | | | of client hostname | ||||
* | | 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 |
| | | | | | | | | Patch by Tshepang Lekhonkhobe. | ||||
* | | 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 ↵ | Senthil Kumaran | 2011-05-11 | 1 | -4/+11 |
| | | | | | | | | http.server.rst. | ||||
* | | Issue #12039 - Update the http.server.rst with the requirement to call ↵ | Senthil Kumaran | 2011-05-11 | 1 | -3/+4 |
| | | | | | | | | `end_headers` after calling `send_header`. | ||||
* | | Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the | Senthil Kumaran | 2011-05-09 | 1 | -9/+18 |
|/ | | | | | sending of headers to output stream and flushing the internal headers buffer. Patch contribution by Andrew Schaaf | ||||
* | More source links | Raymond Hettinger | 2011-01-27 | 1 | -0/+4 |
| | |||||
* | Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write ↵ | Senthil Kumaran | 2010-11-21 | 1 | -7/+14 |
| | | | | only on end_headers call. | ||||
* | 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 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r82433 | georg.brandl | 2010-07-02 09:33:50 +0200 (Fr, 02 Jul 2010) | 1 line Grammar and markup fixes. ........ | ||||
* | Merged revisions 82026 via svnmerge from | Senthil Kumaran | 2010-06-16 | 1 | -2/+4 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r82026 | senthil.kumaran | 2010-06-16 23:07:32 +0530 (Wed, 16 Jun 2010) | 3 lines Addressing RDM's review comments on the doc change. ........ | ||||
* | Merged revisions 82018 via svnmerge from | Senthil Kumaran | 2010-06-16 | 1 | -1/+23 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r82018 | senthil.kumaran | 2010-06-16 20:25:31 +0530 (Wed, 16 Jun 2010) | 3 lines Fix Issue8937 - SimpleHTTPServer should contain usage example ........ | ||||
* | More conversion to new-style optional args. | Georg Brandl | 2009-05-17 | 1 | -7/+7 |
| | |||||
* | Merged revisions ↵ | Benjamin Peterson | 2008-09-02 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-66074,66080,66082-66083,66090-66093,66097-66099,66103,66105,66110,66118 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r66045 | andrew.kuchling | 2008-08-26 19:27:18 -0500 (Tue, 26 Aug 2008) | 1 line Trim whitespace; add a few updates ........ r66048 | andrew.kuchling | 2008-08-26 19:45:02 -0500 (Tue, 26 Aug 2008) | 1 line Add an item and a note ........ r66049 | andrew.kuchling | 2008-08-26 21:12:18 -0500 (Tue, 26 Aug 2008) | 1 line Add various items ........ r66053 | georg.brandl | 2008-08-28 04:40:18 -0500 (Thu, 28 Aug 2008) | 2 lines #3711: .dll isn't a valid Python extension anymore. ........ r66060 | armin.rigo | 2008-08-29 16:21:52 -0500 (Fri, 29 Aug 2008) | 3 lines A collection of crashers, all variants of the idea of issue #3720. ........ r66062 | georg.brandl | 2008-08-30 04:49:36 -0500 (Sat, 30 Aug 2008) | 2 lines #3730: mention "server" attribute explicitly. ........ r66063 | georg.brandl | 2008-08-30 04:52:44 -0500 (Sat, 30 Aug 2008) | 2 lines #3716: fix typo. ........ r66065 | georg.brandl | 2008-08-30 05:03:09 -0500 (Sat, 30 Aug 2008) | 2 lines #3569: eval() also accepts "exec"able code objects. ........ r66067 | georg.brandl | 2008-08-30 08:17:39 -0500 (Sat, 30 Aug 2008) | 2 lines super() actually returns a super object. ........ r66071 | andrew.kuchling | 2008-08-30 10:19:57 -0500 (Sat, 30 Aug 2008) | 1 line Partial edits from revision and tidying pass ........ r66072 | andrew.kuchling | 2008-08-30 10:21:23 -0500 (Sat, 30 Aug 2008) | 1 line Tidy up some sentences ........ r66073 | andrew.kuchling | 2008-08-30 10:25:47 -0500 (Sat, 30 Aug 2008) | 1 line Correction from Antoine Pitrou: BufferedWriter and Reader support seek() ........ r66074 | andrew.kuchling | 2008-08-30 11:44:54 -0500 (Sat, 30 Aug 2008) | 1 line Edit four more sections ........ r66080 | georg.brandl | 2008-08-30 17:00:28 -0500 (Sat, 30 Aug 2008) | 2 lines Fix markup. ........ r66082 | andrew.kuchling | 2008-08-30 17:56:54 -0500 (Sat, 30 Aug 2008) | 1 line More edits; markup fixes ........ r66083 | andrew.kuchling | 2008-08-30 21:24:08 -0500 (Sat, 30 Aug 2008) | 1 line More edits ........ r66090 | andrew.kuchling | 2008-08-31 09:29:31 -0500 (Sun, 31 Aug 2008) | 1 line Edit the library section, rearranging items to flow better and making lots of edits ........ r66091 | andrew.kuchling | 2008-08-31 10:41:48 -0500 (Sun, 31 Aug 2008) | 1 line Last batch of edits; remove the 'other changes' section ........ r66092 | andrew.kuchling | 2008-08-31 10:48:44 -0500 (Sun, 31 Aug 2008) | 1 line Update patch/bug count ........ r66093 | gregory.p.smith | 2008-08-31 11:34:18 -0500 (Sun, 31 Aug 2008) | 3 lines issue3715: docstring representation of hex escaped string needs to be double escaped. ........ r66097 | benjamin.peterson | 2008-09-01 09:13:43 -0500 (Mon, 01 Sep 2008) | 4 lines #3703 unhelpful _fileio.FileIO error message when trying to open a directory Reviewer: Gregory P. Smith ........ r66098 | georg.brandl | 2008-09-01 09:15:55 -0500 (Mon, 01 Sep 2008) | 2 lines #3749: fix c'n'p errors. ........ r66099 | benjamin.peterson | 2008-09-01 09:18:30 -0500 (Mon, 01 Sep 2008) | 4 lines Fix compilation when --without-threads is given #3683 Reviewer: Georg Brandl, Benjamin Peterson ........ r66103 | vinay.sajip | 2008-09-01 09:30:10 -0500 (Mon, 01 Sep 2008) | 1 line logging: fixed lack of use of encoding attribute specified on a stream. ........ r66105 | vinay.sajip | 2008-09-01 09:33:59 -0500 (Mon, 01 Sep 2008) | 1 line logging: fixed lack of use of encoding attribute specified on a stream. ........ r66110 | vinay.sajip | 2008-09-01 10:08:07 -0500 (Mon, 01 Sep 2008) | 1 line Added section about configuring logging in a library. Thanks to Thomas Heller for the idea. ........ r66118 | vinay.sajip | 2008-09-01 12:44:14 -0500 (Mon, 01 Sep 2008) | 1 line Bug #3738: Documentation is now more accurate in describing handler close methods. ........ | ||||
* | 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 |