- f20947a Move code from lib3 to lib by Thom Smith · 3 years, 6 months ago[Renamed from lib3]
- ee37f46 5.4.1 release by Ingy döt Net · 4 years, 2 months ago 5.4.1
- 2b37f15 Fix stub compat with older pyyaml versions that may unwittingly load it by Matt Davis · 4 years, 2 months ago
- 58d0cb7 5.4 release by Ingy döt Net · 4 years, 2 months ago 5.4
- fc914d5 Avoid repeatedly appending to yaml_implicit_resolvers by Phil Sphicas · 4 years, 2 months ago
- a001f27 Fix for CVE-2020-14343 by Ingy döt Net · 4 years, 2 months ago
- 89f6085 Build modernization (GHA, wheels, setuptools) (#407) by Brad Solomon · 4 years, 2 months ago
- 91bca4b Update version to 5.3.1 by Tina Müller · 5 years ago
- 5080ba5 Prevents arbitrary code execution during python/object/new constructor (#386) by Riccardo Schirone · 5 years ago
- 377092f Changes for 5.3 by Tina Müller · 5 years ago
- 69b025a Changes for 5.3b1 by Tina Müller · 5 years ago 5.3b1
- 96d65f3 Create timezone-aware datetimes when parsed as such (#163) by Mattijs Ugen · 5 years ago
- 36fdf0c remove some unused imports (#260) by Frédéric Chapoton · 5 years ago
- 03b378d Allow add_multi_constructor with None (#358) by Tina Müller (tinita) · 5 years ago
- 5a0cfab Fix handling of __slots__ (#161) by Filip Salomonsson · 5 years ago
- eb459f8 Fix up small typo by Tim Gates · 5 years ago
- e21af4a Use `is` instead of equality for comparing with None by Sergey Fursov · 5 years ago
- de11e43 fix typos and stylistic nit by David Kao · 5 years ago
- a5c2a04 Version 5.2 by Tina Müller · 5 years ago release/5.2 5.2
- 3f3c373 bump version to 5.2b1 by Matt Davis · 5 years ago
- 8c5e47f Move constructor for object/apply to Unsafe by Tina Müller · 5 years ago
- 4a31b16 Change default loader for add_implicit_resolver, add_path_resolver by Tina Müller · 5 years ago
- a5394c0 Add custom constructors to multiple loaders by Ingy döt Net · 5 years ago
- 8d7a780 Change default loader for yaml.add_constructor (#287) by Tina Müller (tinita) · 5 years ago
- 0f64cbf changes for 5.1.2 release by Matt Davis · 6 years ago 5.1.2
- 5986257 changes for 5.1.1 release by Matt Davis · 6 years ago 5.1.1
- e471e86 Updates for 5.1 release by Ingy döt Net · 6 years ago 5.1
- 507a464 Make default_flow_style=False by Tina Müller · 6 years ago
- 07c88c6 Allow to turn off sorting keys in Dumper by Tina Müller · 6 years ago
- 857dff1 Apply FullLoader/UnsafeLoader changes to lib3 by Tina Müller · 6 years ago
- d13a3d0 Fix for bug https://github.com/yaml/pyyaml/issues/118 by scauligi · 6 years ago
- 9959328 Import Hashable from collections.abc by Florian Bruhin · 6 years ago
- ccc40f3 Reverting https://github.com/yaml/pyyaml/pull/74 by Ingy döt Net · 7 years ago
- d3eb7da Changes for 4.1 release by Alex Gaynor · 7 years ago 4.1 4.1-retracted
- 4c2e993 Changes for 4.01 release by Ingy döt Net · 7 years ago
- f6049c8 Support escaped slash in double quotes "\/" by Tina Müller · 7 years ago
- 801288d Remove commented out Psyco code by Jon Dufresne · 7 years ago
- 0f2afde Revert PR #150 per @asomov by Ingy döt Net · 7 years ago
- a02d17a Remove redundant code in Scanner.peek_token() by Andrey Somov · 7 years ago
- bbcf95f Now, for py3k! by Alex Gaynor · 8 years ago
- d856c20 Fix typos by Jakub Wilk · 8 years ago
- ef744d8 Improve RepresenterError creation by Timofei Bondarev · 8 years ago
- cf1c86c First attack at pyyaml does not support literals in unicode over codepoint 0xffff #25 by Peter Murphy · 8 years ago
- c5b135f Allow colon in a plain scalar in a flow context (#45) by Daniel Beer · 8 years ago
- 37be8e0 Merged in scorphus/pyyaml (pull request #9) by Kirill Simonov · 9 years ago
- 153a194 Adding an implicit resolver to a derived loader should not affect the base loader (fixes issue #57). by Kirill Simonov · 9 years ago
- c95586c Uniform representation for OrderedDict (fixes issue #61). by Kirill Simonov · 9 years ago
- f10d92f Fixed comparison to () (closes #64). by Kirill Simonov · 9 years ago
- d737907 Fixed comparison to None warning (closes issue #64). by Kirill Simonov · 9 years ago
- 53b4c07 Bumped the version number. by Kirill Simonov · 9 years ago
- 2c225b2 scanner: use infinitive verb after auxiliary word could by Pablo Santiago Blum de Aguiar · 10 years ago
- a0c9902 Removed invalid simple key assertion. by Kirill Simonov · 10 years ago
- 96ee4cb Bumped the version number. by Kirill Simonov · 11 years ago 3.11
- b1c7014 Updated the changelog and bumped the version number. by Kirill Simonov · 14 years ago
- 7e1b5fa Clear cyclic references in the parser and the emitter to avoid extra GC calls. by Kirill Simonov · 14 years ago
- 50bc638 Fixed Python 3.1 incompatibility issues. by Kirill Simonov · 16 years ago
- b3c9435 Preparing the next release. by Kirill Simonov · 16 years ago
- b8b826f Fixed sorting of dict.keys() generator. by Kirill Simonov · 16 years ago
- ed9cd1b Merged some bug fixes from lib to lib3. by Kirill Simonov · 16 years ago
- 335c344 Fixed a problem with a scanner error not detected when no line break at the end of the stream. by Kirill Simonov · 16 years ago
- 51fd5cb Fixed a typo in docstring. by Kirill Simonov · 16 years ago
- fa14e18 Fixed emitting of invalid BOM for UTF-16. by Kirill Simonov · 16 years ago
- 6f51a53 Fixed a typo in the attribute name (Thanks ingy). by Kirill Simonov · 16 years ago
- 6a62e8e Final touches before the release. by Kirill Simonov · 16 years ago
- 7d5f945 Use Cython if available; added Python 3 support to _yaml.pyx. by Kirill Simonov · 16 years ago
- ca836ef Fixed the remaining Python 3 compatibility issues. by Kirill Simonov · 16 years ago
- 235ab98 Added basic support for Python 3 (Thanks idadesub(at)users(dot)sourceforge(dot)net). by Kirill Simonov · 16 years ago