index
:
delta/pyyaml-git.git
420-fix
build/appveyor
drop-2.7-support
emitting-unacceptable-unicode-character-bug
fix-represent-enum
ingydotnet/custom-constructor-fix
ingydotnet/travis
load-default-safe
loader-dumper-objects-api
maintainers/load-deprecation
master
no-resource-warnings
old/master
old/trunk@60
old/trunk@61
old/trunk@62
old/working-on-emitter
old/yaml-1.2
override-anchor
override-anchor-6.0
packaging
perlpunk/add_constructor
perlpunk/add_constructor2
perlpunk/appveyor-libyaml
perlpunk/changes/5.3
perlpunk/codecov
perlpunk/default-loader
perlpunk/default-multi
perlpunk/example-full-load
perlpunk/fix-unicode
perlpunk/libyaml-travis
perlpunk/remove65
perlpunk/schema
perlpunk/test-timezone
perlpunk/ucs4
perlpunk/unsafe-apply
perlpunk/yamlobject
pr65-rebase
pyyaml-documentation
release/3.13
release/4.2
release/4.3
release/5.1-dev
release/5.1-final
release/5.1.1-final
release/5.1.2-final
release/5.1.3
release/5.2
release/5.3
release/5.3.1
release/5.4
release/5.4-407
release/5.4.1
release/5.4b1
release/6.0
release/6.1
remove-py35-from-tox
revert-236-patch-2
revert-74
safety-api
github.com: yaml/pyyaml.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
data
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix float resolver for '.' and '._'
Tina Müller
2021-09-23
1
-2
/
+0
*
Add a test for the YAML 1.1 types
Tina Müller
2021-09-23
2
-0
/
+273
*
Fix issue with representing Enum types
Thom Smith
2021-09-23
2
-1
/
+2
*
Move test files back into tests/data/
Ingy döt Net
2020-03-18
3
-0
/
+2
*
Prevents arbitrary code execution during python/object/new constructor (#386)
Riccardo Schirone
2020-03-17
2
-0
/
+10
*
Add tests for timezone (#363)
Tina Müller (tinita)
2019-12-20
2
-12
/
+18
*
Enable certain unicode tests when maxunicode not > 0xffff
Tina Müller
2019-12-20
5
-2
/
+0
*
Allow add_multi_constructor with None (#358)
Tina Müller (tinita)
2019-12-07
2
-0
/
+7
*
Fix handling of __slots__ (#161)
Filip Salomonsson
2019-12-07
2
-0
/
+4
*
Skip certain unicode tests when maxunicode not > 0xffff
Tina Müller
2019-03-12
5
-0
/
+0
*
Allow to turn off sorting keys in Dumper
Tina Müller
2019-03-08
2
-0
/
+12
*
Added emoticon test data files (which will probably break testing)
Peter Murphy
2017-05-09
2
-0
/
+11
*
Allow colon in a plain scalar in a flow context (#45)
Daniel Beer
2017-02-08
1
-1
/
+0
*
removed a test which fails when wheel is imported.
Kirill Simonov
2016-06-16
1
-1
/
+0
*
Fixed a problem with a scanner error not detected when no line break at the e...
Kirill Simonov
2009-08-29
1
-0
/
+2
*
Fixed emitting of invalid BOM for UTF-16.
Kirill Simonov
2009-08-29
8
-0
/
+6
*
Fixed a problem when CDumper incorrectly serializes a node anchor.
Kirill Simonov
2009-08-29
1
-0
/
+1
*
Fixed str/bytes issues with Python 3 in _yaml.pyx.
Kirill Simonov
2008-12-30
3
-0
/
+6
*
Handle the encoding of input and output streams in a uniform way.
Kirill Simonov
2008-12-30
5
-34
/
+514
*
Share data files between Py2 and Py3 test suites.
Kirill Simonov
2008-12-29
39
-7
/
+40
*
Fixed an issue with ReaderError generated by the LibYAML wrapper.
Kirill Simonov
2008-12-28
1
-17
/
+17
*
Refactored the test suite; updated include and library paths in setup.cfg.
Kirill Simonov
2008-12-28
11
-26
/
+26
*
Fixed test errors for LibYAML bindings; added a test on emitting nodes in all...
Kirill Simonov
2008-12-27
6
-0
/
+0
*
Added a test for single dot being a float bug.
Kirill Simonov
2008-09-30
2
-0
/
+2
*
Make compose() and load() ensure that the input stream contains a single docu...
Kirill Simonov
2007-08-21
3
-0
/
+9
*
Add the tests for checking the libyaml bug.
Kirill Simonov
2007-03-22
2
-0
/
+9
*
Fix loss of microsecond precision in datetime.datetime constructor (fix #30).
Kirill Simonov
2006-10-04
2
-0
/
+2
*
Fix loading an empty YAML stream.
Kirill Simonov
2006-09-12
2
-0
/
+1
*
Fix a test to work under Python 2.3.
Kirill Simonov
2006-08-20
1
-0
/
+4
*
The 'N' plain scalar was still recognized as ``!!bool``. Fix it (close #26).
Kirill Simonov
2006-08-16
2
-0
/
+6
*
Fix timestamp constructing and representing (close #25).
Kirill Simonov
2006-08-16
3
-1
/
+13
*
Completely rewrite the libyaml bindings.
Kirill Simonov
2006-08-13
1
-0
/
+0
*
Subclass all base classes from `object`.
Kirill Simonov
2006-08-03
15
-0
/
+17
*
Fix a bug when a block scalar is incorrectly emitted in the simple key context.
Kirill Simonov
2006-07-30
2
-0
/
+10
*
To make porting easier, rewrite Parser not using generators.
Kirill Simonov
2006-07-03
1
-0
/
+3
*
Fix invalid output of single-quoted scalars in cases when a single
Kirill Simonov
2006-06-30
2
-0
/
+3
*
Fix several problems caused by ill-formed documents.
Kirill Simonov
2006-06-16
2
-0
/
+5
*
Add ind and qnan values to a float test.
Kirill Simonov
2006-05-24
1
-1
/
+1
*
Add a test case belonging to the previous commit.
Kirill Simonov
2006-05-22
2
-0
/
+2
*
Add a test case for #15.
Kirill Simonov
2006-05-21
2
-0
/
+2
*
Fix a bug in a test.
Kirill Simonov
2006-05-06
1
-1
/
+1
*
Fix #11 (Thanks to edemaine(at)mit.edu).
Kirill Simonov
2006-05-06
2
-0
/
+2
*
Prepare setup.py for release. Fix #7.
Kirill Simonov
2006-04-23
2
-0
/
+12
*
Raise an error for colons in the flow context.
Kirill Simonov
2006-04-23
1
-0
/
+1
*
Add support for pickling/unpickling python objects.
Kirill Simonov
2006-04-22
2
-0
/
+44
*
Fix !!python/name for Python 2.3. Clear the yaml module namespace.
Kirill Simonov
2006-04-21
2
-2
/
+2
*
Add more unit tests.
Kirill Simonov
2006-04-18
28
-0
/
+51
*
Add more unit tests for error messages.
Kirill Simonov
2006-04-18
23
-0
/
+99
*
Rename error-message to loader-error and add new examples.
Kirill Simonov
2006-04-18
79
-0
/
+10
*
Fix #4 (Thanks to murphy(at)rubychan.de)
Kirill Simonov
2006-04-17
2
-0
/
+6
[next]