summaryrefslogtreecommitdiff
path: root/pecan/jsonify.py
Commit message (Collapse)AuthorAgeFilesLines
* pep8 fixesRyan Petrello2014-03-271-3/+3
| | | | Change-Id: If592949bb1dedfc3674d939d5244f5efd4a02eb3
* Replace simplegeneric with singledispatch (PEP 443).Ryan Petrello2013-09-221-9/+21
| | | | | Closes-Bug: #1226813 Change-Id: I1ba149ac00353460065d4cddbe3ccd8782aaa611
* Fix a Py3 compatability bug in `pecan.jsonify`.Ryan Petrello2013-04-301-1/+2
|
* Remove unicode markers.Ryan Petrello2013-04-301-2/+2
|
* Remove and annotate a few unused (and py26 alternative) imports.Ryan Petrello2013-01-081-2/+2
|
* Resolving a docs format warning.Ryan Petrello2012-03-231-1/+1
|
* More documentation.Ryan Petrello2012-03-221-9/+10
|
* Removed forgotten note-to-self.Pete2012-03-211-1/+1
|
* Finished documenting jsonify.pyPete2012-03-211-19/+6
| | | | | | | Finished DocStrings in pecan/jsonify.py and removed forgotten notes-to-self :). Fixes: #96
* Documentation for jsonify.pyPete2012-03-201-9/+50
| | | | | Add DocStrings to pecan/jsonify.py Fixes issue #96
* More pep8 compliance.Ryan Petrello2012-03-111-3/+7
|
* Merge pull request #52 from cleverdevil/pep8-compliancemarkmcclain2012-03-111-6/+9
|\ | | | | Pep8 compliance
| * After a full-scale scan with pep8.py and pyflakes, identified andJonathan LaCour2012-03-111-6/+9
| | | | | | | | resolved most of our PEP8 compliance issues.
* | More test cleanup, and tests for building templates.Ryan Petrello2012-03-101-1/+1
|/
* A handful of improvements:Ryan Petrello2012-03-021-0/+1
| | | | | | | * Fixing a few broken tests (https://github.com/dreamhost/pecan/issues/28) * Removing py.test as a package requirement. * Moving tests *into* the package. * Adding code to use native unittest discovery (or unittest2 fallback).
* adding support for WebOb versions >=1.2Mark McClain2011-10-281-2/+11
|
* Fixing JSON encoder for ResultProxy/RowProxy and adding test coverage. Now ↵Yoann Roman2011-03-071-2/+5
| | | | at 100%.
* A little work on improving our coverage reports for Pecan. This gets usJonathan LaCour2011-02-071-1/+1
| | | | | to 99% coverage. Just a few tests needed for SQLAlchemy JSON support and a redirect test.
* SQLAlchemy now optional, better jsonify test coverageMark McClain2011-01-171-5/+12
|
* prefer simplejson over builtin json (its faster)Mark McClain2011-01-121-3/+3
|
* Fixing a few issues in the jsonify library, namely an unneededJonathan LaCour2010-11-191-13/+6
| | | | restriction brought over from TurboGears.
* ok so imports were being referred wrongly so made datetime.datetime be just ↵Alfredo Deza2010-11-181-3/+4
| | | | datetime and datetime.date be just date
* removed a pdb that was left there... lingeringAlfredo Deza2010-11-181-5/+2
|
* Fixed a bug in the JSON templating engine.Jonathan LaCour2010-11-171-31/+39
|
* Some reorganization, more tests, improved handling of errors, andJonathan LaCour2010-09-301-1/+1
| | | | support for prioritized hooks.
* Removing requirement for simplejson and using Python 2.6 built-in JSONJonathan LaCour2010-09-291-2/+6
| | | | | | if available, otherwise we fallback to simplejson. Improved the default jsonification rule for datetime and date objects.
* Initial commit.Jonathan LaCour2010-09-281-0/+65