| Age | Commit message (Expand) | Author |
| 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-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 | Fixed #21302 -- Fixed unused imports and import *. | Tim Graham |
| 2013-09-22 | Fixed "Address already in use" from liveserver. | Florian Apolloner |
| 2013-09-05 | Took advantage of django.utils.six.moves.urllib.*. | Aymeric Augustin |
| 2013-04-28 | Fixed #18336 -- Doubled request_queue_size. | Aymeric Augustin |
| 2013-03-20 | Fixed #18972 -- Refactored bundled wsgi server's chunking algorithm. | Matthew Wood |
| 2013-03-19 | Fixed #18003 -- Preserved tracebacks when re-raising errors. | konarkmodi |
| 2013-02-04 | Fixed #17061 -- Factored out importing object from a dotted path | Claude Paroz |
| 2012-12-31 | Fixed #16241 -- Ensured the WSGI iterable's close() is always called. | Aymeric Augustin |
| 2012-11-03 | Prevented host resolution when running dev server | Claude Paroz |
| 2012-10-20 | Removed custom WSGIRequestHandler.get_environ | Claude Paroz |
| 2012-08-16 | [py3] Fixed a regression introduced in fcc8de0598. | Aymeric Augustin |
| 2012-08-16 | [py3] Ported django.core.servers. | Aymeric Augustin |
| 2012-07-22 | [py3] Switched to Python 3-compatible imports. | Aymeric Augustin |
| 2012-07-22 | [py3] Updated urllib/urllib2/urlparse imports. | Aymeric Augustin |
| 2012-05-18 | Cleaned up WSGIRequestHandler get_environ to be Python 3 compatible | Claude Paroz |
| 2012-04-29 | Fixed #18013 -- Use the new 'as' syntax for exceptions. | Claude Paroz |
| 2012-04-08 | Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca... | Claude Paroz |
| 2011-10-22 | Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int... | Carl Meyer |
| 2011-07-13 | Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t... | Jannis Leidel |
| 2011-06-30 | Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi... | Jannis Leidel |
| 2011-06-17 | Fixed #16099 -- Enabled threading for the runserver management command and ad... | Jannis Leidel |
| 2011-05-28 | Fixed #14903 -- Removed much of the code in django.core.servers.basehttp that... | Jannis Leidel |
| 2011-03-02 | Fixed #15531 -- Partially reverted [15701] due to compatibility issues with m... | Jannis Leidel |
| 2011-03-01 | Fixed #15281 -- Made the static view use an iterator when serving a file, eff... | Jannis Leidel |
| 2011-02-14 | Fixes #15270 -- Moved back the serve view to django.views.static due to depen... | Jannis Leidel |
| 2010-11-26 | Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver ma... | Jannis Leidel |
| 2010-11-17 | Fixed #10636 -- Added check to make sure the ADMIN_MEDIA_PREFIX setting is pr... | Jannis Leidel |
| 2010-11-17 | Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio... | Jannis Leidel |
| 2010-11-11 | Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app. | Jannis Leidel |
| 2010-10-20 | Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank... | Jannis Leidel |
| 2010-01-23 | Added color configuration for HTTP 304, since it doesn't require as much atte... | Russell Keith-Magee |
| 2010-01-10 | Changed a whole bunch of places to raise exception instances instead of old-s... | Adrian Holovaty |
| 2010-01-04 | Fixed #7679 -- Added (configurable) highlighting colors to the development se... | Russell Keith-Magee |
| 2009-07-29 | SECURITY ALERT: Corrected a problem with the Admin media handler that could l... | Russell Keith-Magee |
| 2009-05-07 | Fixed #9659: fixed `wsgi.file_wrapper` in the builtin server. Thanks, mitsuhiko. | Jacob Kaplan-Moss |
| 2008-09-17 | Fixed #8409 -- The runserver now uses conditional GET for admin media files, ... | Adrian Holovaty |
| 2008-06-30 | Fixed #6647 -- Add some more robustness to the development web server. | Malcolm Tredinnick |