Sign in
flutter
/
third_party
/
pyyaml
/
96d65f3de147cac6d500f8047b5542ff98a53884
/
tests
e1ffe1a
increase size of index, line, and column fields (#310)
by Dwight Guth
· 5 years ago
f1ab37d
Fix for Python 3.10 (#329)
by Hugo van Kemenade
· 5 years ago
a826f54
Enable certain unicode tests when maxunicode not > 0xffff
by Tina Müller
· 5 years ago
03b378d
Allow add_multi_constructor with None (#358)
by Tina Müller (tinita)
· 5 years ago
5a0cfab
Fix handling of __slots__ (#161)
by Filip Salomonsson
· 5 years ago
d6cbff6
Skip certain unicode tests when maxunicode not > 0xffff
by Tina Müller
· 6 years ago
07c88c6
Allow to turn off sorting keys in Dumper
by Tina Müller
· 6 years ago
857dff1
Apply FullLoader/UnsafeLoader changes to lib3
by Tina Müller
· 6 years ago
0cedb2a
Deprecate/warn usage of yaml.load(input)
by Ingy döt Net
· 6 years ago
ccc40f3
Reverting https://github.com/yaml/pyyaml/pull/74
by Ingy döt Net
· 7 years ago
bbcf95f
Now, for py3k!
by Alex Gaynor
· 8 years ago
7b68405
Make pyyaml safe by default.
by Alex Gaynor
· 8 years ago
c67d8df
Suspicious 'expected an exception' messages trimmed
by Peter Murphy
· 8 years ago
c60232d
Added emoticon test data files (which will probably break testing)
by Peter Murphy
· 8 years ago
c5b135f
Allow colon in a plain scalar in a flow context (#45)
by Daniel Beer
· 8 years ago
eb9932a
Fixed handling --verbose flag in the test appliance.
by Kirill Simonov
· 9 years ago
7eeba34
removed a test which fails when wheel is imported.
by Kirill Simonov
· 9 years ago
491508b
Raise an error when test suite failed.
by Kirill Simonov
· 9 years ago
7e1b5fa
Clear cyclic references in the parser and the emitter to avoid extra GC calls.
by Kirill Simonov
· 14 years ago
1626bb3
Fixed tests on the Windows platform.
by Kirill Simonov
· 16 years ago
3889e35
Fixed another encoding issue.
by Kirill Simonov
· 16 years ago
335c344
Fixed a problem with a scanner error not detected when no line break at the end of the stream.
by Kirill Simonov
· 16 years ago
fa14e18
Fixed emitting of invalid BOM for UTF-16.
by Kirill Simonov
· 16 years ago
706e36a
Fixed a problem when CDumper incorrectly serializes a node anchor.
by Kirill Simonov
· 16 years ago
6a62e8e
Final touches before the release.
by Kirill Simonov
· 16 years ago
e2bf4f3
Minor compatibility fixes.
by Kirill Simonov
· 16 years ago
bf272b0
Fixed str/bytes issues with Python 3 in _yaml.pyx.
by Kirill Simonov
· 16 years ago
5f5e9a9
Handle the encoding of input and output streams in a uniform way.
by Kirill Simonov
· 16 years ago
7d5f945
Use Cython if available; added Python 3 support to _yaml.pyx.
by Kirill Simonov
· 16 years ago
ab8d940
Share data files between Py2 and Py3 test suites.
by Kirill Simonov
· 16 years ago
8e88d11
Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' message in setup.py.
by Kirill Simonov
· 16 years ago
3.07
1e84230
Fixed an issue with ReaderError generated by the LibYAML wrapper.
by Kirill Simonov
· 16 years ago
aff84ff
Refactored the test suite; updated include and library paths in setup.cfg.
by Kirill Simonov
· 16 years ago
93f64d3
Fixed test errors for LibYAML bindings; added a test on emitting nodes in all possible styles.
by Kirill Simonov
· 16 years ago
7baeadf
Minor fixes in the test subsystem to prevent failures in LibYAML bindings tests.
by Kirill Simonov
· 16 years ago
4692b60
Added the script tests/test_all.py.
by Kirill Simonov
· 16 years ago
3ded207
Added a test for single dot being a float bug.
by Kirill Simonov
· 16 years ago
073f08e
A single dot is not a float value (fixes #62).
by Kirill Simonov
· 17 years ago
046f114
Make compose() and load() ensure that the input stream contains a single document. Fixes #54.
by Kirill Simonov
· 18 years ago
e5059a1
Add the tests for checking the libyaml bug.
by Kirill Simonov
· 18 years ago
ed79023
Fix loss of microsecond precision in datetime.datetime constructor (fix #30).
by Kirill Simonov
· 18 years ago
cc9c738
Fix loading an empty YAML stream.
by Kirill Simonov
· 19 years ago
b4643e7
Fix a test to work under Python 2.3.
by Kirill Simonov
· 19 years ago
8f9b8be
The 'N' plain scalar was still recognized as ``!!bool``. Fix it (close #26).
by Kirill Simonov
· 19 years ago
29413ea
Fix timestamp constructing and representing (close #25).
by Kirill Simonov
· 19 years ago
17fa129
Completely rewrite the libyaml bindings.
by Kirill Simonov
· 19 years ago
8b083c6
Subclass all base classes from `object`.
by Kirill Simonov
· 19 years ago
2e6c774
Fix a bug when a block scalar is incorrectly emitted in the simple key context.
by Kirill Simonov
· 19 years ago
e4c1238
Update libyaml bindings.
by Kirill Simonov
· 19 years ago
6743cf6
Update PyRex based bindings to libyaml to include Parser functions.
by Kirill Simonov
· 19 years ago
63fa1bd
To make porting easier, rewrite Parser not using generators.
by Kirill Simonov
· 19 years ago
27de2ba
Fix invalid output of single-quoted scalars in cases when a single
by Kirill Simonov
· 19 years ago
4b48dcf
Add pyrex-based bindings for the libyaml scanner.
by Kirill Simonov
· 19 years ago
bcfc0b6
Fix several problems caused by ill-formed documents.
by Kirill Simonov
· 19 years ago
d01a85f
Add ind and qnan values to a float test.
by Kirill Simonov
· 19 years ago
a109c6b
Add a test case belonging to the previous commit.
by Kirill Simonov
· 19 years ago
500659d
Revamp the inf/nan handling again.
by Kirill Simonov
· 19 years ago
ee2fb1c
Add a test case for #15.
by Kirill Simonov
· 19 years ago
eefe5f7
Final touches before the release.
by Kirill Simonov
· 19 years ago
dd2da8a
Fix a bug in a test.
by Kirill Simonov
· 19 years ago
74f8caa
Fix #11 (Thanks to edemaine(at)mit.edu).
by Kirill Simonov
· 19 years ago
410d822
Prepare setup.py for release. Fix #7.
by Kirill Simonov
· 19 years ago
fc01755
Raise an error for colons in the flow context.
by Kirill Simonov
· 19 years ago
c87ce16
Add support for pickling/unpickling python objects.
by Kirill Simonov
· 19 years ago
cce1516
Fix !!python/name for Python 2.3. Clear the yaml module namespace.
by Kirill Simonov
· 19 years ago
89cc4e3
Add more unit tests.
by Kirill Simonov
· 19 years ago
c9aec90
Add support for recursive nodes to Composer. Constructor does not support recursive objects though.
by Kirill Simonov
· 19 years ago
95b3cef
Add more unit tests for error messages.
by Kirill Simonov
· 19 years ago
24f8ae0
Rename error-message to loader-error and add new examples.
by Kirill Simonov
· 19 years ago
ea23091
Fix #4 (Thanks to murphy(at)rubychan.de)
by Kirill Simonov
· 19 years ago
b12e7fe
Refactor resolver.
by Kirill Simonov
· 19 years ago
6a97abb
Major refactoring.
by Kirill Simonov
· 19 years ago
cc316a4
Implement yaml.dump().
by Kirill Simonov
· 19 years ago
2d457ba
Emitter is done!!!
by Kirill Simonov
· 19 years ago
268bb76
Add style information to events generated by Parser.
by Kirill Simonov
· 19 years ago
3aa5584
Fix a test.
by Kirill Simonov
· 19 years ago
8973bb4
* Add the token STREAM-START.
by Kirill Simonov
· 19 years ago
6548cd6
Loose indentation rules for the following cases:
by Kirill Simonov
· 19 years ago
14ed697
Back to work :). Rename markers to marks.
by Kirill Simonov
· 19 years ago
4c570fa
Move pyyaml3000 to a separate directory.
by Kirill Simonov
· 19 years ago