root/pyyaml/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @369 [369] 08/31/09 06:36:34 xi Removed python-porting from the announcement list.
(edit) @367 [367] 08/31/09 05:09:21 xi Fixed tests on the Windows platform.
(edit) @366 [366] 08/31/09 04:47:05 xi Fixed another encoding issue.
(edit) @364 [364] 08/30/09 16:06:16 xi Minor formatting cleanup.
(edit) @361 [361] 08/30/09 15:32:07 xi Fixed Python 3.1 incompatibility issues.
(edit) @360 [360] 08/29/09 20:07:20 xi Preparing the next release.
(edit) @359 [359] 08/29/09 20:04:52 xi Fixed sorting of dict.keys() generator.
(edit) @356 [356] 08/29/09 18:37:18 xi Added a note that Python 3.1 is supported.
(edit) @355 [355] 08/29/09 18:28:45 xi Merged some bug fixes from lib to lib3.
(edit) @354 [354] 08/29/09 18:12:45 xi Fixed a problem with a scanner error not detected when no line break at …
(edit) @353 [353] 08/29/09 17:33:36 xi Fixed a typo in docstring.
(edit) @351 [351] 08/29/09 16:59:56 xi Fixed emitting of invalid BOM for UTF-16.
(edit) @350 [350] 08/29/09 15:15:31 xi Fixed a problem when CDumper incorrectly serializes a node anchor.
(edit) @349 [349] 08/29/09 15:13:27 xi Removed obsolete 'package_dir' line.
(edit) @348 [348] 03/28/09 08:49:52 xi Fixed the Pyrex implementation of Mark class.
(edit) @347 [347] 03/28/09 08:49:11 xi Fixed a bug where folded scalar emitter did not respect the preffered line …
(edit) @345 [345] 02/23/09 14:17:29 xi Added a workaround against #116 (Thanks Andrey Somov).
(edit) @343 [343] 12/31/08 06:04:28 xi Restored Mark implementation in C as using the Python class causes a …
(edit) @341 [341] 12/30/08 15:23:49 xi Fixed a typo in the attribute name (Thanks ingy).
(edit) @339 [339] 12/30/08 14:55:02 xi Added a MS VC 6.0 compatibility hack against Cython-generated C sources.
(edit) @337 [337] 12/30/08 13:44:37 xi Added directories lib/yaml and lib3/yaml to MANIFEST.in.
(edit) @336 [336] 12/30/08 13:18:53 xi Final touches before the release.
(edit) @335 [335] 12/30/08 09:55:47 xi Minor compatibility fixes.
(edit) @334 [334] 12/30/08 08:30:52 xi Fixed str/bytes issues with Python 3 in _yaml.pyx.
(edit) @333 [333] 12/29/08 23:02:04 xi Handle the encoding of input and output streams in a uniform way.
(edit) @331 [331] 12/29/08 18:21:43 xi Use Cython if available; added Python 3 support to _yaml.pyx.
(edit) @330 [330] 12/29/08 14:05:11 xi Share data files between Py2 and Py3 test suites.
(edit) @329 [329] 12/29/08 13:11:08 xi Fixed the remaining Python 3 compatibility issues.
(edit) @328 [328] 12/29/08 12:24:05 xi Added basic support for Python 3 (Thanks …
(edit) @326 [326] 12/28/08 18:34:19 xi Added CHANGES; updated the announcement; wording fixes in setup.py.
(edit) @325 [325] 12/28/08 16:42:35 xi Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' …
(edit) @323 [323] 12/28/08 15:41:41 xi Fixed an issue with ReaderError? generated by the LibYAML wrapper.
(edit) @322 [322] 12/28/08 15:16:50 xi Refactored the test suite; updated include and library paths in setup.cfg.
(edit) @314 [314] 12/27/08 14:11:55 xi Bumped the version number.
(edit) @313 [313] 12/27/08 14:10:31 xi Emit an explicit document end indicator when there is a possibility of …
(edit) @312 [312] 12/27/08 14:09:03 xi Fixed test errors for LibYAML bindings; added a test on emitting nodes in …
(edit) @311 [311] 12/27/08 09:54:07 xi Minor fixes in the test subsystem to prevent failures in LibYAML bindings …
(edit) @310 [310] 12/27/08 09:50:08 xi Fixed a bug in CDumper when ascend_resolver() is never called.
(edit) @308 [308] 12/27/08 06:07:47 xi Refactored whitespace combination detector in the scalar analyzer: support …
(edit) @307 [307] 12/08/08 04:12:10 xi Fixed typos in attribute names (Thanks to ingy).
(edit) @306 [306] 12/05/08 14:37:52 xi Added a comment on Python 3 support.
(edit) @305 [305] 12/05/08 14:35:24 xi Added trove classifiers for supported Python versions.
(edit) @304 [304] 12/04/08 06:32:12 xi Fixed a problem with emitting block scalars (thanks to Andrey Somov): no …
(edit) @303 [303] 12/04/08 06:27:55 xi Removed unused variable.
(edit) @302 [302] 11/30/08 09:15:40 xi Removed a stale comment; fixes #102.
(edit) @301 [301] 11/30/08 09:06:13 xi Pretend that PyYAML is a pure Python library when the LibYAML extension is …
(edit) @300 [300] 11/30/08 08:35:48 xi determine_chomp -> determine_block_hints
(edit) @299 [299] 11/30/08 05:20:49 xi Permit emitting block scalars with leading spaces or breaks.
(edit) @298 [298] 10/09/08 11:56:20 xi Fixed the distutils script to run when installed using easy_install and …
(edit) @296 [296] 10/03/08 14:31:01 xi Final touches in README.
(edit) @295 [295] 10/03/08 14:24:11 xi Dropped tests from the source distribution since LibYAML bindings do not …
(edit) @294 [294] 10/01/08 22:40:48 xi Python 2.3 and win32 compatibility fixes in setup.py.
(edit) @292 [292] 10/01/08 20:24:42 xi Check if libyaml is installed before attempting to compile the libyaml …
(edit) @291 [291] 10/01/08 19:16:55 xi Added the script tests/test_all.py.
(edit) @290 [290] 10/01/08 19:16:09 xi Dropped setuptools-based setup.py in favor of custom distribution and …
(edit) @287 [287] 09/30/08 10:55:28 xi Fixed include_dirs and library_dirs for the Windows build.
(edit) @285 [285] 09/30/08 10:37:49 xi Updated the manifest file.
(edit) @283 [283] 09/30/08 09:46:13 xi Updated announcement.msg.
(edit) @282 [282] 09/30/08 09:44:04 xi Added attributes yaml.version and yaml.libyaml (fixes …
(edit) @281 [281] 09/30/08 09:29:34 xi Added a setuptools installer 'ez_setup.py'.
(edit) @280 [280] 09/30/08 09:12:03 xi Updated Makefile to use 'setup.py --with-libyaml'.
(edit) @279 [279] 09/30/08 09:08:14 xi Updated README, announcement and MANIFEST files for the 3.06 release.
(edit) @278 [278] 09/30/08 08:25:27 xi Updated setup.cfg to use the stable branch of libyaml; added Python 2.6 …
(edit) @276 [276] 09/30/08 07:56:14 xi Added a test for single dot being a float bug.
(edit) @275 [275] 09/30/08 07:45:18 xi Use setuptools for setup.py. Dropped setup_with_libyaml.py; to build …
(edit) @269 [269] 07/29/08 16:52:49 xi Fixed Python 2.3 compatibility (thanks to Julian Scheid for suggestion).
(edit) @268 [268] 05/20/08 07:52:49 xi Added a YAML lexer for Pygments.
(edit) @260 [260] 11/17/07 19:47:32 xi A single dot is not a float value (fixes #62).
(edit) @258 [258] 08/21/07 16:25:34 xi Make compose() and load() ensure that the input stream contains a single …
(edit) @257 [257] 07/26/07 15:10:44 xi Fixed _yaml.pyx to work with the latest Pyrex.
(edit) @255 [255] 05/12/07 17:41:42 xi Added the setup.cfg options for building PyYAML Windows installer.
(edit) @254 [254] 05/12/07 17:27:19 xi Update the package version.
(edit) @253 [253] 05/12/07 16:33:09 xi Prepare the 3.05 release.
(edit) @252 [252] 05/08/07 16:38:29 xi Allow for immutable subclasses of YAMLObject. Fixes #53.
(edit) @251 [251] 05/05/07 15:03:39 xi Make the encoding of the unicode->str conversion explicit; fix [52].
(edit) @249 [249] 04/17/07 13:39:13 xi Fixed a problem when the DOCUMENT-END event is not emitted until the …
(edit) @248 [248] 03/22/07 12:13:32 xi Improve output of float values. Fix #49.
(edit) @247 [247] 03/22/07 12:12:36 xi Add the tests for checking the libyaml bug.
(edit) @246 [246] 02/23/07 15:45:35 xi Fix the bug when the path in add_path_resolver contains boolean …
(edit) @235 [235] 12/08/06 10:36:53 xi Use the types module instead of constructing type objects by hand. Fix …
(edit) @234 [234] 10/04/06 03:42:50 xi Fix loss of microsecond precision in datetime.datetime constructor (fix …
(edit) @233 [233] 09/12/06 09:53:30 xi Fix loading an empty YAML stream.
(edit) @231 [231] 08/20/06 14:26:02 xi Amend the announce message.
(edit) @230 [230] 08/20/06 06:41:50 xi Update README and the announcement message.
(edit) @229 [229] 08/20/06 05:34:59 xi Fix makefile and add setup.cfg.
(edit) @228 [228] 08/20/06 05:10:47 xi Fix a test to work under Python 2.3.
(edit) @227 [227] 08/19/06 15:37:57 xi Preparing the next release.
(edit) @226 [226] 08/16/06 17:07:47 xi The 'N' plain scalar was still recognized as !!bool. Fix it (close …
(edit) @225 [225] 08/16/06 14:22:38 xi Fix timestamp constructing and representing (close #25).
(edit) @223 [223] 08/13/06 09:46:20 xi Completely rewrite the libyaml bindings.
(edit) @222 [222] 08/03/06 12:07:29 xi Subclass all base classes from object. Hold references to the objects …
(edit) @218 [218] 07/30/06 08:51:05 xi Fix a bug when a block scalar is incorrectly emitted in the simple key …
(edit) @209 [209] 07/21/06 09:52:03 xi Update libyaml bindings.
(edit) @206 [206] 07/11/06 07:32:39 xi Fix a bug in Representer.represent_object: copy_reg.dispatch_table was not …
(edit) @205 [205] 07/07/06 15:39:29 xi Update PyRex? based bindings to libyaml to include Parser functions.
(edit) @204 [204] 07/07/06 15:38:53 xi Fix some minor issues with the new Parser.
(edit) @198 [198] 07/03/06 07:29:45 xi To make porting easier, rewrite Parser not using generators. Fix handling …
(edit) @197 [197] 06/30/06 04:10:36 xi Fix invalid output of single-quoted scalars in cases when a single quote …
(edit) @196 [196] 06/30/06 04:07:42 xi Trying to make libyaml bindings faster.
(edit) @195 [195] 06/19/06 16:30:29 xi Add pyrex-based bindings for the libyaml scanner.
Note: See TracRevisionLog for help on using the revision log.