root/pyyaml/trunk/lib


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(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) @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) @295 [295] 10/03/08 14:24:11 xi Dropped tests from the source distribution since LibYAML bindings do not …
(edit) @282 [282] 09/30/08 09:44:04 xi Added attributes yaml.version and yaml.libyaml (fixes …
(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) @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) @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) @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) @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) @206 [206] 07/11/06 07:32:39 xi Fix a bug in Representer.represent_object: copy_reg.dispatch_table was not …
(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) @195 [195] 06/19/06 16:30:29 xi Add pyrex-based bindings for the libyaml scanner.
(edit) @191 [191] 06/18/06 14:04:15 xi Fix a typo in a plain 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) @175 [175] 05/22/06 16:00:11 xi Optimize slightly the float constructor.
(edit) @173 [173] 05/22/06 15:49:54 xi Revamp the inf/nan handling again.
(edit) @170 [170] 05/21/06 03:26:05 xi Fixed #15 (pyyaml discards '-' sign on negative floats). Thanks to …
(edit) @168 [168] 05/15/06 14:43:58 xi Dynamically determine the inf and nan values. Should fix #14. Thanks to …
(edit) @158 [158] 05/11/06 17:27:20 xi Fix a bug in add_path_resolver: map -> dict.
(edit) @155 [155] 05/07/06 10:02:42 xi Allow first=None for add_implicit_resolver.
(edit) @153 [153] 05/06/06 18:09:50 xi Fix #11 (Thanks to edemaine(at)mit.edu).
(edit) @152 [152] 05/04/06 06:46:11 xi Add a way to override default style chosen by Representer: fix #9
(edit) @151 [151] 04/23/06 14:13:32 xi 1e30000 => 1e300000
(edit) @150 [150] 04/23/06 14:07:52 xi Prepare setup.py for release. Fix #7.
(edit) @149 [149] 04/23/06 09:40:57 xi Raise an error for colons in the flow context.
(edit) @148 [148] 04/22/06 17:08:32 xi Sort object attributes.
(edit) @147 [147] 04/22/06 16:40:43 xi Add support for pickling/unpickling python objects.
(edit) @146 [146] 04/21/06 13:31:29 xi Fix !!python/name for Python 2.3. Clear the yaml module namespace.
(edit) @143 [143] 04/18/06 15:33:16 xi Fix bugs in emitter and representer.
(edit) @142 [142] 04/18/06 13:15:54 xi Add support for recursive nodes to Composer. Constructor does not support …
(edit) @141 [141] 04/18/06 12:48:00 xi Add more unit tests for error messages.
(edit) @139 [139] 04/18/06 10:35:28 xi Add constructors for some simple python types.
(edit) @138 [138] 04/17/06 02:42:08 xi Fix #4 (Thanks to murphy(at)rubychan.de)
(edit) @137 [137] 04/16/06 19:45:21 xi Refactor resolver.
(edit) @136 [136] 04/15/06 19:54:52 xi Major refactoring.
(edit) @135 [135] 04/12/06 18:26:41 xi Fix allow_unicode (ticket:3).
(edit) @133 [133] 04/10/06 20:34:16 xi Implement yaml.dump().
(edit) @132 [132] 04/09/06 15:51:02 xi Emitter is done!!!
(edit) @131 [131] 04/03/06 19:23:10 xi Working on emitter: implement the state machine.
(edit) @130 [130] 04/03/06 14:20:25 xi Add style information to events generated by Parser.
(edit) @119 [119] 03/19/06 10:41:32 xi Add an example: yaml highlight script. Usage: […]
(edit) @118 [118] 03/19/06 08:00:38 xi * Add the token STREAM-START. * Add parsing events: STREAM-START, …
(edit) @117 [117] 03/18/06 20:30:05 xi Loose indentation rules for the following cases: * In the flow context, …
(edit) @116 [116] 03/18/06 08:37:09 xi Back to work :). Rename markers to marks.
(copy) @63 [63] 03/05/06 17:19:08 xi Rename pyyaml-ng to ppyyaml to make it simpler.
copied from pyyaml-ng/trunk/lib:
(copy) @62 [62] 03/04/06 17:43:48 xi Move pyyaml3000 to a separate directory.
Note: See TracRevisionLog for help on using the revision log.