root/pyyaml/trunk/tests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @377 [377] 9 months xi Clear cyclic references in the parser and the emitter to avoid extra GC …
(edit) @367 [367] 2 years xi Fixed tests on the Windows platform.
(edit) @366 [366] 2 years xi Fixed another encoding issue.
(edit) @354 [354] 2 years xi Fixed a problem with a scanner error not detected when no line break at …
(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) @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) @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) @325 [325] 3 years xi Minor 2.3 and win32 compatibility fixes; clarify the 'feature not found' …
(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) @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) @291 [291] 3 years xi Added the script tests/test_all.py.
(edit) @276 [276] 3 years xi Added a test for single dot being a float bug.
(edit) @260 [260] 4 years xi A single dot is not a float value (fixes #62).
(edit) @258 [258] 4 years xi Make compose() and load() ensure that the input stream contains a single …
(edit) @247 [247] 5 years xi Add the tests for checking the libyaml bug.
(edit) @234 [234] 5 years xi Fix loss of microsecond precision in datetime.datetime constructor (fix …
(edit) @233 [233] 5 years xi Fix loading an empty YAML stream.
(edit) @228 [228] 5 years xi Fix a test to work under Python 2.3.
(edit) @226 [226] 5 years xi The 'N' plain scalar was still recognized as !!bool. Fix it (close …
(edit) @225 [225] 5 years xi Fix timestamp constructing and representing (close #25).
(edit) @223 [223] 5 years xi Completely rewrite the libyaml bindings.
(edit) @222 [222] 6 years xi Subclass all base classes from object. Hold references to the objects …
(edit) @218 [218] 6 years xi Fix a bug when a block scalar is incorrectly emitted in the simple key …
(edit) @209 [209] 6 years xi Update libyaml bindings.
(edit) @205 [205] 6 years xi Update PyRex? based bindings to libyaml to include Parser functions.
(edit) @198 [198] 6 years xi To make porting easier, rewrite Parser not using generators. Fix handling …
(edit) @197 [197] 6 years xi Fix invalid output of single-quoted scalars in cases when a single quote …
(edit) @195 [195] 6 years xi Add pyrex-based bindings for the libyaml scanner.
(edit) @188 [188] 6 years xi Fix several problems caused by ill-formed documents. The line number is …
(edit) @177 [177] 6 years xi Add ind and qnan values to a float test.
(edit) @174 [174] 6 years xi Add a test case belonging to the previous commit.
(edit) @173 [173] 6 years xi Revamp the inf/nan handling again.
(edit) @171 [171] 6 years xi Add a test case for #15.
(edit) @166 [166] 6 years xi Final touches before the release.
(edit) @154 [154] 6 years xi Fix a bug in a test.
(edit) @153 [153] 6 years xi Fix #11 (Thanks to edemaine(at)mit.edu).
(edit) @150 [150] 6 years xi Prepare setup.py for release. Fix #7.
(edit) @149 [149] 6 years xi Raise an error for colons in the flow context.
(edit) @147 [147] 6 years xi Add support for pickling/unpickling python objects.
(edit) @146 [146] 6 years xi Fix !!python/name for Python 2.3. Clear the yaml module namespace.
(edit) @144 [144] 6 years xi Add more unit tests.
(edit) @142 [142] 6 years xi Add support for recursive nodes to Composer. Constructor does not support …
(edit) @141 [141] 6 years xi Add more unit tests for error messages.
(edit) @140 [140] 6 years xi Rename error-message to loader-error and add new examples.
(edit) @138 [138] 6 years xi Fix #4 (Thanks to murphy(at)rubychan.de)
(edit) @137 [137] 6 years xi Refactor resolver.
(edit) @136 [136] 6 years xi Major refactoring.
(edit) @133 [133] 6 years xi Implement yaml.dump().
(edit) @132 [132] 6 years xi Emitter is done!!!
(edit) @130 [130] 6 years xi Add style information to events generated by Parser.
(edit) @120 [120] 6 years xi Fix a test.
(edit) @118 [118] 6 years xi * Add the token STREAM-START. * Add parsing events: STREAM-START, …
(edit) @117 [117] 6 years xi Loose indentation rules for the following cases: * In the flow context, …
(edit) @116 [116] 6 years xi Back to work :). Rename markers to marks.
(copy) @63 [63] 6 years xi Rename pyyaml-ng to ppyyaml to make it simpler.
copied from pyyaml-ng/trunk/tests:
(copy) @62 [62] 6 years xi Move pyyaml3000 to a separate directory.
Note: See TracRevisionLog for help on using the revision log.