1. e1ffe1a increase size of index, line, and column fields (#310) by Dwight Guth · 5 years ago
  2. f1ab37d Fix for Python 3.10 (#329) by Hugo van Kemenade · 5 years ago
  3. a826f54 Enable certain unicode tests when maxunicode not > 0xffff by Tina Müller · 5 years ago
  4. 03b378d Allow add_multi_constructor with None (#358) by Tina Müller (tinita) · 5 years ago
  5. 5a0cfab Fix handling of __slots__ (#161) by Filip Salomonsson · 5 years ago
  6. d6cbff6 Skip certain unicode tests when maxunicode not > 0xffff by Tina Müller · 6 years ago
  7. 07c88c6 Allow to turn off sorting keys in Dumper by Tina Müller · 6 years ago
  8. 857dff1 Apply FullLoader/UnsafeLoader changes to lib3 by Tina Müller · 6 years ago
  9. 0cedb2a Deprecate/warn usage of yaml.load(input) by Ingy döt Net · 6 years ago
  10. ccc40f3 Reverting https://github.com/yaml/pyyaml/pull/74 by Ingy döt Net · 7 years ago
  11. bbcf95f Now, for py3k! by Alex Gaynor · 8 years ago
  12. 7b68405 Make pyyaml safe by default. by Alex Gaynor · 8 years ago
  13. c67d8df Suspicious 'expected an exception' messages trimmed by Peter Murphy · 8 years ago
  14. c60232d Added emoticon test data files (which will probably break testing) by Peter Murphy · 8 years ago
  15. c5b135f Allow colon in a plain scalar in a flow context (#45) by Daniel Beer · 8 years ago
  16. eb9932a Fixed handling --verbose flag in the test appliance. by Kirill Simonov · 9 years ago
  17. 7eeba34 removed a test which fails when wheel is imported. by Kirill Simonov · 9 years ago
  18. 491508b Raise an error when test suite failed. by Kirill Simonov · 9 years ago
  19. 7e1b5fa Clear cyclic references in the parser and the emitter to avoid extra GC calls. by Kirill Simonov · 14 years ago
  20. 1626bb3 Fixed tests on the Windows platform. by Kirill Simonov · 16 years ago
  21. 3889e35 Fixed another encoding issue. by Kirill Simonov · 16 years ago
  22. 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
  23. fa14e18 Fixed emitting of invalid BOM for UTF-16. by Kirill Simonov · 16 years ago
  24. 706e36a Fixed a problem when CDumper incorrectly serializes a node anchor. by Kirill Simonov · 16 years ago
  25. 6a62e8e Final touches before the release. by Kirill Simonov · 16 years ago
  26. e2bf4f3 Minor compatibility fixes. by Kirill Simonov · 16 years ago
  27. bf272b0 Fixed str/bytes issues with Python 3 in _yaml.pyx. by Kirill Simonov · 16 years ago
  28. 5f5e9a9 Handle the encoding of input and output streams in a uniform way. by Kirill Simonov · 16 years ago
  29. 7d5f945 Use Cython if available; added Python 3 support to _yaml.pyx. by Kirill Simonov · 16 years ago
  30. ab8d940 Share data files between Py2 and Py3 test suites. by Kirill Simonov · 16 years ago
  31. 8e88d11 Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' message in setup.py. by Kirill Simonov · 16 years ago 3.07
  32. 1e84230 Fixed an issue with ReaderError generated by the LibYAML wrapper. by Kirill Simonov · 16 years ago
  33. aff84ff Refactored the test suite; updated include and library paths in setup.cfg. by Kirill Simonov · 16 years ago
  34. 93f64d3 Fixed test errors for LibYAML bindings; added a test on emitting nodes in all possible styles. by Kirill Simonov · 16 years ago
  35. 7baeadf Minor fixes in the test subsystem to prevent failures in LibYAML bindings tests. by Kirill Simonov · 16 years ago
  36. 4692b60 Added the script tests/test_all.py. by Kirill Simonov · 16 years ago
  37. 3ded207 Added a test for single dot being a float bug. by Kirill Simonov · 16 years ago
  38. 073f08e A single dot is not a float value (fixes #62). by Kirill Simonov · 17 years ago
  39. 046f114 Make compose() and load() ensure that the input stream contains a single document. Fixes #54. by Kirill Simonov · 18 years ago
  40. e5059a1 Add the tests for checking the libyaml bug. by Kirill Simonov · 18 years ago
  41. ed79023 Fix loss of microsecond precision in datetime.datetime constructor (fix #30). by Kirill Simonov · 18 years ago
  42. cc9c738 Fix loading an empty YAML stream. by Kirill Simonov · 19 years ago
  43. b4643e7 Fix a test to work under Python 2.3. by Kirill Simonov · 19 years ago
  44. 8f9b8be The 'N' plain scalar was still recognized as ``!!bool``. Fix it (close #26). by Kirill Simonov · 19 years ago
  45. 29413ea Fix timestamp constructing and representing (close #25). by Kirill Simonov · 19 years ago
  46. 17fa129 Completely rewrite the libyaml bindings. by Kirill Simonov · 19 years ago
  47. 8b083c6 Subclass all base classes from `object`. by Kirill Simonov · 19 years ago
  48. 2e6c774 Fix a bug when a block scalar is incorrectly emitted in the simple key context. by Kirill Simonov · 19 years ago
  49. e4c1238 Update libyaml bindings. by Kirill Simonov · 19 years ago
  50. 6743cf6 Update PyRex based bindings to libyaml to include Parser functions. by Kirill Simonov · 19 years ago
  51. 63fa1bd To make porting easier, rewrite Parser not using generators. by Kirill Simonov · 19 years ago
  52. 27de2ba Fix invalid output of single-quoted scalars in cases when a single by Kirill Simonov · 19 years ago
  53. 4b48dcf Add pyrex-based bindings for the libyaml scanner. by Kirill Simonov · 19 years ago
  54. bcfc0b6 Fix several problems caused by ill-formed documents. by Kirill Simonov · 19 years ago
  55. d01a85f Add ind and qnan values to a float test. by Kirill Simonov · 19 years ago
  56. a109c6b Add a test case belonging to the previous commit. by Kirill Simonov · 19 years ago
  57. 500659d Revamp the inf/nan handling again. by Kirill Simonov · 19 years ago
  58. ee2fb1c Add a test case for #15. by Kirill Simonov · 19 years ago
  59. eefe5f7 Final touches before the release. by Kirill Simonov · 19 years ago
  60. dd2da8a Fix a bug in a test. by Kirill Simonov · 19 years ago
  61. 74f8caa Fix #11 (Thanks to edemaine(at)mit.edu). by Kirill Simonov · 19 years ago
  62. 410d822 Prepare setup.py for release. Fix #7. by Kirill Simonov · 19 years ago
  63. fc01755 Raise an error for colons in the flow context. by Kirill Simonov · 19 years ago
  64. c87ce16 Add support for pickling/unpickling python objects. by Kirill Simonov · 19 years ago
  65. cce1516 Fix !!python/name for Python 2.3. Clear the yaml module namespace. by Kirill Simonov · 19 years ago
  66. 89cc4e3 Add more unit tests. by Kirill Simonov · 19 years ago
  67. c9aec90 Add support for recursive nodes to Composer. Constructor does not support recursive objects though. by Kirill Simonov · 19 years ago
  68. 95b3cef Add more unit tests for error messages. by Kirill Simonov · 19 years ago
  69. 24f8ae0 Rename error-message to loader-error and add new examples. by Kirill Simonov · 19 years ago
  70. ea23091 Fix #4 (Thanks to murphy(at)rubychan.de) by Kirill Simonov · 19 years ago
  71. b12e7fe Refactor resolver. by Kirill Simonov · 19 years ago
  72. 6a97abb Major refactoring. by Kirill Simonov · 19 years ago
  73. cc316a4 Implement yaml.dump(). by Kirill Simonov · 19 years ago
  74. 2d457ba Emitter is done!!! by Kirill Simonov · 19 years ago
  75. 268bb76 Add style information to events generated by Parser. by Kirill Simonov · 19 years ago
  76. 3aa5584 Fix a test. by Kirill Simonov · 19 years ago
  77. 8973bb4 * Add the token STREAM-START. by Kirill Simonov · 19 years ago
  78. 6548cd6 Loose indentation rules for the following cases: by Kirill Simonov · 19 years ago
  79. 14ed697 Back to work :). Rename markers to marks. by Kirill Simonov · 19 years ago
  80. 4c570fa Move pyyaml3000 to a separate directory. by Kirill Simonov · 19 years ago