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