index
:
delta/python-packages/pecan.git
master
github.com: stackforge/pecan.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Version increment.
0.2.0
Ryan Petrello
2013-01-18
2
-3
/
+3
*
Merge pull request #169 from ryanpetrello/next
markmcclain
2013-01-18
2
-5
/
+5
|
\
|
*
Resolve a few pep8 issues
Ryan Petrello
2013-01-18
2
-5
/
+5
*
|
Merge pull request #164 from ryanpetrello/next
markmcclain
2013-01-18
2
-1
/
+26
|
\
\
|
|
/
|
*
Update a test to be more repeatable.
Ryan Petrello
2013-01-18
1
-1
/
+2
|
*
Fix a routing-related bug in RestController. fixes #156
Ryan Petrello
2013-01-11
2
-1
/
+25
*
|
Merge branch 'master-jinja2' of https://github.com/saschpe/pecan into saschpe...
Ryan Petrello
2013-01-18
1
-1
/
+1
|
\
\
|
*
|
Fix the wrong test dependency on Jinja, it's Jinja2.
Sascha Peilicke
2013-01-17
1
-1
/
+1
*
|
|
Merge pull request #168 from dhellmann/feature/disable-content-type-detection
Ryan Petrello
2013-01-17
3
-3
/
+29
|
\
\
\
|
*
|
|
Option to disable content-type guessing by URL
Doug Hellmann
2013-01-17
3
-3
/
+29
|
/
/
/
*
|
|
Merge pull request #163 from ryanpetrello/next
markmcclain
2013-01-11
4
-22
/
+25
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Add an explicit CONTRIBUTING.rst document.
Ryan Petrello
2013-01-11
2
-21
/
+20
|
*
|
Improve visibility of deployment-related docs.
Ryan Petrello
2013-01-11
2
-1
/
+5
*
|
|
Merge pull request #161 from ryanpetrello/next
markmcclain
2013-01-11
5
-23
/
+142
|
\
\
\
|
|
/
/
|
*
|
A big of refactoring for the ``$ gunicorn_pecan`` tests.
Ryan Petrello
2013-01-10
1
-7
/
+7
|
*
|
More Travis-CI tinkering.
Ryan Petrello
2013-01-10
1
-1
/
+1
|
*
|
Attempt to get tests passing on Travis-CI.
Ryan Petrello
2013-01-10
1
-0
/
+1
|
*
|
Add support for a ``gunicorn_pecan`` console script.
Ryan Petrello
2013-01-09
4
-22
/
+140
*
|
|
Merge pull request #159 from ryanpetrello/next
Doug Hellmann
2013-01-08
4
-8
/
+7
|
\
\
\
|
|
/
/
|
*
|
Remove and annotate a few unused (and py26 alternative) imports.
Ryan Petrello
2013-01-08
4
-8
/
+7
*
|
|
Merge pull request #158 from ryanpetrello/next
Doug Hellmann
2013-01-08
2
-5
/
+29
|
\
\
\
|
|
/
/
|
*
|
Always include ``pecan.request['extension']``.
Ryan Petrello
2013-01-08
2
-2
/
+3
|
*
|
Don't strip a dotted extension from the path unless it has a matching mimetype.
Ryan Petrello
2013-01-08
2
-5
/
+28
*
|
|
Merge pull request #157 from ryanpetrello/next
markmcclain
2013-01-08
2
-1
/
+35
|
\
\
\
|
|
/
/
|
*
|
Add a test to the scaffold project buildout that ensures pep8 passes.
Ryan Petrello
2013-01-08
2
-1
/
+35
|
/
/
*
|
Fix misleading output for `$ pecan --version`.
Ryan Petrello
2013-01-08
1
-8
/
+1
*
|
Merge pull request #154 from marksteve/next
Ryan Petrello
2012-12-09
10
-62
/
+64
|
\
\
|
*
|
Base scaffold cleanup
Mark Steve Samson
2012-12-10
9
-62
/
+63
|
|
/
|
*
Merge branch 'next'
0.2.0b2
Ryan Petrello
2012-12-07
2
-3
/
+3
|
|
\
|
|
/
|
/
|
*
|
Version update.
Ryan Petrello
2012-12-07
2
-3
/
+3
|
*
Merge remote-tracking branch 'origin/next'
0.2.0b
Ryan Petrello
2012-12-07
2
-4
/
+1
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #152 from ryanpetrello/next
Jonathan LaCour
2012-12-07
2
-4
/
+1
|
\
\
|
*
|
Updating some missing metadata for release.
Ryan Petrello
2012-12-07
2
-4
/
+1
|
/
/
|
*
Merge branch 'next'
Ryan Petrello
2012-12-07
35
-728
/
+827
|
|
\
|
|
/
|
/
|
*
|
Version update.
Ryan Petrello
2012-12-07
2
-3
/
+3
*
|
Merge pull request #151 from markmcclain/security
Ryan Petrello
2012-12-06
2
-4
/
+19
|
\
\
|
*
|
wraps methods before applying security in SecurceController
Mark McClain
2012-12-07
2
-4
/
+19
|
/
/
*
|
Merge pull request #150 from ryanpetrello/next
markmcclain
2012-12-06
10
-590
/
+491
|
\
\
|
*
|
Extract debug middleware dependencies into physical files.
Ryan Petrello
2012-12-06
8
-575
/
+459
|
*
|
Improve a test that can fail due to a race condition.
Ryan Petrello
2012-12-06
2
-12
/
+28
|
*
|
Mark the security ambiguity regression test as an anticipated failure.
Ryan Petrello
2012-12-06
1
-4
/
+5
*
|
|
Merge pull request #149 from berler/next
Ryan Petrello
2012-12-05
1
-0
/
+1
|
\
\
\
|
*
|
|
adding myself as an author
Steven Berler
2012-12-05
1
-0
/
+1
*
|
|
|
Merge pull request #148 from berler/next
Ryan Petrello
2012-12-05
3
-0
/
+44
|
\
\
\
\
|
|
/
/
/
|
*
|
|
document make_app
Steven Berler
2012-12-05
1
-0
/
+26
|
*
|
|
Improve documentation about config and app.py
Steven Berler
2012-12-05
2
-0
/
+18
|
/
/
/
*
|
|
Merge pull request #146 from ryanpetrello/next
markmcclain
2012-11-06
2
-20
/
+92
|
\
\
\
|
|
/
/
|
*
|
More refinements for HTTP Accept content type guessing.
Ryan Petrello
2012-11-04
2
-24
/
+22
|
*
|
Cleaning up the Accept headers tests.
Ryan Petrello
2012-11-03
1
-2
/
+2
|
*
|
Add support for content type detection via Accept headers.
Ryan Petrello
2012-11-03
2
-5
/
+79
[next]