Commit Graph

159 Commits

Author SHA1 Message Date
Kirill Simonov
96ee4cbfcc Bumped the version number. 2014-03-26 19:34:36 -05:00
convert-repo
b6c388a23e update tags 2012-12-24 03:51:27 +00:00
Kirill Simonov
9453e0afc0 Removed build options for 2.3 and 2.4. 2011-05-30 04:53:00 +00:00
Kirill Simonov
af4ffe0c8f Updated the announcement. 2011-05-30 04:40:03 +00:00
Kirill Simonov
644385bed3 Dropped support for Python 2.3 and 2.4. 2011-05-30 04:19:04 +00:00
Kirill Simonov
b1c7014863 Updated the changelog and bumped the version number. 2011-05-30 03:28:15 +00:00
Kirill Simonov
7e1b5fae0b Clear cyclic references in the parser and the emitter to avoid extra GC calls. 2011-05-30 02:51:30 +00:00
Kirill Simonov
23c952fe08 Do not attempt to build extensions on platforms other than CPython. 2011-05-29 16:13:17 +00:00
Kirill Simonov
20609edc91 Removed python-porting from the announcement list. 2009-08-31 10:36:34 +00:00
Kirill Simonov
1626bb30f5 Fixed tests on the Windows platform. 2009-08-31 09:09:21 +00:00
Kirill Simonov
3889e354cf Fixed another encoding issue. 2009-08-31 08:47:05 +00:00
Kirill Simonov
03b28d0fc7 Minor formatting cleanup. 2009-08-30 20:06:16 +00:00
Kirill Simonov
50bc6388bf Fixed Python 3.1 incompatibility issues. 2009-08-30 19:32:07 +00:00
Kirill Simonov
b3c9435637 Preparing the next release. 2009-08-30 00:07:20 +00:00
Kirill Simonov
b8b826f1ca Fixed sorting of dict.keys() generator. 2009-08-30 00:04:52 +00:00
Kirill Simonov
583ea8ad32 Added a note that Python 3.1 is supported. 2009-08-29 22:37:18 +00:00
Kirill Simonov
ed9cd1bbad Merged some bug fixes from lib to lib3. 2009-08-29 22:28:45 +00:00
Kirill Simonov
335c34455d Fixed a problem with a scanner error not detected when no line break at the end of the stream. 2009-08-29 22:12:45 +00:00
Kirill Simonov
51fd5cbfdb Fixed a typo in docstring. 2009-08-29 21:33:36 +00:00
Kirill Simonov
fa14e18b38 Fixed emitting of invalid BOM for UTF-16. 2009-08-29 20:59:56 +00:00
Kirill Simonov
706e36ab64 Fixed a problem when CDumper incorrectly serializes a node anchor. 2009-08-29 19:15:31 +00:00
Kirill Simonov
59bb2dff6a Removed obsolete 'package_dir' line. 2009-08-29 19:13:27 +00:00
Kirill Simonov
7e0469140a Fixed the Pyrex implementation of Mark class. 2009-03-28 12:49:52 +00:00
Kirill Simonov
6483cb73c7 Fixed a bug where folded scalar emitter did not respect the preffered line width (Thanks ingy for the report and the patch). 2009-03-28 12:49:11 +00:00
Kirill Simonov
08a55b972b Added a workaround against #116 (Thanks Andrey Somov). 2009-02-23 19:17:29 +00:00
Kirill Simonov
b8f1953266 Restored Mark implementation in C as using the Python class causes a significant performance hit. 2008-12-31 11:04:28 +00:00
Kirill Simonov
6f51a53a6b Fixed a typo in the attribute name (Thanks ingy). 2008-12-30 20:23:49 +00:00
Kirill Simonov
466bc3865c Added a MS VC 6.0 compatibility hack against Cython-generated C sources. 2008-12-30 19:55:02 +00:00
Kirill Simonov
f18dbe7f5d Added directories lib/yaml and lib3/yaml to MANIFEST.in. 2008-12-30 18:44:37 +00:00
Kirill Simonov
6a62e8e7e0 Final touches before the release. 2008-12-30 18:18:53 +00:00
Kirill Simonov
e2bf4f3a03 Minor compatibility fixes. 2008-12-30 14:55:47 +00:00
Kirill Simonov
bf272b0339 Fixed str/bytes issues with Python 3 in _yaml.pyx. 2008-12-30 13:30:52 +00:00
Kirill Simonov
5f5e9a9494 Handle the encoding of input and output streams in a uniform way. 2008-12-30 04:02:04 +00:00
Kirill Simonov
7d5f9450cf Use Cython if available; added Python 3 support to _yaml.pyx. 2008-12-29 23:21:43 +00:00
Kirill Simonov
ab8d940469 Share data files between Py2 and Py3 test suites. 2008-12-29 19:05:11 +00:00
Kirill Simonov
ca836ef04d Fixed the remaining Python 3 compatibility issues. 2008-12-29 18:11:08 +00:00
Kirill Simonov
235ab98c2c Added basic support for Python 3 (Thanks idadesub(at)users(dot)sourceforge(dot)net). 2008-12-29 17:24:05 +00:00
Kirill Simonov
1310c51249 Added CHANGES; updated the announcement; wording fixes in setup.py. 2008-12-28 23:34:19 +00:00
Kirill Simonov
8e88d11b41 Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' message in setup.py. 2008-12-28 21:42:35 +00:00
Kirill Simonov
1e842301f4 Fixed an issue with ReaderError generated by the LibYAML wrapper. 2008-12-28 20:41:41 +00:00
Kirill Simonov
aff84ff195 Refactored the test suite; updated include and library paths in setup.cfg. 2008-12-28 20:16:50 +00:00
Kirill Simonov
a667b61247 Bumped the version number. 2008-12-27 19:11:55 +00:00
Kirill Simonov
5413848f2b Emit an explicit document end indicator when there is a possibility of ambiguous parsing. 2008-12-27 19:10:31 +00:00
Kirill Simonov
93f64d3c79 Fixed test errors for LibYAML bindings; added a test on emitting nodes in all possible styles. 2008-12-27 19:09:03 +00:00
Kirill Simonov
7baeadf46f Minor fixes in the test subsystem to prevent failures in LibYAML bindings tests. 2008-12-27 14:54:07 +00:00
Kirill Simonov
4cc504a108 Fixed a bug in CDumper when ascend_resolver() is never called. 2008-12-27 14:50:08 +00:00
Kirill Simonov
59f1f45465 Refactored whitespace combination detector in the scalar analyzer: support dumping '^ <break> <space> ...' in the block style. 2008-12-27 11:07:47 +00:00
Kirill Simonov
3acc330efa Fixed typos in attribute names (Thanks to ingy). 2008-12-08 09:12:10 +00:00
Kirill Simonov
9027393a4f Added a comment on Python 3 support. 2008-12-05 19:37:52 +00:00
Kirill Simonov
5d2ae6b34f Added trove classifiers for supported Python versions. 2008-12-05 19:35:24 +00:00