index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
servers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #32813 -- Made runserver display port after binding.
Dhanush
2023-02-10
1
-1
/
+11
*
Fixed #28054 -- Made runserver not return response body for HEAD requests.
Sarah Boyce
2023-01-27
1
-1
/
+26
*
Fixed #33865 -- Optimized LimitedStream wrapper.
Nick Pope
2023-01-05
1
-1
/
+1
*
Refs #25684 -- Removed double newline from request/response output of runserver.
rafrafek
2022-02-14
1
-2
/
+2
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-29
/
+37
*
Fixed #32416 -- Made ThreadedWSGIServer close connections after each thread.
Chris Jerdonek
2021-04-12
1
-0
/
+23
*
Fixed #32265, Refs #32355 -- Removed unnecessary ServerHandler.handle_error().
Mariusz Felisiak
2021-01-16
1
-5
/
+0
*
Fixed #32240 -- Made runserver suppress ConnectionAbortedError/ConnectionRese...
Petter Strandmark
2020-12-14
1
-1
/
+5
*
Fixed #30619 -- Made runserver --nothreading use single threaded WSGIServer.
atsuo ishimoto
2019-07-10
1
-0
/
+3
*
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-28
1
-3
/
+3
*
Refs #30015 -- Added 2.1.5 release note and removed 'we' in comments.
Carlton Gibson
2018-12-20
1
-10
/
+9
*
Fixed #30015 -- Ensured request body is properly consumed for keep-alive conn...
Konstantin Alekseev
2018-12-19
1
-0
/
+19
*
Fixed keep-alive support in manage.py runserver.
Florian Apolloner
2018-11-10
1
-2
/
+24
*
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-12-06
1
-1
/
+1
*
Fixed #28440 -- Fixed WSGIServer hang on responses without a Content-Length.
Tom
2017-09-12
1
-7
/
+0
*
Fixed #25619 -- Made runserver serve with HTTP 1.1 protocol
Claude Paroz
2017-02-23
1
-2
/
+12
*
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-21
1
-2
/
+2
*
Removed WSGIServer.server_bind() identical to parent version
Claude Paroz
2017-02-11
1
-5
/
+0
*
Fixed #20238 -- Added threading support to LiveServerTestCase.
Nadège Michel
2017-02-09
1
-0
/
+5
*
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-02-01
1
-3
/
+3
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-5
/
+5
*
Refs #23919 -- Replaced six.reraise by raise
Claude Paroz
2017-01-22
1
-11
/
+5
*
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-21
1
-1
/
+0
*
Refs #23919 -- Removed unneeded str() calls
Claude Paroz
2017-01-20
1
-1
/
+1
*
Refs #23919 -- Removed str() conversion of type and method __name__.
Simon Charette
2017-01-19
1
-1
/
+1
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-3
/
+3
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-1
/
+1
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
1
-2
/
+0
*
Fixed #27705 -- Added protocol/server_cls attributes to runserver for extensi...
David Sanders
2017-01-09
1
-3
/
+3
*
Fixed #26971 -- Prevented crash with non-UTF-8 incoming PATH_INFO
Claude Paroz
2016-08-23
1
-15
/
+1
*
Fixed #25684 -- Made runserver use logging for request/response output.
Flavio Curella
2016-01-11
1
-34
/
+28
*
Fixed #26011 -- Prevented random LiveServerTestCase test failures on Windows.
Marten Kenbeek
2015-12-31
1
-0
/
+1
*
Fixed #25204 -- Added missing space in runserver logging.
Tim Graham
2015-08-01
1
-1
/
+1
*
Fixed typo in django.core.servers.basehttp message.
Alex Vidal
2015-02-19
1
-1
/
+1
*
Removed old import aliases.
Tim Graham
2015-02-05
1
-1
/
+0
*
Removed FastCGI support per deprecation timeline; refs #20766.
Tim Graham
2015-01-17
2
-191
/
+2
*
Stripped headers containing underscores to prevent spoofing in WSGI environ.
Carl Meyer
2015-01-13
1
-0
/
+8
*
Fixed #24069 -- Made ServerHandler a new style class to fix super() call.
Andreas Pelme
2015-01-02
1
-1
/
+2
*
Fixed #4444 - Made runserver suppress 'broken pipe' errors
Matthew Somerville
2014-11-28
1
-0
/
+38
*
Fixed #19508 -- Implemented uri_to_iri as per RFC.
Anubhav Joshi
2014-10-16
1
-0
/
+17
*
Fixed #23398 -- Added helpful error message when runserver is accessed via HTTPS
Flavio Curella
2014-09-09
1
-1
/
+11
*
Fixed #21773 -- made daemon threads default in the development server.
Moayad Mardini
2014-06-05
1
-0
/
+8
*
Fixed several typos in Django
Alex Gaynor
2014-05-28
1
-1
/
+1
*
Moved ServerHandler helper class to tests.
Ramiro Morales
2014-03-30
1
-49
/
+1
*
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-02-08
1
-5
/
+15
*
Fixed #14800 -- Suppressed WSGIRequestHandler message filtering
Claude Paroz
2013-11-09
1
-11
/
+0
*
More attacking E302 violators
Alex Gaynor
2013-11-02
1
-0
/
+2
*
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-11-02
2
-3
/
+2
*
Fixed "Address already in use" from liveserver.
Florian Apolloner
2013-09-22
1
-8
/
+1
*
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-09-05
1
-5
/
+2
[next]