root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @385 [385] 8 months xi Merged _WIN32 fix from the stable branch.
(edit) @384 [384] 8 months xi Removed build options for 2.3 and 2.4.
(edit) @383 [383] 8 months xi Updated the announcement.
(edit) @382 [382] 8 months xi Updated the announcement.
(edit) @381 [381] 8 months xi Dropped support for Python 2.3 and 2.4.
(edit) @380 [380] 8 months xi Dropped support for Python 2.3 and 2.4.
(edit) @379 [379] 8 months xi Tagged PyYAML-3.10
(edit) @378 [378] 8 months xi Updated the changelog and bumped the version number.
(edit) @377 [377] 8 months xi Clear cyclic references in the parser and the emitter to avoid extra GC …
(edit) @376 [376] 8 months xi Do not attempt to build extensions on platforms other than CPython.
(edit) @375 [375] 8 months xi Tagged LibYAML 0.1.4
(edit) @374 [374] 8 months xi Bumped the version number and updated the announcement.
(edit) @373 [373] 8 months xi Added support for pkg-config.
(edit) @372 [372] 8 months xi Use _WIN32 instead of WIN32 as the latter is not defined by Visual C.
(edit) @371 [371] 16 months xi Fixed pointer arithmetic overflow when calculating the position of a …
(edit) @370 [370] 16 months xi Fixed a bug which prevented an empty mapping from being used as a simple …
(edit) @369 [369] 2 years xi Removed python-porting from the announcement list.
(edit) @368 [368] 2 years xi Merged encoding fixes from the trunk.
(edit) @367 [367] 2 years xi Fixed tests on the Windows platform.
(edit) @366 [366] 2 years xi Fixed another encoding issue.
(edit) @365 [365] 2 years xi Tagging the next release.
(edit) @364 [364] 2 years xi Minor formatting cleanup.
(edit) @363 [363] 2 years xi Tagging the next release.
(edit) @362 [362] 2 years xi Property changes.
(edit) @361 [361] 2 years xi Fixed Python 3.1 incompatibility issues.
(edit) @360 [360] 2 years xi Preparing the next release.
(edit) @359 [359] 2 years xi Fixed sorting of dict.keys() generator.
(edit) @358 [358] 2 years xi Added a short note on changes in this release.
(edit) @357 [357] 2 years xi Preparing the 0.1.3 release.
(edit) @356 [356] 2 years xi Added a note that Python 3.1 is supported.
(edit) @355 [355] 2 years xi Merged some bug fixes from lib to lib3.
(edit) @354 [354] 2 years xi Fixed a problem with a scanner error not detected when no line break at …
(edit) @353 [353] 2 years xi Fixed a typo in docstring.
(edit) @352 [352] 2 years xi Do not update the raw buffer when not necessary (fixes #123).
(edit) @351 [351] 2 years xi Fixed emitting of invalid BOM for UTF-16.
(edit) @350 [350] 2 years xi Fixed a problem when CDumper incorrectly serializes a node anchor.
(edit) @349 [349] 2 years xi Removed obsolete 'package_dir' line.
(edit) @348 [348] 3 years xi Fixed the Pyrex implementation of Mark class.
(edit) @347 [347] 3 years xi Fixed a bug where folded scalar emitter did not respect the preffered line …
(edit) @346 [346] 3 years xi Fixed non-ANSI initializations (fixes #115).
(edit) @345 [345] 3 years xi Added a workaround against #116 (Thanks Andrey Somov).
(edit) @344 [344] 3 years xi Set YAML_AGE to 0 as the current interface is not really compatible with …
(edit) @343 [343] 3 years xi Restored Mark implementation in C as using the Python class causes a …
(edit) @342 [342] 3 years xi Merged a typo fix from the trunk.
(edit) @341 [341] 3 years xi Fixed a typo in the attribute name (Thanks ingy).
(edit) @340 [340] 3 years xi Merged the MSVC6 compatibility hack from the trunk.
(edit) @339 [339] 3 years xi Added a MS VC 6.0 compatibility hack against Cython-generated C sources.
(edit) @338 [338] 3 years xi Tagged the 3.08 release.
(edit) @337 [337] 3 years xi Added directories lib/yaml and lib3/yaml to MANIFEST.in.
(edit) @336 [336] 3 years xi Final touches before the release.
(edit) @335 [335] 3 years xi Minor compatibility fixes.
(edit) @334 [334] 3 years xi Fixed str/bytes issues with Python 3 in _yaml.pyx.
(edit) @333 [333] 3 years xi Handle the encoding of input and output streams in a uniform way.
(edit) @332 [332] 3 years xi 'make distclean' should not remove html docs, 'make maintainer-clean' …
(edit) @331 [331] 3 years xi Use Cython if available; added Python 3 support to _yaml.pyx.
(edit) @330 [330] 3 years xi Share data files between Py2 and Py3 test suites.
(edit) @329 [329] 3 years xi Fixed the remaining Python 3 compatibility issues.
(edit) @328 [328] 3 years xi Added basic support for Python 3 (Thanks …
(edit) @327 [327] 3 years xi Tagged PyYAML-3.07.
(edit) @326 [326] 3 years xi Added CHANGES; updated the announcement; wording fixes in setup.py.
(edit) @325 [325] 3 years xi Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' …
(edit) @324 [324] 3 years xi Always use lower case in error messages.
(edit) @323 [323] 3 years xi Fixed an issue with ReaderError? generated by the LibYAML wrapper.
(edit) @322 [322] 3 years xi Refactored the test suite; updated include and library paths in setup.cfg.
(edit) @321 [321] 3 years xi Merged the win32 packaging fix.
(edit) @320 [320] 3 years xi Added autoconf rules to distribute win32 project files.
(edit) @319 [319] 3 years xi Tagged the 0.1.2 release.
(edit) @318 [318] 3 years xi Updated the LibYAML announcement.
(edit) @317 [317] 3 years xi Fixed the DLL name in the win32 projects.
(edit) @316 [316] 3 years xi Bumped the version number.
(edit) @315 [315] 3 years xi Fixed emitting folded scalars with trailing breaks; Forced emitting of a …
(edit) @314 [314] 3 years xi Bumped the version number.
(edit) @313 [313] 3 years xi Emit an explicit document end indicator when there is a possibility of …
(edit) @312 [312] 3 years xi Fixed test errors for LibYAML bindings; added a test on emitting nodes in …
(edit) @311 [311] 3 years xi Minor fixes in the test subsystem to prevent failures in LibYAML bindings …
(edit) @310 [310] 3 years xi Fixed a bug in CDumper when ascend_resolver() is never called.
(edit) @309 [309] 3 years xi Rewritten whitespace detection in the scalar analyzer and block scalar …
(edit) @308 [308] 3 years xi Refactored whitespace combination detector in the scalar analyzer: support …
(edit) @307 [307] 3 years xi Fixed typos in attribute names (Thanks to ingy).
(edit) @306 [306] 3 years xi Added a comment on Python 3 support.
(edit) @305 [305] 3 years xi Added trove classifiers for supported Python versions.
(edit) @304 [304] 3 years xi Fixed a problem with emitting block scalars (thanks to Andrey Somov): no …
(edit) @303 [303] 3 years xi Removed unused variable.
(edit) @302 [302] 3 years xi Removed a stale comment; fixes #102.
(edit) @301 [301] 3 years xi Pretend that PyYAML is a pure Python library when the LibYAML extension is …
(edit) @300 [300] 3 years xi determine_chomp -> determine_block_hints
(edit) @299 [299] 3 years xi Permit emitting block scalars with leading spaces or breaks.
(edit) @298 [298] 3 years xi Fixed the distutils script to run when installed using easy_install and …
(edit) @297 [297] 3 years xi Created the 3.06 tag.
(edit) @296 [296] 3 years xi Final touches in README.
(edit) @295 [295] 3 years xi Dropped tests from the source distribution since LibYAML bindings do not …
(edit) @294 [294] 3 years xi Python 2.3 and win32 compatibility fixes in setup.py.
(edit) @293 [293] 3 years xi Updated Visual Studio projects to use MSVCRT.dll.
(edit) @292 [292] 3 years xi Check if libyaml is installed before attempting to compile the libyaml …
(edit) @291 [291] 3 years xi Added the script tests/test_all.py.
(edit) @290 [290] 3 years xi Dropped setuptools-based setup.py in favor of custom distribution and …
(edit) @289 [289] 3 years xi Dropped the 3.06 tag till the remaining setuptools issues are fixed.
(edit) @288 [288] 3 years xi Fixed include_dirs and library_dirs for the Windows build.
(edit) @287 [287] 3 years xi Fixed include_dirs and library_dirs for the Windows build.
(edit) @286 [286] 3 years xi Updated the manifest file.
Note: See TracRevisionLog for help on using the revision log.