summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version increment.0.3.2Ryan Petrello2013-08-122-1/+8
* Merge pull request #231 from ryanpetrello/nextJonathan LaCour2013-08-121-2/+3
|\
| * Add our mailing list URL to the README.Ryan Petrello2013-08-091-2/+3
* | Merge pull request #230 from cleverdevil/nextRyan Petrello2013-08-121-16/+42
|\ \
| * | 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``.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.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.Ryan Petrello2013-08-085-85/+42
* | | Merge pull request #224 from ryanpetrello/nextmarkmcclain2013-08-081-0/+24
|\ \ \ | |/ /
| * | 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.Kiall Mac Innes2013-07-203-6/+47
|/ / /
* | | Merge pull request #219 from ryanpetrello/nextmarkmcclain2013-07-081-1/+3
|\ \ \ | |/ /
| * | Jinja 2.7 removed support for Python 3.2Ryan Petrello2013-07-081-1/+3
* | | Merge pull request #218 from alfredodeza/cp-deploy-nextRyan Petrello2013-07-081-3/+77
|\ \ \
| * | | 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 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 packageDoug Hellmann2013-05-081-2/+5
|/ /
| * 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
|\ \
| * | Remove an extraneous import.Ryan Petrello2013-05-071-2/+0
| * | Merge remote-tracking branch 'origin/next' into py3kRyan Petrello2013-05-0726-486/+1012
| |\ \ | |/ / |/| |
| * | 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