summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add block styles.working-on-emitterxi2006-04-017-62/+487
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/branches/working-on-emitter@129 18f92427-320e-0410-9341-c67f048884a3
* Parser now provides style information. Allow empty plain scalars if a tag or ↵xi2006-03-269-39/+135
| | | | | | anchor is given. git-svn-id: http://svn.pyyaml.org/pyyaml/branches/working-on-emitter@127 18f92427-320e-0410-9341-c67f048884a3
* Add a skeleton of the emitter.xi2006-03-206-13/+214
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/branches/working-on-emitter@122 18f92427-320e-0410-9341-c67f048884a3
* Add a branch for working on Emitter.xi2006-03-2022-372/+662
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/branches/working-on-emitter@121 18f92427-320e-0410-9341-c67f048884a3
* Rename pyyaml-ng to ppyyaml to make it simpler.xi2006-03-050-0/+0
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@63 18f92427-320e-0410-9341-c67f048884a3
* Move pyyaml3000 to a separate directory.master@62xi2006-03-040-0/+0
| | | | git-svn-id: http://svn.pyyaml.org/pyyaml-ng/trunk@62 18f92427-320e-0410-9341-c67f048884a3
* Move pysyck to the new location.master@61xi2006-03-040-0/+0
| | | | git-svn-id: http://svn.pyyaml.org/pysyck/branches/pyyaml3000@61 18f92427-320e-0410-9341-c67f048884a3
* Fixed a silly bug in ''scan_line_break''.master@60xi2006-03-013-2/+8
| | | | | | | | Thanks Gustavo Rahal for reporting it. git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@60 18f92427-320e-0410-9341-c67f048884a3
* Remove y/n from the boolean constants.xi2006-02-259-13/+20
| | | | git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@59 18f92427-320e-0410-9341-c67f048884a3
* Ready for the initial release.xi2006-02-2553-56/+487
| | | | git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@58 18f92427-320e-0410-9341-c67f048884a3
* Fix a few bugs.xi2006-02-248-15/+36
| | | | git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@57 18f92427-320e-0410-9341-c67f048884a3
* Constructor is done.xi2006-02-245-13/+164
| | | | git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@56 18f92427-320e-0410-9341-c67f048884a3
* Working on Constructor.xi2006-02-2327-47/+487
| | | | git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@55 18f92427-320e-0410-9341-c67f048884a3
* Fix bugs in Resolver and add more tests.xi2006-02-203-5/+61
| | | | git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@54 18f92427-320e-0410-9341-c67f048884a3
* Implement Composer and BaseResolver.xi2006-02-2013-18/+273
| | | | git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@53 18f92427-320e-0410-9341-c67f048884a3
* Cleanup error messages.xi2006-02-2041-119/+245
| | | | git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@52 18f92427-320e-0410-9341-c67f048884a3
* Parser is done. Add iterator interfaces for Scanner and Parser.xi2006-02-1917-522/+713
| | | | git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@51 18f92427-320e-0410-9341-c67f048884a3
* Scanner is complete.xi2006-02-1829-119/+729
| | | | git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@48 18f92427-320e-0410-9341-c67f048884a3
* Working on the scanner.xi2006-02-1717-74/+215
| | | | git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@47 18f92427-320e-0410-9341-c67f048884a3
* Some renaming.xi2006-02-1611-319/+327
| | | | git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@46 18f92427-320e-0410-9341-c67f048884a3
* Stream and Marker are cleaned up.xi2006-02-1510-58/+322
| | | | git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@45 18f92427-320e-0410-9341-c67f048884a3
* All tests passed! Scanner and Parser seem to be correct.xi2006-02-1557-272/+469
| | | | git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@44 18f92427-320e-0410-9341-c67f048884a3
* Scanner is mostly completed. Need to write alias, tag, and scalar scanners.xi2006-02-158-808/+1307
| | | | git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@43 18f92427-320e-0410-9341-c67f048884a3
* Fix some bugs in canonical examples.xi2006-02-1516-23/+23
| | | | git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@42 18f92427-320e-0410-9341-c67f048884a3
* Add more tests for the Scanner.xi2006-02-1518-0/+140
| | | | git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@41 18f92427-320e-0410-9341-c67f048884a3
* Working on the scanner.xi2006-02-1221-0/+1333
| | | | git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@39 18f92427-320e-0410-9341-c67f048884a3
* Add a branch for the new parser. Add tests from the spec.xi2006-02-11238-0/+1640
git-svn-id: http://svn.pyyaml.org/branches/pyyaml3000@38 18f92427-320e-0410-9341-c67f048884a3