-
Notifications
You must be signed in to change notification settings - Fork 592
Pull requests: yaml/pyyaml
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix bare except clauses in test_multi_constructor.py
#944
opened Jul 19, 2026 by
koteshyelamati
Loading…
fix: use type().__name__ in constructor error messages to avoid AttributeError (#907)
#943
opened Jul 18, 2026 by
mangodxd
Loading…
Wrap raw constructor exceptions in a
YAMLError in SafeConstructor
#941
opened Jul 9, 2026 by
pkingstonxyz
Loading…
fix: safe_load coerces sequence keys to tuples for safe_dump round-trip (#938)
#939
opened Jun 24, 2026 by
gaoflow
Loading…
fix: guard against AttributeError when node lacks id in error messages
#929
opened Apr 22, 2026 by
armorbreak001
Loading…
Fix safe_load crash on malformed integer scalars (for example 0b_:)
#928
opened Apr 2, 2026 by
manit2004
Loading…
fix: handle edge cases in peek() and construct_scalar() error handling
#923
opened Mar 9, 2026 by
nightcityblade
Loading…
2
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 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…
Previous Next
ProTip!
What’s not been updated in a month: updated:<2026-06-20.