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
path:
root
/
simplejson
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
add test
Benjamin Peterson
2018-06-26
1
-0
/
+2
*
Merge branch 'master' into str-decode
str-decode
Bob Ippolito
2018-04-25
1
-1
/
+7
|
\
|
*
Support builds without cStringIO.
cStringIO
Serhiy Storchaka
2018-04-25
1
-1
/
+7
*
|
Bypass the decode() method in bytes subclasses.
Serhiy Storchaka
2018-04-25
2
-2
/
+53
|
/
*
Allow to disable serializing bytes by default in Python 3.
bytes-encoding
Serhiy Storchaka
2018-04-25
1
-0
/
+76
*
Merge pull request #215 from simplejson/compat
Bob Ippolito
2018-04-24
4
-8
/
+8
|
\
|
*
Simplify compatibility code.
compat
Serhiy Storchaka
2018-04-24
4
-8
/
+8
*
|
Fix tests in Python 2.5.
tempfile-py25
Serhiy Storchaka
2018-04-24
1
-9
/
+18
|
/
*
Avoid escaping U+2028 and U+2029 without ensure_ascii
Richard van der Hoff
2018-03-29
2
-2
/
+11
*
Avoid copying strings when encoding
Richard van der Hoff
2018-03-27
1
-0
/
+5
*
Ensure that encoding text subtypes is consistent with or without speedups. Fi...
Bob Ippolito
2017-11-23
1
-1
/
+13
*
Merge pull request #191 from simplejson/type-error-messages
Bob Ippolito
2017-11-23
1
-1
/
+18
|
\
|
*
Add tests.
type-error-messages
Serhiy Storchaka
2017-11-23
1
-1
/
+18
*
|
Workarounds for NamedTemporaryFile issues with Windows for tool tests
Bob Ippolito
2017-11-23
1
-13
/
+21
*
|
Fix a test.
bpo-31505
Serhiy Storchaka
2017-11-06
1
-3
/
+1
*
|
bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() rec...
Serhiy Storchaka
2017-11-06
1
-0
/
+26
|
/
*
Fix #173 with item_sort_key and add auto-discovery to test suite
Bob Ippolito
2017-06-19
2
-31
/
+14
*
Fix a crash wish unencodable encoding in the encoder.
unencodable-encoder-encoding
Serhiy Storchaka
2017-05-21
1
-1
/
+9
*
Make test_speedups compatible with Python 2.5 and 2.6.
Serhiy Storchaka
2017-05-21
1
-37
/
+25
*
Make test_speedups compatible with Python 2.5.
Serhiy Storchaka
2017-05-21
1
-0
/
+2
*
Fix argument checking errors in _speedups.c.
Serhiy Storchaka
2017-05-12
1
-1
/
+54
*
Bump version, update changelog, fix issues identified in code review of #143
Bob Ippolito
2016-10-28
2
-0
/
+18
*
Merge branch 'raw_json' of https://github.com/lamflam/simplejson into lamflam...
Bob Ippolito
2016-10-28
1
-0
/
+30
|
\
|
*
Add support for preprocessed JSON strings (with optimizations) in encoder
Kevin LaFlamme
2016-09-01
1
-0
/
+30
*
|
Fixes #144. Workaround for bad behavior in string subclasses.
Bob Ippolito
2016-10-21
2
-0
/
+17
|
/
*
Fix issue with iterable_as_array and indent option, closes #128
v3.8.1
Bob Ippolito
2015-10-27
2
-17
/
+18
*
Merge branch 'master' into iterable_as_array-gh1
Nick Babcock
2015-07-10
27
-206
/
+1060
|
\
|
*
no longer trust custom repr for int/long/float subclasses #118
v3.7.0
Bob Ippolito
2015-05-18
2
-0
/
+38
|
*
failing test for #106
Bob Ippolito
2014-09-29
1
-0
/
+9
|
*
generalize BOM stripping to any use of raw_decode
Bob Ippolito
2014-07-21
2
-11
/
+7
|
*
strip utf-8 bom.
Ryo Takahashi
2014-07-21
2
-0
/
+12
|
*
Fix lower bound checking in scan_once / raw_decode API #98
v3.5.3
Bob Ippolito
2014-06-24
1
-0
/
+11
|
*
consistently reject int_as_string_bitcount <= 0 #96
v3.5.1
Bob Ippolito
2014-05-22
2
-0
/
+7
|
*
Allocate int_as_string bounds once per encoder
Colin Deasy
2014-05-20
1
-1
/
+2
|
*
Adding `int_as_string_bitcount` option
Colin Deasy
2014-05-14
3
-42
/
+136
|
*
fix tests to run on Python 3.4
Bob Ippolito
2014-04-30
1
-37
/
+45
|
*
improve Python 3.3 compat #87, bump to 3.3.3
v3.3.3
Bob Ippolito
2014-02-14
1
-4
/
+4
|
*
fix pickle breakage with JSONDecodeError
Idan Kamara
2013-10-05
1
-1
/
+17
|
*
pass-through in decoder for lone surrogates #62
v3.3.0
surrogate-62
baserock/morph
Bob Ippolito
2013-05-07
2
-19
/
+55
|
*
ignore_nan #63
ecma-262-63
Bob Ippolito
2013-05-01
1
-1
/
+9
|
*
update CHANGES and tests
for_json-69
Bob Ippolito
2013-05-01
2
-75
/
+47
|
*
Implement for_json kwarg; pure Python version; add tests; update documentation.
shakefu
2013-04-17
1
-0
/
+126
|
*
fixes #65
Bob Ippolito
2013-03-19
1
-1
/
+16
|
*
fix python 2.5 regression in tool and test_tool
py-backports
Bob Ippolito
2013-02-21
1
-3
/
+5
|
*
update JSON conformance test suite (#58)
Bob Ippolito
2013-02-21
2
-15
/
+28
|
*
simplejson.tool tests and bugfix for Python 3.x (#60)
Bob Ippolito
2013-02-21
2
-0
/
+81
|
*
improve truncated input error messages, use JSONDecodeError instead of StopIt...
Bob Ippolito
2013-02-21
1
-1
/
+40
|
*
fix off-by-one error in the colno of JSONDecodeError when lineno == 0 (#57)
v3.0.9
Bob Ippolito
2013-02-21
2
-2
/
+2
|
*
v3.0.6, fixes ensure_ascii=False regression (#50)
v3.0.6
Bob Ippolito
2013-01-11
1
-1
/
+12
|
*
bump to v3.0.5, fix deprecations in tests
v3.0.5
Bob Ippolito
2013-01-03
18
-128
/
+131
[next]