summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release!!!!!3.01xi2006-05-073-11/+15
* Allow first=None for add_implicit_resolver.xi2006-05-071-0/+2
* Fix a bug in a test.xi2006-05-061-1/+1
* Fix #11 (Thanks to edemaine(at)mit.edu).xi2006-05-066-19/+29
* Add a way to override default style chosen by Representer: fix #9xi2006-05-043-5/+22
* 1e30000 => 1e300000xi2006-04-231-1/+1
* Prepare setup.py for release. Fix #7.xi2006-04-237-14/+58
* Raise an error for colons in the flow context.xi2006-04-233-3/+15
* Sort object attributes.xi2006-04-221-0/+7
* Add support for pickling/unpickling python objects.xi2006-04-227-17/+436
* Fix !!python/name for Python 2.3. Clear the yaml module namespace.xi2006-04-218-24/+27
* Fix yaml-hl to use the new API.xi2006-04-201-9/+7
* Add more unit tests.xi2006-04-1830-90/+106
* Fix bugs in emitter and representer.xi2006-04-182-7/+10
* Add support for recursive nodes to Composer. Constructor does not support rec...xi2006-04-184-23/+49
* Add more unit tests for error messages.xi2006-04-1825-3/+132
* Rename error-message to loader-error and add new examples.xi2006-04-1880-4/+14
* Add constructors for some simple python types.xi2006-04-183-43/+256
* Fix #4 (Thanks to murphy(at)rubychan.de)xi2006-04-173-1/+6
* Refactor resolver.xi2006-04-1624-335/+517
* Major refactoring.xi2006-04-1531-1226/+1622
* Fix allow_unicode (ticket:3).xi2006-04-123-9/+14
* Implement yaml.dump().xi2006-04-1115-150/+710
* Emitter is done!!!xi2006-04-0915-81/+768
* Working on emitter: implement the state machine.xi2006-04-032-1/+424
* Add style information to events generated by Parser.xi2006-04-0319-87/+415
* Fix the project url.xi2006-03-261-1/+1
* Fix a test.xi2006-03-191-1/+1
* Add an example: yaml highlight script.xi2006-03-195-3/+166
* * Add the token STREAM-START.xi2006-03-198-10/+79
* Loose indentation rules for the following cases:xi2006-03-195-39/+97
* Back to work :). Rename markers to marks.xi2006-03-1812-332/+332
* Rename pyyaml-ng to ppyyaml to make it simpler.xi2006-03-050-0/+0
* Move pyyaml3000 to a separate directory.master@62xi2006-03-040-0/+0
* Move pysyck to the new location.master@61xi2006-03-040-0/+0
* Fixed a silly bug in ''scan_line_break''.master@60xi2006-03-013-2/+8
* Remove y/n from the boolean constants.xi2006-02-259-13/+20
* Ready for the initial release.xi2006-02-2553-56/+487
* Fix a few bugs.xi2006-02-248-15/+36
* Constructor is done.xi2006-02-245-13/+164
* Working on Constructor.xi2006-02-2327-47/+487
* Fix bugs in Resolver and add more tests.xi2006-02-203-5/+61
* Implement Composer and BaseResolver.xi2006-02-2013-18/+273
* Cleanup error messages.xi2006-02-2041-119/+245
* Parser is done. Add iterator interfaces for Scanner and Parser.xi2006-02-1917-522/+713
* Scanner is complete.xi2006-02-1829-119/+729
* Working on the scanner.xi2006-02-1717-74/+215
* Some renaming.xi2006-02-1611-319/+327
* Stream and Marker are cleaned up.xi2006-02-1510-58/+322
* All tests passed! Scanner and Parser seem to be correct.xi2006-02-1557-272/+469