summaryrefslogtreecommitdiff
path: root/pecan
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #200 from markmcclain/env_fixRyan Petrello2013-04-252-27/+26
|\
| * add comment explaining why the code was reorderedMark McClain2013-04-251-0/+1
| * os.environ test clean-up and reorder overwriteMark McClain2013-04-252-27/+25
* | Merge branch 'next' of github.com:dreamhost/pecan into nextRyan Petrello2013-04-254-80/+88
|\ \ | |/
| * More tinkering on performant Accept method handling.Ryan Petrello2013-04-241-33/+29
| * More pecan optimizations.Ryan Petrello2013-04-241-2/+3
| * Improve performance for general pecan request handling.Ryan Petrello2013-04-244-89/+100
* | Remove some unnecessary cruft and improve test coverage for core.pyRyan Petrello2013-04-252-4/+18
|/
* Resolve a bug in TransactionHook.Ryan Petrello2013-04-172-2/+46
* Store exceptions raised by ``abort`` in the WSGI environ.Ryan Petrello2013-04-092-0/+37
* Unobfuscate syntax highlighter JS for debian packaging.Ryan Petrello2013-04-095-19/+2401
* Merge pull request #197 from ryanpetrello/environment-variable-patchJonathan LaCour2013-03-191-5/+5
|\
| * Improved test cleanup for environment-variable-based configuration.Ryan Petrello2013-03-131-5/+5
* | Merge pull request #196 from ryanpetrello/improved-scaffolding-testsJonathan LaCour2013-03-192-278/+153
|\ \
| * | Extract the scaffold-building tests into tox.Ryan Petrello2013-03-132-278/+153
| |/
* | Merge pull request #190 from ryanpetrello/bug-nested-deleteJonathan LaCour2013-03-192-2/+62
|\ \ | |/ |/|
| * Fix a bug in DELETE methods in two (or more) nested RestControllers.Ryan Petrello2013-03-124-7/+67
* | More cleanup for configuration resetting.Ryan Petrello2013-03-132-3/+3
* | Improve runtime configuration cleanup for tests.Ryan Petrello2013-03-1315-70/+107
* | Attempt to resolve an issue that causes tests to fail in Travis-CI.Ryan Petrello2013-03-121-4/+2
* | Merge pull request #186 from alfredodeza/env_varRyan Petrello2013-03-011-0/+10
|\ \
| * | improve the tearDown method as it was contaminating the global configAlfredo Deza2013-03-011-0/+10
* | | Merge pull request #174 from alfredodeza/env_varRyan Petrello2013-03-017-33/+107
|\ \ \ | |/ /
| * | add a teardown to prevent pollution of ENVAlfredo Deza2013-02-271-0/+3
| * | only when config is None fallback to conf_from_envAlfredo Deza2013-02-271-1/+2
| * | trying to fix RuntimeError testsAlfredo Deza2013-02-271-14/+10
| * | removed all pending pep8 violationsAlfredo Deza2013-02-271-7/+7
| * | fixed pep8 violationsAlfredo Deza2013-02-271-10/+14
| * | testing will load an app with no config arg passed inAlfredo Deza2013-01-231-3/+13
| * | load_app can now work with no config param passed inAlfredo Deza2013-01-231-3/+5
| * | serve prepends the BaseCommand argumentsAlfredo Deza2013-01-231-7/+2
| * | make the base handle optional config fileAlfredo Deza2013-01-231-1/+3
| * | get env support with a helper function, deferr to itAlfredo Deza2013-01-221-0/+23
| * | a bunch of tests for the env var supportAlfredo Deza2013-01-221-4/+42
| * | 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
* | | Improve inspection with ``dir()`` for ``pecan.request`` and ``pecan.response``Ryan Petrello2013-02-051-0/+5
* | | Fix a pep8 spacing violation.Ryan Petrello2013-02-041-1/+0
* | | add a test to demonstrate the problemAlfredo Deza2013-02-031-0/+17
* | | use path_info instead of pathAlfredo Deza2013-02-031-2/+3
|/ /
* | Merge pull request #169 from ryanpetrello/nextmarkmcclain2013-01-182-5/+5
|\ \
| * | Resolve a few pep8 issuesRyan Petrello2013-01-182-5/+5
* | | Merge pull request #164 from ryanpetrello/nextmarkmcclain2013-01-182-1/+26
|\ \ \ | |/ /
| * | Update a test to be more repeatable.Ryan Petrello2013-01-181-1/+2
| * | Fix a routing-related bug in RestController. fixes #156Ryan Petrello2013-01-112-1/+25
* | | Option to disable content-type guessing by URLDoug Hellmann2013-01-173-3/+29
|/ /
* | A big of refactoring for the ``$ gunicorn_pecan`` tests.Ryan Petrello2013-01-101-7/+7
* | Attempt to get tests passing on Travis-CI.Ryan Petrello2013-01-101-0/+1
* | Add support for a ``gunicorn_pecan`` console script.Ryan Petrello2013-01-092-11/+136
* | Remove and annotate a few unused (and py26 alternative) imports.Ryan Petrello2013-01-084-8/+7