{6} All Tickets By Milestone (Including closed) (243 matches)
Results (1 - 100 of 243)
| Ticket | Summary | Component | Status | Resolution | Version | Type | Severity | Priority | Owner | Modified |
|---|---|---|---|---|---|---|---|---|---|---|
| #204 | In pure-python implementation yaml.load cannot read files generated by yaml.dump/safe_dump when allow_unicode=True | pyyaml | new | defect | normal | high | xi | -- | ||
| #19 | PySyck improperly handles subclassed types | pysyck | new | defect | normal | normal | xi | -- | ||
| #111 | Questionable use of assert in tests | libyaml | new | defect | normal | normal | xi | -- | ||
| #124 | setting allow_unicode | pyyaml | new | defect | normal | normal | xi | -- | ||
| #126 | how to do INI-file-like substitution in pyYAML | pyyaml | new | task | normal | normal | xi | -- | ||
| #145 | Memory leak in yaml_document_t? | libyaml | new | defect | normal | normal | xi | -- | ||
| #161 | Recipie for using collections.OrderedDict as the primary pyyaml mapping type | pyyaml | new | enhancement | normal | normal | xi | -- | ||
| #192 | ignore_aliases breaks with numy arrays | pyyaml | new | defect | normal | normal | xi | -- | ||
| #194 | A generic event initialize function for libyaml. | libyaml | new | enhancement | normal | normal | xi | -- | ||
| #201 | PyYAML cannot load set with an object of a class with custom __hash__ | pyyaml | new | defect | normal | normal | xi | -- | ||
| #205 | Anchor names and aliases can only contain numbers and ASCII letters, but 1.2 allows more | pyyaml | new | defect | normal | normal | xi | -- | ||
| #210 | Impossible to copy the properties of one branch to another | pyyaml | new | enhancement | normal | normal | xi | -- | ||
| #213 | improve documentation: maintainers? tutorial! | libyaml | new | defect | normal | normal | xi | -- | ||
| #214 | align map-values at dump | pyyaml | new | enhancement | normal | normal | xi | -- | ||
| #221 | add_implicit_resolver on a subclass may affect super_class resolvers | pyyaml | new | defect | major | normal | xi | -- | ||
| #232 | Constructor.set_python_instance_state defect with object without __setstate__ function | pyyaml | new | defect | normal | normal | xi | -- | ||
| #234 | yaml module does not have dumps/loads functions | pyyaml | new | enhancement | normal | normal | xi | -- | ||
| #273 | PyYAML doesn't dump python dictionary correctly if it only contains strings, numbers and/or booleans | pyyaml | new | defect | normal | normal | xi | -- | ||
| #99 | remove unused variable | pyyaml | new | defect | trivial | low | xi | -- | ||
| #106 | remove unused variables | pyyaml | new | enhancement | minor | low | xi | -- | ||
| #165 | parser.c can possibly dereference NULL pointer | libyaml | new | defect | normal | low | xi | -- | ||
| #220 | yaml.dump indent parameter not affecting scalars in sequences | pyyaml | new | defect | minor | low | xi | -- | ||
| #3 | allow_unicode missing in emitter? | pyyaml | closed | fixed | defect | major | normal | xi | 04/12/06 | |
| #4 | Inf and NaN handling needs re-vamp | pyyaml | closed | fixed | defect | normal | normal | xi | 04/17/06 | |
| #7 | doubles represented as .nan | pyyaml | closed | fixed | defect | normal | normal | xi | 04/23/06 | |
| #10 | merge map doesnt work as it should ... I think | pyyaml | assigned | defect | normal | normal | xi | 05/03/06 | ||
| #9 | Forcing block style | pyyaml | closed | fixed | defect | normal | normal | xi | 05/04/06 | |
| #11 | Unicode support | pyyaml | closed | fixed | defect | normal | normal | xi | 05/06/06 | |
| #6 | pyyaml 3000 is not in the Python cheese shop | pyyaml | closed | fixed | defect | normal | normal | xi | 05/07/06 | |
| #13 | Windows install broken | pyyaml | closed | fixed | defect | normal | high | xi | 05/15/06 | |
| #14 | Inf and NaN handling needs re-vamp | pyyaml | closed | fixed | defect | normal | normal | xi | 05/15/06 | |
| #15 | pyyaml discards '-' sign on negative floats | pyyaml | closed | fixed | defect | normal | normal | xi | 05/21/06 | |
| #8 | Comparison operations fail with floats (NaN and +/- Inf) in PyYAML3000 on WinXP (SP2) | pyyaml | closed | fixed | defect | normal | normal | xi | 05/28/06 | |
| #17 | Single quote character can break emitter output | pyyaml | closed | fixed | defect | normal | normal | xi | 06/30/06 | |
| #18 | [bug] nested dictionnary load works dump doesn't | pyyaml | closed | worksforme | defect | normal | normal | xi | 07/06/06 | |
| #20 | Better Support for Numeric, and NumPy | pyyaml | new | defect | normal | normal | xi | 07/14/06 | ||
| #21 | yaml emitter bug | pyyaml | closed | duplicate | defect | normal | normal | xi | 07/14/06 | |
| #22 | Aliases break if there are temporary objects | pyyaml | closed | fixed | defect | normal | normal | xi | 08/03/06 | |
| #23 | Dictionary output not sorted. | pyyaml | closed | fixed | enhancement | normal | normal | xi | 08/03/06 | |
| #5 | PYYAML3000 does not load recursive structures. | pyyaml | closed | fixed | enhancement | normal | normal | xi | 08/03/06 | |
| #24 | dictionaries without at least one list element as values seem not to work | pyyaml | closed | worksforme | defect | normal | normal | xi | 08/08/06 | |
| #25 | Constructor and representer for datetimes with timezone do not match | pyyaml | closed | fixed | defect | normal | normal | xi | 08/16/06 | |
| #26 | yaml.load("a: n") raises exception (problem with bool) | pyyaml | closed | fixed | defect | normal | normal | xi | 08/16/06 | |
| #12 | PyYAML is slow | pyyaml | closed | fixed | enhancement | normal | normal | xi | 08/30/06 | |
| #27 | yaml.dump seems to be broken | pyyaml | closed | worksforme | defect | normal | normal | xi | 09/08/06 | |
| #28 | Incorrect handling of strings with trailing spaces | pysyck | closed | worksforme | defect | major | highest | xi | 09/17/06 | |
| #30 | Timestamp support has floating-point roundoff | pyyaml | closed | fixed | defect | normal | normal | xi | 10/04/06 | |
| #36 | PyYaml and WebWare Don't Play Nicely... | pyyaml | closed | invalid | defect | blocker | high | xi | 10/17/06 | |
| #31 | PyYAML for Python 2.5 | pyyaml | closed | fixed | defect | normal | normal | xi | 10/20/06 | |
| #37 | Cross referenced aliases unsupported ? | pyyaml | closed | invalid | defect | normal | normal | xi | 10/29/06 | |
| #39 | yaml.load("") raises an exception | pyyaml | closed | fixed | defect | normal | normal | xi | 11/21/06 | |
| #40 | incomplete dict constructor | pyyaml | closed | worksforme | defect | major | normal | xi | 11/29/06 | |
| #38 | PySyck handles non-alphanumeric strings as references, others not | pysyck | closed | worksforme | defect | major | normal | xi | 12/08/06 | |
| #41 | Patch: Use types module instead of hand crafted entities and type(). | pyyaml | closed | fixed | enhancement | normal | normal | xi | 12/08/06 | |
| #35 | test program crashes on test file with multiple documents | libyaml | closed | worksforme | defect | normal | normal | xi | 12/08/06 | |
| #32 | patch to make libyaml compile in visual studio | libyaml | closed | fixed | defect | normal | normal | xi | 01/08/07 | |
| #2 | Does PySyck support python pickling | pysyck | reopened | defect | normal | normal | xi | 01/13/07 | ||
| #43 | path resolver has bug | pyyaml | closed | fixed | defect | major | high | xi | 02/23/07 | |
| #42 | List objects are unhashable | pyyaml | closed | wontfix | defect | major | normal | xi | 02/23/07 | |
| #46 | syck.dump is not here ! | pyyaml | closed | worksforme | defect | normal | normal | xi | 03/08/07 | |
| #44 | easy_install b0rked | pysyck | closed | fixed | defect | major | normal | xi | 03/19/07 | |
| #48 | yaml.load does not call __init__ of objects | pyyaml | closed | wontfix | defect | normal | normal | xi | 03/20/07 | |
| #45 | YAML-RPC | pyyaml | assigned | enhancement | normal | normal | xi | 03/20/07 | ||
| #49 | yaml confused by python float repr() | pyyaml | closed | fixed | enhancement | normal | normal | xi | 03/22/07 | |
| #16 | duplicate keys in dictionary cause unpredictable behavior | pysyck | reopened | defect | major | normal | xi | 03/27/07 | ||
| #51 | Won't emit a document until the next document is available | pyyaml | closed | fixed | defect | normal | normal | xi | 04/17/07 | |
| #52 | importing gtk breaks unicode loading | pyyaml | closed | fixed | defect | normal | normal | xi | 05/05/07 | |
| #53 | Allow for immutable subclasses of YAMLObject | pyyaml | closed | fixed | enhancement | trivial | normal | xi | 05/08/07 | |
| #54 | load() fails to load consecutive documents | pyyaml | closed | fixed | defect | major | high | xi | 08/21/07 | |
| #58 | Is there a way?? | pyyaml | closed | wontfix | task | minor | low | xi | 08/21/07 | |
| #59 | Load yaml data as utf-8 strings into a dictionary | pyyaml | closed | worksforme | defect | normal | normal | xi | 08/21/07 | |
| #50 | ScannerError TypeError | pyyaml | closed | fixed | defect | normal | normal | xi | 08/21/07 | |
| #60 | Error loading timestamps | pysyck | closed | fixed | defect | critical | normal | xi | 09/19/07 | |
| #61 | Raise ValueError on bad time stamps | pysyck | new | defect | normal | normal | xi | 09/19/07 | ||
| #63 | % character cannot start a scalar value token | pyyaml | closed | invalid | defect | normal | normal | xi | 09/22/07 | |
| #64 | yaml.dump and indentation: | pyyaml | closed | fixed | task | normal | low | xi | 09/27/07 | |
| #65 | Noise in output | pysyck | closed | worksforme | defect | normal | normal | xi | 11/17/07 | |
| #66 | ScannerError in fetch_more_tokens | pyyaml | closed | worksforme | defect | normal | normal | xi | 11/17/07 | |
| #68 | PyYAML don't load datetime objects dumped with PySyck | pyyaml | closed | wontfix | defect | normal | normal | xi | 11/17/07 | |
| #69 | scalar value of escaped double-newline parsed as a single newline | libyaml | closed | invalid | defect | normal | normal | xi | 11/17/07 | |
| #62 | value token of single period ('.') is parsed incorrectly, throws wrong exception | pyyaml | closed | fixed | defect | normal | normal | xi | 11/17/07 | |
| #70 | really slow on large input ... | pyyaml | closed | worksforme | defect | normal | normal | xi | 11/17/07 | |
| #55 | Why can't I do "Abilities: Skills: Meele: Sword Staff"? | pyyaml | closed | invalid | defect | minor | normal | xi | 11/18/07 | |
| #73 | numpy arrays ... | pyyaml | closed | invalid | defect | normal | high | xi | 12/14/07 | |
| #75 | libyaml trunk (rev 266) don't compile | libyaml | new | defect | normal | normal | xi | 01/17/08 | ||
| #77 | libyaml 0.1.1 segmentation faults. | libyaml | closed | worksforme | defect | critical | highest | xi | 05/05/08 | |
| #79 | Multiple scalar values used as key creates Python hash error | pyyaml | closed | wontfix | defect | normal | normal | xi | 05/21/08 | |
| #80 | yaml.load doesn't work as i suspect it to according to the documentation | pyyaml | closed | wontfix | defect | normal | normal | xi | 05/26/08 | |
| #83 | yaml_parser_load poorly handles end of stream. | libyaml | new | defect | normal | normal | xi | 06/11/08 | ||
| #84 | how to install PyYaml to a linux | pyyaml | closed | worksforme | defect | normal | high | xi | 07/29/08 | |
| #81 | syck.dump is broken | pysyck | closed | worksforme | defect | major | normal | xi | 07/29/08 | |
| #57 | dump(): Insert a "blank line" after the end of an element | pyyaml | assigned | enhancement | normal | normal | xi | 07/29/08 | ||
| #86 | Use on socket connections with non blocking flag set | libyaml | closed | wontfix | defect | normal | normal | xi | 07/29/08 | |
| #82 | PyYAML raises exception on empty files | pyyaml | closed | worksforme | defect | normal | normal | xi | 07/29/08 | |
| #71 | libyaml does not build with MinGW | libyaml | closed | wontfix | defect | normal | normal | xi | 07/30/08 | |
| #88 | Internal emitter error caused by yaml_emitter_set_output_string | libyaml | closed | invalid | defect | normal | normal | xi | 09/08/08 | |
| #89 | SIGSEGV if certain ints are not declared | pyyaml | closed | invalid | defect | normal | normal | xi | 09/26/08 | |
| #90 | Dumping long strings results in bogus document marker insertion | pysyck | closed | duplicate | defect | major | high | xi | 09/26/08 | |
| #92 | PyYAML installer for windows with libYAML binding | pyyaml | closed | worksforme | task | normal | normal | xi | 09/27/08 | |
| #33 | PyYAML + libyyaml shouldn't need PyRex | pyyaml | closed | fixed | defect | normal | normal | xi | 09/30/08 |
Note:
See TracReports for help on using and creating reports.
