Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • bigint_as_string-gh31
  • branch/default default protected
  • branch/default-vms
  • dict-subclass-gh26
  • docs-102
  • ecma-262-63
  • felixonmars-patch-1
  • felixonmars-patch-1-1
  • fix-173
  • for_json-69
  • gh-pages
  • item_sort_key
  • iterable_as_array-gh1
  • master
  • namedtuple-object-gh6
  • namedtuple_duck-gh22
  • pure-distutils
  • py-backports
  • py3
  • pypy-support
20 results
Created with Raphaël 2.2.07Jul20Aug13Sep232425262728293Oct47101117247Nov17232519Dec303Jan516Feb18222828Mar293Apr51417May2Jun8Dec2725Feb8Mar1113163112Jul198Oct1Nov517Jan6Feb11Mar12141712Apr17197May81522Jun3Sep4610Nov185Dec293025Feb2728271Mar26202910May26Jun19Jul2721Sep26Dec2829301Jan23113019Feb212219Mar205Apr61617201May75Oct316Jan10Feb142Apr307May692021222324Jun3Jul21229Aug1824Sep2922Oct232418Feb18May223110Jul183Sep427Oct22Nov14Feb159Mar1229May301Sep2122252621Oct22232816Jan1724Apr7May8121820218Jun121819281Jul85Nov6102023243Dec1027Mar292Apr39212425242512May4Jun192627283Sep45467817Apr20Oct2217Nov14Mar17Apr15Jul162720Nov2130tag 1.9.2wild/035144a56d…wild/035144a56db86d7a7a7e0734cb45cea75ae8088fhttp://code.google.com/p/simplejson/issues/detail?id=16bump version, merge some changes from Python trunk _jsonugly hacks to decoder to avoid dispatch for roughly 2x speeduptag simplejson 1.9.3wild/e12dff0a98…wild/e12dff0a987594ce67a7b5cf6ac8cff3cbfd8bafbump versioneven more decoder optimizationseven more decoder optimizationsmore decoding perf enhancements, this time with lots of C code (TODO: check for ref leaks)fix the ref leak :)more C code in the decoder, speed++clean up C code, change API to be str preserving for ASCII only strings, bump version to 2.0.0 since this is an "interface" changegratuitous comments, some additional type checkingfix format stringseliminate variable distance bitwise shiftsbranchless unicode escapingstricter surrogate pair decoding when Py_UNICODE_WIDEtest for http://code.google.com/p/simplejson/issues/detail?id=22prevent sign-extension on non-ASCII charactersfix another sign-extension bugoptimize for ASCII string encoding (not a big difference for our strings though)first pass at making a horrible optimized mess out of the encoding bits of simplejsongod bless closures.cut out a few yields in exchange for string opsC fast path for encodingstyle cleanup and http://bugs.python.org/issue3623make staticremove non-working old benchmark scriptsuse tp_call instead of methodsuse C path for float encodingswitch to sphinx for docsset a lot of mime typesrun docs in test suitetag simplejson 2.0.0wild/7e0a003beb…wild/7e0a003bebfd094789a3aee54cb5f04b1aea448aversion bumpcommit patch for mingw support; regression tests checked with Python 2.5 on OS X and Linux and Python 2.4 on Linuxfailing test for long, thanks @djcofix long() encodingtag simplejson 2.0.1wild/956373a6ae…wild/956373a6ae710d31c97aa234e6936f28f4852e47#24: MSVC2003 would be better titled MSVC1970; based on patch from atsuoishimoto; changes tested on OS X
Loading