summaryrefslogtreecommitdiff
path: root/test/psych/test_psych.rb
AgeCommit message (Expand)Author
2020-06-05[ruby/psych] Fixing compatibility with libyaml 0.2.5Aaron Patterson
2020-06-05[ruby/psych] Implement `freeze` option for Pysch.loadJean Boussier
2018-10-20Merge Pysch-3.1.0.pre2 from ruby/psych.hsbt
2018-08-27Merge psych-3.1.0.pre1.hsbt
2018-04-28Merge Pysch 3.0.3.pre1.hsbt
2017-12-19Merge psych-3.0.2 from ruby/psych.hsbt
2017-12-01Merge psych-3.0.0.hsbt
2017-11-27Merge psych-3.0.0.beta4 from upstream.hsbt
2017-07-14Merge psych-3.0.0.beta3 from ruby/psych.hsbt
2017-04-05Import psych-3.0.0.beta1 from ruby/psych.hsbt
2016-08-23test_psych.rb: close Tempfilenobu
2016-06-24* ext/psych/*, test/psych/*: Upate psych 2.1.0hsbt
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-07* ext/psych/*: update psych to 2.0.16tenderlove
2013-04-20* test/csv/test_features.rb, test/logger/test_logger.rbakr
2013-03-26* test/psych/test_*.rb: use require_relative to require local libraryxibbar
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 quotationtenderlove
2011-03-30fixing syntax error in 1.8tenderlove
2011-03-30converting require_relative to just regular requirestenderlove
2010-07-08* ext/psych/lib/psych/visitors/emitter.rb (initialize): line_width istenderlove
2010-07-07* ext/psych/lib/psych/visitors/yaml_tree.rb (push): adding versiontenderlove
2010-07-07* ext/psych/lib/psych/visitors/emitter.rb: sending emit options totenderlove
2010-06-18* ext/psych/lib/psych/visitors/to_ruby.rb (resolve_klass): fix thetenderlove
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 methodtenderlove
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 trunktenderlove