summaryrefslogtreecommitdiffstats
path: root/Doc/library/http.server.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-109634: Use :samp: role (GH-109635)Serhiy Storchaka2023-09-231-1/+1
* gh-109096: Deprecate `http.server.CGIHTTPRequestHandler` (#109387)Gregory P. Smith2023-09-151-0/+13
* gh-91219: http - use subclassing to override index_pages attribute (GH-100731)Ethan Furman2023-01-031-0/+5
* gh-100001: Remove doc typo, add versionadded (#100042)Gregory P. Smith2022-12-051-1/+3
* gh-100001: Omit control characters in http.server stderr logs. (#100002)Gregory P. Smith2022-12-051-0/+7
* gh-97822: Fix http.server documentation reference to test() function (#98027)JasonYZ2022-10-081-2/+2
* gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)Christian Heimes2022-08-021-0/+2
* gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-9...Sam Ezeh2022-07-011-1/+12
* bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)Géry Ogam2022-05-021-2/+13
* bpo-46468: document that "-m http.server" defaults to port 8000 (GH-30776)Jelle Zijlstra2022-01-221-7/+12
* bpo-44765: [doc] fix typo (GH-27430)Pavel2021-07-291-1/+1
* bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385)Mariusz Felisiak2021-07-271-1/+1
* bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)Mariusz Felisiak2021-07-261-1/+1
* Doc: http.server: directory is not a class attribute, but an argument. (GH-26...Julien Palard2021-05-111-8/+8
* BaseHTTPRequestHandler, that path includes query (#25597)Senthil Kumaran2021-04-251-1/+3
* bpo-35292: Avoid calling mimetypes.init when http.server is imported (GH-17822)An Long2020-01-081-3/+6
* bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-1...Géry Ogam2019-09-111-0/+3
* Adds IPv6 support when invoking http.server directly. (GH-10595)Lisa Roach2018-11-261-2/+6
* Simplify the warning for http.server. (#10116)Senthil Kumaran2018-10-261-4/+2
* bpo-34576 - Fix the formatting for security considerations in http.server.rst...Senthil Kumaran2018-10-201-5/+5
* bpo-34576 warn users on security for http.server (#9720)Felipe Rodrigues2018-10-111-0/+8
* bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class name (GH-7195)Géry Ogam2018-05-291-2/+2
* fixed capitalization of class name (GH-6396)Alex Gaynor2018-04-061-1/+1
* FIX documentation and NEWS of ThreadedHTTPServer. (GH-6207)Julien Palard2018-03-281-2/+5
* bpo-31639: Use threads in http.server module. (GH-5018)Julien Palard2018-03-231-2/+9
* bpo-30160: Clarify intended usage of wfile (gh-1300)jugglinmike2017-05-241-1/+2
* bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandle...Stéphane Wirtel2017-05-241-2/+13
* bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298)Pierre Quentel2017-04-021-4/+8
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
|\
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
* | Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBaseMartin Panter2016-06-291-2/+5
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-2/+1
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+1
* | Issue #25738: Merge HTTP server from 3.5Martin Panter2016-06-081-1/+3
|\ \ | |/
| * Issue #25738: Don’t send message body for 205 Reset ContentMartin Panter2016-06-081-1/+3
* | Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentationBerker Peksag2016-04-231-18/+11
|\ \ | |/
| * Issue #20112: Improve BaseHTTPRequestHandler.error_message_format documentationBerker Peksag2016-04-231-18/+11
* | Issue #26404: Add context manager to socketserver, by Aviv PalivodaMartin Panter2016-04-131-4/+3
|/
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-2/+2
* Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple docum...Senthil Kumaran2015-06-151-1/+1
* document the requestline and close_connection attributes, use real booleans, ...Benjamin Peterson2015-02-181-0/+12
* Address issue 18229 - Explain http.server.BaseHTTPRequestHandler's .headers a...Senthil Kumaran2014-04-161-1/+4
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-6/+8
* whatsnew: http.server send_error explain parameter.R David Murray2014-01-031-6/+9
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-3/+3
|\
| * Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-3/+3
* | Expose --bind argument for http.server, enable http.server to bind to a userSenthil Kumaran2013-09-151-0/+9
* | Fix markup/wording.Ezio Melotti2013-03-161-1/+1
* | #1291 http.server's send_error takes an optional explain argumentSenthil Kumaran2013-03-151-4/+8
* | Issue #16088: BaseHTTPRequestHandler's send_error method includes aSenthil Kumaran2012-10-111-0/+3
|/