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
Commit message (
Expand
)
Author
Age
Files
Lines
*
The yaml.load{,_all} functions require Loader= now
Ingy döt Net
2021-09-23
1
-1
/
+0
*
Add a basic test file for yaml.load and yaml.dump
Ingy döt Net
2021-09-23
3
-1
/
+26
*
Fix float resolver for '.' and '._'
Tina Müller
2021-09-23
1
-2
/
+0
*
Use with statements to eliminate ResourceWarnings
Thom Smith
2021-09-23
16
-91
/
+145
*
Add a test for the YAML 1.1 types
Tina Müller
2021-09-23
4
-0
/
+427
*
Fix issue with representing Enum types
Thom Smith
2021-09-23
3
-1
/
+5
*
Move code from lib3 to lib
Thom Smith
2021-09-22
21
-0
/
+0
*
Remove 2.7 support
Thom Smith
2021-09-22
21
-2150
/
+0
*
constructor.timezone: __copy_ & __deepcopy__
Ovv
2021-01-13
1
-0
/
+12
*
Fix for CVE-2020-14343
Ingy döt Net
2021-01-13
2
-2
/
+2
*
Build modernization (GHA, wheels, setuptools) (#407)
Brad Solomon
2021-01-13
2
-8
/
+18
*
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
4
-2
/
+44
*
Add tests for timezone (#363)
Tina Müller (tinita)
2019-12-20
4
-12
/
+40
*
increase size of index, line, and column fields (#310)
Dwight Guth
2019-12-20
2
-2
/
+34
*
Fix for Python 3.10 (#329)
Hugo van Kemenade
2019-12-20
4
-4
/
+4
*
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
6
-0
/
+135
*
Fix handling of __slots__ (#161)
Filip Salomonsson
2019-12-07
4
-2
/
+28
*
Skip certain unicode tests when maxunicode not > 0xffff
Tina Müller
2019-03-12
6
-0
/
+4
*
Allow to turn off sorting keys in Dumper
Tina Müller
2019-03-08
6
-0
/
+71
*
Apply FullLoader/UnsafeLoader changes to lib3
Tina Müller
2019-03-08
3
-10
/
+10
*
Deprecate/warn usage of yaml.load(input)
Ingy döt Net
2019-03-08
3
-9
/
+9
*
Reverting https://github.com/yaml/pyyaml/pull/74
Ingy döt Net
2018-06-30
4
-10
/
+14
*
Now, for py3k!
Alex Gaynor
2017-08-26
2
-7
/
+5
*
Make pyyaml safe by default.
Alex Gaynor
2017-08-26
2
-7
/
+5
*
Suspicious 'expected an exception' messages trimmed
Peter Murphy
2017-05-10
2
-37
/
+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
*
Fixed handling --verbose flag in the test appliance.
Kirill Simonov
2016-08-25
2
-0
/
+2
*
removed a test which fails when wheel is imported.
Kirill Simonov
2016-06-16
1
-1
/
+0
*
Raise an error when test suite failed.
Kirill Simonov
2016-06-15
4
-4
/
+6
*
Clear cyclic references in the parser and the emitter to avoid extra GC calls.
Kirill Simonov
2011-05-30
2
-0
/
+6
*
Fixed tests on the Windows platform.
Kirill Simonov
2009-08-31
2
-0
/
+2
*
Fixed another encoding issue.
Kirill Simonov
2009-08-31
2
-2
/
+57
*
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
10
-52
/
+60
*
Fixed a problem when CDumper incorrectly serializes a node anchor.
Kirill Simonov
2009-08-29
3
-2
/
+7
*
Final touches before the release.
Kirill Simonov
2008-12-30
1
-0
/
+3
*
Minor compatibility fixes.
Kirill Simonov
2008-12-30
1
-1
/
+7
*
Fixed str/bytes issues with Python 3 in _yaml.pyx.
Kirill Simonov
2008-12-30
7
-5
/
+131
*
Handle the encoding of input and output streams in a uniform way.
Kirill Simonov
2008-12-30
8
-36
/
+633
*
Use Cython if available; added Python 3 support to _yaml.pyx.
Kirill Simonov
2008-12-29
2
-7
/
+5
*
Share data files between Py2 and Py3 test suites.
Kirill Simonov
2008-12-29
75
-8
/
+1853
*
Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' mess...
3.07
Kirill Simonov
2008-12-28
4
-10
/
+20
*
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
30
-1641
/
+1666
*
Fixed test errors for LibYAML bindings; added a test on emitting nodes in all...
Kirill Simonov
2008-12-27
9
-1
/
+42
*
Minor fixes in the test subsystem to prevent failures in LibYAML bindings tests.
Kirill Simonov
2008-12-27
2
-5
/
+7
*
Added the script tests/test_all.py.
Kirill Simonov
2008-10-01
1
-0
/
+15
[next]