1. d6cbff6 Skip certain unicode tests when maxunicode not > 0xffff by Tina Müller · 5 years ago
  2. 69103ba Update .travis.yml to use libyaml 0.2.2 by Ingy döt Net · 5 years ago
  3. 91c9435 Squash/merge pull request #105 from nnadeau/patch-1 by Matt Davis · 5 years ago
  4. 507a464 Make default_flow_style=False by Tina Müller · 5 years ago
  5. 07c88c6 Allow to turn off sorting keys in Dumper by Tina Müller · 6 years ago
  6. 611ba39 Include license file in the generated wheel package by Jon Dufresne · 6 years ago
  7. 857dff1 Apply FullLoader/UnsafeLoader changes to lib3 by Tina Müller · 5 years ago
  8. 0cedb2a Deprecate/warn usage of yaml.load(input) by Ingy döt Net · 5 years ago
  9. d13a3d0 Fix for bug https://github.com/yaml/pyyaml/issues/118 by scauligi · 6 years ago
  10. 9959328 Import Hashable from collections.abc by Florian Bruhin · 6 years ago
  11. ccc40f3 Reverting https://github.com/yaml/pyyaml/pull/74 by Ingy döt Net · 6 years ago
  12. a9c28e0 Build libyaml on travis by Tina Müller · 6 years ago
  13. 69244c1 Install cython alongside tox by Anthony Sottile · 6 years ago
  14. d76d037 Force cython when building sdist by Tina Müller · 6 years ago
  15. d3eb7da Changes for 4.1 release by Alex Gaynor · 6 years ago 4.1 4.1-retracted
  16. 4c2e993 Changes for 4.01 release by Ingy döt Net · 6 years ago
  17. f6049c8 Support escaped slash in double quotes "\/" by Tina Müller · 6 years ago
  18. e7a2f88 Drop unsupported Python 3.3 by hugovk · 7 years ago
  19. 7f11827 Update README.fuchsia by Petr Hosek · 6 years ago
  20. b6cbfee Test on Python 3.7-dev by Hugo · 6 years ago
  21. 801288d Remove commented out Psyco code by Jon Dufresne · 6 years ago
  22. 0f2afde Revert PR #150 per @asomov by Ingy döt Net · 6 years ago
  23. 8e27c84 Update README.fuchsia by Damien Miller · 6 years ago
  24. a02d17a Remove redundant code in Scanner.peek_token() by Andrey Somov · 6 years ago
  25. 4e3bc3b Link to upstream in README.fuchsia by Damien Miller · 6 years ago
  26. 298e079 Fallback to Pure Python if Compilation fails by Donald Stufft · 7 years ago
  27. 802c4a6 add 3.12 changelog by hsmtkk · 7 years ago
  28. bbcf95f Now, for py3k! by Alex Gaynor · 7 years ago
  29. 517e83e wtf, how did this typo happen by Alex Gaynor · 7 years ago
  30. 7b68405 Make pyyaml safe by default. by Alex Gaynor · 7 years ago
  31. d856c20 Fix typos by Jakub Wilk · 7 years ago
  32. ef744d8 Improve RepresenterError creation by Timofei Bondarev · 7 years ago
  33. 2c55eb6 Resolves #57, update readme issues link by psanchez · 7 years ago
  34. 24979fb Remove tox workaround for Travis CI by Jon Dufresne · 7 years ago
  35. 2ed9948 Use Travis CI built in pip cache support by Jon Dufresne · 7 years ago
  36. 8bca3eb Document and test Python 3.6 support by Jon Dufresne · 7 years ago
  37. 94c3f07 Reverting README to old copy by Peter Murphy · 7 years ago
  38. c67d8df Suspicious 'expected an exception' messages trimmed by Peter Murphy · 7 years ago
  39. c60232d Added emoticon test data files (which will probably break testing) by Peter Murphy · 7 years ago
  40. cf1c86c First attack at pyyaml does not support literals in unicode over codepoint 0xffff #25 by Peter Murphy · 7 years ago
  41. a06c1f6 A change to a message by Peter Murphy · 7 years ago
  42. c5b135f Allow colon in a plain scalar in a flow context (#45) by Daniel Beer · 7 years ago
  43. 86a29eb Install tox in a virtualenv by Ian Cordasco · 7 years ago
  44. 2414cad Add Travis Support by Donald Stufft · 8 years ago
  45. a27099b Ignore common build/runtime artifacts by Donald Stufft · 8 years ago
  46. bdf0794 Add a tox.ini to run tests by Donald Stufft · 8 years ago
  47. 93694d3 Added tag 3.12 for changeset 823acfc7b4ff by Kirill Simonov · 8 years ago
  48. 7e026bf Updated README and announcement. by Kirill Simonov · 8 years ago 3.12
  49. eb9932a Fixed handling --verbose flag in the test appliance. by Kirill Simonov · 8 years ago
  50. 37be8e0 Merged in scorphus/pyyaml (pull request #9) by Kirill Simonov · 8 years ago
  51. ca0ed1f Corrected libyaml definitions in _yaml.pxd. by Kirill Simonov · 8 years ago
  52. 16bd7d0 Improved check for CPython (fixes issue #58). by Kirill Simonov · 8 years ago
  53. 153a194 Adding an implicit resolver to a derived loader should not affect the base loader (fixes issue #57). by Kirill Simonov · 8 years ago
  54. c95586c Uniform representation for OrderedDict (fixes issue #61). by Kirill Simonov · 8 years ago
  55. f10d92f Fixed comparison to () (closes #64). by Kirill Simonov · 8 years ago
  56. d737907 Fixed comparison to None warning (closes issue #64). by Kirill Simonov · 8 years ago
  57. 7eeba34 removed a test which fails when wheel is imported. by Kirill Simonov · 8 years ago
  58. 7bd6e03 Support for wheel packages. by Kirill Simonov · 8 years ago
  59. 491508b Raise an error when test suite failed. by Kirill Simonov · 8 years ago
  60. a57fe5c Dropped pyrex build support; Cython now supports Python 3. by Kirill Simonov · 8 years ago
  61. 53b4c07 Bumped the version number. by Kirill Simonov · 8 years ago
  62. 2c225b2 scanner: use infinitive verb after auxiliary word could by Pablo Santiago Blum de Aguiar · 9 years ago
  63. a0c9902 Removed invalid simple key assertion. by Kirill Simonov · 9 years ago
  64. 0f734fc Added tag 3.11 for changeset b361458ecb13 by Kirill Simonov · 10 years ago
  65. 96ee4cb Bumped the version number. by Kirill Simonov · 10 years ago 3.11
  66. b6c388a update tags by convert-repo · 11 years ago
  67. 9453e0a Removed build options for 2.3 and 2.4. by Kirill Simonov · 13 years ago
  68. af4ffe0 Updated the announcement. by Kirill Simonov · 13 years ago
  69. 644385b Dropped support for Python 2.3 and 2.4. by Kirill Simonov · 13 years ago
  70. b1c7014 Updated the changelog and bumped the version number. by Kirill Simonov · 13 years ago
  71. 7e1b5fa Clear cyclic references in the parser and the emitter to avoid extra GC calls. by Kirill Simonov · 13 years ago
  72. 23c952f Do not attempt to build extensions on platforms other than CPython. by Kirill Simonov · 13 years ago 3.10
  73. 20609ed Removed python-porting from the announcement list. by Kirill Simonov · 15 years ago
  74. 1626bb3 Fixed tests on the Windows platform. by Kirill Simonov · 15 years ago
  75. 3889e35 Fixed another encoding issue. by Kirill Simonov · 15 years ago
  76. 03b28d0 Minor formatting cleanup. by Kirill Simonov · 15 years ago 3.09
  77. 50bc638 Fixed Python 3.1 incompatibility issues. by Kirill Simonov · 15 years ago
  78. b3c9435 Preparing the next release. by Kirill Simonov · 15 years ago
  79. b8b826f Fixed sorting of dict.keys() generator. by Kirill Simonov · 15 years ago
  80. 583ea8a Added a note that Python 3.1 is supported. by Kirill Simonov · 15 years ago
  81. ed9cd1b Merged some bug fixes from lib to lib3. by Kirill Simonov · 15 years ago
  82. 335c344 Fixed a problem with a scanner error not detected when no line break at the end of the stream. by Kirill Simonov · 15 years ago
  83. 51fd5cb Fixed a typo in docstring. by Kirill Simonov · 15 years ago
  84. fa14e18 Fixed emitting of invalid BOM for UTF-16. by Kirill Simonov · 15 years ago
  85. 706e36a Fixed a problem when CDumper incorrectly serializes a node anchor. by Kirill Simonov · 15 years ago
  86. 59bb2df Removed obsolete 'package_dir' line. by Kirill Simonov · 15 years ago
  87. 7e04691 Fixed the Pyrex implementation of Mark class. by Kirill Simonov · 15 years ago
  88. 6483cb7 Fixed a bug where folded scalar emitter did not respect the preffered line width (Thanks ingy for the report and the patch). by Kirill Simonov · 15 years ago
  89. 08a55b9 Added a workaround against #116 (Thanks Andrey Somov). by Kirill Simonov · 15 years ago
  90. b8f1953 Restored Mark implementation in C as using the Python class causes a significant performance hit. by Kirill Simonov · 15 years ago
  91. 6f51a53 Fixed a typo in the attribute name (Thanks ingy). by Kirill Simonov · 15 years ago
  92. 466bc38 Added a MS VC 6.0 compatibility hack against Cython-generated C sources. by Kirill Simonov · 15 years ago
  93. f18dbe7 Added directories lib/yaml and lib3/yaml to MANIFEST.in. by Kirill Simonov · 15 years ago 3.08
  94. 6a62e8e Final touches before the release. by Kirill Simonov · 15 years ago
  95. e2bf4f3 Minor compatibility fixes. by Kirill Simonov · 15 years ago
  96. bf272b0 Fixed str/bytes issues with Python 3 in _yaml.pyx. by Kirill Simonov · 15 years ago
  97. 5f5e9a9 Handle the encoding of input and output streams in a uniform way. by Kirill Simonov · 15 years ago
  98. 7d5f945 Use Cython if available; added Python 3 support to _yaml.pyx. by Kirill Simonov · 15 years ago
  99. ab8d940 Share data files between Py2 and Py3 test suites. by Kirill Simonov · 15 years ago
  100. ca836ef Fixed the remaining Python 3 compatibility issues. by Kirill Simonov · 15 years ago