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.
a5fedbf0efbde08316e94514e3aaa8c7f9fd6f37
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
16
Mar
23
25
5
Apr
16
3
May
4
9
3
Jul
7
20
Aug
13
Sep
23
24
25
26
27
28
29
3
Oct
4
7
10
11
17
24
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
use str(float) instead of repr(float)
update version to 1.7.5
tag 1.7.5
wild/c22024aa92…
wild/c22024aa9282bfb937f7287e8a1b402aaf91f2f4
switch back to repr for accuracy
fix regex for http://deron.meranda.us/python/comparing_json_modules/strings
bump version to 1.8, remove </script> attack prevention (escaping of /), revert to accurate numbers and an appropriate test
parse_float, parse_int, parse_constant hooks
more tests, python -msimplejson pretty printer
nicer command-line UI
nicer cli, rebuild docs
failing big unicode test
surrogate pair decoding
test boundaries
make tests pass on UCS2 platforms
update docs
tag 1.8
wild/cdeb684544…
wild/cdeb684544d23137af28e9e7ffb0597e686ec4fe
decoder speed enhancements
update docs
tag 1.8.1
wild/4f39115f89…
wild/4f39115f8989a3a37b043fddae10d96c7dc861e3
bump version, resolve http://code.google.com/p/simplejson/issues/detail?id=3
win32 fix from http://code.google.com/p/simplejson/issues/detail?id=8
doctest fix
convert test suite to unittest, remove jsonfilter, bump version to 0.9
http://code.google.com/p/simplejson/issues/detail?id=10
PEP 7, PEP 8 cleanups
re-generate documentation
tag simplejson 1.9
wild/ad2fc545df…
wild/ad2fc545df75f83482c7b62b38965c36ea1a0d95
tabs to spaces
bump version, fix two ref leaks
backport fixes from py2.6 issue2750 branch
tag 1.9.1
wild/32d94331bd…
wild/32d94331bdf838fd70003b6ecf42b8a927c6c6e2
use -msimplejson.tool instead of -msimplejson to match python 2.6 json library
fix setup.py to build without a compiler
tag 1.9.2
wild/035144a56d…
wild/035144a56db86d7a7a7e0734cb45cea75ae8088f
http://code.google.com/p/simplejson/issues/detail?id=16
bump version, merge some changes from Python trunk _json
ugly hacks to decoder to avoid dispatch for roughly 2x speedup
tag simplejson 1.9.3
wild/e12dff0a98…
wild/e12dff0a987594ce67a7b5cf6ac8cff3cbfd8baf
bump version
even more decoder optimizations
Loading