index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
psych
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/psych] Update for stricter 1.2 syntax
Charles Oliver Nutter
2023-01-31
1
-16
/
+16
*
[ruby/psych] Fix RestrictedYAMLTree allowing the Symbol class should allow al...
Jean Boussier
2023-01-23
1
-2
/
+5
*
[ruby/psych] Get rid of anonymous eval calls
Jean Boussier
2023-01-11
2
-4
/
+4
*
Always issue deprecation warning when calling Regexp.new with 3rd positional ...
Jeremy Evans
2022-12-22
1
-1
/
+1
*
Merge Psych-5.0.1
Hiroshi SHIBATA
2022-12-09
3
-0
/
+21
*
[ruby/psych] Dump Date/DateTime as proleptic Gregorian date as well as Time
Nobuyoshi Nakada
2022-09-07
1
-0
/
+20
*
[ruby/psych] Raise specific error when an anchor isn't defined
Alexander Momchilov
2022-08-09
2
-2
/
+2
*
[ruby/psych] Update to squiggly heredocs in the file
Alexander Momchilov
2022-08-09
1
-12
/
+12
*
[ruby/psych] Add test for missing anchor
Alexander Momchilov
2022-08-09
1
-0
/
+11
*
[ruby/psych] Add test for anchor reuse
Alexander Momchilov
2022-08-09
1
-0
/
+11
*
[ruby/psych] Raise specific error when aliases are not enabled
Alexander Momchilov
2022-08-09
6
-8
/
+8
*
[ruby/psych] Don't hardcode expected alias names
Alexander Momchilov
2022-08-09
3
-22
/
+28
*
[ruby/psych] Test that recursive refs dump as aliases
Alexander Momchilov
2022-08-09
3
-0
/
+37
*
[ruby/psych] Clarify tests about parsing aliases
Alexander Momchilov
2022-08-09
1
-8
/
+21
*
[ruby/psych] Add strict_integer option to parse numbers with commas as strings
Seth Boyles
2022-01-22
2
-0
/
+36
*
test/psych/test_scalar_scanner.rb: Prevent a warning
Yusuke Endoh
2021-09-09
1
-1
/
+1
*
[ruby/psych] Replace A-Za-z with [:alpha:]
jory-graham
2021-08-31
1
-0
/
+22
*
[ruby/psych] Add quotes to the strings "y" and "n"
Aaron Patterson
2021-08-31
1
-0
/
+13
*
[ruby/psych] add more tests
Alexandr Opak
2021-08-31
1
-2
/
+6
*
[ruby/psych] fix typo
Alexandr Opak
2021-08-31
1
-2
/
+2
*
[ruby/psych] fix parsing integer values with '_' at the end
Alexandr Opak
2021-08-31
1
-1
/
+8
*
[ruby/psych] Improve float scalar scanner
Tomer Brisker
2021-08-31
1
-0
/
+12
*
[ruby/psych] require 'delegate' explicitly
Pavel Rosický
2021-07-29
1
-0
/
+1
*
[ruby/psych] Fix the test that does not work with libyaml-0.1.7
Yusuke Endoh
2021-06-08
1
-1
/
+1
*
Do not use YAML module in tests of Psych
Hiroshi SHIBATA
2021-06-07
1
-8
/
+8
*
Use assert_raise instead of assert_raises
Hiroshi SHIBATA
2021-06-07
1
-4
/
+4
*
[ruby/psych] Implement YAML.safe_dump to make safe_load more usable.
Jean Boussier
2021-06-07
1
-0
/
+57
*
Suppress debug message
Nobuyoshi Nakada
2021-05-26
1
-0
/
+1
*
test/psych/test_coder.rb: Suppress non-parenthesis warnings
Yusuke Endoh
2021-05-18
1
-3
/
+3
*
Make the test pass with the old libyaml
Yusuke Endoh
2021-05-17
1
-3
/
+3
*
assert_equal accepts an expected value as the first argument
Yusuke Endoh
2021-05-17
1
-15
/
+15
*
[ruby/psych] remove deprecated interface
Aaron Patterson
2021-05-17
3
-68
/
+2
*
[ruby/psych] Introduce `Psych.unsafe_load`
Aaron Patterson
2021-05-17
24
-118
/
+149
*
[ruby/psych] Fix symabolize_name with non-string keys
Jean Boussier
2021-05-17
1
-3
/
+4
*
[ruby/psych] feat: allow scalars and sequences to be styled when dumped
Jeremy Ebler
2021-05-17
1
-0
/
+121
*
[ruby/psych] Fix custom marshalization with symbolize_names: true
Jean Boussier
2021-05-10
1
-0
/
+8
*
[ruby/psych] Use assert_raise instead of assert_raises
Hiroshi SHIBATA
2021-05-10
12
-61
/
+61
*
[ruby/psych] Use pend instead of skip
Hiroshi SHIBATA
2021-05-10
2
-2
/
+2
*
[ruby/psych] Fixed test-case for NaN
Hiroshi SHIBATA
2021-05-10
1
-2
/
+2
*
[ruby/psych] Use Ractor constant for ignoreing condition
Hiroshi SHIBATA
2021-05-10
1
-1
/
+1
*
[ruby/psych] Use test-unit instead of minitest
Hiroshi SHIBATA
2021-05-10
1
-8
/
+2
*
[ruby/psych] Skip test_ractor.rb with ruby/psych repo
Hiroshi SHIBATA
2020-12-23
1
-1
/
+1
*
[ruby/psych] Optimize cache with `compare_by_identity`
Marc-Andre Lafortune
2020-12-23
1
-0
/
+3
*
[ruby/psych] Make Ractor-ready.
Marc-Andre Lafortune
2020-12-23
1
-0
/
+47
*
Merge Psych-3.2.1 from ruby/psych
Hiroshi SHIBATA
2020-12-14
2
-0
/
+24
*
[ruby/psych] Forward keyword arguments in load_file and load_stream
Jean Boussier
2020-09-25
1
-0
/
+34
*
Remove private_iv_get
Charles Oliver Nutter
2020-09-25
1
-1
/
+2
*
[ruby/psych] Fix anchor lookup with symbolized names
Jean Boussier
2020-06-23
1
-0
/
+10
*
[ruby/psych] Fixing compatibility with libyaml 0.2.5
Aaron Patterson
2020-06-05
3
-24
/
+21
*
[ruby/psych] Fix ArgumentError with leading and trailing underscores in numbe...
Mark Thorn
2020-06-05
1
-0
/
+3
[next]