# # ChangeLog for trunk/ext/_syckmodule.c # # Generated by Trac 0.12.2 # 05/22/13 09:49:47 Sun, 19 Feb 2006 08:10:24 GMT xi [49] * trunk/ext/_syckmodule.c (modified) * trunk/lib/syck/dumpers.py (modified) * trunk/lib/syck/loaders.py (modified) * trunk/setup.cfg (modified) * trunk/tests/test_dumper.py (modified) * trunk/tests/test_loader.py (modified) * trunk/tests/test_pickle.py (modified) Fix segfault under Python2.3. Support for complex numbers. Add ... Tue, 27 Dec 2005 20:52:07 GMT xi [34] * trunk/ext/_syckmodule.c (modified) * trunk/tests/test_syck.py (modified) * trunk/tests/test_threads.py (added) Release the GIL before doing blocking calls (fix #35). Note that this ... Thu, 25 Aug 2005 05:30:06 GMT xi [25] * trunk/ext/_syckmodule.c (modified) * trunk/lib/syck/__init__.py (modified) * trunk/lib/syck/dumpers.py (modified) * trunk/lib/syck/loaders.py (modified) * trunk/sandbox/emit-it/Makefile (modified) * trunk/sandbox/emit-it/complex-key-bug.c (copied) * trunk/sandbox/emit-it/emit-it.c (modified) * trunk/sandbox/emit-it/trailing-space-bug.c (copied) * trunk/tests/test_pickle.py (modified) Adding some docstrings. Fri, 12 Aug 2005 20:15:19 GMT xi [20] * trunk/ext/_syckmodule.c (modified) * trunk/lib/syck/dumpers.py (modified) * trunk/sandbox/syck-parser/syck-parser.c (modified) * trunk/sandbox/syck-parser/test_aliases.yml (added) * trunk/sandbox/syck-parser/test_aliases2.yml (added) * trunk/tests/test_dumper.py (modified) * trunk/tests/test_loader.py (modified) * trunk/tests/test_parser.py (modified) * trunk/tests/test_syck.py (modified) syck.dump() is implemented. Sun, 31 Jul 2005 19:12:14 GMT xi [17] * trunk/ext/_syckmodule.c (modified) * trunk/sandbox/emit-it/emit-it.c (modified) * trunk/sandbox/syck-parser/test_recursive.yml (added) * trunk/tests/test_emitter.py (added) * trunk/tests/test_node.py (modified) * trunk/tests/test_parser.py (modified) * trunk/tests/test_syck.py (modified) Add ''_syck.Emitter'' (finally closes #19). Fri, 29 Jul 2005 20:38:54 GMT xi [16] * trunk/ext/_syckmodule.c (modified) * trunk/lib/syck/__init__.py (modified) * trunk/lib/syck/loaders.py (moved) * trunk/tests/test_loader.py (moved) * trunk/tests/test_node.py (moved) * trunk/tests/test_parser.py (moved) * trunk/tests/test_syck.py (modified) ''syck.Loader'' is refactored (see #19). Thu, 28 Jul 2005 23:40:56 GMT xi [15] * trunk/ext/_syckmodule.c (modified) * trunk/tests/test_high_level_parser.py (moved) * trunk/tests/test_low_level_parser.py (moved) * trunk/tests/test_syck.py (modified) ''_syck.Parser'' works again. Thu, 28 Jul 2005 08:45:26 GMT xi [14] * trunk/ext/_syckmodule.c (modified) * trunk/tests/test_low_level_node.py (modified) Add _syck.Seq and _syck.Map. Wed, 27 Jul 2005 23:47:47 GMT xi [12] * trunk/ext/_syckmodule.c (modified) * trunk/sandbox/yaml-current.html (added) * trunk/tests/test_syck.py (modified) Add _syck.Node and _syck.Scalar types. Thu, 21 Jul 2005 21:22:43 GMT xi [9] * trunk/ext/_syckmodule.c (modified) * trunk/lib/syck/parsers.py (modified) * trunk/tests/test_high_parser.py (modified) * trunk/tests/test_syck.py (modified) Make it somewhat compatible with older versions of Python. Mon, 18 Jul 2005 17:13:22 GMT xi [7] * trunk/ext/_syckmodule.c (modified) * trunk/lib/syck/__init__.py (modified) * trunk/lib/syck/parsers.py (added) * trunk/sandbox/syck-parser/test_binary_bug.yml (added) * trunk/sandbox/syck-parser/test_single.yml (added) * trunk/tests/test_high_parser.py (added) * trunk/tests/test_low_parser.py (added) * trunk/tests/test_syck.py (modified) Implement ''syck.parse()'' and ''syck.load()'' (closes #8). Add basic ... Sun, 17 Jul 2005 16:08:23 GMT xi [6] * trunk/ext/_syckmodule.c (modified) * trunk/tests/test_syck.py (modified) Remove methods ''Parser.parse_documents()'' and ''Parser.close()''; add ... Sat, 16 Jul 2005 20:22:27 GMT xi [5] * trunk/ext/_syckmodule.c (modified) _syckmodule.c: Rename types and functions. Sat, 16 Jul 2005 19:14:11 GMT xi [4] * trunk/Makefile (modified) * trunk/ext/_syckmodule.c (modified) * trunk/sandbox/syck-parser/syck-parser.c (modified) * trunk/sandbox/syck-parser/test.yml (added) * trunk/sandbox/syck-parser/test_error.yml (added) * trunk/sandbox/syck-parser/test_my_typing.yml (added) * trunk/sandbox/syck-parser/test_typing.yml (added) * trunk/tests/test_syck.py (modified) Add the module _syck and test suite. Sat, 16 Jul 2005 11:22:16 GMT xi [3] * trunk/Makefile (added) * trunk/ext (added) * trunk/ext/_syckmodule.c (added) * trunk/lib (added) * trunk/lib/syck (added) * trunk/lib/syck/__init__.py (added) * trunk/setup.py (added) * trunk/tests (added) * trunk/tests/test_build.py (added) * trunk/tests/test_syck.py (added) Create directory structure and setup.py.