index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
wsgiref
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-111768: Add `wsgiref.util.is_hop_by_hop` to `__all__` (#111770)
Stefan
2023-11-08
1
-1/+1
*
gh-66425: Remove the unreachable code to set `REMOTE_HOST` header (gh-111441)
c-bata
2023-10-29
1
-4/+0
*
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd
2022-11-26
2
-8/+2
*
gh-92886: Replace assertion statements in `handlers.BaseHandler` to support r...
Jack Hindmarch
2022-10-19
1
-3/+9
*
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Serhiy Storchaka
2022-09-24
1
-2/+2
*
gh-95105: Return Iterator from wsgiref.types.InputStream.__iter__ (#95106)
Shantanu
2022-07-21
1
-2/+2
*
gh-86178: wsgiref.types: Add missing TypeAlias annotations (GH-91608)
Sebastian Rittau
2022-04-16
1
-2/+2
*
gh-86178: Add wsgiref.types (GH-32335)
Sebastian Rittau
2022-04-16
2
-0/+56
*
Replace with_traceback() with exception chaining and reraising (GH-32074)
Oleg Iarygin
2022-03-30
1
-2/+1
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
1
-1/+1
*
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
Hugo van Kemenade
2021-09-08
1
-13/+0
*
bpo-8138: Initialize wsgiref's SimpleServer as single-threaded (GH-12977)
Berker Peksag
2019-05-24
1
-1/+2
*
bpo-29183: Fix double exceptions in wsgiref.handlers.BaseHandler (GH-12914)
Berker Peksag
2019-05-19
1
-1/+10
*
bpo-27682: Handle client connection terminations in wsgiref (GH-9713)
Petter Strandmark
2019-05-01
1
-0/+4
*
bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663)
Cheryl Sabella
2019-04-13
1
-1/+1
*
bpo-35565: Add detail to assertion failure message in wsgiref (GH-11293)
Cheryl Sabella
2018-12-25
1
-1/+2
*
bpo-35567: Convert dict of constants to a set (GH-11296)
Cheryl Sabella
2018-12-23
1
-3/+3
*
bpo-9372: Deprecate several __getitem__ methods (GH-8609)
Berker Peksag
2018-08-11
1
-0/+7
*
Remove tiny bit of deadcode from wsgiref.validate (#3996)
Alex Gaynor
2017-10-31
1
-2/+0
*
Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase
Martin Panter
2016-06-29
1
-12/+5
*
Issue #24291: Merge wsgi partial write fix from 3.5
Martin Panter
2016-06-05
2
-6/+23
|
\
|
*
Issue #24291: Avoid WSGIRequestHandler doing partial writes
Martin Panter
2016-06-05
2
-6/+23
*
|
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
|
Issue #26717: Merge wsgiref fix from 3.5
Martin Panter
2016-04-17
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26717: Stop encoding Latin-1-ized WSGI paths with UTF-8
Martin Panter
2016-04-17
1
-1/+1
*
|
Issue #26404: Add context manager to socketserver, by Aviv Palivoda
Martin Panter
2016-04-13
1
-7/+6
|
/
*
Issue #26560: Avoid potential ValueError in BaseHandler.start_response
Berker Peksag
2016-03-19
1
-1/+1
*
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
Robert Collins
2015-07-26
1
-1/+1
|
\
|
*
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
Robert Collins
2015-07-26
1
-1/+1
*
|
Merge from 3.4
Senthil Kumaran
2014-09-17
1
-1/+8
|
\
\
|
|
/
|
*
Merge from 3.3
Senthil Kumaran
2014-09-17
1
-1/+8
|
|
\
|
|
*
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ...
Senthil Kumaran
2014-09-17
1
-1/+8
*
|
|
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka
2014-07-25
1
-1/+1
*
|
|
Issue #5800: headers parameter of wsgiref.headers.Headers is now optional.
Berker Peksag
2014-07-02
1
-2/+2
|
/
/
*
|
Update docstring to mention correct PEP number.
Eli Bendersky
2014-01-26
1
-1/+1
|
/
*
Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri()
Serhiy Storchaka
2014-01-12
1
-2/+2
*
Closes #19258: close WSGI server after handling request in demo code.
Georg Brandl
2013-10-14
1
-0/+1
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-2/+2
|
\
|
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-2/+2
*
|
Issue #16220: wsgiref now always calls close() on an iterable response.
Antoine Pitrou
2012-10-21
1
-5/+7
|
\
\
|
|
/
|
*
Issue #16220: wsgiref now always calls close() on an iterable response.
Antoine Pitrou
2012-10-21
1
-5/+7
*
|
Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifi...
Senthil Kumaran
2012-07-07
1
-1/+2
|
/
*
Issue #3839: wsgiref should not override a Content-Length header set by
Antoine Pitrou
2011-01-06
1
-1/+3
*
Fix Issue 10753 - Don't quote ;=, in the PATH_INFO envvar.
Senthil Kumaran
2010-12-29
1
-1/+1
*
Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added
Phillip J. Eby
2010-11-03
2
-6/+114
*
Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333.
Phillip J. Eby
2010-11-03
1
-2/+2
*
Update wsgiref for PEP 3333, and fix errors introduced into the test suite by...
Phillip J. Eby
2010-11-02
3
-58/+55
*
Manually copy patch for bug 7250 from the release26-maint branch. I suck
Barry Warsaw
2010-03-01
1
-0/+4
*
Merged revisions 78367 via svnmerge from
Tarek Ziadé
2010-02-23
4
-177/+0
[next]