Files
typeshed/stubs/PyYAML/yaml
Sebastian Rittau 4e592ada7b Upgrade PyYAML to version 6 (#6183)
* Fix load_all() argument
* Remove Python 2 remnants
  + Replace Text with str
  + Replace alias "_Str" with str
  + Import from collections.abc and re where applicable
  + Remove Python 2 branches
* Fix PyYaml allowlist entries
  + Add yaml._yaml and move CParser and CEmitter there.
  + Add missing functions, classes, and arguments.
* Use relative imports in some modules.
* Add __all__ to yaml.cyaml.
* Remove unnecessary noqa markers.
2021-10-22 20:05:58 +02:00
..
2021-10-22 20:05:58 +02:00
2021-10-22 20:05:58 +02:00
2021-06-13 15:13:42 +03:00
2021-05-13 18:24:23 -07:00