Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
simplejson
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
simplejson
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
4890788900eb713c68beb1452b00dac2f73c70a7
Select Git revision
Branches
20
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
Begin with the selected commit
Created with Raphaël 2.2.0
24
Oct
7
Nov
17
23
25
19
Dec
30
3
Jan
5
16
Feb
18
22
28
28
Mar
29
3
Apr
5
14
17
May
2
Jun
8
Dec
27
25
Feb
8
Mar
11
13
16
31
12
Jul
19
8
Oct
1
Nov
5
17
Jan
6
Feb
11
Mar
12
14
17
12
Apr
17
19
7
May
8
15
22
Jun
3
Sep
4
6
10
Nov
18
5
Dec
29
30
25
Feb
27
28
27
1
Mar
2
6
20
29
10
May
26
Jun
19
Jul
27
21
Sep
26
Dec
28
29
30
1
Jan
2
3
11
30
19
Feb
21
22
19
Mar
20
5
Apr
6
16
17
20
1
May
7
5
Oct
31
6
Jan
10
Feb
14
2
Apr
30
7
May
6
9
20
21
22
23
24
Jun
3
Jul
21
22
9
Aug
18
24
Sep
29
22
Oct
23
24
18
Feb
18
May
22
31
10
Jul
18
3
Sep
4
27
Oct
22
Nov
14
Feb
15
9
Mar
12
29
May
30
1
Sep
21
22
25
26
21
Oct
22
23
28
16
Jan
17
24
Apr
7
May
8
12
18
20
21
8
Jun
12
18
19
28
1
Jul
8
5
Nov
6
10
20
23
24
3
Dec
10
27
Mar
29
2
Apr
3
9
21
24
25
24
25
12
May
4
Jun
19
26
27
28
3
Sep
4
5
4
6
7
8
17
Apr
20
Oct
22
17
Nov
14
Mar
17
Apr
15
Jul
16
27
20
Nov
21
30
http://code.google.com/p/simplejson/issues/detail?id=27
tag simplejson-2.0.4
wild/939cfad525…
wild/939cfad525e24e0c0bc51e5bd4ba70f64286957c
typo in conf.py
update docs
add test coverage for check_circular and fix a Py_DECREF(NULL) but when check_circular=False
tag simplejson 2.0.5
wild/5195e052d5…
wild/5195e052d564c03b41fd7b36362f25ec4aafcad3
version bump, remove python 2.3 compatibility claim
apply 26_win32_setup.diff from pjenvey
tag simplejson 2.0.6
wild/020583956c…
wild/020583956c2cc912cf521b244ca44559b3096220
version bump, fixes to docs re http://bugs.python.org/issue4783
add documentation for strict
yay whitespace and doctest
ensure unicode result if the input is a unicode string
changes relevant to http://codereview.appspot.com/7311 -- mostly documentation improvements and a small error handling fix
update docs
tag simplejson 2.0.7
wild/6ce8894e7b…
wild/6ce8894e7bbbd449074a535e640085bee3b970b9
fixed http://code.google.com/p/simplejson/issues/detail?id=35 -- no longer checks exactly for True and False
tag simplejson 2.0.8
wild/23d4fd5146…
wild/23d4fd5146a36f83000ca819426542b0eec25fd8
verison number bump, change tests around to make it easier to backport to python stdlib
whitespace
replace a few string formats with string addition to make py26+ porting easier
replace a few string formats with string addition to make py26+ porting easier
re http://code.google.com/p/simplejson/issues/detail?id=41 http://bugs.python.org/issue4136 add cyclic GC support for Encoder and Scanner
build docs
tag simplejson-2.0.9
wild/1ce0fcbd66…
wild/1ce0fcbd6620f1bc4c616023eb454ed09eec6eb1
fix long lines, make py2.6+ porting a bit easier
Use PosInf from decoder http://codereview.appspot.com/20095/diff/1/12#newcode31
comment about weird struct usage per http://codereview.appspot.com/20095/diff/1/13#newcode21
version bump
tests and fix for containerless unicode float decoding http://code.google.com/p/simplejson/issues/detail?id=43
http://bugs.python.org/issue5381 ordered_pairs_hook backport to simplejson
fix version in docs
minor tweak to test to make it easier to port to python 2.7
http://code.google.com/p/simplejson/issues/detail?id=45 Refactor decoder errors to raise JSONDecodeError instead of ValueError
http://code.google.com/p/simplejson/issues/detail?id=46 Parsing an array with trailing comma with speedups causes an unhelpful error message
Add a CHANGES.txt file
fixed http://code.google.com/p/simplejson/issues/detail?id=48
first pass at http://code.google.com/p/simplejson/issues/detail?id=55 -- requires manual run of python -msimplejson.tests, does not integrate with nosetests or setup.py test yet
apply suggested fix for Python 2.4 compatibility http://code.google.com/p/simplejson/issues/detail?id=53
require setuptools 0.6c9, remove old cygwin hack
Loading