summaryrefslogtreecommitdiff
path: root/pecan
Commit message (Expand)AuthorAgeFilesLines
* Version bump, a bug fix, more documentation...Ryan Petrello2012-03-301-8/+6
* More logging...Ryan Petrello2012-03-291-0/+1
* Changing PecanExtensionMissing to inherit from ImportError.Ryan Petrello2012-03-291-1/+1
* Removing some old validation cruft.Ryan Petrello2012-03-291-1/+1
* Working on extension support.Ryan Petrello2012-03-292-0/+88
* Custom Errors DocumentationPete2012-03-282-3/+10
* API documentation for pecan_rest.Pete2012-03-281-2/+11
* Merge pull request #116 from coderpete/nextRyan Petrello2012-03-273-9/+128
|\
| * Typo fixes.Pete2012-03-272-2/+2
| * API Documentation.Pete2012-03-273-9/+128
* | Documentation warning.Ryan Petrello2012-03-241-0/+1
* | Renaming ``pecan.configuration.Config.as_dict`` to ``to_dict``.Ryan Petrello2012-03-244-33/+32
* | Providing a fallback ``dictconfig`` implementation for Python < 2.7Ryan Petrello2012-03-245-1/+1287
* | Tests for Pecan logging.Ryan Petrello2012-03-242-2/+65
* | Simplifying (and documenting) logging.Ryan Petrello2012-03-236-310/+43
* | Adding documentation for the debug middleware, including docstrings.Jonathan LaCour2012-03-231-0/+29
* | Silencing a warning in test output.Ryan Petrello2012-03-231-5/+15
* | Documentation for pecan's static file serving middleware.Ryan Petrello2012-03-231-0/+6
* | Disabling the static file middleware if ``conf.app.debug`` is True.Ryan Petrello2012-03-233-7/+7
* | Inline docs for ``pecan.testing``.Ryan Petrello2012-03-231-0/+18
* | Docs for ``pecan.testing``.Ryan Petrello2012-03-231-1/+1
* | Resolving a docs format warning.Ryan Petrello2012-03-231-1/+1
* | Changed a key in ``pecan.commands`` to more closely mirror the argparse module.Ryan Petrello2012-03-234-11/+11
* | More documentation tinkering.Ryan Petrello2012-03-231-1/+1
* | More documentation.Ryan Petrello2012-03-223-17/+17
* | 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 pull request #104 from ryanpetrello/nextRyan Petrello2012-03-213-38/+52
|\
| * Tests for ``pecan.middleware.logger``.Ryan Petrello2012-03-214-46/+52
* | Removed forgotten note-to-self.Pete2012-03-211-1/+1
* | Finished documenting jsonify.pyPete2012-03-211-19/+6
* | Merge branch 'next' of git://github.com/dreamhost/pecan into nextPete2012-03-218-14/+146
|\ \ | |/
| * Tests for ``pecan.middleware.errordocument``.Ryan Petrello2012-03-212-3/+56
| * Fixing a few bugs in the debug middleware and legacy iPython support.Ryan Petrello2012-03-215-7/+47
| * Replacing ``paste.errordocument`` middleware with a simpler solution.Ryan Petrello2012-03-213-10/+49
* | Add bpython to shellsPete2012-03-211-1/+58
* | Merge branch 'next' of git://github.com/ryanpetrello/pecan into nextPete2012-03-212-17/+64
|\ \ | |/
| * 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
* | Documentation for jsonify.pyPete2012-03-201-9/+50
|/
* More test coverage.Ryan Petrello2012-03-201-15/+14
* Making the testing of the debugging middleware a bit more sane byJonathan LaCour2012-03-202-14/+17
* Adding test coverage (100%) to the debug middleware, and adding timeoutJonathan LaCour2012-03-202-2/+29
* Adding the ability to re-process a failed request with a pdb breakpointJonathan LaCour2012-03-201-1/+75
* Segmenting middleware tests into ``pecan.tests.middleware``.Ryan Petrello2012-03-207-6/+6
* Organizing various core middlewares into ``pecan.middleware``.Ryan Petrello2012-03-2013-230/+932
* More PEP8 compliancy.Ryan Petrello2012-03-207-16/+14
* Implementing the `force_canonical = True` default in a cleaner way.Ryan Petrello2012-03-203-3/+1
* Merge pull request #90 from coderpete/nextRyan Petrello2012-03-194-69/+68
|\
| * Appease SphinxPete2012-03-194-69/+68