index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
servers
Age
Commit message (
Expand
)
Author
2025-10-20
Fixed #36470 -- Prevented log injection in runserver when handling NOT FOUND.
YashRaj1506
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2023-12-31
Fixed #35051 -- Prevented runserver from removing non-zero Content-Length for...
Paul Bailey
2023-02-10
Fixed #32813 -- Made runserver display port after binding.
Dhanush
2023-01-27
Fixed #28054 -- Made runserver not return response body for HEAD requests.
Sarah Boyce
2023-01-05
Fixed #33865 -- Optimized LimitedStream wrapper.
Nick Pope
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
2021-04-12
Fixed #32416 -- Made ThreadedWSGIServer close connections after each thread.
Chris Jerdonek
2021-01-16
Fixed #32265, Refs #32355 -- Removed unnecessary ServerHandler.handle_error().
Mariusz Felisiak
2020-12-14
Fixed #32240 -- Made runserver suppress ConnectionAbortedError/ConnectionRese...
Petter Strandmark
2019-07-10
Fixed #30619 -- Made runserver --nothreading use single threaded WSGIServer.
atsuo ishimoto
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2018-12-20
Refs #30015 -- Added 2.1.5 release note and removed 'we' in comments.
Carlton Gibson
2018-12-19
Fixed #30015 -- Ensured request body is properly consumed for keep-alive conn...
Konstantin Alekseev
2018-11-10
Fixed keep-alive support in manage.py runserver.
Florian Apolloner
2017-12-06
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-09-12
Fixed #28440 -- Fixed WSGIServer hang on responses without a Content-Length.
Tom
2017-02-23
Fixed #25619 -- Made runserver serve with HTTP 1.1 protocol
Claude Paroz
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-11
Removed WSGIServer.server_bind() identical to parent version
Claude Paroz
2017-02-09
Fixed #20238 -- Added threading support to LiveServerTestCase.
Nadège Michel
2017-02-01
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-22
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-19
Refs #23919 -- Removed str() conversion of type and method __name__.
Simon Charette
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-09
Fixed #27705 -- Added protocol/server_cls attributes to runserver for extensi...
David Sanders
2016-08-23
Fixed #26971 -- Prevented crash with non-UTF-8 incoming PATH_INFO
Claude Paroz
2016-01-11
Fixed #25684 -- Made runserver use logging for request/response output.
Flavio Curella
2015-12-31
Fixed #26011 -- Prevented random LiveServerTestCase test failures on Windows.
Marten Kenbeek
2015-08-01
Fixed #25204 -- Added missing space in runserver logging.
Tim Graham
2015-02-19
Fixed typo in django.core.servers.basehttp message.
Alex Vidal
2015-02-05
Removed old import aliases.
Tim Graham
2015-01-17
Removed FastCGI support per deprecation timeline; refs #20766.
Tim Graham
2015-01-13
Stripped headers containing underscores to prevent spoofing in WSGI environ.
Carl Meyer
2015-01-02
Fixed #24069 -- Made ServerHandler a new style class to fix super() call.
Andreas Pelme
2014-11-28
Fixed #4444 - Made runserver suppress 'broken pipe' errors
Matthew Somerville
2014-10-16
Fixed #19508 -- Implemented uri_to_iri as per RFC.
Anubhav Joshi
2014-09-09
Fixed #23398 -- Added helpful error message when runserver is accessed via HTTPS
Flavio Curella
2014-06-05
Fixed #21773 -- made daemon threads default in the development server.
Moayad Mardini
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-03-30
Moved ServerHandler helper class to tests.
Ramiro Morales
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2013-11-09
Fixed #14800 -- Suppressed WSGIRequestHandler message filtering
Claude Paroz
2013-11-02
More attacking E302 violators
Alex Gaynor
[next]