index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
servers
/
test_basehttp.py
Age
Commit message (
Expand
)
Author
2025-10-20
Fixed #36470 -- Prevented log injection in runserver when handling NOT FOUND.
YashRaj1506
2023-12-31
Fixed #35051 -- Prevented runserver from removing non-zero Content-Length for...
Paul Bailey
2023-01-27
Fixed #28054 -- Made runserver not return response body for HEAD requests.
Sarah Boyce
2022-02-14
Refs #25684 -- Removed double newline from request/response output of runserver.
rafrafek
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-12-14
Fixed #32240 -- Made runserver suppress ConnectionAbortedError/ConnectionRese...
Petter Strandmark
2020-12-14
Refs #4444 -- Added tests for handling broken pipe errors in WSGIServer.
Petter Strandmark
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
2018-05-07
Captured logging in tests with self.assertLogs().
Claude Paroz
2018-05-07
Replaced django.test.utils.patch_logger() with assertLogs().
Claude Paroz
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2016-08-08
Refs #27025 -- Fixed a servers test on Python 3.6.
Tim Graham
2016-02-08
Refs #25684 -- Silenced logging output in servers tests.
Tim Graham
2016-01-11
Fixed #25684 -- Made runserver use logging for request/response output.
Flavio Curella
2015-08-01
Fixed #25204 -- Added missing space in runserver logging.
Tim Graham
2015-07-20
Replaced six.BytesIO with io.BytesIO
Tim Graham
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-19
Fixed typo in error message in the test.
Tim Graham
2015-01-13
Stripped headers containing underscores to prevent spoofing in WSGI environ.
Carl Meyer
2014-11-29
Fixed #23930 -- Added copies of captured_std* managers from CPython's test.su...
wrwrwr
2014-09-09
Fixed #23398 -- Added helpful error message when runserver is accessed via HTTPS
Flavio Curella