COMMITS
/ Lib/wsgiref/validate.py November 26, 2022
N
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd committed
September 24, 2022
S
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Serhiy Storchaka committed
October 6, 2021
C
Fix typos in the Lib directory (GH-28775)
Christian Clauss committed
April 13, 2019
C
bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663)
Cheryl Sabella committed
October 31, 2017
A
Remove tiny bit of deadcode from wsgiref.validate (#3996)
Alex Gaynor committed
July 26, 2015
R
Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.
Robert Collins committed
December 18, 2012
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
November 2, 2010
January 3, 2009
A
Issue #4718: Adapt the wsgiref package so that it actually works with Python 3.x,
Antoine Pitrou committed
June 7, 2007
G
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum committed
April 21, 2007
G
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl committed
August 18, 2006
G
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed