Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
uiri
/
toml
/
HEAD
65bab75
Treat "Z" offset in datetime as case-insensitive (#435)
by Martin Tournoij
· 1 year, 9 months ago
master
6d51c0a
Allow using heterogeneous arrays (#434)
by Martin Tournoij
· 1 year, 9 months ago
f6e1e4c
Fix toml-test scripts (#433)
by Martin Tournoij
· 1 year, 9 months ago
ce4f7a4
iterate over all files in toml-test/tests/{valid,invalid}, including sub dirs (#427)
by HLiang
· 1 year, 9 months ago
2a8e94e
Add github CI (#432)
by Bohdan
· 1 year, 9 months ago
06f54ed
Fix #430: list index out of range (#431)
by Bohdan
· 1 year, 9 months ago
7ffcfa3
Support subtypes of basic types when encoding (#428)
by Abraham Murciano
· 1 year, 10 months ago
5706d31
Support pickle for TomlTz. Fix #407 (#410)
by Kosuke Mizuno
· 2 years, 6 months ago
59d83d0
fix typos in CONTRIBUTING (#379)
by nabbisen
· 3 years, 3 months ago
3f637db
Bump version to 0.10.2 (#333)
by Will Pearson
· 4 years, 9 months ago
0.10.2
9a85ffe
Update PYI files (#332)
by Will Pearson
· 4 years, 9 months ago
2846c42
Update README.rst (#329)
by Samuel Huang
· 4 years, 9 months ago
230f0c9
Fix #287: Broken quoted section name starts with dot (#330)
by Will Pearson
· 4 years, 9 months ago
3a034ec
feat: Add official support for Python 3.9. (#325)
by Michael Seifert
· 4 years, 9 months ago
38a9685
show meaningful error message for wrong case booleans (#315)
by Peter H
· 4 years, 9 months ago
16a6441
Add __deepcopy__ method to TomlTz class. Fix #308 (#309)
by Juan-Pablo Scaletti
· 4 years, 9 months ago
9be6458
ids were based on the string, rather than the actual object which causes incorrect detection of circular references (#303)
by dirkphilip
· 5 years ago
a952ed8
Skip numpy tests when numpy is not available (#298)
by Michał Górny
· 5 years ago
4c246bb
added toml.dump example to Quick Tutorial (#301)
by Matthew Thomas
· 5 years ago
a86fc1f
Update copyright notices
by Uiri
· 5 years ago
0.10.1
a853965
Merge #278: allow loading from bytes paths.
by Uiri
· 5 years ago
75afe24
Ignored flake8 E741 on line 147 of toml/decoder.py
by Matthew Raspberry
· 5 years ago
ef24830
Removed test for unexpected EOF while parsing string
by Matthew Raspberry
· 5 years ago
09116c2
Fixed flake8 issues
by Matthew Raspberry
· 5 years ago
5430910
Raise an exception if EOF is reached and a string is unterminated
by Matthew Raspberry
· 5 years ago
b809210
Allow loading from bytes paths.
by Benjamin Peterson
· 6 years ago
f4f0b84
Fix the issue where the parser fails on time attr with no space after = (#266)
by salmangano
· 6 years ago
7d88a0d
Add support for Python 3.8 (#268)
by Hugo van Kemenade
· 6 years ago
30267db
Fix #239: Handle arrays of multiline strings (#264)
by Will Pearson
· 6 years ago
9c9d4be
Close #233: Add TomlPathlibEncoder (#263)
by Will Pearson
· 6 years ago
17625de
Fix #258: Fix bad syntax handling (#262)
by Will Pearson
· 6 years ago
d076f45
Improve professionalism of error message. (#260)
by Will Pearson
· 6 years ago
deb0365
Merge work on preserve comments
by Uiri
· 6 years ago
3a169c6
Work on #77 preserve comments through dumps/loads
by Uiri
· 6 years ago
preserve-comments
c00f0cd
refactor
by PrajwalM2212
· 6 years ago
7963467
Add comment support
by PrajwalM2212
· 6 years ago
dd1c028
Extend TomlNumpyEncoder to numpy integer types. (#250)
by Filippo Broggini
· 6 years ago
f0e9da7
Small documentation and argument update (#248)
by Miles Lucas
· 6 years ago
9977c15
Fix dump test: use OrderedDict
by Uiri
· 6 years ago
ordered
554bb44
Remove precision from dump float (#245)
by Dave Poulter
· 6 years ago
76e5b82
When calling load() with an array of filenames, use the requested (#235)
by Andrew Plotkin
· 6 years ago
cc014cb
MANIFEST.in: Add test.toml (#231)
by John Vandenberg
· 6 years ago
021118d
Fix broken api_test.py
by Uiri
· 6 years ago
18a6642
Fix #234: _dict not passed to TomlDecoder in load
by Uiri
· 6 years ago
ea8d5a3
Add py37 to envlist in tox.ini
by Tsuyoshi Hombashi
· 6 years ago
df3c893
Revert a test case
by Tsuyoshi Hombashi
· 7 years ago
1f14df1
Fix loading values when a line has " }" after a boolean
by Tsuyoshi Hombashi
· 7 years ago
f83c9cd
Add support for decimal.Decimal encoding
by Tsuyoshi Hombashi
· 7 years ago
6e99268
Pass python_requires argument to setuptools
by Jon Dufresne
· 7 years ago
bcb05ef
Fix ResourceWarning: unclosed file in test_api.py
by Mickaël Schoentgen
· 7 years ago
b5453be
Add unit test for TomlNumpyEncoder
by Uiri
· 7 years ago
0676d1d
Add TomlNumpyEncoder
by Uiri
· 7 years ago
c5298cf
Fix decoding_test.sh
by Uiri
· 7 years ago
7bafb6e
Fix #205: Bug in array of nested inline tables
by Uiri
· 7 years ago
3a694e9
Fix #209: Perform proper escaping on quoted keys
by Uiri
· 7 years ago
4cc9378
Ignore flake line break warning
by Uiri
· 7 years ago
7dd67a6
Fix #217: dumps unable to detect circular refs
by Uiri
· 7 years ago
660dd2d
Change to avoid "DeprecationWarning: invalid escape sequence"
by Tsuyoshi Hombashi
· 7 years ago
9633573
Fix #206: Unescape quoted keys
by Uiri
· 7 years ago
0a2cd0e
Do not raise an error for escaped quote in quoted key
by Uiri
· 7 years ago
4935f61
Close #203: clearer language about current spec
by Uiri
· 7 years ago
0.10.0
e0a8062
Include tests in source distribution; clean up MANIFEST.in
by Jon Dufresne
· 7 years ago
f849546
Call to super should use explicit class
by Matt Martz
· 7 years ago
ddd39c2
Fix #198: Proper literal string handling
by Uiri
· 7 years ago
349ab70
Fix #196: bug for datetime without tz info
by Uiri
· 7 years ago
1ef2ead
Add some final trove classifiers to help document the project
by Jon Dufresne
· 7 years ago
a444a36
Bump spec version to 0.5.0
by Uiri
· 7 years ago
85e5240
Remove pseudonym and update copyright
by Uiri
· 7 years ago
2c22527
Fix IndexError (related to #170 )
by Uiri
· 7 years ago
ab5cf76
Fix #158: Parse quoted key table with brackets
by Uiri
· 7 years ago
11dc421
Fix #145: Adjust split on = for quoted keys
by Uiri
· 7 years ago
6978065
Refactor quotesplit logic. Fix dotted keys bugs
by Uiri
· 7 years ago
ac29c55
Close #163: dotted keys support
by Uiri
· 7 years ago
5fe2667
Fix #161: Raise error instead of looping forever
by Uiri
· 7 years ago
f2fe1ce
Allow only scalar Unicode values per TOML spec
by Uiri
· 7 years ago
0a6f804
Fix microsecond and timezone decoding bugs
by Uiri
· 7 years ago
b11cd53
Merge branch 'pr-191-license' into master
by Uiri
· 7 years ago
8862549
Add trove classifiers for additional Python support
by Jon Dufresne
· 7 years ago
6037d11
Add trove classifier for license
by Jon Dufresne
· 7 years ago
72c4f47
Fix messed up revert
by Uiri
· 7 years ago
849015f
Revert "Skip tox for Python 3.3"
by Uiri
· 7 years ago
7a21154
Correct capitalization of PyPI (not PyPi)
by Jon Dufresne
· 7 years ago
f8d3819
Tidy RELEASE.rst
by Jon Dufresne
· 7 years ago
6f12328
Enable pip cache in Travis CI
by Jon Dufresne
· 7 years ago
db77d99
Update all pypi.python.org URLs to pypi.org
by Jon Dufresne
· 7 years ago
fc22727
Include license file in the generated wheel package
by Jon Dufresne
· 7 years ago
0c1bbf6
Fix Python 3.7 travis configuration
by Jon Dufresne
· 7 years ago
e78f13a
Drop Python 3.3 for Travis. Add Python 3.7
by Uiri
· 7 years ago
4d09672
Add inf and nan support
by Uiri
· 7 years ago
77756e8
Fix #176: -0 and +0 causing IndexError
by Uiri
· 7 years ago
c0d1fcc
Add local-date support
by Uiri
· 7 years ago
9aa18a5
Finish up local date support
by Uiri
· 7 years ago
39ead7e
Merge #142
by Uiri
· 7 years ago
e02a1c1
Last commit made a mess because someone was too lazy to run the tests
by César Rojas
· 7 years ago
f9d9332
Fixed spacing issues and prevented hex numbers containing "e" to be mistaken for a float
by César Rojas
· 7 years ago
87b5e22
added support for hexadecimal, octal and binary numbers solving issue #169
by César Rojas
· 7 years ago
886e55c
Merge #105
by Uiri
· 7 years ago
ec4b5bd
Update references from toml-test fork to main repo
by Uiri
· 7 years ago
ad89179
Fix #160: Wrap barewords in strings
by Uiri
· 7 years ago
980315e
Fix increase test coverage
by Uiri
· 7 years ago
Next »