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
/
ext
/
psych
/
lib
/
psych
/
visitors
Age
Commit message (
Expand
)
Author
2023-01-23
[ruby/psych] Fix RestrictedYAMLTree allowing the Symbol class should allow al...
Jean Boussier
2022-09-07
[ruby/psych] Dump Date/DateTime as proleptic Gregorian date as well as Time
Nobuyoshi Nakada
2022-08-09
[ruby/psych] Raise specific error when an anchor isn't defined
Alexander Momchilov
2022-08-09
[ruby/psych] Raise specific error when aliases are not enabled
Alexander Momchilov
2022-01-22
[ruby/psych] Add strict_integer option to parse numbers with commas as strings
Seth Boyles
2021-10-24
[ruby/psych] Prefer `require_relative` for internal requires
David RodrÃguez
2021-08-31
[ruby/psych] Add quotes to the strings "y" and "n"
Aaron Patterson
2021-06-07
[ruby/psych] Implement YAML.safe_dump to make safe_load more usable.
Jean Boussier
2021-05-17
[ruby/psych] Fix symabolize_name with non-string keys
Jean Boussier
2021-05-17
[ruby/psych] feat: allow scalars and sequences to be styled when dumped
Jeremy Ebler
2021-05-10
[ruby/psych] Fix custom marshalization with symbolize_names: true
Jean Boussier
2021-05-10
[ruby/psych] Cache dispatch cache in an instance variable
Jean Boussier
2021-05-10
[ruby/psych] Cache access to Psych.load_tags in Visitor::ToRuby
Jean Boussier
2020-12-23
[ruby/psych] Optimize cache with `compare_by_identity`
Marc-Andre Lafortune
2020-12-23
[ruby/psych] Make Ractor-ready.
Marc-Andre Lafortune
2020-09-25
Remove private_iv_get
Charles Oliver Nutter
2020-06-23
[ruby/psych] Fix anchor lookup with symbolized names
Jean Boussier
2020-06-05
[ruby/psych] Implement `freeze` option for Pysch.load
Jean Boussier
2020-06-05
[ruby/psych] Implement a freeze load option
Jean Boussier
2020-06-05
[ruby/psych] Refactor `symbolize_names`
Jean Boussier
2019-11-12
[ruby/psych] Remove taint support
Jeremy Evans
2019-07-25
[ruby/psych] Deduplicate hash keys if they're strings
Jean Boussier
2019-06-25
Dump Hash ivars before elements
Aaron Patterson
2019-06-25
Round trip exception backtraces
Aaron Patterson
2019-06-25
Refactor exception dumping
Aaron Patterson
2019-06-25
Dumping the backtrace never worked, so remove it
Aaron Patterson
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-06-16
Merge psych-3.0.0.beta2 from https://github.com/ruby/psych
hsbt
2017-04-05
Import psych-3.0.0.beta1 from ruby/psych.
hsbt
2016-09-07
* ext/psych/*, test/psych/*: Update psych-2.1.1
hsbt
2016-06-24
* ext/psych/*, test/psych/*: Upate psych 2.1.0
hsbt
2016-01-10
stdlib: avoid extra calls to eliminate "\n" from Base64
normal
2015-12-16
handle ext/ as r53141
naruse
2015-12-07
* ext/psych/*: update psych to 2.0.16
tenderlove
2015-09-02
* ext/psych/*: merge psych master(8737e5b). It contains following fixes.
hsbt
2015-08-21
* ext/psych/*: update to Psych 2.0.14
tenderlove
2015-02-06
* ext/psych/lib/psych/visitors/yaml_tree.rb: register nodes when
tenderlove
2015-02-06
* ext/psych/lib/psych/visitors/to_ruby.rb: fix support for regular
tenderlove
2015-01-28
* ext/psych/lib/psych/visitors/to_ruby.rb: fix parsing hashes with
tenderlove
2015-01-17
yaml_tree.rb: fix anchor
nobu
2015-01-16
* ext/psych/lib/psych/visitors/yaml_tree.rb: only dump hash
tenderlove
2015-01-16
* ext/psych/lib/psych.rb: bump version
tenderlove
2015-01-08
* ext/psych/lib/psych/visitors/yaml_tree.rb: correctly quote non-ascii
tenderlove
2015-01-08
* ext/psych/lib/psych/visitors/to_ruby.rb: call `allocate` on hash
tenderlove
2015-01-08
* ext/psych/lib/psych/visitors/to_ruby.rb: revive hashes with ivars
tenderlove
2014-12-01
* ext/psych/lib/psych/visitors/to_ruby.rb: support objects that are
tenderlove
2014-08-29
* ext/psych/lib/psych/visitors/yaml_tree.rb: fix NameError dumping and
tenderlove
2014-08-29
* ext/psych/lib/psych/visitors/to_ruby.rb: merge keys with a hash
tenderlove
[next]