summaryrefslogtreecommitdiff
path: root/Lib/wsgiref/headers.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-1/+1
* Issue #22033: Reprs of most Python implemened classes now contain actualSerhiy Storchaka2014-07-251-1/+1
* Issue #5800: headers parameter of wsgiref.headers.Headers is now optional.Berker Peksag2014-07-021-2/+2
* Update wsgiref for PEP 3333, and fix errors introduced into the test suite by...Phillip J. Eby2010-11-021-10/+12
* Merged revisions 78367 via svnmerge fromTarek Ziadé2010-02-231-36/+0
* Merged revisions 73952 via svnmerge fromAmaury Forgeot d'Arc2009-07-121-2/+2
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* Fix BytesWarning with -bb in wsgiref.headers.Headers.Antoine Pitrou2009-01-031-3/+3
* Issue #4718: Adapt the wsgiref package so that it actually works with Python ...Antoine Pitrou2009-01-031-4/+21
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-3/+1
* Remove usage of backticks.Brett Cannon2006-08-251-1/+1
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-1/+1
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-3/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+205