Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/servers/test_basehttp.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25204 -- Added missing space in runserver logging.Tim Graham2015-08-011-0/+10
|
* Replaced six.BytesIO with io.BytesIOTim Graham2015-07-201-1/+2
|
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
|
* Fixed typo in error message in the test.Tim Graham2015-02-201-1/+1
|
* Stripped headers containing underscores to prevent ↵Carl Meyer2015-01-131-0/+55
| | | | | | | | spoofing in WSGI environ. This is a security fix. Disclosure following shortly. Thanks to Jedediah Smith for the report.
* Fixed #23930 -- Added copies of captured_std* managers ↵wrwrwr2014-11-291-9/+4
| | | | | | from CPython's test.support. StringIO import was adapted for compatibility with Python 2.
* Fixed #23398 -- Added helpful error message when ↵Flavio Curella2014-09-091-0/+27
runserver is accessed via HTTPS