summaryrefslogtreecommitdiff
path: root/pecan/commands
Commit message (Expand)AuthorAgeFilesLines
* Remove `assert` for flow control; it can be optimized away with `python -O`.Ryan Petrello2014-09-252-2/+2
* color logging supportAlfredo Deza2014-04-011-1/+44
* Improve pecan documentation and correct intersphinx references.Ryan Petrello2014-01-191-1/+4
* Remove an unused import.Ryan Petrello2013-05-031-2/+0
* Use Python3's print function.Ryan Petrello2013-05-032-1/+5
* Add a docstring.Ryan Petrello2013-05-011-0/+6
* More misc. Python3 cleanup.Ryan Petrello2013-05-011-3/+0
* Fix an issue with Python3 compatability in `pecan shell`.Ryan Petrello2013-04-301-0/+6
* Replace the OptionParser constructor version with parser.add_argumentRyan Petrello2013-04-301-3/+5
* More miscellaneous PY3 compatability issues.Ryan Petrello2013-04-301-6/+10
* Remove `basestring` references for PY3 support.Ryan Petrello2013-04-301-2/+3
* Clean up print statements for PY3 compat.Ryan Petrello2013-04-302-5/+7
* Update exception block syntax.Ryan Petrello2013-04-303-3/+3
* Correct relative imports.Ryan Petrello2013-04-301-4/+4
* serve prepends the BaseCommand argumentsAlfredo Deza2013-01-231-7/+2
* make the base handle optional config fileAlfredo Deza2013-01-231-1/+3
* serve defaults to None, accepts 0 or more argumentsAlfredo Deza2013-01-221-1/+3
* base should not take care of checking pathsAlfredo Deza2013-01-221-2/+0
* Add support for a ``gunicorn_pecan`` console script.Ryan Petrello2013-01-091-0/+46
* Remove and annotate a few unused (and py26 alternative) imports.Ryan Petrello2013-01-081-4/+4
* Fix misleading output for `$ pecan --version`.Ryan Petrello2013-01-081-8/+1
* pep8 complianceRyan Petrello2012-10-291-2/+2
* call load_default_config when starting ipython shell. this time off next bran...barberj2012-04-201-1/+6
* Changed a key in ``pecan.commands`` to more closely mirror the argparse module.Ryan Petrello2012-03-234-11/+11
* More documentation.Ryan Petrello2012-03-222-8/+7
* More ``pecan.commands`` documentation.Ryan Petrello2012-03-221-1/+27
* More ``pecan shell`` documentation, and a fix for ``bpython`` support.Ryan Petrello2012-03-221-4/+1
* Merge branch 'next' of git://github.com/dreamhost/pecan into nextPete2012-03-211-1/+2
|\
| * Fixing a few bugs in the debug middleware and legacy iPython support.Ryan Petrello2012-03-211-2/+3
* | Add bpython to shellsPete2012-03-211-1/+58
|/
* Adding a shortcut for `pecan shell config.py --shell=XXX`.Ryan Petrello2012-03-202-4/+7
* Refactored the `shell` command to fix IPython and make way for BPython support.Ryan Petrello2012-03-201-16/+60
* Organizing various core middlewares into ``pecan.middleware``.Ryan Petrello2012-03-201-1/+7
* More PEP8 compliancy.Ryan Petrello2012-03-201-1/+0
* Providing a better warning when Pecan discovers entry point conflicts.Ryan Petrello2012-03-191-0/+3
* 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
* More test coverage.Ryan Petrello2012-03-152-8/+8
* More refactoring.Ryan Petrello2012-03-151-3/+38
* Fixing a few bugs in `pecan create`.Ryan Petrello2012-03-151-3/+3
* Now `pecan create works`.Ryan Petrello2012-03-151-4/+5
* A first pass at simple `paste.script` style templates.Ryan Petrello2012-03-152-22/+27
* Implementing a simple command/plugin library to replace PasteScript, including:Ryan Petrello2012-03-156-268/+141
* 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-116-71/+82
* Fixing the `model` shortcut in pecan shell.Ryan Petrello2012-03-071-2/+8
* A bunch of cleanup, and the removal of a few features:Ryan Petrello2012-03-063-47/+13
* Changing `conf.app.modules` and `conf.app.root` to string representations.Ryan Petrello2012-03-051-1/+1