summaryrefslogtreecommitdiff
path: root/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* roundtrip anchors/aliases on str, int, floatAnthon van der Neut2018-12-271-2/+2
* fix issue #244 dumping methods of metaclass derived classes0.15.81Anthon van der Neut2018-12-061-2/+2
* fix for issue with folds after (and before) spaces being emitted as BEL chara...0.15.80Anthon van der Neut2018-11-261-2/+2
* resolves issue with anchors specified deeper in the data structure than aliases0.15.79Anthon van der Neut2018-11-211-2/+2
* fix issue #261 Str, Num, Bytes, NameConstant moved from _ast to ast in 3.80.15.78Anthon van der Neut2018-11-151-2/+2
* fix issue #194 object attributes always sorted0.15.77Anthon van der Neut2018-11-091-2/+2
* fix issue #255 and #256 empty collection defaulting to flow-style0.15.76Anthon van der Neut2018-11-011-2/+2
* fixes issue #254 single question mark not dumped with quotes0.15.75Anthon van der Neut2018-10-271-2/+2
* fix issue #250 dropping of comment when seq within seq0.15.74Anthon van der Neut2018-10-171-2/+2
* add .compact() to set non-compacting for sequence/mapping within sequence0.15.73Anthon van der Neut2018-10-161-2/+2
* fix issue #245 regression on C parsing of explicit 1.1 source0.15.72Anthon van der Neut2018-10-061-2/+2
* fix issue #238 construct recursive objects0.15.71Anthon van der Neut2018-09-261-2/+2
* fix #233 fix #231 reverting to subclass dict resp list for CommentedMap/Seq0.15.70Anthon van der Neut2018-09-211-2/+2
* fix issue #239 dropping comments before document-end on load_all0.15.69Anthon van der Neut2018-09-201-2/+2
* fix issue #238 incompatibility between __setstate__ and recursive parameters0.15.68Anthon van der Neut2018-09-201-2/+2
* fix for issue #235 extra indent on non-root literal strings on rt0.15.67Anthon van der Neut2018-09-191-2/+2
* fix issue #234 safe_load inserting a fold indicator character0.15.66Anthon van der Neut2018-09-071-36/+36
* roll out new version, with some fixes/enhancements0.15.65Anthon van der Neut2018-09-071-36/+36
* default to non-braced single item mappings in flow sequences0.15.64Anthon van der Neut2018-08-301-2/+2
* new release to push new .tar.gz (for Windows users using that)0.15.63Anthon van der Neut2018-08-291-2/+2
* allow version 1.2 using C loader/dumper0.15.62Anthon van der Neut2018-08-291-2/+2
* fix #158 folded scalars not roundtripping0.15.61Anthon van der Neut2018-08-231-2/+2
* cleanupAnthon van der Neut2018-08-211-5/+1
* new develop informationAnthon van der Neut2018-08-201-2/+5
* fix issue #219 breakage on single entry map as flow sequence element0.15.60Anthon van der Neut2018-08-181-2/+2
* fix issue 223 Cloader not initialising Resolver version0.15.59Anthon van der Neut2018-08-171-2/+2
* fix issue 222 string to dump checked against 1.1 patterns0.15.58Anthon van der Neut2018-08-171-2/+2
* fix issue #221 .__add__() and .sort() no longer available on CommentedSeq0.15.57Anthon van der Neut2018-08-151-2/+2
* fix issue #220 error when running code with Python -O0.15.56Anthon van der Neut2018-08-151-3/+3
* fix issue #165 Python2 raising error when Unicode text involved in duplicate ...0.15.55Anthon van der Neut2018-08-141-2/+2
* fix issue 102 now also for empty mappings with comments0.15.54Anthon van der Neut2018-08-131-2/+2
* fix issue #160 flow mapping in sequence with comment gobbling newline0.15.53Anthon van der Neut2018-08-121-2/+2
* fix issue #196 loosing items on cast to dict0.15.52Anthon van der Neut2018-08-091-5/+5
* push new version fixing two issues0.15.51Anthon van der Neut2018-08-081-3/+3
* added context manager, mypy cleanup (w. Optional) added tests0.15.50Anthon van der Neut2018-08-051-2/+2
* initial contextmanager dumpingAnthon van der Neut2018-08-051-2/+2
* leading empty lines and comments on root level literal scalars not preserved0.15.49Anthon van der Neut2018-08-051-2/+2
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-31/+39
* Rebuild due to old .so version in 3.6 linux .whl, this fixes issue #2120.15.47Anthon van der Neut2018-07-311-2/+2
* added captured DeprecationWarning test0.15.46Anthon van der Neut2018-07-291-2/+2
* This merges PR 34 and fixes issue #2110.15.45Anthon van der Neut2018-07-261-2/+2
* fixes issue #209: dump string '019' as plain scalar0.15.44Anthon van der Neut2018-07-141-4/+7
* HG: *When this change indeed resolves your problem, please **Close** this iss...Anthon van der Neut2018-07-121-2/+2
* debugging 3.4 build on appveyor failingAnthon van der Neut2018-07-081-2/+2
* fix regression caused by PR 270.15.42Anthon van der Neut2018-07-011-3/+3
* re-added test to make sure C-Compiler is available0.15.41Anthon van der Neut2018-06-271-4/+11
* publish fixes on pypi0.15.40Anthon van der Neut2018-06-181-2/+2
* fixes issue #201: decoding UnicodeAnthon van der Neut2018-06-171-2/+2
* merge PR27 improving startup time0.15.39Anthon van der Neut2018-06-161-2/+2
|\
* | several PRs merged0.15.38Anthon van der Neut2018-06-131-2/+2