Tags: Evozyne/pyyaml
Tags
5.3 (2020-01-06) * yaml#290 -- Use `is` instead of equality for comparing with `None` * yaml#270 -- fix typos and stylistic nit * yaml#309 -- Fix up small typo * yaml#161 -- Fix handling of __slots__ * yaml#358 -- Allow calling add_multi_constructor with None * yaml#285 -- Add use of safe_load() function in README * yaml#351 -- Fix reader for Unicode code points over 0xFFFF * yaml#360 -- Enable certain unicode tests when maxunicode not > 0xffff * yaml#359 -- Use full_load in yaml-highlight example * yaml#244 -- Document that PyYAML is implemented with Cython * yaml#329 -- Fix for Python 3.10 * yaml#310 -- increase size of index, line, and column fields * yaml#260 -- remove some unused imports * yaml#163 -- Create timezone-aware datetimes when parsed as such * yaml#363 -- Add tests for timezone