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