root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @268 [268] 05/20/08 07:52:49 xi Added a YAML lexer for Pygments.
(edit) @267 [267] 01/19/08 08:54:22 xi Minor API updates.
(edit) @266 [266] 01/03/08 22:33:04 xi Drop doxygen support, add more API documentation, API changes.
(edit) @265 [265] 12/27/07 16:11:27 xi Fixed bugs and updated tests.
(edit) @264 [264] 12/27/07 12:14:01 xi Another round of API update.
(edit) @263 [263] 12/27/07 07:05:17 xi Completed the first phase of API refactoring.
(edit) @262 [262] 12/26/07 08:46:43 xi Updated reader.c to use the new API.
(edit) @261 [261] 12/25/07 18:19:23 xi API refactoring (Note: it breaks the build).
(edit) @260 [260] 11/17/07 19:47:32 xi A single dot is not a float value (fixes #62).
(edit) @259 [259] 09/19/07 05:28:30 xi Fixed timestamp output (fixes #60).
(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) @256 [256] 05/12/07 18:04:36 xi Created a tag for the 3.05 release.
(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) @250 [250] 04/17/07 13:39:54 xi Fixed a problem when the DOCUMENT-END event is not emitted until the …
(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) @245 [245] 01/08/07 17:40:08 xi Add project files for Visual Studio 2003.
(edit) @244 [244] 01/08/07 13:41:51 xi Fix the example_deconstructor project.
(edit) @243 [243] 01/08/07 13:33:55 xi Eliminate some warnings and add more doxygen definitions.
(edit) @242 [242] 01/08/07 11:13:59 xi Undefine the NDEBUG directive for the test programs.
(edit) @241 [241] 01/08/07 07:27:08 xi Fix a bug in the emitter introduced while fixing warnings for VC6.
(edit) @240 [240] 01/08/07 07:23:35 xi Add VC6 projects for the test executables.
(edit) @239 [239] 01/07/07 17:51:10 xi Add win32 fixes and project files for VC6.
(edit) @238 [238] 01/07/07 15:11:16 xi Add functions for constructing, parsing and emitting YAML documents.
(edit) @237 [237] 12/11/06 14:33:21 xi Add const qualifier for yaml_parser_set_input_string parameter …
(edit) @236 [236] 12/11/06 14:20:29 xi Force a new line at the end of the input stream even if there are no a new …
(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) @232 [232] 08/20/06 14:28:15 xi Create the 3.04 tag.
(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) @224 [224] 08/15/06 13:21:01 xi Older versions of gcc do not know about -Wno-pointer-sign.
(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) @221 [221] 08/01/06 07:29:20 xi Create the tag for the initial release.
(edit) @220 [220] 08/01/06 07:28:16 xi Prepare the initial release.
(edit) @219 [219] 07/31/06 18:24:32 xi Add two examples and prepare the build system for distribution.
(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) @217 [217] 07/30/06 08:50:15 xi Add the run-emitter test.
(edit) @216 [216] 07/30/06 08:49:17 xi Fix Emitter bugs and leaks.
(edit) @215 [215] 07/29/06 18:10:26 xi Scalar writers are completed.
(edit) @214 [214] 07/28/06 16:09:34 xi Implement everything except tag and scalar writers.
(edit) @213 [213] 07/26/06 16:32:16 xi Implement Emitter state machine.
(edit) @212 [212] 07/25/06 16:54:28 xi Add yaml_emitter_emit_* set of functions.
(edit) @211 [211] 07/23/06 07:57:36 xi Add Emitter definitions and implement the Writer.
(edit) @210 [210] 07/21/06 14:29:00 xi Fix some leaks, segfaults and warnings.
(edit) @209 [209] 07/21/06 09:52:03 xi Update libyaml bindings.
(edit) @208 [208] 07/21/06 09:50:32 xi Refactor internal and external API.
(edit) @207 [207] 07/11/06 07:34:01 xi Port represent_object from PyYAML: fix Numeric.array dumping.
(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) @203 [203] 07/07/06 15:34:25 xi Complete the Parser (it requires refactoring though) and fix some bugs.
(edit) @202 [202] 07/05/06 15:58:30 xi Implement half of the parsers.
(edit) @201 [201] 07/04/06 15:39:56 xi Start working on the parser.
(edit) @200 [200] 07/03/06 09:49:14 xi Move yaml/yaml.h to yaml.h and merge version.c to api.c.
(edit) @199 [199] 07/03/06 09:34:57 xi Add event constructors and destructors.
(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.
(edit) @194 [194] 06/19/06 16:27:22 xi Fix numerous bugs in the Scanner.
(edit) @193 [193] 06/19/06 12:38:08 xi Release: PyYAML-3.03
(edit) @192 [192] 06/19/06 12:30:56 xi Preparing the release: PyYAML-3.03
(edit) @191 [191] 06/18/06 14:04:15 xi Fix a typo in a plain scalar scanner.
(edit) @190 [190] 06/18/06 13:20:25 xi The scanner is completed (not tested though).
(edit) @189 [189] 06/16/06 16:42:55 xi Implement the block scalar scanner.
(edit) @188 [188] 06/16/06 03:23:05 xi Fix several problems caused by ill-formed documents. The line number is …
(edit) @187 [187] 06/11/06 13:29:09 xi Implement scanners for directives, anchors, and tags.
(edit) @186 [186] 06/08/06 17:37:10 xi Scanner: implement everything except token scanners.
(edit) @185 [185] 06/07/06 16:30:22 xi Implementing Scanner: macros and high-level functions.
(edit) @184 [184] 06/06/06 15:43:34 xi Add scanner definitions. Add a basic description of all tokens produced …
(edit) @183 [183] 06/02/06 09:03:14 xi Add token constructors and destructors. Add YAML_DECLARE to the API …
(edit) @182 [182] 06/01/06 16:19:43 xi Complete buffering and encoding code.
(edit) @181 [181] 05/30/06 13:49:18 xi Complete UTF-8 and UTF-16 decoders. Reader is mostly done (though …
(edit) @180 [180] 05/29/06 16:08:09 xi Working on the decoding code.
(edit) @179 [179] 05/27/06 13:19:07 xi Implementing Reader: first tries.
(edit) @178 [178] 05/26/06 17:46:47 xi Doxygenify the header file. Add basic reader fields to the parser …
(edit) @177 [177] 05/24/06 11:45:38 xi Add ind and qnan values to a float test.
(edit) @176 [176] 05/23/06 15:11:21 xi Fixed #16 (duplicate keys in dictionary cause unpredictable …
(edit) @175 [175] 05/22/06 16:00:11 xi Optimize slightly the float constructor.
(edit) @174 [174] 05/22/06 15:50:32 xi Add a test case belonging to the previous commit.
(edit) @173 [173] 05/22/06 15:49:54 xi Revamp the inf/nan handling again.
(edit) @172 [172] 05/21/06 10:58:32 xi Add doxygen support.
(edit) @171 [171] 05/21/06 03:27:26 xi Add a test case for #15.
(edit) @170 [170] 05/21/06 03:26:05 xi Fixed #15 (pyyaml discards '-' sign on negative floats). Thanks to …
(edit) @169 [169] 05/20/06 18:43:15 xi Add the basic autoconf infrastructure.
Note: See TracRevisionLog for help on using the revision log.