summaryrefslogtreecommitdiff
path: root/simplejson/scanner.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix lower bound checking in scan_once / raw_decode API #98v3.5.3Bob Ippolito2014-06-241-0/+5
|
* fix pickle breakage with JSONDecodeErrorIdan Kamara2013-10-051-0/+3
| | | | | pickle doesn't behave correctly with custom Exceptions, we workaround the issue by explicitly defining how to pickle JSONDecodeError.
* improve truncated input error messages, use JSONDecodeError instead of ↵Bob Ippolito2013-02-211-3/+51
| | | | StopIteration (#61)
* http://code.google.com/p/simplejson/issues/detail?id=34Bob Ippolito2010-03-081-4/+7
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@219 a4795897-2c25-0410-b006-0d3caba88fa1
* http://bugs.python.org/issue7451Bob Ippolito2009-12-271-2/+9
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@206 a4795897-2c25-0410-b006-0d3caba88fa1
* http://bugs.python.org/issue5381 ordered_pairs_hook backport to simplejsonBob Ippolito2009-03-291-1/+2
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@178 a4795897-2c25-0410-b006-0d3caba88fa1
* fix long lines, make py2.6+ porting a bit easierBob Ippolito2009-02-221-1/+2
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@173 a4795897-2c25-0410-b006-0d3caba88fa1
* bump version, use python stdlib whitespace and docstring conventionsBob Ippolito2008-10-171-6/+5
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@147 a4795897-2c25-0410-b006-0d3caba88fa1
* more decoding perf enhancements, this time with lots of C code (TODO: check ↵Bob Ippolito2008-09-241-12/+16
| | | | | | for ref leaks) git-svn-id: http://simplejson.googlecode.com/svn/trunk@105 a4795897-2c25-0410-b006-0d3caba88fa1
* even more decoder optimizationsBob Ippolito2008-09-241-10/+16
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@104 a4795897-2c25-0410-b006-0d3caba88fa1
* even more decoder optimizationsBob Ippolito2008-09-241-45/+39
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@103 a4795897-2c25-0410-b006-0d3caba88fa1
* ugly hacks to decoder to avoid dispatch for roughly 2x speedupBob Ippolito2008-09-231-45/+40
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@100 a4795897-2c25-0410-b006-0d3caba88fa1
* PEP 7, PEP 8 cleanupsBob Ippolito2008-05-031-8/+11
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@87 a4795897-2c25-0410-b006-0d3caba88fa1
* strict regex correctness, patch from guidoBob Ippolito2008-03-071-0/+1
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@60 a4795897-2c25-0410-b006-0d3caba88fa1
* fix warning for Python 2.5Bob Ippolito2006-10-181-1/+1
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@31 a4795897-2c25-0410-b006-0d3caba88fa1
* unusedBob Ippolito2006-01-031-4/+0
| | | | git-svn-id: http://simplejson.googlecode.com/svn/trunk@11 a4795897-2c25-0410-b006-0d3caba88fa1
* renamesBob Ippolito2005-12-311-0/+67
git-svn-id: http://simplejson.googlecode.com/svn/trunk@4 a4795897-2c25-0410-b006-0d3caba88fa1