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.
ce30278b5a698bf2684ceaa9b21e7f8d98738123
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
18
Mar
24
28
2
Oct
16
22
23
Feb
7
Mar
16
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
optional C speedups
small decoder optimization
correctly calculate max size for wide build
commit 1.7
tag 1.7
wild/561a6ace15…
wild/561a6ace151062f0ff9796196ea3e9e2515088fd
tweak build_ext to not fail
fix dump()
tag 1.7.1
wild/93a963193d…
wild/93a963193d3666ac30483568a4db9ea537cb2813
bump version, use ez_setup that doesn't always download new setuptools
tag 1.7.2
wild/a72f930fb5…
wild/a72f930fb55533bd5976f3440a40328c125d4063
1.7.3
use_setuptools TypeError catch
fix windows build
better handling for the lack of a compiler
tag 1.7.4
wild/0100fe34b0…
wild/0100fe34b0b24d5ce1aebda84131bb7284d7365b
strict regex correctness, patch from guido
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
Loading