summaryrefslogtreecommitdiff
path: root/Lib/test/test_wsgiref.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 87797 via svnmerge fromAntoine Pitrou2011-01-061-4/+11
* Merged revisions 87564 via svnmerge fromSenthil Kumaran2010-12-291-0/+4
* remove the svn:executable property from files that don't have shebang linesBenjamin Peterson2010-03-051-0/+0
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-3/+3
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-3/+3
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-3/+3
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-3/+3
* Kill a couple of "<>"Antoine Pitrou2010-01-041-2/+2
* Try to make test_wsgiref less fragile against environment changes by other testsAntoine Pitrou2009-11-031-1/+8
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-18/+18
* socketserver renaming reversal part 3: move the module into the rightGeorg Brandl2008-05-241-1/+1
* Updated all import statements to use the new socketserver module name.Alexandre Vassalotti2008-05-121-1/+1
* Standardize on test.test_support.run_unittest() (as opposed to a mix of run_u...Collin Winter2007-04-251-6/+3
* Sync w/external release 0.1.2. Please see PEP 360 before making changes to e...Phillip J. Eby2006-06-121-6/+11
* compare_generic_iter(): Fixed the failure of test_wsgiref's testFileWrapperTim Peters2006-06-111-12/+7
* Import wsgiref into the stdlib, as of the external version 0.1-r2181.Phillip J. Eby2006-06-091-0/+615