Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/servers
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25204 -- Added missing space in runserver logging.Tim Graham2015-08-011-1/+1
* Fixed typo in django.core.servers.basehttp message.Alex Vidal2015-02-201-1/+1
* Removed old import aliases.Tim Graham2015-02-061-1/+0
* Removed FastCGI support per deprecation timeline; refs #2...Tim Graham2015-01-172-191/+2
* Stripped headers containing underscores to prevent spoofi...Carl Meyer2015-01-131-0/+8
* Fixed #24069 -- Made ServerHandler a new style class to f...Andreas Pelme2015-01-021-1/+2
* Fixed #4444 - Made runserver suppress 'broken pipe' errorsMatthew Somerville2014-11-281-0/+38
* Fixed #19508 -- Implemented uri_to_iri as per RFC.Anubhav Joshi2014-10-151-0/+17
* Fixed #23398 -- Added helpful error message when runserve...Flavio Curella2014-09-091-1/+11
* Fixed #21773 -- made daemon threads default in the develo...Moayad Mardini2014-06-051-0/+8
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Moved ServerHandler helper class to tests.Ramiro Morales2014-03-311-49/+1
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-5/+15
* Fixed #14800 -- Suppressed WSGIRequestHandler message fil...Claude Paroz2013-11-091-11/+0
* More attacking E302 violatorsAlex Gaynor2013-11-021-0/+2
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-022-3/+2
* Fixed "Address already in use" from liveserver.Florian Apolloner2013-09-221-8/+1
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-5/+2
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+1
* Fixed #18336 -- Doubled request_queue_size.Aymeric Augustin2013-04-281-0/+2
* Fixed #18972 -- Refactored bundled wsgi server's chunking...Matthew Wood2013-03-201-15/+11
* Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi2013-03-191-1/+2
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-041-19/+6
* Fixed #16241 -- Ensured the WSGI iterable's close() is al...Aymeric Augustin2012-12-311-0/+11
* Prevented host resolution when running dev serverClaude Paroz2012-11-031-0/+4
* Removed custom WSGIRequestHandler.get_environClaude Paroz2012-10-201-33/+1
* [py3] Fixed a regression introduced in fcc8de0598.Aymeric Augustin2012-08-161-1/+1
* [py3] Ported django.core.servers.Aymeric Augustin2012-08-161-3/+5
* [py3] Switched to Python 3-compatible imports.Aymeric Augustin2012-07-221-2/+2
* [py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin2012-07-221-4/+7
* Cleaned up WSGIRequestHandler get_environ to be Python 3 ...Claude Paroz2012-05-181-14/+12
* Made more extensive usage of context managers with open.Claude Paroz2012-05-051-3/+2
* Replaced print statement by print function (forward compa...Claude Paroz2012-04-301-8/+8
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-292-4/+4
* Fixed #18035 -- Removed deprecated AdminMediaHandler, as ...Claude Paroz2012-04-081-48/+2
* Fixed #6163 -- Made "manage.py help runfcgi" display prop...Julien Phalip2012-01-021-29/+31
* Fixed #16360 -- Added WSGI entrypoint to startproject lay...Carl Meyer2011-10-222-2/+42
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-132-2/+2
* Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved stat...Jannis Leidel2011-06-301-8/+5
* Fixed #16099 -- Enabled threading for the runserver manag...Jannis Leidel2011-06-171-2/+7
* Fixed #14903 -- Removed much of the code in django.core.s...Jannis Leidel2011-05-281-503/+19
* Fixed #15531 -- Partially reverted [15701] due to compati...Jannis Leidel2011-03-021-1/+24
* Fixed #15281 -- Made the static view use an iterator when...Jannis Leidel2011-03-011-24/+1
* Fixes #15270 -- Moved back the serve view to django.views...Jannis Leidel2011-02-141-3/+3
* Fixed #7735 -- Added support for IPv6 adresses to runserv...Jannis Leidel2010-11-261-3/+8
* Fixed #10636 -- Added check to make sure the ADMIN_MEDIA_...Jannis Leidel2010-11-171-0/+5
* Fixed #14693, #14709 -- Backwards incompatible change to ...Jannis Leidel2010-11-171-14/+14
* Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweake...Jannis Leidel2010-11-111-10/+14
* Fixed #14398 -- Changed runfcgi command to interpret the ...Ramiro Morales2010-10-271-8/+8
* Fixed #12323 and #11582 -- Extended the ability to handle...Jannis Leidel2010-10-201-62/+23