summaryrefslogtreecommitdiffstats
path: root/Doc/library/wsgiref.rst
Commit message (Expand)AuthorAgeFilesLines
* GH-101100: Fix reference warnings for ``__getitem__`` (#110118)Adam Turner2023-10-191-2/+2
* gh-102011: use sys.exception() instead of sys.exc_info() in docs where possib...Irit Katriel2023-02-201-1/+1
* gh-85073: Add some missing links to source (GH-99363)Stanley2022-11-181-0/+2
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-051-2/+2
* bpo-36329: Remove 'make -C Doc serve' in favour of 'make -C Doc htmlview' (GH...Hugo van Kemenade2022-04-291-11/+57
* gh-86178: Add wsgiref.types (GH-32335)Sebastian Rittau2022-04-161-7/+61
* bpo-45132: Fix the reStructuredText markup error. (GH-28270)Serhiy Storchaka2021-09-101-1/+1
* bpo-45132 Remove deprecated __getitem__ methods (GH-28225)Hugo van Kemenade2021-09-081-4/+3
* bpo-41778: Change a punctuation on documentation. (GH-22229)Emmanuel Arias2020-09-131-2/+2
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-121-1/+1
* Update wsgiref.rst (#10488)Andre Delfino2019-05-061-1/+1
* bpo-36345: Update wsgiref example (GH-12562)Stéphane Wirtel2019-04-161-30/+4
* bpo-36345: Add a new example in the documentation of wsgiref (#12511)Stéphane Wirtel2019-03-251-0/+32
* bpo-35042: Use the :pep: role where a PEP is specified (#10036)Stéphane Wirtel2018-10-261-1/+1
* Add missing comma to wsgiref doc (GH-9932)Cheryl Sabella2018-10-171-1/+1
* bpo-9372: Deprecate several __getitem__ methods (GH-8609)Berker Peksag2018-08-111-0/+2
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-311-1/+1
* bpo-25910: Link redirections in docs (#1933)Sanyam Khurana2018-01-201-2/+2
* Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+2
|\
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+2
* | Issue #24291: Merge wsgi partial write fix from 3.5Martin Panter2016-06-051-0/+3
|\ \ | |/
| * Issue #24291: Avoid WSGIRequestHandler doing partial writesMartin Panter2016-06-051-0/+3
* | Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-4/+4
|\ \ | |/
| * Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-4/+4
* | Issue #26404: Add context manager to socketserver, by Aviv PalivodaMartin Panter2016-04-131-16/+16
|/
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-2/+2
* Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-101-1/+1
|\
| * Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-1/+1
* | Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-1/+1
|\ \ | |/
| * Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-1/+1
* | Issue #5800: headers parameter of wsgiref.headers.Headers is now optional.Berker Peksag2014-07-021-2/+7
|/
* Fix markup for versionchanged sphinx directive.Senthil Kumaran2012-07-081-4/+2
* Fix 5931 - Python runtime hardcoded in wsgiref.simple_server - Now it specifi...Senthil Kumaran2012-07-071-0/+5
* Fix closed Issue #11968 - the start_response header values in wsgiref shoudl beSenthil Kumaran2011-05-111-6/+6
* Merge 3.1Éric Araujo2011-04-271-1/+1
|\
| * Change markup so that it creates a linkÉric Araujo2011-04-251-1/+1
| * Merged revisions 85274 via svnmerge fromGeorg Brandl2010-10-061-1/+1
| * Merged revisions 83561,83563,83565-83566,83569,83571,83574-83575,83580,83584,...Georg Brandl2010-10-061-3/+1
| * Merged revisions 74821,74828-74831,74833,74835 via svnmerge fromGeorg Brandl2009-09-161-5/+5
* | Implement http://bugs.python.org/issue10155 using And Clover's patch, w/addedPhillip J. Eby2010-11-031-0/+44
* | Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333.Phillip J. Eby2010-11-031-20/+20
* | Fix errors found by "make suspicious".Georg Brandl2010-10-061-1/+1
* | #9019: remove false (in 3k) claim about Headers updates.Georg Brandl2010-08-021-3/+1
* | Merged revisions 81163 via svnmerge fromVictor Stinner2010-05-141-1/+1
* | Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-5/+5
|/
* Remove trailing whitespace.Georg Brandl2009-01-031-2/+2
* Issue #4718: Adapt the wsgiref package so that it actually works with Python ...Antoine Pitrou2009-01-031-12/+12
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-1/+1
* Create http package. #2883.Georg Brandl2008-05-261-3/+3
* Convert a lot of print statements to print functions in docstrings,Neal Norwitz2008-05-131-1/+1