index
:
delta/simplejson.git
audit-fixes
baserock/morph
bigint_as_string-gh31
bpo-31095
bpo-31505
bytes-encoding
cStringIO
check-is-true
compat
dict-subclass-gh26
doc-css-fix-gh-221
docs-102
ecma-262-63
explicit-manylinux
felixonmars-patch-1
felixonmars-patch-1-1
fix-173
for_json-69
gh-pages
item_sort_key
iterable_as_array-gh1
json-lines-example
master
namedtuple-object-gh6
namedtuple_duck-gh22
no-py2.4
pep-0527
pure-distutils
py-backports
py3
pypy-support
python-3.8
python2.2
python3-doc-updates
recursion_control-11
remove-init-methods
scan-ValueError-gh15
setup-classifiers
sort-refleak
sort_keys_dump-106
speedups-cleanup
speedups-compile-error-2.7
str-decode
strict-to-bool
surrogate-62
tempfile-py25
test-sdist
type-error-messages
unencodable-encoder-encoding
v3.17.6
wheels
github.com: simplejson/simplejson.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
incorrect decref
Bob Ippolito
2009-12-27
1
-1
/
+0
*
build with newer sphinx
Bob Ippolito
2009-12-27
10
-820
/
+656
*
tag as 2.1.0rc1
Bob Ippolito
2009-12-27
2
-3
/
+3
*
officially drop py2.4 support, doc tweaks, use only py2.5+ C API
Bob Ippolito
2009-12-27
15
-688
/
+852
*
tweak svn:ignore
Bob Ippolito
2009-12-27
1
-0
/
+7
*
http://bugs.python.org/issue7451
Bob Ippolito
2009-12-27
5
-78
/
+184
*
http://code.google.com/p/simplejson/issues/detail?id=70
Bob Ippolito
2009-12-27
2
-2
/
+10
*
missed test case
Bob Ippolito
2009-12-27
1
-0
/
+32
*
http://code.google.com/p/simplejson/issues/detail?id=69
Bob Ippolito
2009-12-27
4
-3
/
+49
*
http://code.google.com/p/simplejson/issues/detail?id=66
Bob Ippolito
2009-12-27
16
-822
/
+729
*
encoding memoization
Bob Ippolito
2009-12-27
3
-15
/
+37
*
use PyIter API instead of PySequence_Fast to avoid potential threading issues
Bob Ippolito
2009-12-27
1
-15
/
+21
*
Use PyOS_string_to_double when available
Bob Ippolito
2009-12-27
1
-6
/
+39
*
update CHANGES
Bob Ippolito
2009-12-27
1
-0
/
+3
*
use iteritems instead of PyDict_Next (at the expense of some speed) http://bu...
Bob Ippolito
2009-12-27
2
-5
/
+28
*
http://code.google.com/p/simplejson/issues/detail?id=58
Bob Ippolito
2009-12-08
1
-2
/
+5
*
http://code.google.com/p/simplejson/issues/detail?id=57
Bob Ippolito
2009-06-02
2
-0
/
+14
*
regenerate docs
Bob Ippolito
2009-05-17
4
-3
/
+19
*
http://code.google.com/p/simplejson/issues/detail?id=56 indent changed to string
Bob Ippolito
2009-05-17
13
-73
/
+105
*
update CHANGES.txt
Bob Ippolito
2009-05-17
1
-1
/
+5
*
punting on nosetests support, python setup.py test works as does python -msim...
Bob Ippolito
2009-05-17
2
-5
/
+10
*
seems to fix #54
Bob Ippolito
2009-05-17
1
-1
/
+1
*
re #53 python 2.4 does not have all()
Bob Ippolito
2009-05-17
1
-0
/
+11
*
oops
Bob Ippolito
2009-05-17
1
-0
/
+1
*
require setuptools 0.6c9, remove old cygwin hack
Bob Ippolito
2009-05-17
2
-41
/
+74
*
apply suggested fix for Python 2.4 compatibility http://code.google.com/p/sim...
Bob Ippolito
2009-05-17
1
-1
/
+6
*
first pass at http://code.google.com/p/simplejson/issues/detail?id=55 -- requ...
Bob Ippolito
2009-05-17
3
-4
/
+76
*
fixed http://code.google.com/p/simplejson/issues/detail?id=48
Bob Ippolito
2009-04-14
3
-3
/
+28
*
Add a CHANGES.txt file
Bob Ippolito
2009-04-05
1
-0
/
+148
*
http://code.google.com/p/simplejson/issues/detail?id=46 Parsing an array with...
Bob Ippolito
2009-04-03
2
-2
/
+26
*
http://code.google.com/p/simplejson/issues/detail?id=45 Refactor decoder erro...
Bob Ippolito
2009-04-03
4
-30
/
+56
*
minor tweak to test to make it easier to port to python 2.7
Bob Ippolito
2009-03-29
1
-5
/
+6
*
fix version in docs
Bob Ippolito
2009-03-29
4
-16
/
+16
*
http://bugs.python.org/issue5381 ordered_pairs_hook backport to simplejson
Bob Ippolito
2009-03-29
15
-97
/
+422
*
tests and fix for containerless unicode float decoding http://code.google.com...
Bob Ippolito
2009-03-28
3
-3
/
+7
*
version bump
Bob Ippolito
2009-03-28
2
-2
/
+2
*
comment about weird struct usage per http://codereview.appspot.com/20095/diff...
Bob Ippolito
2009-02-28
1
-0
/
+2
*
Use PosInf from decoder http://codereview.appspot.com/20095/diff/1/12#newcode31
Bob Ippolito
2009-02-28
1
-3
/
+3
*
fix long lines, make py2.6+ porting a bit easier
Bob Ippolito
2009-02-22
7
-19
/
+34
*
build docs
Bob Ippolito
2009-02-18
5
-6
/
+6
*
re http://code.google.com/p/simplejson/issues/detail?id=41 http://bugs.python...
Bob Ippolito
2009-02-18
1
-85
/
+149
*
replace a few string formats with string addition to make py26+ porting easier
Bob Ippolito
2009-02-16
2
-6
/
+15
*
replace a few string formats with string addition to make py26+ porting easier
Bob Ippolito
2009-02-16
4
-7
/
+8
*
whitespace
Bob Ippolito
2009-02-16
4
-3
/
+16
*
verison number bump, change tests around to make it easier to backport to pyt...
Bob Ippolito
2009-02-16
14
-70
/
+70
*
fixed http://code.google.com/p/simplejson/issues/detail?id=35 -- no longer ch...
Bob Ippolito
2009-02-16
10
-112
/
+132
*
update docs
Bob Ippolito
2009-01-05
5
-6
/
+8
*
changes relevant to http://codereview.appspot.com/7311 -- mostly documentatio...
Bob Ippolito
2009-01-05
3
-32
/
+176
*
ensure unicode result if the input is a unicode string
Bob Ippolito
2009-01-03
2
-1
/
+23
*
yay whitespace and doctest
Bob Ippolito
2009-01-03
2
-2
/
+4
[prev]
[next]