Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-pytoml
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-pytoml
Graph
270397b47900fca371608d374da191f326c0e794
Select Git revision
Branches
2
master
default
upstream/master
Tags
13
v0.1.20
v0.1.19
v0.1.18
v0.1.17
v0.1.16
v0.1.15
v0.1.14
v0.1.13
v0.1.12
v0.1.11
v0.1.7
v0.1.2
v0.1.1
15 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
21
Jul
2
Jan
30
Dec
7
8
Nov
28
Oct
23
21
9
Sep
30
Jun
8
5
4
21
May
20
15
16
Apr
4
4
Mar
1
Jul
21
Jun
1
20
May
7
13
Apr
19
Nov
21
Aug
20
19
May
8
6
1
Dec
19
Oct
8
5
19
Jul
13
12
3
1
29
Jun
28
May
23
Apr
18
Mar
16
15
14
Bump version to 0.1.21
upstream/master
upstream/master
Update tests
Fix incorrectly stripped new-lines at the beginning of strings (issue #58)
Merge pull request #55 from jdufresne/wheel
Merge pull request #57 from jdufresne/unmaintained
Merge pull request #56 from jdufresne/unused
Document that the project is not being maintained
Remove unused imports in pytoml/parser.py
Distribute package as a universal wheel
Merge pull request #52 from healx/handle-pathlib-path-objects-as-strings
Merge branch 'master' into handle-pathlib-path-objects-as-strings
Switch version check for ImportError try/except
Escape strings from pathlib objects
Bump version number to 0.1.20
v0.1.20
v0.1.20
Support inline tables in dump(s), fixes #50
Fix escaping of non-ascii alphabetic key names, fixes #49
Fix multiline string parsing; fixes #48
Fix handling of parser errors in the test suite
Avoid annoying SystemExit breaks in vscode
Reject invalid escapes in strings
Reject non-scalar unicode values in strings
Add a decoder implementing the `toml-test` protocol
Rewrite test suite processor
Move datetime handling to `utils` module
Fix datetime serialization
Add compatibility for python versions without pathlib
Write pathlib objects as strings
Add Python 3.7 to TravisCI test matrix
Drop support for Python 3.4
Bump version.
v0.1.19
v0.1.19
Merge pull request #47 from avakar/tabs-in-mllits
Support tabs in literal strings
Drop python 2.6, support 3.7
Add .vscode and .pytest_cache to .gitignore
Bump version number.
v0.1.18
v0.1.18
Include README in the distribution.
Add long description to the package. Closes #40.
v0.1.17
v0.1.17
Bump version to 0.1.16.
v0.1.16
v0.1.16
Merge pull request #39 from altendky/6-object_pairs_hook
Test object_pairs_hook=collections.defaultdict for py2.6
Loading