summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version increment.0.2.0Ryan Petrello2013-01-182-3/+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
* | Merge branch 'master-jinja2' of https://github.com/saschpe/pecan into saschpe...Ryan Petrello2013-01-181-1/+1
|\ \
| * | Fix the wrong test dependency on Jinja, it's Jinja2.Sascha Peilicke2013-01-171-1/+1
* | | Merge pull request #168 from dhellmann/feature/disable-content-type-detectionRyan Petrello2013-01-173-3/+29
|\ \ \
| * | | Option to disable content-type guessing by URLDoug Hellmann2013-01-173-3/+29
|/ / /
* | | Merge pull request #163 from ryanpetrello/nextmarkmcclain2013-01-114-22/+25
|\ \ \ | | |/ | |/|
| * | Add an explicit CONTRIBUTING.rst document.Ryan Petrello2013-01-112-21/+20
| * | Improve visibility of deployment-related docs.Ryan Petrello2013-01-112-1/+5
* | | Merge pull request #161 from ryanpetrello/nextmarkmcclain2013-01-115-23/+142
|\ \ \ | |/ /
| * | A big of refactoring for the ``$ gunicorn_pecan`` tests.Ryan Petrello2013-01-101-7/+7
| * | More Travis-CI tinkering.Ryan Petrello2013-01-101-1/+1
| * | 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-094-22/+140
* | | Merge pull request #159 from ryanpetrello/nextDoug Hellmann2013-01-084-8/+7
|\ \ \ | |/ /
| * | Remove and annotate a few unused (and py26 alternative) imports.Ryan Petrello2013-01-084-8/+7
* | | Merge pull request #158 from ryanpetrello/nextDoug Hellmann2013-01-082-5/+29
|\ \ \ | |/ /
| * | Always include ``pecan.request['extension']``.Ryan Petrello2013-01-082-2/+3
| * | Don't strip a dotted extension from the path unless it has a matching mimetype.Ryan Petrello2013-01-082-5/+28
* | | Merge pull request #157 from ryanpetrello/nextmarkmcclain2013-01-082-1/+35
|\ \ \ | |/ /
| * | Add a test to the scaffold project buildout that ensures pep8 passes.Ryan Petrello2013-01-082-1/+35
|/ /
* | Fix misleading output for `$ pecan --version`.Ryan Petrello2013-01-081-8/+1
* | Merge pull request #154 from marksteve/nextRyan Petrello2012-12-0910-62/+64
|\ \
| * | Base scaffold cleanupMark Steve Samson2012-12-109-62/+63
| |/
| * Merge branch 'next'0.2.0b2Ryan Petrello2012-12-072-3/+3
| |\ | |/ |/|
* | Version update.Ryan Petrello2012-12-072-3/+3
| * Merge remote-tracking branch 'origin/next'0.2.0bRyan Petrello2012-12-072-4/+1
| |\ | |/ |/|
* | Merge pull request #152 from ryanpetrello/nextJonathan LaCour2012-12-072-4/+1
|\ \
| * | Updating some missing metadata for release.Ryan Petrello2012-12-072-4/+1
|/ /
| * Merge branch 'next'Ryan Petrello2012-12-0735-728/+827
| |\ | |/ |/|
* | Version update.Ryan Petrello2012-12-072-3/+3
* | Merge pull request #151 from markmcclain/securityRyan Petrello2012-12-062-4/+19
|\ \
| * | wraps methods before applying security in SecurceControllerMark McClain2012-12-072-4/+19
|/ /
* | Merge pull request #150 from ryanpetrello/nextmarkmcclain2012-12-0610-590/+491
|\ \
| * | Extract debug middleware dependencies into physical files.Ryan Petrello2012-12-068-575/+459
| * | Improve a test that can fail due to a race condition.Ryan Petrello2012-12-062-12/+28
| * | Mark the security ambiguity regression test as an anticipated failure.Ryan Petrello2012-12-061-4/+5
* | | Merge pull request #149 from berler/nextRyan Petrello2012-12-051-0/+1
|\ \ \
| * | | adding myself as an authorSteven Berler2012-12-051-0/+1
* | | | Merge pull request #148 from berler/nextRyan Petrello2012-12-053-0/+44
|\ \ \ \ | |/ / /
| * | | document make_appSteven Berler2012-12-051-0/+26
| * | | Improve documentation about config and app.pySteven Berler2012-12-052-0/+18
|/ / /
* | | Merge pull request #146 from ryanpetrello/nextmarkmcclain2012-11-062-20/+92
|\ \ \ | |/ /
| * | More refinements for HTTP Accept content type guessing.Ryan Petrello2012-11-042-24/+22
| * | Cleaning up the Accept headers tests.Ryan Petrello2012-11-031-2/+2
| * | Add support for content type detection via Accept headers.Ryan Petrello2012-11-032-5/+79