summaryrefslogtreecommitdiff
path: root/Lib/http
Commit message (Expand)AuthorAgeFilesLines
* Issue #29192: Removed deprecated features in the http.cookies module.Serhiy Storchaka2017-01-131-29/+1
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
* Issue #28548: Parse HTTP request version even if too many words receivedMartin Panter2016-11-191-15/+18
* Issue #23214: Remove BufferedReader.read1(-1) workaroundMartin Panter2016-10-211-8/+1
* Issue #22493: Inline flags now should be used only at the start of theSerhiy Storchaka2016-09-111-2/+1
* Issue #28022: Deprecate ssl-related arguments in favor of SSLContext.Christian Heimes2016-09-101-0/+6
* Issue 27948: Allow backslashes in the literal string portion of f-strings, bu...Eric V. Smith2016-09-091-1/+1
* [merge from 3.5] - Issue28010 - Make http.client.HTTPConnection.putrequestSenthil Kumaran2016-09-084-93/+216
|\
| * #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-083-5/+5
| * Issue 27921: Remove backslash from another f-string.Eric V. Smith2016-09-031-1/+1
| * Issue #27895: Spelling fixes (Contributed by Ville Skytt?).Raymond Hettinger2016-08-301-1/+1
| * Issue #12319: Always send file request bodies using chunked encodingMartin Panter2016-08-271-23/+8
| * MergeRaymond Hettinger2016-08-252-88/+226
| |\
| | * Issue #12319: Support for chunked encoding of HTTP request bodiesMartin Panter2016-08-241-50/+149
| | * [merge from 3.5] - Issue #27466: Change time format returned bySenthil Kumaran2016-07-101-1/+1
| | |\
| | * \ Issue #25738: Merge HTTP server from 3.5Martin Panter2016-06-081-13/+20
| | |\ \
| | * \ \ Issue #27076: Merge spelling from 3.5Martin Panter2016-05-261-1/+1
| | |\ \ \
| | * \ \ \ Merge typo fixes from 3.5Martin Panter2016-05-082-39/+81
| | |\ \ \ \
| | | * | | | 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-182-39/+80
| | | |\ \ \ \
| | | | * | | | 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
| | | | * | | | Merge typo fixes from 3.5Martin Panter2016-04-052-21/+64
| | | | |\ \ \ \
| | | | | * | | | 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-032-6/+51
| | | | | |\ \ \ \
| | | | | | * \ \ \ Issue #26499: Merge HTTPResponse fix from 3.5Martin Panter2016-03-172-6/+51
| | | | | | |\ \ \ \
| | | | | | | * | | | Issue #747320: Use email.utils.formatdate() to avoid code duplicationBerker Peksag2016-03-141-6/+2
| | | | | | | * | | | Issue #16181: cookiejar.http2time() now returns None if year is higher than d...Berker Peksag2016-03-141-0/+49
| | | | | | | |\ \ \ \
| | | | | | | | * \ \ \ Issue #26302: merge from 3.5Jason R. Coombs2016-02-241-0/+49
| | | | | | | | |\ \ \ \
| | | | | | | | | * \ \ \ Issue #26045: Merge http.client error addition from 3.5Martin Panter2016-02-091-1/+16
| | | | | | | | | |\ \ \ \
| | | | | | | | | * \ \ \ \ Issue #25899: Converted non-ASCII characters in docstrings and manpageSerhiy Storchaka2015-12-181-0/+49
| | | | | | | | | |\ \ \ \ \
| | | | | | | | | | * \ \ \ \ Merge typo and grammar fixes from 3.5Martin Panter2015-11-141-4/+4
| | | | | | | | | | |\ \ \ \ \ | | | | | | | | | | |/ / / / / | | | | | | | | | |/| | | | |
| | | | | | | | | | * | | | | Issue #25523: Merge a-to-an corrections from 3.5.Serhiy Storchaka2015-11-021-1/+1
| | | | | | | | | | |\ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ Merge typo fixes from 3.5Martin Panter2015-10-071-0/+49
| | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ Issues #25232, #24657: Merge two CGI server fixes from 3.5Martin Panter2015-10-031-9/+10
| | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | * | | | | | | Add in missing docstrings.Raymond Hettinger2015-08-181-0/+49
* | | | | | | | | | | | | | | | | | Issue28010 - Make http.client.HTTPConnection.putrequest documentation consist...Senthil Kumaran2016-09-081-1/+2
* | | | | | | | | | | | | | | | | | Issue #27895: Spelling fixes (Contributed by Ville Skytt?).Martin Panter2016-09-071-1/+1
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Issue 19504: Change "customise" to "customize" American spelling.Raymond Hettinger2016-08-251-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Issue #27466: Change time format returned by http.cookie.time2netscape,Senthil Kumaran2016-07-101-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Issue #25738: Don?t send message body for 205 Reset ContentMartin Panter2016-06-081-10/+20
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Fix typos in comments, documentation and test method namesMartin Panter2016-05-081-1/+1
|/ / / / / / / / / / / /
* | | | | | | | | | | | Issue #26657: Fix Windows directory traversal vulnerability with http.serverMartin Panter2016-04-181-3/+3
|/ / / / / / / / / / /
* | | | | | | | | | | Fix typos in documentation and commentsMartin Panter2016-04-051-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Issue #26586: Handle excessive header fields in http.server, by Xiang ZhangMartin Panter2016-04-031-0/+7
|/ / / / / / / / /
* | | | | | | | | Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent GhostMartin Panter2016-03-171-0/+8
|/ / / / / / / /
* | | | | | | | Issue #16181: cookiejar.http2time() now returns None if year is higher than d...Berker Peksag2016-03-141-1/+4
|/ / / / / / /
* | | | | | | Issue #26302: Correctly identify comma as an invalid character for a cookie (...Anish Shah2016-02-071-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Issue #26045: Add UTF-8 suggestion to error in http.clientMartin Panter2016-02-091-1/+16
|/ / / / /