summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | Refactor remnants of pecan.compat with alternatives from the six package.Ryan Petrello2013-05-012-34/+17
| * | Run tests for Python 3.2/3.3 in TravisCI.Ryan Petrello2013-04-301-0/+2
| * | Add scaffold tests for Python 3.2/3.3.Ryan Petrello2013-04-302-7/+36
| * | Merge branch 'py3k' of https://github.com/ryanpetrello/pecan into py3kRyan Petrello2013-04-300-0/+0
| |\ \
| | * | Fix a Py3 compatability bug in `pecan.jsonify`.Ryan Petrello2013-04-301-1/+2
| * | | Fix a Py3 compatability bug in `pecan.jsonify`.Ryan Petrello2013-04-304-64/+89
| |/ /
| * | Fix an issue with Python3 compatability in `pecan shell`.Ryan Petrello2013-04-301-0/+6
| * | Resolve a few differences in TypeError messaging in Python 3.3.Ryan Petrello2013-04-301-2/+8
| * | Replace the OptionParser constructor version with parser.add_argumentRyan Petrello2013-04-301-3/+5
| * | Fix a PY3-bug when using ``transcational`` as a class decorator.Ryan Petrello2013-04-301-2/+7
| * | Fix a pep8 failure.Ryan Petrello2013-04-301-2/+3
| * | Defined the HooksController metaclass in a Py2/3-compatible way.Ryan Petrello2013-04-301-5/+14
| * | Cast configuration.Config.__dir__ to a list (not a PY3 dictkeys object)Ryan Petrello2013-04-301-1/+1
| * | Cleanup and add a ton of bytes() compatability for tests.Ryan Petrello2013-04-3012-259/+268
| * | More miscellaneous PY3 compatability issues.Ryan Petrello2013-04-305-14/+30
| * | More urllib import changes.Ryan Petrello2013-04-301-2/+3
| * | Remove `basestring` references for PY3 support.Ryan Petrello2013-04-303-7/+11
| * | Remove unicode markers.Ryan Petrello2013-04-302-4/+4
| * | Fix PY3 urllib2 import changes.Ryan Petrello2013-04-301-5/+10
| * | Don't run tests for dictconfig fallback in PY3 (it doesn't need them)Ryan Petrello2013-04-301-688/+693
| * | Clean up print statements for PY3 compat.Ryan Petrello2013-04-302-5/+7
| * | More PY3 compatability for iteritems and execfile.Ryan Petrello2013-04-302-8/+14
| * | More import cleanup for Python 3.Ryan Petrello2013-04-301-4/+14
| * | Update cStringIO imports.Ryan Petrello2013-04-305-13/+8
| * | Import url/un/split in a compatible manner.Ryan Petrello2013-04-301-4/+9
| * | Update exception block syntax.Ryan Petrello2013-04-3013-33/+33
| * | Don't run Genshi and Kajiki tests for Python 3.Ryan Petrello2013-04-301-2/+5
| * | Correct relative imports.Ryan Petrello2013-04-3011-33/+35
| * | Add Python 3.2+ to list of compatible versions. Add `six`.Ryan Petrello2013-04-302-3/+8
| | * Merge remote-tracking branch 'origin/next'0.2.4Ryan Petrello2013-05-0726-486/+1012
| | |\ | |_|/ |/| |
* | | Version increment.Ryan Petrello2013-05-073-3/+8
* | | Merge pull request #198 from ryanpetrello/rest-controller-lookup-supportmarkmcclain2013-05-073-17/+276
|\ \ \
| * | | Miscellaneous pecan.routing cleanup.Ryan Petrello2013-05-061-2/+3
| * | | Add support for ``_lookup`` methods as a fallback in RestController.Ryan Petrello2013-03-193-17/+275
* | | | Merge pull request #213 from dhellmann/doc-cleanupRyan Petrello2013-05-0620-466/+728
|\ \ \ \ | |_|/ / |/| | |
| * | | Address review commentsDoug Hellmann2013-05-064-5/+5
| * | | Clean up and update docsDoug Hellmann2013-05-0320-466/+728
|/ / /
| | * Merge branch 'next', remote-tracking branch 'origin'0.2.3Ryan Petrello2013-04-250-0/+0
| |/ |/|
* | Version increment.Ryan Petrello2013-04-253-3/+14
* | Merge branch 'master' into nextRyan Petrello2013-04-253-3/+13
|\ \
| * | Increment version number.0.2.2Ryan Petrello2013-04-093-3/+13
* | | Merge pull request #200 from markmcclain/env_fixRyan Petrello2013-04-252-27/+26
|\ \ \
| * | | add comment explaining why the code was reorderedMark McClain2013-04-251-0/+1
| * | | os.environ test clean-up and reorder overwriteMark McClain2013-04-252-27/+25
* | | | Merge pull request #211 from ryanpetrello/nextmarkmcclain2013-04-253-4/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'next' of github.com:dreamhost/pecan into nextRyan Petrello2013-04-254-80/+88
| |\ \ \ | |/ / / |/| | |