1. 235ab98 Added basic support for Python 3 (Thanks idadesub(at)users(dot)sourceforge(dot)net). by Kirill Simonov · 16 years ago
  2. 1310c51 Added CHANGES; updated the announcement; wording fixes in setup.py. by Kirill Simonov · 16 years ago
  3. 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
  4. 1e84230 Fixed an issue with ReaderError generated by the LibYAML wrapper. by Kirill Simonov · 16 years ago
  5. aff84ff Refactored the test suite; updated include and library paths in setup.cfg. by Kirill Simonov · 16 years ago
  6. a667b61 Bumped the version number. by Kirill Simonov · 16 years ago
  7. 5413848 Emit an explicit document end indicator when there is a possibility of ambiguous parsing. by Kirill Simonov · 16 years ago
  8. 93f64d3 Fixed test errors for LibYAML bindings; added a test on emitting nodes in all possible styles. by Kirill Simonov · 16 years ago
  9. 7baeadf Minor fixes in the test subsystem to prevent failures in LibYAML bindings tests. by Kirill Simonov · 16 years ago
  10. 4cc504a Fixed a bug in CDumper when ascend_resolver() is never called. by Kirill Simonov · 16 years ago
  11. 59f1f45 Refactored whitespace combination detector in the scalar analyzer: support dumping '^ <break> <space> ...' in the block style. by Kirill Simonov · 16 years ago
  12. 3acc330 Fixed typos in attribute names (Thanks to ingy). by Kirill Simonov · 16 years ago
  13. 9027393 Added a comment on Python 3 support. by Kirill Simonov · 16 years ago
  14. 5d2ae6b Added trove classifiers for supported Python versions. by Kirill Simonov · 16 years ago
  15. 6282bda Fixed a problem with emitting block scalars (thanks to Andrey Somov): no longer emit indentation spaces when they are not needed; emit the correct number of leading breaks for folded scalars; emit the '+' chomping indicator for a single break scalar. by Kirill Simonov · 16 years ago
  16. b78e494 Removed unused variable. by Kirill Simonov · 16 years ago
  17. d41df6a Removed a stale comment; fixes #102. by Kirill Simonov · 16 years ago
  18. 3ea3d11 Pretend that PyYAML is a pure Python library when the LibYAML extension is explicitly disabled. by Kirill Simonov · 16 years ago
  19. 0415f86 determine_chomp -> determine_block_hints by Kirill Simonov · 16 years ago
  20. ec77e13 Permit emitting block scalars with leading spaces or breaks. by Kirill Simonov · 16 years ago
  21. 9768bab Fixed the distutils script to run when installed using easy_install and Pyrex is available. by Kirill Simonov · 16 years ago
  22. 2b9937b Final touches in README. by Kirill Simonov · 16 years ago 3.06
  23. 5d943d1 Dropped tests from the source distribution since LibYAML bindings do not pass them; updated README and announcement.msg; renamed 'yaml.__libyaml__' to 'yaml.__with_libyaml__'. by Kirill Simonov · 16 years ago
  24. f13e492 Python 2.3 and win32 compatibility fixes in setup.py. by Kirill Simonov · 16 years ago
  25. c0d6133 Check if libyaml is installed before attempting to compile the libyaml bindings. by Kirill Simonov · 16 years ago
  26. 4692b60 Added the script tests/test_all.py. by Kirill Simonov · 16 years ago
  27. be82996 Dropped setuptools-based setup.py in favor of custom distribution and build_ext command. by Kirill Simonov · 16 years ago
  28. 72189ab Fixed include_dirs and library_dirs for the Windows build. by Kirill Simonov · 16 years ago
  29. 48da808 Updated the manifest file. by Kirill Simonov · 16 years ago
  30. 9bc5618 Updated announcement.msg. by Kirill Simonov · 16 years ago
  31. f20210c Added attributes ``yaml.__version__`` and ``yaml.__libyaml__`` (fixes #85). by Kirill Simonov · 16 years ago
  32. 61e06c4 Added a setuptools installer 'ez_setup.py'. by Kirill Simonov · 16 years ago
  33. ffb4666 Updated Makefile to use 'setup.py --with-libyaml'. by Kirill Simonov · 16 years ago
  34. c61d0ce Updated README, announcement and MANIFEST files for the 3.06 release. by Kirill Simonov · 16 years ago
  35. 938ef71 Updated setup.cfg to use the stable branch of libyaml; added Python 2.6 options. by Kirill Simonov · 16 years ago
  36. 3ded207 Added a test for single dot being a float bug. by Kirill Simonov · 16 years ago
  37. a69b98b Use setuptools for setup.py. Dropped setup_with_libyaml.py; to build libyaml bindings, use --with-libyaml. by Kirill Simonov · 16 years ago
  38. 487ac91 Fixed Python 2.3 compatibility (thanks to Julian Scheid for suggestion). by Kirill Simonov · 17 years ago
  39. 09e388a Added a YAML lexer for Pygments. by Kirill Simonov · 17 years ago
  40. 073f08e A single dot is not a float value (fixes #62). by Kirill Simonov · 17 years ago
  41. 046f114 Make compose() and load() ensure that the input stream contains a single document. Fixes #54. by Kirill Simonov · 17 years ago
  42. 7b600d3 Fixed _yaml.pyx to work with the latest Pyrex. by Kirill Simonov · 18 years ago
  43. 93ec8bc Added the setup.cfg options for building PyYAML Windows installer. by Kirill Simonov · 18 years ago 3.05
  44. e1d133a Update the package version. by Kirill Simonov · 18 years ago
  45. 804f9d8 Prepare the 3.05 release. by Kirill Simonov · 18 years ago
  46. dafd164 Allow for immutable subclasses of YAMLObject. Fixes #53. by Kirill Simonov · 18 years ago
  47. 69379ea Make the encoding of the unicode->str conversion explicit; fix [52]. by Kirill Simonov · 18 years ago
  48. 9eb838b Fixed a problem when the DOCUMENT-END event is not emitted until the beginning of the next document is available. Fixed #51. Thanks edward(at)sweetbytes.net for the bug report. by Kirill Simonov · 18 years ago
  49. 96fcba3 Improve output of float values. Fix #49. by Kirill Simonov · 18 years ago
  50. e5059a1 Add the tests for checking the libyaml bug. by Kirill Simonov · 18 years ago
  51. 04ff8e6 Fix the bug when the `path` in `add_path_resolver` contains boolean values. Fix #43 (thanks to jstroud(at)mbi.ucla.edu for reporting and pointing to the cause). by Kirill Simonov · 18 years ago
  52. 21483f2 Use the types module instead of constructing type objects by hand. Fix #41. Thanks to v.haisman@sh.cvut.cz for the patch. by Kirill Simonov · 18 years ago
  53. ed79023 Fix loss of microsecond precision in datetime.datetime constructor (fix #30). by Kirill Simonov · 18 years ago
  54. cc9c738 Fix loading an empty YAML stream. by Kirill Simonov · 18 years ago
  55. fb2fd2a Amend the announce message. by Kirill Simonov · 18 years ago
  56. be67e2d Update README and the announcement message. by Kirill Simonov · 18 years ago 3.04
  57. 320c697 Fix makefile and add setup.cfg. by Kirill Simonov · 18 years ago
  58. b4643e7 Fix a test to work under Python 2.3. by Kirill Simonov · 18 years ago
  59. 1710a8d Preparing the next release. by Kirill Simonov · 18 years ago
  60. 8f9b8be The 'N' plain scalar was still recognized as ``!!bool``. Fix it (close #26). by Kirill Simonov · 18 years ago
  61. 29413ea Fix timestamp constructing and representing (close #25). by Kirill Simonov · 18 years ago
  62. 17fa129 Completely rewrite the libyaml bindings. by Kirill Simonov · 19 years ago
  63. 8b083c6 Subclass all base classes from `object`. by Kirill Simonov · 19 years ago
  64. 2e6c774 Fix a bug when a block scalar is incorrectly emitted in the simple key context. by Kirill Simonov · 19 years ago
  65. e4c1238 Update libyaml bindings. by Kirill Simonov · 19 years ago
  66. 056fe5c Fix a bug in Representer.represent_object: copy_reg.dispatch_table was not correctly handled. by Kirill Simonov · 19 years ago
  67. 6743cf6 Update PyRex based bindings to libyaml to include Parser functions. by Kirill Simonov · 19 years ago
  68. 95c8976 Fix some minor issues with the new Parser. by Kirill Simonov · 19 years ago
  69. 63fa1bd To make porting easier, rewrite Parser not using generators. by Kirill Simonov · 19 years ago
  70. 27de2ba Fix invalid output of single-quoted scalars in cases when a single by Kirill Simonov · 19 years ago
  71. 92243c6 Trying to make libyaml bindings faster. by Kirill Simonov · 19 years ago
  72. 4b48dcf Add pyrex-based bindings for the libyaml scanner. by Kirill Simonov · 19 years ago
  73. 47b72d2 Preparing the release: PyYAML-3.03 by Kirill Simonov · 19 years ago
  74. 72992fe Fix a typo in a plain scalar scanner. by Kirill Simonov · 19 years ago 3.03
  75. bcfc0b6 Fix several problems caused by ill-formed documents. by Kirill Simonov · 19 years ago
  76. d01a85f Add ind and qnan values to a float test. by Kirill Simonov · 19 years ago
  77. e51f97d Optimize slightly the float constructor. by Kirill Simonov · 19 years ago
  78. a109c6b Add a test case belonging to the previous commit. by Kirill Simonov · 19 years ago
  79. 500659d Revamp the inf/nan handling again. by Kirill Simonov · 19 years ago
  80. ee2fb1c Add a test case for #15. by Kirill Simonov · 19 years ago
  81. 149a437 Fixed #15 (pyyaml discards '-' sign on negative floats). by Kirill Simonov · 19 years ago
  82. 810977b Dynamically determine the inf and nan values. Should fix #14. by Kirill Simonov · 19 years ago
  83. eefe5f7 Final touches before the release. by Kirill Simonov · 19 years ago
  84. da8f3ca Preparing the next release. by Kirill Simonov · 19 years ago 3.02
  85. f87fec8 Rename yaml-hl to yaml-highlight. by Kirill Simonov · 19 years ago
  86. 6fc24b4 Load yaml_hl.cfg from the script path. by Kirill Simonov · 19 years ago
  87. c3ab1fb Add the announcement message. by Kirill Simonov · 19 years ago
  88. d694099 Remake the YAML highlighting example. by Kirill Simonov · 19 years ago
  89. 9bd0b4e Fix a bug in add_path_resolver: map -> dict. by Kirill Simonov · 19 years ago
  90. 8f22ae6 Final touches before the initial release. by Kirill Simonov · 19 years ago
  91. 43ffedd Allow first=None for add_implicit_resolver. by Kirill Simonov · 19 years ago 3.01
  92. dd2da8a Fix a bug in a test. by Kirill Simonov · 19 years ago
  93. 74f8caa Fix #11 (Thanks to edemaine(at)mit.edu). by Kirill Simonov · 19 years ago
  94. 80ba450 Add a way to override default style chosen by Representer: fix #9 by Kirill Simonov · 19 years ago
  95. cd21dc6 1e30000 => 1e300000 by Kirill Simonov · 19 years ago
  96. 410d822 Prepare setup.py for release. Fix #7. by Kirill Simonov · 19 years ago
  97. fc01755 Raise an error for colons in the flow context. by Kirill Simonov · 19 years ago
  98. e8eed63 Sort object attributes. by Kirill Simonov · 19 years ago
  99. c87ce16 Add support for pickling/unpickling python objects. by Kirill Simonov · 19 years ago
  100. cce1516 Fix !!python/name for Python 2.3. Clear the yaml module namespace. by Kirill Simonov · 19 years ago