summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Adding some clarification to the file upload docs, at Ryan's request.Jonathan LaCour2013-08-121-0/+1
| | |
| * | Documenting multipart file uploads. Resolves #229.Jonathan LaCour2013-08-091-16/+41
| | |
| * | Merge branch 'next' of github.com:dreamhost/pecanJonathan LaCour2013-08-099-85/+133
| |\ \ | |/ / |/| |
* | | Merge pull request #228 from ryanpetrello/nextmarkmcclain2013-08-093-5/+36
|\ \ \ | | |/ | |/| Add a deprecation warning for ``pecan.conf.requestviewer``.
| * | Add a deprecation warning for ``pecan.conf.requestviewer``.Ryan Petrello2013-08-093-5/+36
| | |
* | | Merge pull request #227 from ryanpetrello/routing_lookup_bugmarkmcclain2013-08-082-0/+36
|\ \ \ | | | | | | | | Fix a routing bug for certain _lookup controller configurations.
| * | | Fix a routing bug for certain _lookup controller configurations.Ryan Petrello2013-08-082-0/+36
| |/ /
* | | Merge pull request #226 from ryanpetrello/nextmarkmcclain2013-08-085-85/+42
|\ \ \ | |/ / | | | Make some notable changes to how ``pecan.conf.app`` is passed to a new app.
| * | Make some notable changes to how ``pecan.conf.app`` is passed to a new app.Ryan Petrello2013-08-085-85/+42
| | | | | | | | | | | | | | | | | | | | | | | | * Now pecan.conf.app items are treated as keywords passed directly to Pecan apps. This means no more tinkering with *both* your configuration file *and* your app.py file. * Removed support for the RequestViewerHook config file shortcut (because now you can easily specify hooks via configuration).
* | | Merge pull request #224 from ryanpetrello/nextmarkmcclain2013-08-081-0/+24
|\ \ \ | |/ / | | | Clarify the __force_dict__ configuration directive.
| * | Clarify the __force_dict__ configuration directive.Ryan Petrello2013-08-081-0/+24
| | |
| | * Merge branch 'next'0.3.1Ryan Petrello2013-07-228-13/+142
| | |\ | |_|/ |/| |
* | | Version increment.Ryan Petrello2013-07-222-1/+6
| | |
* | | Merge pull request #220 from moniker-dns/on_error_responseRyan Petrello2013-07-223-6/+47
|\ \ \ | | | | | | | | Allow on_error hooks to return a Response.
| * | | Allow on_error hooks to return a Response.Kiall Mac Innes2013-07-203-6/+47
|/ / / | | | | | | | | | | | | | | | | | | | | | This allows on_error hooks to prevent the exception from being re-raised, and instead causes the returned Response to be provided to the end user. The first on_error hook to return a response "wins", and the remaining on_error hooks are not ran.
* | | Merge pull request #219 from ryanpetrello/nextmarkmcclain2013-07-081-1/+3
|\ \ \ | |/ / | | | Jinja 2.7 removed support for Python 3.2
| * | Jinja 2.7 removed support for Python 3.2Ryan Petrello2013-07-081-1/+3
| | | | | | | | | | | | (http://jinja.pocoo.org/docs/changelog/#version-2-7)
* | | Merge pull request #218 from alfredodeza/cp-deploy-nextRyan Petrello2013-07-081-3/+77
|\ \ \ | | | | | | | | Add docs for serving Pecan via CherryPy
| * | | update some wording on cherrypy implementationAlfredo Deza2013-07-081-4/+5
| | | |
| * | | include cherrypy as list of static file serving optionsAlfredo Deza2013-07-081-1/+3
| | | |
| * | | Add the CheryPy sectionAlfredo Deza2013-07-081-2/+73
|/ / /
* | | Merge pull request #215 from ryanpetrello/nextDoug Hellmann2013-05-101-0/+4
|\ \ \ | |/ / | | | Add a PyPI badge to the README
| * | Add a PyPI badge to the READMERyan Petrello2013-05-091-0/+4
|/ /
* | Merge pull request #214 from dhellmann/update-doc-version-automaticallyRyan Petrello2013-05-081-2/+5
|\ \ | | | | | | Update the version in the docs from the package
| * | Update the version in the docs from the packageDoug Hellmann2013-05-081-2/+5
|/ / | | | | | | | | | | | | | | | | Use pkg_resources to get the version of the pecan package instead of maintaining the version string in two places separately. Change-Id: I0970ef262054347ed9964431130fd60fdf4e7112 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
| * Merge remote-tracking branch 'origin/next'0.3.0Jonathan LaCour2013-05-083-4/+4
| |\ | |/ |/|
* | Updating version to 0.3.0.Jonathan LaCour2013-05-083-4/+4
| |
| * Merge remote-tracking branch 'origin/next'0.3.0bRyan Petrello2013-05-0745-1819/+663
| |\ | |/ |/|
* | Version increment.Ryan Petrello2013-05-073-3/+7
| |
* | Merge pull request #212 from ryanpetrello/py3kJonathan LaCour2013-05-0743-1816/+656
|\ \ | | | | | | Add support for Python 3.2 and 3.3
| * | Remove an extraneous import.Ryan Petrello2013-05-071-2/+0
| | |
| * | Merge remote-tracking branch 'origin/next' into py3kRyan Petrello2013-05-0726-486/+1012
| |\ \ | |/ / |/| | | | | | | | | | | Conflicts: pecan/rest.py pecan/routing.py
| * | Remove some cruft from the middleware static resource loader.Ryan Petrello2013-05-071-4/+0
| | |
| * | Remove a hard-coded UTF-8 assumption.Ryan Petrello2013-05-031-7/+1
| | |
| * | Fix a Py3 compatability issue with WebTest > 1.3.1 < 2.0Ryan Petrello2013-05-031-1/+1
| | |
| * | Remove wsgiref from requirements.txt.Ryan Petrello2013-05-031-1/+0
| | |
| * | Require simplegeneric 0.8.1 (for Python3 support).Ryan Petrello2013-05-031-1/+1
| | |
| * | General import and flake8 cleanup.Ryan Petrello2013-05-037-30/+16
| | |
| * | Remove an unused import.Ryan Petrello2013-05-031-2/+0
| | |
| * | Avoid a potential encoding exception when rendering Genshi errors.Ryan Petrello2013-05-031-1/+1
| | |
| * | Remove some unnecessary cruft.Ryan Petrello2013-05-031-1/+1
| | |
| * | Read/compile configuration files as binary to avoid encoding issues.Ryan Petrello2013-05-031-5/+2
| | |
| * | Clean up the pep8 directive in tox.iniRyan Petrello2013-05-031-1/+1
| | |
| * | Replace ``pecan.compat.dictconfig`` with ``logutils.dictconfig.dictConfig``.Ryan Petrello2013-05-035-1296/+14
| | |
| * | Use Python3's print function.Ryan Petrello2013-05-032-1/+5
| | |
| * | Fix a bit of logic surrounding Python 3/Genshi 0.7Ryan Petrello2013-05-011-2/+3
| | |
| * | Add a docstring.Ryan Petrello2013-05-011-0/+6
| | |
| * | Run Genshi tests for Python3 (support was added in Genshi 0.7).Ryan Petrello2013-05-012-2/+4
| | |
| * | More misc. Python3 cleanup.Ryan Petrello2013-05-012-5/+2
| | |
| * | Use html.escape rather than cgi.escape for PY3 (it's deprecated)Ryan Petrello2013-05-011-4/+12
| | |