|
|
|
@323
|
4 years |
xi |
Fixed an issue with ReaderError? generated by the LibYAML wrapper.
|
|
|
|
@322
|
4 years |
xi |
Refactored the test suite; updated include and library paths in setup.cfg.
|
|
|
|
@321
|
4 years |
xi |
Merged the win32 packaging fix.
|
|
|
|
@320
|
4 years |
xi |
Added autoconf rules to distribute win32 project files.
|
|
|
|
@319
|
4 years |
xi |
Tagged the 0.1.2 release.
|
|
|
|
@318
|
4 years |
xi |
Updated the LibYAML announcement.
|
|
|
|
@317
|
4 years |
xi |
Fixed the DLL name in the win32 projects.
|
|
|
|
@316
|
4 years |
xi |
Bumped the version number.
|
|
|
|
@315
|
4 years |
xi |
Fixed emitting folded scalars with trailing breaks; Forced emitting of a …
|
|
|
|
@314
|
4 years |
xi |
Bumped the version number.
|
|
|
|
@313
|
4 years |
xi |
Emit an explicit document end indicator when there is a possibility of …
|
|
|
|
@312
|
4 years |
xi |
Fixed test errors for LibYAML bindings; added a test on emitting nodes in …
|
|
|
|
@311
|
4 years |
xi |
Minor fixes in the test subsystem to prevent failures in LibYAML bindings …
|
|
|
|
@310
|
4 years |
xi |
Fixed a bug in CDumper when ascend_resolver() is never called.
|
|
|
|
@309
|
4 years |
xi |
Rewritten whitespace detection in the scalar analyzer and block scalar …
|
|
|
|
@308
|
4 years |
xi |
Refactored whitespace combination detector in the scalar analyzer: support …
|
|
|
|
@307
|
4 years |
xi |
Fixed typos in attribute names (Thanks to ingy).
|
|
|
|
@306
|
4 years |
xi |
Added a comment on Python 3 support.
|
|
|
|
@305
|
4 years |
xi |
Added trove classifiers for supported Python versions.
|
|
|
|
@304
|
4 years |
xi |
Fixed a problem with emitting block scalars (thanks to Andrey Somov): no …
|
|
|
|
@303
|
4 years |
xi |
Removed unused variable.
|
|
|
|
@302
|
4 years |
xi |
Removed a stale comment; fixes #102.
|
|
|
|
@301
|
4 years |
xi |
Pretend that PyYAML is a pure Python library when the LibYAML extension is …
|
|
|
|
@300
|
4 years |
xi |
determine_chomp -> determine_block_hints
|
|
|
|
@299
|
4 years |
xi |
Permit emitting block scalars with leading spaces or breaks.
|
|
|
|
@298
|
5 years |
xi |
Fixed the distutils script to run when installed using easy_install and …
|
|
|
|
@297
|
5 years |
xi |
Created the 3.06 tag.
|
|
|
|
@296
|
5 years |
xi |
Final touches in README.
|
|
|
|
@295
|
5 years |
xi |
Dropped tests from the source distribution since LibYAML bindings do not …
|
|
|
|
@294
|
5 years |
xi |
Python 2.3 and win32 compatibility fixes in setup.py.
|
|
|
|
@293
|
5 years |
xi |
Updated Visual Studio projects to use MSVCRT.dll.
|
|
|
|
@292
|
5 years |
xi |
Check if libyaml is installed before attempting to compile the libyaml …
|
|
|
|
@291
|
5 years |
xi |
Added the script tests/test_all.py.
|
|
|
|
@290
|
5 years |
xi |
Dropped setuptools-based setup.py in favor of custom distribution and …
|
|
|
|
@289
|
5 years |
xi |
Dropped the 3.06 tag till the remaining setuptools issues are fixed.
|
|
|
|
@288
|
5 years |
xi |
Fixed include_dirs and library_dirs for the Windows build.
|
|
|
|
@287
|
5 years |
xi |
Fixed include_dirs and library_dirs for the Windows build.
|
|
|
|
@286
|
5 years |
xi |
Updated the manifest file.
|
|
|
|
@285
|
5 years |
xi |
Updated the manifest file.
|
|
|
|
@284
|
5 years |
xi |
Tagged the 3.06 release.
|
|
|
|
@283
|
5 years |
xi |
Updated announcement.msg.
|
|
|
|
@282
|
5 years |
xi |
Added attributes yaml.version and yaml.libyaml (fixes …
|
|
|
|
@281
|
5 years |
xi |
Added a setuptools installer 'ez_setup.py'.
|
|
|
|
@280
|
5 years |
xi |
Updated Makefile to use 'setup.py --with-libyaml'.
|
|
|
|
@279
|
5 years |
xi |
Updated README, announcement and MANIFEST files for the 3.06 release.
|
|
|
|
@278
|
5 years |
xi |
Updated setup.cfg to use the stable branch of libyaml; added Python 2.6 …
|
|
|
|
@277
|
5 years |
xi |
Added project files for Visual Studio 2008.
|
|
|
|
@276
|
5 years |
xi |
Added a test for single dot being a float bug.
|
|
|
|
@275
|
5 years |
xi |
Use setuptools for setup.py. Dropped setup_with_libyaml.py; to build …
|
|
|
|
@274
|
5 years |
xi |
Merged grammar fixes from the stable branch.
|
|
|
|
@273
|
5 years |
xi |
Fixed grammar in error messages (from YAML::XS::LibYAML).
|
|
|
|
@272
|
5 years |
xi |
Tagged the 0.1.1 release (better later than never).
|
|
|
|
@271
|
5 years |
xi |
Bumped the version number in the stable branch.
|
|
|
|
@270
|
5 years |
xi |
Created a stable branch from revision [250].
|
|
|
|
@269
|
5 years |
xi |
Fixed Python 2.3 compatibility (thanks to Julian Scheid for suggestion).
|
|
|
|
@268
|
5 years |
xi |
Added a YAML lexer for Pygments.
|
|
|
|
@267
|
5 years |
xi |
Minor API updates.
|
|
|
|
@266
|
5 years |
xi |
Drop doxygen support, add more API documentation, API changes.
|
|
|
|
@265
|
5 years |
xi |
Fixed bugs and updated tests.
|
|
|
|
@264
|
5 years |
xi |
Another round of API update.
|
|
|
|
@263
|
5 years |
xi |
Completed the first phase of API refactoring.
|
|
|
|
@262
|
5 years |
xi |
Updated reader.c to use the new API.
|
|
|
|
@261
|
5 years |
xi |
API refactoring (Note: it breaks the build).
|
|
|
|
@260
|
6 years |
xi |
A single dot is not a float value (fixes #62).
|
|
|
|
@259
|
6 years |
xi |
Fixed timestamp output (fixes #60).
|
|
|
|
@258
|
6 years |
xi |
Make compose() and load() ensure that the input stream contains a single …
|
|
|
|
@257
|
6 years |
xi |
Fixed _yaml.pyx to work with the latest Pyrex.
|
|
|
|
@256
|
6 years |
xi |
Created a tag for the 3.05 release.
|
|
|
|
@255
|
6 years |
xi |
Added the setup.cfg options for building PyYAML Windows installer.
|
|
|
|
@254
|
6 years |
xi |
Update the package version.
|
|
|
|
@253
|
6 years |
xi |
Prepare the 3.05 release.
|
|
|
|
@252
|
6 years |
xi |
Allow for immutable subclasses of YAMLObject. Fixes #53.
|
|
|
|
@251
|
6 years |
xi |
Make the encoding of the unicode->str conversion explicit; fix [52].
|
|
|
|
@250
|
6 years |
xi |
Fixed a problem when the DOCUMENT-END event is not emitted until the …
|
|
|
|
@249
|
6 years |
xi |
Fixed a problem when the DOCUMENT-END event is not emitted until the …
|
|
|
|
@248
|
6 years |
xi |
Improve output of float values. Fix #49.
|
|
|
|
@247
|
6 years |
xi |
Add the tests for checking the libyaml bug.
|
|
|
|
@246
|
6 years |
xi |
Fix the bug when the path in add_path_resolver contains boolean …
|
|
|
|
@245
|
6 years |
xi |
Add project files for Visual Studio 2003.
|
|
|
|
@244
|
6 years |
xi |
Fix the example_deconstructor project.
|
|
|
|
@243
|
6 years |
xi |
Eliminate some warnings and add more doxygen definitions.
|
|
|
|
@242
|
6 years |
xi |
Undefine the NDEBUG directive for the test programs.
|
|
|
|
@241
|
6 years |
xi |
Fix a bug in the emitter introduced while fixing warnings for VC6.
|
|
|
|
@240
|
6 years |
xi |
Add VC6 projects for the test executables.
|
|
|
|
@239
|
6 years |
xi |
Add win32 fixes and project files for VC6.
|
|
|
|
@238
|
6 years |
xi |
Add functions for constructing, parsing and emitting YAML documents.
|
|
|
|
@237
|
6 years |
xi |
Add const qualifier for yaml_parser_set_input_string parameter …
|
|
|
|
@236
|
6 years |
xi |
Force a new line at the end of the input stream even if there are no a new …
|
|
|
|
@235
|
6 years |
xi |
Use the types module instead of constructing type objects by hand. Fix …
|
|
|
|
@234
|
7 years |
xi |
Fix loss of microsecond precision in datetime.datetime constructor (fix …
|
|
|
|
@233
|
7 years |
xi |
Fix loading an empty YAML stream.
|
|
|
|
@232
|
7 years |
xi |
Create the 3.04 tag.
|
|
|
|
@231
|
7 years |
xi |
Amend the announce message.
|
|
|
|
@230
|
7 years |
xi |
Update README and the announcement message.
|
|
|
|
@229
|
7 years |
xi |
Fix makefile and add setup.cfg.
|
|
|
|
@228
|
7 years |
xi |
Fix a test to work under Python 2.3.
|
|
|
|
@227
|
7 years |
xi |
Preparing the next release.
|
|
|
|
@226
|
7 years |
xi |
The 'N' plain scalar was still recognized as !!bool. Fix it (close …
|
|
|
|
@225
|
7 years |
xi |
Fix timestamp constructing and representing (close #25).
|
|
|
|
@224
|
7 years |
xi |
Older versions of gcc do not know about -Wno-pointer-sign.
|
|
|
|