index
:
delta/psych.git
1-2-stable
3-3-stable
4-0-stable
actions
appveyor
atambo-native_jruby
bundlerize
coder
cross
delegate
did-works-travis
drop-to-support-fatgem
embed
fix-broken-test
fix-jruby-build-task
fix-type-data
frozen
ignore-warnings
issue-11988
jruby
libyaml-0.2.1
master
minitest5
relax-restricted-classes
remove-deprecated-methods
remove-syck
retire-changelog
revert-335-revert-325-fix_324
safeload
strict-hash-keys
travis
tweak-actions
unify-version-number
update_snakeyaml
use-actions
use-relative-versions
github.com: tenderlove/psych.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop to support fat gem support.
drop-to-support-fatgem
Hiroshi SHIBATA
2019-07-21
1
-5
/
+1
*
Do not allocate a string to check if a scalar is an integer
Jean Boussier
2019-04-26
1
-9
/
+7
*
Remove string_cache in ScalarScanner
Jean Boussier
2019-04-26
1
-10
/
+1
*
Reduce string allocations in scalar_scanner
Jean Boussier
2019-04-26
1
-17
/
+15
*
Dump Hash ivars before elements
Aaron Patterson
2019-01-16
1
-9
/
+9
*
Round trip exception backtraces
Aaron Patterson
2019-01-09
2
-0
/
+5
*
Refactor exception dumping
Aaron Patterson
2019-01-09
1
-28
/
+17
*
Dumping the backtrace never worked, so remove it
Aaron Patterson
2019-01-09
1
-14
/
+10
*
Bump psych 3.1.0.
v3.1.0
SHIBATA Hiroshi
2018-12-18
1
-1
/
+2
*
Add uplelvel to deprecation warning of Psych
Koichi ITO
2018-11-23
1
-9
/
+24
*
Use friendlier terminology in YAML.safe_load
Juanito Fatas
2018-11-10
1
-12
/
+12
*
bump version to 3.1.0.pre2
v3.1.0.pre2
SHIBATA Hiroshi
2018-10-20
1
-1
/
+1
*
Use secure connection for pyyaml.org
Espartaco Palma
2018-10-13
1
-1
/
+1
*
Fix typo
Marcus Stollsteimer
2018-10-12
1
-1
/
+1
*
Re-try to add workaround for warnings
kazu
2018-09-28
1
-1
/
+1
*
Revert "Try to add workaround for warnings"
kazu
2018-09-28
1
-1
/
+1
*
Try to add workaround for warnings
kazu
2018-09-28
1
-1
/
+1
*
use newer style of JRuby ext loading when available
kares
2018-09-19
1
-1
/
+6
*
Update to SnakeYAML 1.23.
Charles Oliver Nutter
2018-09-19
1
-1
/
+1
*
Merge pull request #360 from sorryeh/add_deprecation_warnings_to_psych_interface
SHIBATA Hiroshi
2018-08-27
1
-0
/
+9
|
\
|
*
Adding deprecation warnings to Psych unified interface
Greg Houle
2018-07-15
1
-0
/
+9
*
|
bump version to 3.1.0.pre1
SHIBATA Hiroshi
2018-08-24
1
-1
/
+1
|
/
*
unifying interface of Psych
Greg Houle
2018-07-13
1
-35
/
+82
*
Merge pull request #346 from stomar/fix-fallback-arg
Aaron Patterson
2018-05-21
1
-4
/
+5
|
\
|
*
Add docs for fallback keyword argument of Psych.load
Marcus Stollsteimer
2018-04-24
1
-2
/
+3
|
*
Fix fallback argument for Psych.load
Marcus Stollsteimer
2018-04-24
1
-2
/
+2
*
|
Correct doc typo "achor" should be "anchor"
utilum
2018-04-27
1
-1
/
+1
|
/
*
Bump version to 3.0.3.pre1 for testing for jruby/jruby#5142.
v3.0.3.pre1
Charles Oliver Nutter
2018-04-16
1
-1
/
+1
*
Update to SnakeYAML 1.21 to fix jruby/jruby#5098.
Charles Oliver Nutter
2018-04-16
1
-1
/
+1
*
Document #dump options
zverok
2018-03-02
1
-2
/
+20
*
Add a predicate method to each node
Aaron Patterson
2017-12-20
7
-0
/
+19
*
Add more test cases for fallback of Psych.load_file
Marcus Stollsteimer
2017-12-19
1
-1
/
+1
*
Bump version to 3.0.2
v3.0.2
SHIBATA Hiroshi
2017-12-19
1
-1
/
+1
*
Merge pull request #342 from stomar/fallback-keyword
SHIBATA Hiroshi
2017-12-19
1
-5
/
+5
|
\
|
*
Convert fallback option to a keyword argument
Marcus Stollsteimer
2017-12-02
1
-5
/
+5
*
|
Merge pull request #338 from stomar/doc_safe_load
SHIBATA Hiroshi
2017-12-04
1
-0
/
+10
|
\
\
|
*
|
Improve docs for Psych.safe_load
Marcus Stollsteimer
2017-12-01
1
-0
/
+10
|
|
/
*
|
bump version to 3.0.1
v3.0.1
SHIBATA Hiroshi
2017-12-04
1
-1
/
+1
|
/
*
Bump version to 3.0.0
v3.0.0
SHIBATA Hiroshi
2017-12-01
1
-1
/
+1
*
Add :symbolize_names option to .safe_load too
Takashi Kokubun
2017-11-30
1
-2
/
+4
*
Revert "Double quote stings that contain single quotes only"
SHIBATA Hiroshi
2017-11-29
1
-1
/
+1
*
Document symbolize_names keyword argument of Psych.load
Marcus Stollsteimer
2017-11-28
1
-0
/
+7
*
Bump version to 3.0.0.beta4
v3.0.0.beta4
SHIBATA Hiroshi
2017-11-27
1
-1
/
+1
*
Add :symbolize_names option to Psych.load
Takashi Kokubun
2017-11-25
1
-2
/
+17
*
Fixup Recorder example documentation
Pete Kinnecom
2017-09-21
1
-4
/
+5
*
Merge pull request #325 from knugie/fix_324
SHIBATA Hiroshi
2017-09-11
1
-1
/
+1
|
\
|
*
Double quote stings that contain single quotes only
Wolfgang Teuber
2017-07-21
1
-1
/
+1
*
|
Add location information to Psych::Nodes::Node
Ary Borenszweig
2017-08-02
2
-4
/
+56
*
|
Add Psych::Handler#event_location
Ary Borenszweig
2017-08-02
1
-0
/
+5
|
/
*
bump version to 3.0.0.beta3
v3.0.0.beta3
SHIBATA Hiroshi
2017-07-14
1
-1
/
+1
[next]