Sign in
flutter
/
third_party
/
pyyaml
/
HEAD
« Previous
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
· 17 years ago
7b600d3
Fixed _yaml.pyx to work with the latest Pyrex.
by Kirill Simonov
· 18 years ago
93ec8bc
Added the setup.cfg options for building PyYAML Windows installer.
by Kirill Simonov
· 18 years ago
3.05
e1d133a
Update the package version.
by Kirill Simonov
· 18 years ago
804f9d8
Prepare the 3.05 release.
by Kirill Simonov
· 18 years ago
dafd164
Allow for immutable subclasses of YAMLObject. Fixes #53.
by Kirill Simonov
· 18 years ago
69379ea
Make the encoding of the unicode->str conversion explicit; fix [52].
by Kirill Simonov
· 18 years ago
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
96fcba3
Improve output of float values. Fix #49.
by Kirill Simonov
· 18 years ago
e5059a1
Add the tests for checking the libyaml bug.
by Kirill Simonov
· 18 years ago
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
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
ed79023
Fix loss of microsecond precision in datetime.datetime constructor (fix #30).
by Kirill Simonov
· 18 years ago
cc9c738
Fix loading an empty YAML stream.
by Kirill Simonov
· 18 years ago
fb2fd2a
Amend the announce message.
by Kirill Simonov
· 18 years ago
be67e2d
Update README and the announcement message.
by Kirill Simonov
· 18 years ago
3.04
320c697
Fix makefile and add setup.cfg.
by Kirill Simonov
· 18 years ago
b4643e7
Fix a test to work under Python 2.3.
by Kirill Simonov
· 18 years ago
1710a8d
Preparing the next release.
by Kirill Simonov
· 18 years ago
8f9b8be
The 'N' plain scalar was still recognized as ``!!bool``. Fix it (close #26).
by Kirill Simonov
· 18 years ago
29413ea
Fix timestamp constructing and representing (close #25).
by Kirill Simonov
· 18 years ago
17fa129
Completely rewrite the libyaml bindings.
by Kirill Simonov
· 19 years ago
8b083c6
Subclass all base classes from `object`.
by Kirill Simonov
· 19 years ago
2e6c774
Fix a bug when a block scalar is incorrectly emitted in the simple key context.
by Kirill Simonov
· 19 years ago
e4c1238
Update libyaml bindings.
by Kirill Simonov
· 19 years ago
056fe5c
Fix a bug in Representer.represent_object: copy_reg.dispatch_table was not correctly handled.
by Kirill Simonov
· 19 years ago
6743cf6
Update PyRex based bindings to libyaml to include Parser functions.
by Kirill Simonov
· 19 years ago
95c8976
Fix some minor issues with the new Parser.
by Kirill Simonov
· 19 years ago
63fa1bd
To make porting easier, rewrite Parser not using generators.
by Kirill Simonov
· 19 years ago
27de2ba
Fix invalid output of single-quoted scalars in cases when a single
by Kirill Simonov
· 19 years ago
92243c6
Trying to make libyaml bindings faster.
by Kirill Simonov
· 19 years ago
4b48dcf
Add pyrex-based bindings for the libyaml scanner.
by Kirill Simonov
· 19 years ago
47b72d2
Preparing the release: PyYAML-3.03
by Kirill Simonov
· 19 years ago
72992fe
Fix a typo in a plain scalar scanner.
by Kirill Simonov
· 19 years ago
3.03
bcfc0b6
Fix several problems caused by ill-formed documents.
by Kirill Simonov
· 19 years ago
d01a85f
Add ind and qnan values to a float test.
by Kirill Simonov
· 19 years ago
e51f97d
Optimize slightly the float constructor.
by Kirill Simonov
· 19 years ago
a109c6b
Add a test case belonging to the previous commit.
by Kirill Simonov
· 19 years ago
500659d
Revamp the inf/nan handling again.
by Kirill Simonov
· 19 years ago
ee2fb1c
Add a test case for #15.
by Kirill Simonov
· 19 years ago
149a437
Fixed #15 (pyyaml discards '-' sign on negative floats).
by Kirill Simonov
· 19 years ago
810977b
Dynamically determine the inf and nan values. Should fix #14.
by Kirill Simonov
· 19 years ago
eefe5f7
Final touches before the release.
by Kirill Simonov
· 19 years ago
da8f3ca
Preparing the next release.
by Kirill Simonov
· 19 years ago
3.02
f87fec8
Rename yaml-hl to yaml-highlight.
by Kirill Simonov
· 19 years ago
6fc24b4
Load yaml_hl.cfg from the script path.
by Kirill Simonov
· 19 years ago
c3ab1fb
Add the announcement message.
by Kirill Simonov
· 19 years ago
d694099
Remake the YAML highlighting example.
by Kirill Simonov
· 19 years ago
9bd0b4e
Fix a bug in add_path_resolver: map -> dict.
by Kirill Simonov
· 19 years ago
8f22ae6
Final touches before the initial release.
by Kirill Simonov
· 19 years ago
43ffedd
Allow first=None for add_implicit_resolver.
by Kirill Simonov
· 19 years ago
3.01
dd2da8a
Fix a bug in a test.
by Kirill Simonov
· 19 years ago
74f8caa
Fix #11 (Thanks to edemaine(at)mit.edu).
by Kirill Simonov
· 19 years ago
80ba450
Add a way to override default style chosen by Representer: fix #9
by Kirill Simonov
· 19 years ago
cd21dc6
1e30000 => 1e300000
by Kirill Simonov
· 19 years ago
410d822
Prepare setup.py for release. Fix #7.
by Kirill Simonov
· 19 years ago
fc01755
Raise an error for colons in the flow context.
by Kirill Simonov
· 19 years ago
e8eed63
Sort object attributes.
by Kirill Simonov
· 19 years ago
c87ce16
Add support for pickling/unpickling python objects.
by Kirill Simonov
· 19 years ago
cce1516
Fix !!python/name for Python 2.3. Clear the yaml module namespace.
by Kirill Simonov
· 19 years ago
Next »