summaryrefslogtreecommitdiff
path: root/test/psych/test_psych.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/psych] Fix RestrictedYAMLTree allowing the Symbol class should allow al...Jean Boussier2023-01-231-2/+5
* [ruby/psych] Fix the test that does not work with libyaml-0.1.7Yusuke Endoh2021-06-081-1/+1
* Do not use YAML module in tests of PsychHiroshi SHIBATA2021-06-071-8/+8
* Use assert_raise instead of assert_raisesHiroshi SHIBATA2021-06-071-4/+4
* [ruby/psych] Implement YAML.safe_dump to make safe_load more usable.Jean Boussier2021-06-071-0/+57
* [ruby/psych] remove deprecated interfaceAaron Patterson2021-05-171-6/+2
* [ruby/psych] Introduce `Psych.unsafe_load`Aaron Patterson2021-05-171-11/+11
* [ruby/psych] Fix symabolize_name with non-string keysJean Boussier2021-05-171-3/+4
* [ruby/psych] Use assert_raise instead of assert_raisesHiroshi SHIBATA2021-05-101-7/+7
* [ruby/psych] Use pend instead of skipHiroshi SHIBATA2021-05-101-1/+1
* Merge Psych-3.2.1 from ruby/psychHiroshi SHIBATA2020-12-141-0/+12
* [ruby/psych] Forward keyword arguments in load_file and load_streamJean Boussier2020-09-251-0/+34
* [ruby/psych] Fixing compatibility with libyaml 0.2.5Aaron Patterson2020-06-051-10/+7
* [ruby/psych] Implement `freeze` option for Pysch.loadJean Boussier2020-06-051-0/+16
* Merge Pysch-3.1.0.pre2 from ruby/psych.hsbt2018-10-201-0/+6
* Merge psych-3.1.0.pre1.hsbt2018-08-271-2/+84
* Merge Pysch 3.0.3.pre1.hsbt2018-04-281-0/+37
* Merge psych-3.0.2 from ruby/psych.hsbt2017-12-191-1/+1
* Merge psych-3.0.0.hsbt2017-12-011-7/+7
* Merge psych-3.0.0.beta4 from upstream.hsbt2017-11-271-0/+18
* Merge psych-3.0.0.beta3 from ruby/psych.hsbt2017-07-141-2/+2
* Import psych-3.0.0.beta1 from ruby/psych.hsbt2017-04-051-2/+2
* test_psych.rb: close Tempfilenobu2016-08-231-2/+3
* * ext/psych/*, test/psych/*: Upate psych 2.1.0hsbt2016-06-241-0/+5
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * ext/psych/*: update psych to 2.0.16tenderlove2015-12-071-1/+11
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-14/+13
* * test/psych/test_*.rb: use require_relative to require local libraryxibbar2013-03-261-1/+1
* * test/ruby/test_require.rb: Remove temporally files in the tests.akr2013-03-241-0/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotationtenderlove2013-02-071-1/+1
* fixing syntax error in 1.8tenderlove2011-03-301-1/+1
* converting require_relative to just regular requirestenderlove2011-03-301-1/+1
* * ext/psych/lib/psych/visitors/emitter.rb (initialize): line_width istenderlove2010-07-081-0/+5
* * ext/psych/lib/psych/visitors/yaml_tree.rb (push): adding versiontenderlove2010-07-071-0/+20
* * ext/psych/lib/psych/visitors/emitter.rb: sending emit options totenderlove2010-07-071-0/+10
* * ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass): fix thetenderlove2010-06-181-0/+7
* * test/psych/test_psych.rb: don't leave temporary files.akr2010-04-241-8/+12
* * ext/psych/lib/psych.rb: supporting deprecated syck methodtenderlove2010-04-241-1/+22
* * ext/psych/parser.c: parse raises a TypeError when nil is passed in.tenderlove2010-04-091-0/+6
* * ext/psych/lib/psych.rb: Syck api compatibility [ruby-core:29157]tenderlove2010-03-311-0/+19
* * lib/psych.rb: Fix problem with empty and white-space only strings.tenderlove2010-03-291-0/+7
* * test/psych/*: switching tests to use relative require.tenderlove2010-03-291-1/+1
* * ext/psych/*: importing Psych to trunktenderlove2010-03-281-0/+69