1. 252b4fe Document that PyYAML is implemented with Cython (#244) by Jon Dufresne · 5 years ago
  2. d137e82 Use full_load in yaml-highlight example (#359) by Tina Müller (tinita) · 5 years ago
  3. a826f54 Enable certain unicode tests when maxunicode not > 0xffff by Tina Müller · 5 years ago
  4. 0716ae2 Fix reader for Unicode code points over 0xFFFF (#351) by Anish Athalye · 5 years ago
  5. 6549385 Add use of safe_load() function in README (#285) by sblondon · 5 years ago
  6. 03b378d Allow add_multi_constructor with None (#358) by Tina Müller (tinita) · 5 years ago
  7. 5a0cfab Fix handling of __slots__ (#161) by Filip Salomonsson · 5 years ago
  8. eb459f8 Fix up small typo by Tim Gates · 5 years ago
  9. e21af4a Use `is` instead of equality for comparing with None by Sergey Fursov · 5 years ago
  10. de11e43 fix typos and stylistic nit by David Kao · 5 years ago
  11. a7a9787 fixup! setup.py: python_requires='!=3.4.*', by Christian Clauss · 5 years ago
  12. 039c9eb setup.py: Remove support for EOL Python 3.4 by Christian Clauss · 5 years ago
  13. 6544c30 tox.ini: Add py38 and remove py34 by Christian Clauss · 5 years ago
  14. 6d854b1 Travis CI: Test on Python 3.8 production release by Christian Clauss · 5 years ago
  15. 15e0e80 Fix appveyor.yml to use libyaml tag not branch by Tina Müller · 5 years ago
  16. a5c2a04 Version 5.2 by Tina Müller · 5 years ago release/5.2 5.2
  17. f4fd3fb Windows build tweaks by Matt Davis · 5 years ago
  18. f813bc0 Changes for 5.2b1 by Tina Müller · 5 years ago 5.2b1
  19. 3f3c373 bump version to 5.2b1 by Matt Davis · 5 years ago
  20. 8c5e47f Move constructor for object/apply to Unsafe by Tina Müller · 5 years ago
  21. 4a31b16 Change default loader for add_implicit_resolver, add_path_resolver by Tina Müller · 5 years ago
  22. a5394c0 Add custom constructors to multiple loaders by Ingy döt Net · 5 years ago
  23. 8d7a780 Change default loader for yaml.add_constructor (#287) by Tina Müller (tinita) · 5 years ago
  24. 8a7d0ed Update CHANGES for 5.1 (#280) by Tina Müller (tinita) · 5 years ago
  25. 31f2279 Fix logic for quoting special characters (#276) by Tina Müller (tinita) · 5 years ago
  26. 0f64cbf changes for 5.1.2 release by Matt Davis · 6 years ago 5.1.2
  27. 5986257 changes for 5.1.1 release by Matt Davis · 6 years ago 5.1.1
  28. e471e86 Updates for 5.1 release by Ingy döt Net · 6 years ago 5.1
  29. 9141e90 Windows Appveyor build by Matt Davis · 6 years ago
  30. d6cbff6 Skip certain unicode tests when maxunicode not > 0xffff by Tina Müller · 6 years ago
  31. 69103ba Update .travis.yml to use libyaml 0.2.2 by Ingy döt Net · 6 years ago
  32. 91c9435 Squash/merge pull request #105 from nnadeau/patch-1 by Matt Davis · 6 years ago
  33. 507a464 Make default_flow_style=False by Tina Müller · 6 years ago
  34. 07c88c6 Allow to turn off sorting keys in Dumper by Tina Müller · 6 years ago
  35. 611ba39 Include license file in the generated wheel package by Jon Dufresne · 6 years ago
  36. 857dff1 Apply FullLoader/UnsafeLoader changes to lib3 by Tina Müller · 6 years ago
  37. 0cedb2a Deprecate/warn usage of yaml.load(input) by Ingy döt Net · 6 years ago
  38. d13a3d0 Fix for bug https://github.com/yaml/pyyaml/issues/118 by scauligi · 6 years ago
  39. 9959328 Import Hashable from collections.abc by Florian Bruhin · 6 years ago
  40. ccc40f3 Reverting https://github.com/yaml/pyyaml/pull/74 by Ingy döt Net · 7 years ago
  41. a9c28e0 Build libyaml on travis by Tina Müller · 7 years ago
  42. 69244c1 Install cython alongside tox by Anthony Sottile · 7 years ago
  43. d76d037 Force cython when building sdist by Tina Müller · 7 years ago
  44. d3eb7da Changes for 4.1 release by Alex Gaynor · 7 years ago 4.1 4.1-retracted
  45. 4c2e993 Changes for 4.01 release by Ingy döt Net · 7 years ago
  46. f6049c8 Support escaped slash in double quotes "\/" by Tina Müller · 7 years ago
  47. e7a2f88 Drop unsupported Python 3.3 by hugovk · 7 years ago
  48. b6cbfee Test on Python 3.7-dev by Hugo · 7 years ago
  49. 801288d Remove commented out Psyco code by Jon Dufresne · 7 years ago
  50. 0f2afde Revert PR #150 per @asomov by Ingy döt Net · 7 years ago
  51. a02d17a Remove redundant code in Scanner.peek_token() by Andrey Somov · 7 years ago
  52. 298e079 Fallback to Pure Python if Compilation fails by Donald Stufft · 8 years ago
  53. 802c4a6 add 3.12 changelog by hsmtkk · 8 years ago
  54. bbcf95f Now, for py3k! by Alex Gaynor · 8 years ago
  55. 517e83e wtf, how did this typo happen by Alex Gaynor · 8 years ago
  56. 7b68405 Make pyyaml safe by default. by Alex Gaynor · 8 years ago
  57. d856c20 Fix typos by Jakub Wilk · 8 years ago
  58. ef744d8 Improve RepresenterError creation by Timofei Bondarev · 8 years ago
  59. 2c55eb6 Resolves #57, update readme issues link by psanchez · 8 years ago
  60. 24979fb Remove tox workaround for Travis CI by Jon Dufresne · 8 years ago
  61. 2ed9948 Use Travis CI built in pip cache support by Jon Dufresne · 8 years ago
  62. 8bca3eb Document and test Python 3.6 support by Jon Dufresne · 8 years ago
  63. 94c3f07 Reverting README to old copy by Peter Murphy · 8 years ago
  64. c67d8df Suspicious 'expected an exception' messages trimmed by Peter Murphy · 8 years ago
  65. c60232d Added emoticon test data files (which will probably break testing) by Peter Murphy · 8 years ago
  66. cf1c86c First attack at pyyaml does not support literals in unicode over codepoint 0xffff #25 by Peter Murphy · 8 years ago
  67. a06c1f6 A change to a message by Peter Murphy · 8 years ago
  68. c5b135f Allow colon in a plain scalar in a flow context (#45) by Daniel Beer · 8 years ago
  69. 86a29eb Install tox in a virtualenv by Ian Cordasco · 8 years ago
  70. 2414cad Add Travis Support by Donald Stufft · 9 years ago
  71. a27099b Ignore common build/runtime artifacts by Donald Stufft · 9 years ago
  72. bdf0794 Add a tox.ini to run tests by Donald Stufft · 9 years ago
  73. 93694d3 Added tag 3.12 for changeset 823acfc7b4ff by Kirill Simonov · 9 years ago
  74. 7e026bf Updated README and announcement. by Kirill Simonov · 9 years ago 3.12
  75. eb9932a Fixed handling --verbose flag in the test appliance. by Kirill Simonov · 9 years ago
  76. 37be8e0 Merged in scorphus/pyyaml (pull request #9) by Kirill Simonov · 9 years ago
  77. ca0ed1f Corrected libyaml definitions in _yaml.pxd. by Kirill Simonov · 9 years ago
  78. 16bd7d0 Improved check for CPython (fixes issue #58). by Kirill Simonov · 9 years ago
  79. 153a194 Adding an implicit resolver to a derived loader should not affect the base loader (fixes issue #57). by Kirill Simonov · 9 years ago
  80. c95586c Uniform representation for OrderedDict (fixes issue #61). by Kirill Simonov · 9 years ago
  81. f10d92f Fixed comparison to () (closes #64). by Kirill Simonov · 9 years ago
  82. d737907 Fixed comparison to None warning (closes issue #64). by Kirill Simonov · 9 years ago
  83. 7eeba34 removed a test which fails when wheel is imported. by Kirill Simonov · 9 years ago
  84. 7bd6e03 Support for wheel packages. by Kirill Simonov · 9 years ago
  85. 491508b Raise an error when test suite failed. by Kirill Simonov · 9 years ago
  86. a57fe5c Dropped pyrex build support; Cython now supports Python 3. by Kirill Simonov · 9 years ago
  87. 53b4c07 Bumped the version number. by Kirill Simonov · 9 years ago
  88. 2c225b2 scanner: use infinitive verb after auxiliary word could by Pablo Santiago Blum de Aguiar · 10 years ago
  89. a0c9902 Removed invalid simple key assertion. by Kirill Simonov · 10 years ago
  90. 0f734fc Added tag 3.11 for changeset b361458ecb13 by Kirill Simonov · 11 years ago
  91. 96ee4cb Bumped the version number. by Kirill Simonov · 11 years ago 3.11
  92. b6c388a update tags by convert-repo · 12 years ago
  93. 9453e0a Removed build options for 2.3 and 2.4. by Kirill Simonov · 14 years ago
  94. af4ffe0 Updated the announcement. by Kirill Simonov · 14 years ago
  95. 644385b Dropped support for Python 2.3 and 2.4. by Kirill Simonov · 14 years ago
  96. b1c7014 Updated the changelog and bumped the version number. by Kirill Simonov · 14 years ago
  97. 7e1b5fa Clear cyclic references in the parser and the emitter to avoid extra GC calls. by Kirill Simonov · 14 years ago
  98. 23c952f Do not attempt to build extensions on platforms other than CPython. by Kirill Simonov · 14 years ago 3.10
  99. 20609ed Removed python-porting from the announcement list. by Kirill Simonov · 16 years ago
  100. 1626bb3 Fixed tests on the Windows platform. by Kirill Simonov · 16 years ago