1. 86a29eb Install tox in a virtualenv by Ian Cordasco · 8 years ago
  2. 2414cad Add Travis Support by Donald Stufft · 9 years ago
  3. a27099b Ignore common build/runtime artifacts by Donald Stufft · 9 years ago
  4. bdf0794 Add a tox.ini to run tests by Donald Stufft · 9 years ago
  5. 93694d3 Added tag 3.12 for changeset 823acfc7b4ff by Kirill Simonov · 9 years ago
  6. 7e026bf Updated README and announcement. by Kirill Simonov · 9 years ago 3.12
  7. eb9932a Fixed handling --verbose flag in the test appliance. by Kirill Simonov · 9 years ago
  8. 37be8e0 Merged in scorphus/pyyaml (pull request #9) by Kirill Simonov · 9 years ago
  9. ca0ed1f Corrected libyaml definitions in _yaml.pxd. by Kirill Simonov · 9 years ago
  10. 16bd7d0 Improved check for CPython (fixes issue #58). by Kirill Simonov · 9 years ago
  11. 153a194 Adding an implicit resolver to a derived loader should not affect the base loader (fixes issue #57). by Kirill Simonov · 9 years ago
  12. c95586c Uniform representation for OrderedDict (fixes issue #61). by Kirill Simonov · 9 years ago
  13. f10d92f Fixed comparison to () (closes #64). by Kirill Simonov · 9 years ago
  14. d737907 Fixed comparison to None warning (closes issue #64). by Kirill Simonov · 9 years ago
  15. 7eeba34 removed a test which fails when wheel is imported. by Kirill Simonov · 9 years ago
  16. 7bd6e03 Support for wheel packages. by Kirill Simonov · 9 years ago
  17. 491508b Raise an error when test suite failed. by Kirill Simonov · 9 years ago
  18. a57fe5c Dropped pyrex build support; Cython now supports Python 3. by Kirill Simonov · 9 years ago
  19. 53b4c07 Bumped the version number. by Kirill Simonov · 9 years ago
  20. 2c225b2 scanner: use infinitive verb after auxiliary word could by Pablo Santiago Blum de Aguiar · 10 years ago
  21. a0c9902 Removed invalid simple key assertion. by Kirill Simonov · 10 years ago
  22. 0f734fc Added tag 3.11 for changeset b361458ecb13 by Kirill Simonov · 11 years ago
  23. 96ee4cb Bumped the version number. by Kirill Simonov · 11 years ago 3.11
  24. b6c388a update tags by convert-repo · 12 years ago
  25. 9453e0a Removed build options for 2.3 and 2.4. by Kirill Simonov · 14 years ago
  26. af4ffe0 Updated the announcement. by Kirill Simonov · 14 years ago
  27. 644385b Dropped support for Python 2.3 and 2.4. by Kirill Simonov · 14 years ago
  28. b1c7014 Updated the changelog and bumped the version number. by Kirill Simonov · 14 years ago
  29. 7e1b5fa Clear cyclic references in the parser and the emitter to avoid extra GC calls. by Kirill Simonov · 14 years ago
  30. 23c952f Do not attempt to build extensions on platforms other than CPython. by Kirill Simonov · 14 years ago 3.10
  31. 20609ed Removed python-porting from the announcement list. by Kirill Simonov · 16 years ago
  32. 1626bb3 Fixed tests on the Windows platform. by Kirill Simonov · 16 years ago
  33. 3889e35 Fixed another encoding issue. by Kirill Simonov · 16 years ago
  34. 03b28d0 Minor formatting cleanup. by Kirill Simonov · 16 years ago 3.09
  35. 50bc638 Fixed Python 3.1 incompatibility issues. by Kirill Simonov · 16 years ago
  36. b3c9435 Preparing the next release. by Kirill Simonov · 16 years ago
  37. b8b826f Fixed sorting of dict.keys() generator. by Kirill Simonov · 16 years ago
  38. 583ea8a Added a note that Python 3.1 is supported. by Kirill Simonov · 16 years ago
  39. ed9cd1b Merged some bug fixes from lib to lib3. by Kirill Simonov · 16 years ago
  40. 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
  41. 51fd5cb Fixed a typo in docstring. by Kirill Simonov · 16 years ago
  42. fa14e18 Fixed emitting of invalid BOM for UTF-16. by Kirill Simonov · 16 years ago
  43. 706e36a Fixed a problem when CDumper incorrectly serializes a node anchor. by Kirill Simonov · 16 years ago
  44. 59bb2df Removed obsolete 'package_dir' line. by Kirill Simonov · 16 years ago
  45. 7e04691 Fixed the Pyrex implementation of Mark class. by Kirill Simonov · 16 years ago
  46. 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 · 16 years ago
  47. 08a55b9 Added a workaround against #116 (Thanks Andrey Somov). by Kirill Simonov · 16 years ago
  48. b8f1953 Restored Mark implementation in C as using the Python class causes a significant performance hit. by Kirill Simonov · 16 years ago
  49. 6f51a53 Fixed a typo in the attribute name (Thanks ingy). by Kirill Simonov · 16 years ago
  50. 466bc38 Added a MS VC 6.0 compatibility hack against Cython-generated C sources. by Kirill Simonov · 16 years ago
  51. f18dbe7 Added directories lib/yaml and lib3/yaml to MANIFEST.in. by Kirill Simonov · 16 years ago 3.08
  52. 6a62e8e Final touches before the release. by Kirill Simonov · 16 years ago
  53. e2bf4f3 Minor compatibility fixes. by Kirill Simonov · 16 years ago
  54. bf272b0 Fixed str/bytes issues with Python 3 in _yaml.pyx. by Kirill Simonov · 16 years ago
  55. 5f5e9a9 Handle the encoding of input and output streams in a uniform way. by Kirill Simonov · 16 years ago
  56. 7d5f945 Use Cython if available; added Python 3 support to _yaml.pyx. by Kirill Simonov · 16 years ago
  57. ab8d940 Share data files between Py2 and Py3 test suites. by Kirill Simonov · 16 years ago
  58. ca836ef Fixed the remaining Python 3 compatibility issues. by Kirill Simonov · 16 years ago
  59. 235ab98 Added basic support for Python 3 (Thanks idadesub(at)users(dot)sourceforge(dot)net). by Kirill Simonov · 16 years ago
  60. 1310c51 Added CHANGES; updated the announcement; wording fixes in setup.py. by Kirill Simonov · 16 years ago
  61. 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
  62. 1e84230 Fixed an issue with ReaderError generated by the LibYAML wrapper. by Kirill Simonov · 16 years ago
  63. aff84ff Refactored the test suite; updated include and library paths in setup.cfg. by Kirill Simonov · 16 years ago
  64. a667b61 Bumped the version number. by Kirill Simonov · 16 years ago
  65. 5413848 Emit an explicit document end indicator when there is a possibility of ambiguous parsing. by Kirill Simonov · 16 years ago
  66. 93f64d3 Fixed test errors for LibYAML bindings; added a test on emitting nodes in all possible styles. by Kirill Simonov · 16 years ago
  67. 7baeadf Minor fixes in the test subsystem to prevent failures in LibYAML bindings tests. by Kirill Simonov · 16 years ago
  68. 4cc504a Fixed a bug in CDumper when ascend_resolver() is never called. by Kirill Simonov · 16 years ago
  69. 59f1f45 Refactored whitespace combination detector in the scalar analyzer: support dumping '^ <break> <space> ...' in the block style. by Kirill Simonov · 16 years ago
  70. 3acc330 Fixed typos in attribute names (Thanks to ingy). by Kirill Simonov · 16 years ago
  71. 9027393 Added a comment on Python 3 support. by Kirill Simonov · 16 years ago
  72. 5d2ae6b Added trove classifiers for supported Python versions. by Kirill Simonov · 16 years ago
  73. 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
  74. b78e494 Removed unused variable. by Kirill Simonov · 16 years ago
  75. d41df6a Removed a stale comment; fixes #102. by Kirill Simonov · 16 years ago
  76. 3ea3d11 Pretend that PyYAML is a pure Python library when the LibYAML extension is explicitly disabled. by Kirill Simonov · 16 years ago
  77. 0415f86 determine_chomp -> determine_block_hints by Kirill Simonov · 16 years ago
  78. ec77e13 Permit emitting block scalars with leading spaces or breaks. by Kirill Simonov · 16 years ago
  79. 9768bab Fixed the distutils script to run when installed using easy_install and Pyrex is available. by Kirill Simonov · 16 years ago
  80. 2b9937b Final touches in README. by Kirill Simonov · 16 years ago 3.06
  81. 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
  82. f13e492 Python 2.3 and win32 compatibility fixes in setup.py. by Kirill Simonov · 16 years ago
  83. c0d6133 Check if libyaml is installed before attempting to compile the libyaml bindings. by Kirill Simonov · 16 years ago
  84. 4692b60 Added the script tests/test_all.py. by Kirill Simonov · 16 years ago
  85. be82996 Dropped setuptools-based setup.py in favor of custom distribution and build_ext command. by Kirill Simonov · 16 years ago
  86. 72189ab Fixed include_dirs and library_dirs for the Windows build. by Kirill Simonov · 16 years ago
  87. 48da808 Updated the manifest file. by Kirill Simonov · 16 years ago
  88. 9bc5618 Updated announcement.msg. by Kirill Simonov · 16 years ago
  89. f20210c Added attributes ``yaml.__version__`` and ``yaml.__libyaml__`` (fixes #85). by Kirill Simonov · 16 years ago
  90. 61e06c4 Added a setuptools installer 'ez_setup.py'. by Kirill Simonov · 16 years ago
  91. ffb4666 Updated Makefile to use 'setup.py --with-libyaml'. by Kirill Simonov · 16 years ago
  92. c61d0ce Updated README, announcement and MANIFEST files for the 3.06 release. by Kirill Simonov · 16 years ago
  93. 938ef71 Updated setup.cfg to use the stable branch of libyaml; added Python 2.6 options. by Kirill Simonov · 16 years ago
  94. 3ded207 Added a test for single dot being a float bug. by Kirill Simonov · 16 years ago
  95. a69b98b Use setuptools for setup.py. Dropped setup_with_libyaml.py; to build libyaml bindings, use --with-libyaml. by Kirill Simonov · 16 years ago
  96. 487ac91 Fixed Python 2.3 compatibility (thanks to Julian Scheid for suggestion). by Kirill Simonov · 17 years ago
  97. 09e388a Added a YAML lexer for Pygments. by Kirill Simonov · 17 years ago
  98. 073f08e A single dot is not a float value (fixes #62). by Kirill Simonov · 17 years ago
  99. 046f114 Make compose() and load() ensure that the input stream contains a single document. Fixes #54. by Kirill Simonov · 18 years ago
  100. 7b600d3 Fixed _yaml.pyx to work with the latest Pyrex. by Kirill Simonov · 18 years ago