-
Notifications
You must be signed in to change notification settings - Fork 567
Pull requests: yaml/pyyaml
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix off-by-one excluding U+10FFFF from valid Unicode range in emitter
#918
opened Feb 20, 2026 by
bysiber
Loading…
Fix TypeError in prepare_tag_prefix on non-ASCII tag prefixes (Python 3)
#917
opened Feb 20, 2026 by
bysiber
Loading…
Fix exponential expansion based DoS in merge key processing (duplicate alias references)
#916
opened Feb 17, 2026 by
akshat-sj
Loading…
Fix IndexError in scan_tag() and check_key() on empty input
#913
opened Feb 13, 2026 by
veeceey
Loading…
Fix Reader.peek() IndexError when index exceeds buffer length
#912
opened Feb 13, 2026 by
veeceey
Loading…
Fix AttributeError when node.id is accessed on non-Node objects
#911
opened Feb 13, 2026 by
veeceey
Loading…
Accept
str subclasses in SafeRepresenter (fixes support of enum.StrEnum)
#901
opened Nov 1, 2025 by
1ace
Loading…
SafeConstructor.yaml_flatteners, to enable pluggable flattening akin to add_constructors
#894
opened Oct 16, 2025 by
ross
Loading…
Add multithreaded test scenarios to start testing free-threading
#883
opened Sep 4, 2025 by
lysnikolaou
Loading…
Fix #866: Add constructor for tag:yaml.org,2002:value
#867
opened Jun 28, 2025 by
mehulanshumali
Loading…
Arm64 CI | Run a smoke test on a Github-hosted Arm runner
#849
opened Feb 26, 2025 by
Rohanjames1997
Loading…
feat: Add data representation support for
enum.StrEnum type
#839
opened Dec 3, 2024 by
rapsealk
Loading…
fix: don't import deprecated "wheel" (just to do nothing with it)
#823
opened Aug 13, 2024 by
henryiii
Loading…
Previous Next
ProTip!
Filter pull requests by the default branch with base:main.