Commit Graph

327 Commits

Author SHA1 Message Date
Kirill Simonov
93694d3e42 Added tag 3.12 for changeset 823acfc7b4ff 2016-08-28 18:55:34 -05:00
Kirill Simonov
7e026bfee9 Updated README and announcement. 2016-08-27 16:21:42 -05:00
Kirill Simonov
eb9932ac1c Fixed handling --verbose flag in the test appliance. 2016-08-25 22:24:45 -05:00
Kirill Simonov
37be8e0c17 Merged in scorphus/pyyaml (pull request #9)
scanner: use infinitive verb after auxiliary word could
2016-08-25 22:20:32 -05:00
Kirill Simonov
ca0ed1fefe Corrected libyaml definitions in _yaml.pxd. 2016-08-25 22:03:41 -05:00
Kirill Simonov
16bd7d06c2 Improved check for CPython (fixes issue #58). 2016-08-25 17:52:48 -05:00
Kirill Simonov
153a194e86 Adding an implicit resolver to a derived loader should not affect the base loader (fixes issue #57). 2016-08-25 17:42:41 -05:00
Kirill Simonov
c95586cfb6 Uniform representation for OrderedDict (fixes issue #61). 2016-08-25 17:30:28 -05:00
Kirill Simonov
f10d92f87b Fixed comparison to () (closes #64). 2016-08-25 16:27:19 -05:00
Kirill Simonov
d737907354 Fixed comparison to None warning (closes issue #64). 2016-08-25 15:55:09 -05:00
Kirill Simonov
7eeba34467 removed a test which fails when wheel is imported. 2016-06-16 23:01:38 -05:00
Kirill Simonov
7bd6e032f3 Support for wheel packages. 2016-06-16 22:32:32 -05:00
Kirill Simonov
491508b042 Raise an error when test suite failed. 2016-06-15 20:28:10 -05:00
Kirill Simonov
a57fe5ca52 Dropped pyrex build support; Cython now supports Python 3. 2016-06-15 19:28:34 -05:00
Kirill Simonov
53b4c075f6 Bumped the version number. 2016-06-15 19:26:06 -05:00
Pablo Santiago Blum de Aguiar
2c225b29fc scanner: use infinitive verb after auxiliary word could
Could, as well as should, shall, must, may, can, might, etc.
are auxiliary words. After an auxiliary word should come an
infinitive verb.
2015-04-04 13:25:24 -03:00
Kirill Simonov
a0c99023a5 Removed invalid simple key assertion. 2014-11-28 11:53:36 -06:00
Kirill Simonov
0f734fcc6e Added tag 3.11 for changeset b361458ecb13 2014-03-26 19:34:48 -05:00
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