summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mergedfix-204-againAnthon van der Neut2018-07-120-0/+0
* on Windows+PY2 get_config_var('Py_UNICODE_SIZE') is NoneMarcel Bargull2018-07-121-4/+1
* Added tag 0.15.42 for changeset 6d1b19ab0d12Anthon van der Neut2018-07-010-0/+0
* fix regression caused by PR 270.15.42Anthon van der Neut2018-07-0110-23/+43
* Added tag 0.15.41 for changeset 75b1b39341d9Anthon van der Neut2018-06-270-0/+0
* re-added test to make sure C-Compiler is available0.15.41Anthon van der Neut2018-06-2718-82/+132
* Added tag 0.15.40 for changeset df8ae62f51f4Anthon van der Neut2018-06-180-0/+0
* publish fixes on pypi0.15.40Anthon van der Neut2018-06-184-4/+10
* fixes issue #190: added landingplaces to README.rstAnthon van der Neut2018-06-181-2/+11
* fixes issue #201: decoding UnicodeAnthon van der Neut2018-06-174-5/+15
* Added tag 0.15.39 for changeset 6661f6fd07efAnthon van der Neut2018-06-171-1/+1
* Added tag 0.15.39 for changeset 6661f6fd07efAnthon van der Neut2018-06-160-0/+0
* merge PR27 improving startup time0.15.39Anthon van der Neut2018-06-168-36/+111
|\
| * fix _get_non_printable_ascii for PY2Marcel Bargull2018-06-161-3/+4
| * use RegExp for macOS, tooMarcel Bargull2018-06-161-1/+1
| * add doc string for util.LazyEvalMarcel Bargull2018-03-171-0/+9
| * add type annotationMarcel Bargull2018-03-161-1/+4
| * str.translate slow for non-ASCII; use bytes.translate/regexMarcel Bargull2018-03-161-14/+32
| * use faster str.translate in Reader.check_printableMarcel Bargull2018-03-161-17/+23
| * evaluate re.compile lazilyMarcel Bargull2018-03-165-29/+56
* | Added tag 0.15.38 for changeset 11b67cf11187Anthon van der Neut2018-06-130-0/+0
* | several PRs merged0.15.38Anthon van der Neut2018-06-132-3/+3
* | several PRs mergedAnthon van der Neut2018-06-133-0/+21
* | Merged in nu_no/yaml/nu_no/fixes-windows-importerror-1515153658772 (pull requ...Ruamel/Anthon van der Neut2018-06-131-1/+1
|\ \
| * | fixes Windows ImportErrorNuno André2018-01-051-1/+1
* | | merges part of PR30Anthon van der Neut2018-06-131-1/+1
|\ \ \
| * | | Fix typosAndrey Somov2018-05-211-1/+1
* | | | Merge PR29, fixes issue #195Anthon van der Neut2018-06-132-1/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Consider m_sign when calculating precisionRolf Wojtech2018-03-221-1/+1
| * | | Attempted fix for scientic notation parsingRolf Wojtech2018-03-212-1/+12
| | |/ | |/|
* | | Added tag 0.15.37 for changeset 731f9a604926Anthon van der Neut2018-03-210-0/+0
* | | fixes issue #1870.15.37Anthon van der Neut2018-03-213-2/+11
|/ /
* | Merged in erictheise/yaml/doc-typos (pull request #26)Ruamel/Anthon van der Neut2018-02-075-2959/+6172
|\ \
| * | Added tag 0.15.36 for changeset e7161bfd51eeAnthon van der Neut2018-02-070-0/+0
| * | update0.15.36Anthon van der Neut2018-02-074-4/+9
| * | fix issued #187Anthon van der Neut2018-02-071-0/+4
| * | update C extension for 3.7, fixes issue #137Anthon van der Neut2018-02-071-2956/+6160
| |/
* | Typo fixes and a few readability improvements.Eric Theise2018-02-015-9/+9
|/
* Added tag 0.15.35 for changeset 5722d2358423Anthon van der Neut2017-12-030-0/+0
* allow None stream if transforming0.15.35Anthon van der Neut2017-12-034-5/+22
* Added tag 0.15.34 for changeset ea4d54f8e034Anthon van der Neut2017-09-170-0/+0
* updated README0.15.34Anthon van der Neut2017-09-173-3/+10
* fix issue #157: CDumper not dumping floatsAnthon van der Neut2017-09-171-1/+1
* fix issue #154: indent on non-pure dumping not workingAnthon van der Neut2017-09-011-0/+1
* Added tag 0.15.33 for changeset 50d40e5740ccAnthon van der Neut2017-08-310-0/+0
* round-trip support for tagged scalars0.15.33Anthon van der Neut2017-08-318-33/+84
* fix issue #148: unclear error message when failing to parse timestampAnthon van der Neut2017-08-221-2/+18
* Added tag 0.15.32 for changeset dc56cc527bd6Anthon van der Neut2017-08-210-0/+0
* fix issue #149: operated on ScalarFloat cannot be dumped.0.15.32Anthon van der Neut2017-08-217-4/+32
* allow setting of yaml.default_flow_style = None in new APIAnthon van der Neut2017-08-215-7/+23