Download List

프로젝트 설명

PyYAML is a YAML parser and emitter for Python.
PyYAML features a complete YAML 1.1 parser,
Unicode support, pickle support, capable extension
API, and sensible error messages. PyYAML supports
standard YAML tags and provides Python-specific
tags that allow the representation of an arbitrary
Python object. PyYAML is applicable for a broad
range of tasks from complex configuration files to
object serialization and persistence.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-12-31 17:42
3.08

파이썬 3을 지원합니다.
Tags: Minor feature enhancements
Python 3 is supported.

2008-12-29 09:38
3.07

방사기를 출력 scalars에 블록 스타일로 최고의 공백과 배웠습니다. refactored 테스트 및 소스 배포판에 포함되어있습니다. CDumper 확인자의 경로가 수정되었습니다. 명시적 문서 끝에 표시 모호함이있을 때 구문 분석의 가능성도 강제입니다. 다른 사소한 문제 해결 및 개선됩니다.
Tags: Minor feature enhancements
The emitter learned to output scalars with leading whitespaces in a block style. The test suite is refactored and included in the source distribution. The path resolver in CDumper has been fixed. An explicit document end indicator is forced when there is a possibility of parsing ambiguity. There are other minor fixes and improvements.

2008-10-04 05:30
3.06

setup.py 스크립트를 감지 LibYAML 및 빌드 LibYAML 바인딩을 자동으로. Pyrex는 더 이상 필요가 설치된 건물 LibYAML 바인딩. 'yaml.load ()'예외가 만약 입력 스트림 YAML 문서 중 하나 이상 포함시킵니다. 예외 LibYAML 바인딩에 의해 해결되었습니다. '도트. 문자로 인식되고! 플로트가 수정되었습니다. 건설의 경우 Python 2.3 호환성 문제! 타임 스탬프 값을 수정되었습니다. 속성 'yaml.__version__'및 'yaml.__with_libyaml__'이 추가되었습니다.
Tags: Minor bugfixes
The setup.py script detects LibYAML and builds LibYAML bindings automatically. Building LibYAML bindings no longer requires Pyrex installed. 'yaml.load()' raises an exception if the input stream contains more than one YAML document. Exceptions produced by LibYAML bindings have been fixed. A dot '.' character being recognized as !!float has been fixed. A Python 2.3 compatibility issue in constructing !!timestamp values has been fixed. The attributes 'yaml.__version__' and 'yaml.__with_libyaml__' have been added.

2007-05-13 08:49
3.05

윈도우 바이너리 패키지 LibYAML 트렁크와 내장했다. 그 적시에 YAML 문서의 라이브 스트림 처리를 방해하던 버그가 수정되었습니다. 때 add_path_resolver의 경로를 부울 값이 포함되어 발생한 버그가 수정되었습니다. 타임 스탬프에서 마이크로초 정확도의 손실이 해결되었습니다. 빈 YAML 스트림로드 중입니다 해결되었습니다. 다른 작은 수정과 개선의 수를되었다.
Tags: Minor bugfixes
Windows binary packages were built with the
LibYAML trunk. A bug that prevented processing a
live stream of YAML documents in timely manner was
fixed. A bug which occurred when the path in
add_path_resolver contains boolean values was
fixed. A loss of microsecond precision in
timestamps was fixed. Loading an empty YAML stream
was fixed. A number of other smaller fixes and
improvements were made.

2006-08-20 21:03
3.04

실험 LibYAML 바인딩을 포함합니다. 완전 순환 구조를 지원합니다. 버그 수정 및 불만의 수입니다.
Tags: Major feature enhancements
Includes experimental LibYAML bindings. Fully supports recursive structures. Fixes a number of bugs and annoyances.

Project Resources