summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-11-28Implement `freeze` option for Pysch.loadJean Boussier
2019-10-21Remove taint supportJeremy Evans
2019-07-25Suppress uninitialized instance variable warningsNobuyoshi Nakada
2019-07-22Deduplicate hash keys if they're stringsJean Boussier
2019-04-26Do not allocate a string to check if a scalar is an integerJean Boussier
2019-01-16Add test to demonstrate issue deserializing hash with ivarJordan Owens
2019-01-09Round trip exception backtracesAaron Patterson
2018-11-10Use friendlier terminology in YAML.safe_loadJuanito Fatas
2018-10-20Avoid to warnings for deprecated interfaces.SHIBATA Hiroshi
2018-09-18Put parentheses before minus operator.SHIBATA Hiroshi
2018-09-18Prefer to use assert_nilSHIBATA Hiroshi
2018-07-13unifying interface of PsychGreg Houle
2018-07-12Added tests for special cases and better overall API test coverageGreg Houle
2018-04-24Add test cases for fallback argument of Psych.loadMarcus Stollsteimer
2018-04-24Add more test cases for fallback of Psych.load_fileMarcus Stollsteimer
2018-04-23Add more test cases for fallback of Psych.load_fileMarcus Stollsteimer
2017-12-20Add a predicate method to each nodeAaron Patterson
2017-12-19Add more test cases for fallback of Psych.load_fileMarcus Stollsteimer
2017-12-02Convert fallback option to a keyword argumentMarcus Stollsteimer
2017-11-30Add :symbolize_names option to .safe_load tooTakashi Kokubun
2017-11-29Revert "Double quote stings that contain single quotes only"SHIBATA Hiroshi
2017-11-25Add :symbolize_names option to Psych.loadTakashi Kokubun
2017-09-12Removed trailing white-spaces.SHIBATA Hiroshi
2017-09-11Merge pull request #325 from knugie/fix_324SHIBATA Hiroshi
2017-09-10Merge pull request #326 from asterite/feature/scalar_locationAaron Patterson
2017-09-05Parse.load with an IO/File which has a non-YAML allowed encoding will justThomas E. Enebo
2017-08-02Add location information to Psych::Nodes::NodeAry Borenszweig
2017-08-02Add Psych::Handler#event_locationAry Borenszweig
2017-07-21Double quote stings that contain single quotes onlyWolfgang Teuber
2017-06-30Merge branch 'master' into frozenSHIBATA Hiroshi
2017-06-29Support enumerator objectsAaron Patterson
2017-06-29Rely on encoding tags to determine if string should be dumped as binaryAaron Patterson
2017-06-19make frozen_string_literal: trueSHIBATA Hiroshi
2017-06-16Merge pull request #158 from laserlemon/delegatorsSHIBATA Hiroshi
2017-05-22Preserve time zone offset when deserializing timesMarcus Stollsteimer
2017-05-22Add tests for time with usec and with time zone offsetMarcus Stollsteimer
2017-03-27Fixed gabage linesSHIBATA Hiroshi
2017-03-27Removed deprecated yaml_initialize methodSHIBATA Hiroshi
2017-03-27Removed Module#psych_yaml_asSHIBATA Hiroshi
2017-03-27Remove to_yaml_propatiesSHIBATA Hiroshi
2017-03-27Remove Psych.tagurizeSHIBATA Hiroshi
2017-03-27Remove Psych.object_makerSHIBATA Hiroshi
2017-03-27Remove Psych.read_type_classSHIBATA Hiroshi
2017-03-27Remove Psych.add_private_typeSHIBATA Hiroshi
2017-03-27Removed Psyych.add_ruby_type.SHIBATA Hiroshi
2017-03-27Removed Psyych.detect_implicit.SHIBATA Hiroshi
2017-03-27Removed Psyych.load_documents.SHIBATA Hiroshi
2017-03-10Merge pull request #304 from ruby/remove-syckSHIBATA Hiroshi
2017-03-07Make sexagesimal parsing more strictAaron Patterson
2017-03-07To use yaml_as instead of psych_yaml_asSHIBATA Hiroshi