summaryrefslogtreecommitdiff
path: root/pecan/jsonify.py
Commit message (Expand)AuthorAgeFilesLines
* pep8 fixesRyan Petrello2014-03-271-3/+3
* Replace simplegeneric with singledispatch (PEP 443).Ryan Petrello2013-09-221-9/+21
* 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
* Documentation for jsonify.pyPete2012-03-201-9/+50
* More pep8 compliance.Ryan Petrello2012-03-111-3/+7
* Merge pull request #52 from cleverdevil/pep8-compliancemarkmcclain2012-03-111-6/+9
|\
| * After a full-scale scan with pep8.py and pyflakes, identified andJonathan LaCour2012-03-111-6/+9
* | More test cleanup, and tests for building templates.Ryan Petrello2012-03-101-1/+1
|/
* A handful of improvements:Ryan Petrello2012-03-021-0/+1
* adding support for WebOb versions >=1.2Mark McClain2011-10-281-2/+11
* Fixing JSON encoder for ResultProxy/RowProxy and adding test coverage. Now at...Yoann Roman2011-03-071-2/+5
* A little work on improving our coverage reports for Pecan. This gets usJonathan LaCour2011-02-071-1/+1
* 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
* ok so imports were being referred wrongly so made datetime.datetime be just d...Alfredo Deza2010-11-181-3/+4
* 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
* Removing requirement for simplejson and using Python 2.6 built-in JSONJonathan LaCour2010-09-291-2/+6
* Initial commit.Jonathan LaCour2010-09-281-0/+65