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.024Sep25262728293Oct47101117247Nov17232519Dec303Jan516Feb18222828Mar293Apr51417May2Jun8Dec2725Feb8Mar1113163112Jul198Oct1Nov517Jan6Feb11Mar12141712Apr17197May81522Jun3Sep4610Nov185Dec293025Feb2728271Mar26202910May26Jun19Jul2721Sep26Dec2829301Jan23113019Feb212219Mar205Apr61617201May75Oct316Jan10Feb142Apr307May692021222324Jun3Jul21229Aug1824Sep2922Oct232418Feb18May223110Jul183Sep427Oct22Nov14Feb159Mar1229May301Sep2122252621Oct22232816Jan1724Apr7May8121820218Jun121819281Jul85Nov6102023243Dec1027Mar292Apr39212425242512May4Jun192627283Sep45467817Apr20Oct2217Nov14Mar17Apr15Jul162720Nov2130fix 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 Xversion bumpPy_IS_FINITE for Python 2.4tag simplejson-2.0.2wild/28d852222b…wild/28d852222b34ec0e98be749e0228faa3d60477c5use Py_CLEAR, fix some unlikely DECREF in PyList_Append callshttp://code.google.com/p/simplejson/issues/detail?id=26use PyTuple_New and PyTuple_SET_ITEM to skip some refcounting games, although we should probably skip creating these tuples all togetherdecoder optimization: pass around a next index pointer instead of using temporary tuplesmake a test resilient to py2.6 changes in formattingfix several reference leaks, doh :(
Loading