summaryrefslogtreecommitdiff
path: root/simplejson/scanner.py
Commit message (Expand)AuthorAgeFilesLines
* Additional security hardening improvements:Bob Ippolito2023-04-051-3/+3
* Fix #184 threaded import issue, prep v3.12.0v3.12.0Bob Ippolito2017-11-051-50/+2
* 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
* improve truncated input error messages, use JSONDecodeError instead of StopIt...Bob Ippolito2013-02-211-3/+51
* http://code.google.com/p/simplejson/issues/detail?id=34Bob Ippolito2010-03-081-4/+7
* http://bugs.python.org/issue7451Bob Ippolito2009-12-271-2/+9
* http://bugs.python.org/issue5381 ordered_pairs_hook backport to simplejsonBob Ippolito2009-03-291-1/+2
* fix long lines, make py2.6+ porting a bit easierBob Ippolito2009-02-221-1/+2
* bump version, use python stdlib whitespace and docstring conventionsBob Ippolito2008-10-171-6/+5
* more decoding perf enhancements, this time with lots of C code (TODO: check f...Bob Ippolito2008-09-241-12/+16
* even more decoder optimizationsBob Ippolito2008-09-241-10/+16
* even more decoder optimizationsBob Ippolito2008-09-241-45/+39
* ugly hacks to decoder to avoid dispatch for roughly 2x speedupBob Ippolito2008-09-231-45/+40
* PEP 7, PEP 8 cleanupsBob Ippolito2008-05-031-8/+11
* strict regex correctness, patch from guidoBob Ippolito2008-03-071-0/+1
* fix warning for Python 2.5Bob Ippolito2006-10-181-1/+1
* unusedBob Ippolito2006-01-031-4/+0
* renamesBob Ippolito2005-12-311-0/+67