index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
psych
/
test_psych.rb
Age
Commit message (
Expand
)
Author
2023-01-23
[ruby/psych] Fix RestrictedYAMLTree allowing the Symbol class should allow al...
Jean Boussier
2021-06-08
[ruby/psych] Fix the test that does not work with libyaml-0.1.7
Yusuke Endoh
2021-06-07
Do not use YAML module in tests of Psych
Hiroshi SHIBATA
2021-06-07
Use assert_raise instead of assert_raises
Hiroshi SHIBATA
2021-06-07
[ruby/psych] Implement YAML.safe_dump to make safe_load more usable.
Jean Boussier
2021-05-17
[ruby/psych] remove deprecated interface
Aaron Patterson
2021-05-17
[ruby/psych] Introduce `Psych.unsafe_load`
Aaron Patterson
2021-05-17
[ruby/psych] Fix symabolize_name with non-string keys
Jean Boussier
2021-05-10
[ruby/psych] Use assert_raise instead of assert_raises
Hiroshi SHIBATA
2021-05-10
[ruby/psych] Use pend instead of skip
Hiroshi SHIBATA
2020-12-14
Merge Psych-3.2.1 from ruby/psych
Hiroshi SHIBATA
2020-09-25
[ruby/psych] Forward keyword arguments in load_file and load_stream
Jean Boussier
2020-06-05
[ruby/psych] Fixing compatibility with libyaml 0.2.5
Aaron Patterson
2020-06-05
[ruby/psych] Implement `freeze` option for Pysch.load
Jean Boussier
2018-10-20
Merge Pysch-3.1.0.pre2 from ruby/psych.
hsbt
2018-08-27
Merge psych-3.1.0.pre1.
hsbt
2018-04-28
Merge Pysch 3.0.3.pre1.
hsbt
2017-12-19
Merge psych-3.0.2 from ruby/psych.
hsbt
2017-12-01
Merge psych-3.0.0.
hsbt
2017-11-27
Merge psych-3.0.0.beta4 from upstream.
hsbt
2017-07-14
Merge psych-3.0.0.beta3 from ruby/psych.
hsbt
2017-04-05
Import psych-3.0.0.beta1 from ruby/psych.
hsbt
2016-08-23
test_psych.rb: close Tempfile
nobu
2016-06-24
* ext/psych/*, test/psych/*: Upate psych 2.1.0
hsbt
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-12-07
* ext/psych/*: update psych to 2.0.16
tenderlove
2013-04-20
* test/csv/test_features.rb, test/logger/test_logger.rb
akr
2013-03-26
* test/psych/test_*.rb: use require_relative to require local library
xibbar
2013-03-24
* test/ruby/test_require.rb: Remove temporally files in the tests.
akr
2013-02-07
* ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotation
tenderlove
2011-03-30
fixing syntax error in 1.8
tenderlove
2011-03-30
converting require_relative to just regular requires
tenderlove
2010-07-08
* ext/psych/lib/psych/visitors/emitter.rb (initialize): line_width is
tenderlove
2010-07-07
* ext/psych/lib/psych/visitors/yaml_tree.rb (push): adding version
tenderlove
2010-07-07
* ext/psych/lib/psych/visitors/emitter.rb: sending emit options to
tenderlove
2010-06-18
* ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass): fix the
tenderlove
2010-04-24
* test/psych/test_psych.rb: don't leave temporary files.
akr
2010-04-24
* ext/psych/lib/psych.rb: supporting deprecated syck method
tenderlove
2010-04-09
* ext/psych/parser.c: parse raises a TypeError when nil is passed in.
tenderlove
2010-03-31
* ext/psych/lib/psych.rb: Syck api compatibility [ruby-core:29157]
tenderlove
2010-03-29
* lib/psych.rb: Fix problem with empty and white-space only strings.
tenderlove
2010-03-29
* test/psych/*: switching tests to use relative require.
tenderlove
2010-03-28
* ext/psych/*: importing Psych to trunk
tenderlove