summaryrefslogtreecommitdiff
path: root/Lib/http/server.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28548: Parse HTTP request version even if too many words receivedMartin Panter2016-11-191-15/+18
* Issue #25738: Merge HTTP server from 3.5Martin Panter2016-06-081-13/+20
|\
| * Issue #25738: Don?t send message body for 205 Reset ContentMartin Panter2016-06-081-10/+20
* | Issue #24902: Print server URL on http.server startupBerker Peksag2016-04-291-1/+2
* | Issue #26657: Merge http.server fix from 3.5Martin Panter2016-04-181-39/+31
|\ \ | |/ |/|
| * Issue #26404: Add context manager to socketserver, by Aviv PalivodaMartin Panter2016-04-131-10/+8
| * Issue #26585: Eliminate _quote_html() and use html.escape(quote=False)Martin Panter2016-04-111-8/+8
| * Issue #26586: Simple enhancements to BaseHTTPRequestHandler by Xiang ZhangMartin Panter2016-04-031-15/+13
| * Issue #26586: Merge excessive HTTP header handling from 3.5Martin Panter2016-04-031-6/+2
| |\
| | * Issue #747320: Use email.utils.formatdate() to avoid code duplicationBerker Peksag2016-03-141-6/+2
* | | Issue #26657: Fix Windows directory traversal vulnerability with http.serverMartin Panter2016-04-181-3/+3
|/ /
* | Issue #26586: Handle excessive header fields in http.server, by Xiang ZhangMartin Panter2016-04-031-0/+7
|/
* Merge typo fixes from 3.4 into 3.5Martin Panter2015-10-071-1/+1
|\
| * Various minor typos in documentation and commentsMartin Panter2015-10-071-1/+1
* | Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5Martin Panter2015-10-031-100/+56
|\ \ | |/ |/|
| * Issue #24774: Fix docstring in http.server.test.Robert Collins2015-08-171-100/+56
| |\
| | * Issue #21793: BaseHTTPRequestHandler again logs response code as numeric,Serhiy Storchaka2015-03-071-1/+2
| | * merge 3.4 (#23410)Benjamin Peterson2015-02-171-99/+54
| | |\
| | | * Issue #23418: Add missing entries to http.server.__all__.Berker Peksag2015-02-131-99/+54
| | | |\
| | | | * merge 3.4 (#23112)Benjamin Peterson2014-12-261-99/+54
| | | | |\
| | | | | * Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK,Serhiy Storchaka2014-12-231-99/+54
* | | | | | Issue #24657: Prevent CGIRequestHandler from collapsing the URL queryMartin Panter2015-10-031-4/+9
* | | | | | Issue #25232: Fix CGIRequestHandler's splitting of URL queryMartin Panter2015-10-031-5/+1
|/ / / / /
* | | | | Issue #24774: Fix docstring in http.server.test.Robert Collins2015-08-171-2/+1
|/ / / /
* | | | document the requestline and close_connection attributes, use real booleans, ...Benjamin Peterson2015-02-171-10/+10
|/ / /
* | | Issue #23418: Add missing entries to http.server.__all__.Berker Peksag2015-02-131-1/+4
|/ /
* | fix behavior of trailing slash redirection when a query string is involved (c...Benjamin Peterson2014-12-261-2/+6
|/
* Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.Serhiy Storchaka2014-08-171-4/+15
* Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-121-17/+27
|\
| * merge 3.3 (#21766)Benjamin Peterson2014-06-141-1/+1
| |\
| * | Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-2/+0
| * | Issue #20331: Fixed possible FD leaks in various modules:Serhiy Storchaka2014-01-251-15/+27
| |\ \
| | * \ merge 3.3 (#18574)Benjamin Peterson2014-01-181-15/+27
| | |\ \
| | | * \ merge 3.3 (#19435)Benjamin Peterson2013-10-301-15/+27
| | | |\ \
| | | | * \ merge from 3.3Senthil Kumaran2013-09-291-15/+27
| | | | |\ \
| | | | | * | Expose --bind argument for http.server, enable http.server to bind to a userSenthil Kumaran2013-09-151-5/+9
| | | | | * | Fix http.server's request handling case on trailing '/'.Senthil Kumaran2013-09-131-0/+4
| | | | | |\ \
| | | | | * | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
| | | | | * | | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
| | | | | * | | #1291 http.server's send_error takes an optional explain argumentSenthil Kumaran2013-03-151-6/+12
| | | | | * | | Reverting the changeset b87792757ee8 made for Issue #12921Senthil Kumaran2013-03-051-1/+1
| | | | | |\ \ \
| | | | | * \ \ \ Fix Issue #12921: BaseHTTPServer's send_error should send the correct errorSenthil Kumaran2013-03-051-1/+1
| | | | | |\ \ \ \
| | | | | * | | | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
| | | | | * | | | | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-2/+2
| | | | | * | | | | Issue #16088: BaseHTTPRequestHandler's send_error method includes aSenthil Kumaran2012-10-101-1/+3
| | | * | | | | | | merge 3.2 (#19435)Benjamin Peterson2013-10-301-39/+62
| | | |\ \ \ \ \ \ \ | | | | |/ / / / / /
* | | | | | | | | | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-121-5/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-121-5/+5
* | | | | | | | | | merge 3.2 (#21766)Benjamin Peterson2014-06-141-48/+77
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| / / / / / / / / | |/ / / / / / / /
| * | | | | | | | Issue #20331: Fixed possible FD leaks in various modules:Serhiy Storchaka2014-01-251-9/+15
| |/ / / / / / /