summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixing a documentation bug.2012-03-04Ryan Petrello2012-03-011-7/+7
* Moving README to README.rst.Ryan Petrello2012-03-011-0/+0
* Merge pull request #34 from alfredodeza/config_getRyan Petrello2011-11-202-0/+17
|\
| * make get behave like a normal dictionary getAlfredo Deza2011-11-202-3/+7
| * add a get method to the config objectAlfredo Deza2011-11-201-0/+5
| * add tests to support the new get method in the config objectAlfredo Deza2011-11-201-0/+8
|/
* Merge pull request #29 from alfredodeza/safer-servecleverdevil2011-11-171-5/+13
|\
| * handle no arguments or non-file/non-existen filenamesAlfredo Deza2011-11-171-5/+13
|/
* adding support for WebOb versions >=1.2Mark McClain2011-10-281-2/+11
* adding after_rollback functionalityMark McClain2011-10-273-12/+86
* Merge branch 'master' of github.com:pecan/pecanMark McClain2011-09-302-1/+26
|\
| * Merge pull request #22 from ryanpetrello/mastermarkmcclain2011-09-292-1/+26
| |\
| | * Changing my approach a bit so that pecan.validate() works as well.Ryan Petrello2011-09-291-3/+1
| | * Adding some code to protect from unanticipated formencode.validate output.Ryan Petrello2011-09-292-0/+27
* | | fix bug in redirect where add_slash would incorrectly add slash toMark McClain2011-09-302-3/+14
|/ /
* | params are tuples so encode each individuallyMark McClain2011-09-291-1/+1
* | update to use the correct param key and encode into utf-8Mark McClain2011-09-291-1/+1
|/
* Merge branch 'master' of github.com:pecan/pecanMark McClain2011-09-235-50/+56
|\
| * Merge pull request #21 from ryanpetrello/masterRyan Petrello2011-09-225-50/+56
| |\
| | * Simplified the quickstart, and updated to use formencode for form validation.Ryan Petrello2011-09-225-50/+56
| |/
* | all params are now fully unicode instead of the ambigious encodingMark McClain2011-09-233-5/+13
|/
* updating reference environ to state.requestMark McClain2011-09-221-2/+1
* Merge branch 'master' of github.com:pecan/pecanMark McClain2011-09-2217-146/+195
|\
| * Updating a test to by py2.6 compliant.Ryan Petrello2011-09-091-4/+2
| * Merge pull request #18 from ryanpetrello/masterRyan Petrello2011-09-025-140/+51
| |\
| | * More misc. documentation updates.Ryan Petrello2011-09-023-10/+7
| | * Proof-reading configuration docs.Ryan Petrello2011-09-021-50/+18
| | * Proof-editing for routing.rstRyan Petrello2011-09-021-80/+26
| * | Merge pull request #17 from ryanpetrello/masterRyan Petrello2011-09-021-0/+10
| |\ \ | | |/
| | * Adding an additional test for pecan.abort()Ryan Petrello2011-09-021-0/+10
| * | Adding authors.Jonathan LaCour2011-09-021-1/+1
| |/
| * Merge remote-tracking branch 'origin/master'Jonathan LaCour2011-09-0211-3/+120
| |\
| | * Merge branch 'master' of github.com:pecan/pecanJeremy M. Jones2011-09-029-0/+82
| | |\
| | | * Test coverage for pecan.deploy.Ryan Petrello2011-09-029-0/+82
| | * | Removing uncovered line and making Ryan happy.Jeremy M. Jones2011-09-021-6/+3
| | |/
| | * Merge branch 'master' of github.com:pecan/pecanJeremy M. Jones2011-09-029-12/+185
| | |\
| | * | Fixed problem with proxy redirects and proxies.Jeremy M. Jones2011-09-022-3/+41
| * | | Making the setup.py even better.Jonathan LaCour2011-09-021-2/+15
| | |/ | |/|
* | | Merge branch 'master' of github.com:pecan/pecanMark McClain2011-09-0210-15/+185
|\ \ \ | |/ /
| * | To 99% testing. Just one more module to test!Jonathan LaCour2011-09-021-1/+1
| * | More test coverage (and a bug fix) for Alfredo's RequestViewer hook.Ryan Petrello2011-09-023-5/+40
| * | Adding the license.Jonathan LaCour2011-09-021-0/+24
| * | Making some preparations for release in the documentation and setup.py.Jonathan LaCour2011-09-022-4/+4
| * | Making the template docs better.Jonathan LaCour2011-09-021-1/+26
| * | Merge remote-tracking branch 'origin/master'Jonathan LaCour2011-09-0211-198/+173
| |\ \ | | |/
| | * Merge branch 'master' of github.com:pecan/pecanJeremy M. Jones2011-09-029-174/+169
| | |\
| | * | Removing dead check for config ending with .py.Jeremy M. Jones2011-09-021-3/+0
| * | | Significantly improving the documentation for templating in Pecan.Jonathan LaCour2011-09-022-2/+91
* | | | Merge branch 'master' of github.com:pecan/pecanMark McClain2011-09-0217-245/+317
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' of https://github.com/ryanpetrello/pecan into ryanpetre...Ryan Petrello2011-09-029-174/+169
| |\ \ \ | | |_|/ | |/| |