summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * 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