summaryrefslogtreecommitdiff
path: root/pecan/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* handle no arguments or non-file/non-existen filenamesAlfredo Deza2011-11-171-5/+13
* Fixing commands so they don't hide import errorsYoann Roman2011-04-201-16/+11
* fix sub-namespace pollution problemMark McClain2011-02-161-1/+1
* altered confdir implementation for commands/serveMark McClain2011-02-161-1/+1
* Fixing a bug in logging file configurationYoann Roman2011-01-071-1/+1
* Rewriting serve command to subclass paste.script.serve.ServeCommandYoann Roman2011-01-072-580/+51
* PEP8 code style cleanupYoann Roman2011-01-075-8/+8
* refactor of commands to more robust serverMark McClain2011-01-076-0/+911