summaryrefslogtreecommitdiff
path: root/pecan/commands/serve.py
Commit message (Expand)AuthorAgeFilesLines
* Pecan has moved to https://github.com/pecan/pecanRyan Petrello2015-07-291-223/+0
* color logging supportAlfredo Deza2014-04-011-1/+44
* Remove an unused import.Ryan Petrello2013-05-031-2/+0
* Use Python3's print function.Ryan Petrello2013-05-031-0/+3
* Clean up print statements for PY3 compat.Ryan Petrello2013-04-301-4/+6
* serve prepends the BaseCommand argumentsAlfredo Deza2013-01-231-7/+2
* serve defaults to None, accepts 0 or more argumentsAlfredo Deza2013-01-221-1/+3
* Add support for a ``gunicorn_pecan`` console script.Ryan Petrello2013-01-091-0/+46
* Changed a key in ``pecan.commands`` to more closely mirror the argparse module.Ryan Petrello2012-03-231-2/+2
* More PEP8 compliancy.Ryan Petrello2012-03-201-1/+0
* Some more work on `pecan serve --reload`.Ryan Petrello2012-03-191-13/+39
* Enhancing the serve command with a simple file watcher.Jonathan LaCour2012-03-151-4/+75
* Improving `pecan serve` output.Ryan Petrello2012-03-151-0/+2
* Implementing a simple command/plugin library to replace PasteScript, including:Ryan Petrello2012-03-151-53/+25
* adds the docstring for the WSGIRefserverAlfredo Deza2012-03-141-2/+5
* a very simple approach for serving http requestsAlfredo Deza2012-03-141-6/+10
* After a full-scale scan with pep8.py and pyflakes, identified andJonathan LaCour2012-03-111-17/+19
* A bunch of cleanup, and the removal of a few features:Ryan Petrello2012-03-061-16/+2
* handle no arguments or non-file/non-existen filenamesAlfredo Deza2011-11-171-5/+13
* fix sub-namespace pollution problemMark McClain2011-02-161-1/+1
* altered confdir implementation for commands/serveMark McClain2011-02-161-1/+1
* Rewriting serve command to subclass paste.script.serve.ServeCommandYoann Roman2011-01-071-579/+46
* refactor of commands to more robust serverMark McClain2011-01-071-0/+594