id,summary,status,owner,type,priority,component
83,yaml_parser_load poorly handles end of stream.,new,xi,defect,normal,libyaml
264,yaml.load() fails to load a dict just saved by yaml.dump(),new,xi,defect,normal,pyyaml
220,yaml.dump indent parameter not affecting scalars in sequences,new,xi,defect,low,pyyaml
234,yaml module does not have dumps/loads functions,new,xi,enhancement,normal,pyyaml
286,unacceptable character #x00ba: invalid leading UTF-8 octet,new,xi,defect,normal,pyyaml
104,support for pushing data to the parser,new,xi,defect,normal,pyyaml
245,support for Abstract Base Classes,new,xi,defect,normal,pyyaml
200,should produce cleaner error message when processing documents containing tabs,new,xi,enhancement,normal,libyaml
235,setup.py need better jython detection,new,xi,defect,normal,pyyaml
124,setting allow_unicode,new,xi,defect,normal,pyyaml
246,scientific notation resolver bug,new,xi,defect,normal,pyyaml
106,remove unused variables,new,xi,enhancement,low,pyyaml
100,remove unused variable in scaner.scan_plain_spaces(),new,xi,enhancement,low,pyyaml
99,remove unused variable,new,xi,defect,low,pyyaml
131,remove unused 'line' variable from emitter,new,xi,enhancement,low,pyyaml
110,"remove unused ""if"" statements",new,xi,enhancement,low,pyyaml
153,remove reduntant code in Reader,new,xi,enhancement,low,pyyaml
105,remove minor code repetition,new,xi,defect,low,pyyaml
148,relative imports required for inter-package imports,new,xi,defect,normal,pyyaml
203,reading yaml from socket may block in determine_encoding(),new,xi,defect,normal,pyyaml
56,pysyck install problem,new,xi,defect,normal,pysyck
231,problems with windows installer,new,xi,defect,normal,pyyaml
139,please update for yaml-1.2 support,new,xi,defect,normal,pyyaml
165,parser.c can possibly dereference NULL pointer,new,xi,defect,low,libyaml
238,objects which have type checks in __eq__ or __cmp__ break serialization,new,xi,defect,normal,pyyaml
10,merge map doesnt work as it should ... I think,assigned,xi,defect,normal,pyyaml
243,loads_all produces an error when yaml loads classes serialization in file,new,xi,defect,normal,pyyaml
249,"load() interprets ""1e-10"" as string",new,xi,defect,normal,pyyaml
75,libyaml trunk (rev 266) don't compile,new,xi,defect,normal,libyaml
128,libyaml should detect duplicate keys and report an error.,new,xi,defect,high,libyaml
154,libyaml parser does not recognise custom tags,new,xi,defect,normal,pyyaml
244,kwargs in dumper represent methods?,new,xi,enhancement,normal,pyyaml
207,improve unable to represent object error message,new,xi,enhancement,normal,pyyaml
213,improve documentation: maintainers? tutorial!,new,xi,defect,normal,libyaml
143,"implicit_resolver does not work with literal block scalars, here is the test",new,xi,defect,normal,pyyaml
192,ignore_aliases breaks with numy arrays,new,xi,defect,normal,pyyaml
126,how to do INI-file-like substitution in pyYAML,new,xi,task,normal,pyyaml
195,explict non-specific tags,new,xi,defect,normal,libyaml
212,example run-parser.c could be simplified,new,xi,defect,normal,libyaml
91,emit no anchors and aliases,reopened,xi,enhancement,normal,pyyaml
141,easy_install failure on 64 bit ubuntu,new,xi,defect,normal,pyyaml
16,duplicate keys in dictionary cause unpredictable behavior,reopened,xi,defect,normal,pysyck
57,"dump(): Insert a ""blank line"" after the end of an element",assigned,xi,enhancement,normal,pyyaml
142,decimal type support in pyYAML,new,xi,enhancement,normal,pyyaml
185,cyaml doesn't work on Mac OS X.6.6 with Python 2.6 or 3.2,new,xi,defect,normal,pyyaml
202,cannot roundtrip offset-aware datetime instances,new,xi,enhancement,normal,pyyaml
214,align map-values at dump,new,xi,enhancement,normal,pyyaml
221,add_implicit_resolver on a subclass may affect super_class resolvers,new,xi,defect,normal,pyyaml
229,[PATCH] pysyck cannot dump dict in 64bit system,new,xi,defect,normal,pysyck
159,Yaml failed to restore loops in objects when __setstate__ is defined,new,xi,defect,normal,pyyaml
208,Yaml doesn't parse ISO8601 datetimes if they do not include seconds.,new,xi,defect,normal,pyyaml
209,YAMLObject to work with any loader,new,xi,enhancement,normal,pyyaml
101,YAMLObject interacts poorly with __slots__,new,xi,defect,normal,pyyaml
45,YAML-RPC,assigned,xi,enhancement,normal,pyyaml
160,Windows 7,new,xi,defect,highest,libyaml
239,Using yaml.dump() after yaml.load() creates different document for block and folded literals,new,xi,defect,high,pyyaml
289,Use of undefined operation to create inf & nan,new,xi,defect,normal,pyyaml
196,Uneccessry use of explict non-specific tags,new,xi,enhancement,high,libyaml
149,Throws wrong ValueError exception on bad time stamps,new,xi,defect,normal,pyyaml
290,The linear growth of runtime of the dump function,new,xi,defect,normal,pyyaml
121,Support OrderedDict,new,xi,task,normal,pyyaml
252,Sub-classing yaml.YAMLObject bypasses __init__,new,xi,defect,normal,pyyaml
76,Sets are dumped with null values,assigned,xi,defect,normal,pyyaml
242,"ScannerError (""could not found expected ':'"") on reading map keys longer than 1024 characters",new,xi,defect,normal,pyyaml
158,Require ': ' to separate keys from values in the flow context,new,xi,enhancement,low,pyyaml
216,Representer error,new,xi,defect,normal,pyyaml
161,Recipie for using collections.OrderedDict as the primary pyyaml mapping type,new,xi,enhancement,normal,pyyaml
61,Raise ValueError on bad time stamps,new,xi,defect,normal,pysyck
111,Questionable use of assert in tests,new,xi,defect,normal,libyaml
247,PyYaml uses int instead of size_t in ext,new,xi,defect,high,pyyaml
283,PyYaml does not create logging handler classes correctly in Python 2.7,new,xi,defect,normal,pyyaml
211,PyYAML in Python 3.2 Stackless 3.1b3 060516,new,xi,defect,normal,pyyaml
193,"PyYAML doesn't use __float__, etc.",new,xi,enhancement,normal,pyyaml
273,"PyYAML doesn't dump python dictionary correctly if it only contains strings, numbers and/or booleans",new,xi,defect,normal,pyyaml
201,PyYAML cannot load set with an object of a class with custom __hash__,new,xi,defect,normal,pyyaml
190,PyYAML always uses pickle protocol 2 although Python 2.6 only supports 0 and 1,new,xi,defect,normal,pyyaml
19,PySyck improperly handles subclassed types,new,xi,defect,normal,pysyck
109,PySyck for Python 2.6 or Python 3.0,new,xi,task,normal,pysyck
67,PySyck does not work on 64 bit machine,assigned,xi,defect,normal,pysyck
178,Problem with parsing ':',new,xi,defect,normal,pyyaml
140,Plain equal sign (=) as node content results in an error,new,xi,defect,normal,pyyaml
138,Patch to read/write invalid UTF-8,new,xi,enhancement,normal,libyaml
151,Patch to libyaml to handle concatenation according to yaml 1.2 spec,new,xi,enhancement,normal,libyaml
152,Patch to libyaml to handle anchor/alias according to libyaml 1.2 spec,new,xi,defect,normal,libyaml
197,Non-BMP unicode characters are dumped using surrogate code units if python was not configured with UCS4,new,xi,defect,normal,pyyaml
206,Need ability to reuse and expand on defined lists and mappings.,new,xi,enhancement,normal,libyaml
145,Memory leak in yaml_document_t?,new,xi,defect,normal,libyaml
34,Making it easier to use libyaml in PyYAML,assigned,xi,defect,normal,pyyaml
253,Making a quiet nan results in an infinite loop on a bifferboard,new,xi,defect,normal,pyyaml
285,List items printed as dict,new,xi,defect,normal,pyyaml
29,Keeping mapping keys ordered,reopened,xi,enhancement,normal,pyyaml
237,Is \x parsing correct?,new,xi,defect,normal,libyaml
204,In pure-python implementation yaml.load cannot read files generated by yaml.dump/safe_dump when allow_unicode=True,new,xi,defect,high,pyyaml
210,Impossible to copy the properties of one branch to another,new,xi,enhancement,normal,pyyaml
119,Implicit resolver is not respected (the order is important),new,xi,defect,normal,pyyaml
284,If install prefix is not standard then package config file reports incorrect include path,new,xi,defect,normal,libyaml
187,"Failed  when run ""python setup install""",new,xi,defect,normal,pyyaml
215,"Exception in yaml.dump() with Dumper and default_style=True, but not with CDumper",new,xi,defect,normal,pyyaml
254,Errors with Numpy Dtypes,new,xi,defect,normal,pyyaml
162,Error encountered during PyYAML install after Python 26 successfully found in registry,new,xi,defect,normal,pyyaml
233,Enable libyaml be built as shared library (DLL),assigned,xi,enhancement,normal,libyaml
2,Does PySyck support python pickling,reopened,xi,defect,normal,pysyck
287,"Different behaviour for comment lines ending with ""-"" in YAML-Python2 and YAML-Python3",new,xi,defect,normal,pyyaml
232,Constructor.set_python_instance_state defect with object without __setstate__ function,new,xi,defect,normal,pyyaml
114,Comments in the emitter,new,xi,enhancement,low,pyyaml
113,Changeset 313 dumps reduntant '...' (end of document),new,xi,defect,normal,pyyaml
278,Cannot load __hash__able objects in mapping keys,new,xi,defect,normal,pyyaml
155,Cannot install PyYAML on WIndows 7 64 bit,reopened,xi,defect,normal,pyyaml
288,"Can't parse top level block scalar (""--- |\n"") without indentation",new,xi,defect,normal,libyaml
191,CSafeLoader and CSafeDumper are missing a dispose method in 3.10 and trunk,new,xi,defect,normal,pyyaml
72,Building libyaml with CMake,assigned,xi,enhancement,low,libyaml
240,Block and / or folded literal dumps fail on trailing space,new,xi,defect,normal,pyyaml
20,"Better Support for Numeric, and NumPy",new,xi,defect,normal,pyyaml
164,Bad preprocessor macros for VS2008 projects,new,xi,defect,normal,libyaml
258,Any interest in tox and/or Travis CI for testing?,new,xi,enhancement,normal,pyyaml
205,"Anchor names and aliases can only contain numbers and ASCII letters, but 1.2 allows more",new,xi,defect,normal,pyyaml
96,"Added note about UnicodeError instead of the tuple of multiple classes. Also, bumping this ;-)",new,xi,defect,normal,pysyck
219,A tab inside a scalar is not accepted,reopened,xi,defect,normal,pyyaml
194,A generic event initialize function for libyaml.,new,xi,enhancement,normal,libyaml
98,(minor) improve code readability,new,xi,enhancement,low,pyyaml
180,"""on"" or ""off"" as node name becomes ""True"" or ""False""",new,xi,defect,normal,pyyaml
199,"""\U""-style escape sequences cannot be loaded if python was not compiled with UCS4",new,xi,defect,normal,pyyaml
