summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix issue #144: integer overflow on 2.7 (reported by ccatterina)0.15.23Anthon van der Neut2017-08-016-4/+25
| | | | | | | I added a test loading 9223372036854775808 as sys.maxint on my development system is larger than the problematic value reported (on Raspberry Pi) If this change solves the issue then please change the status to closed.
* and removed again, this was an issue with rydAnthon van der Neut2017-07-281-29/+0
|
* re-add index.rst needed for rtfdAnthon van der Neut2017-07-282-2/+31
|
* Added tag 0.15.22 for changeset 72467bb7d686Anthon van der Neut2017-07-280-0/+0
|
* fix for issue #143: handling single excl mark tags0.15.22Anthon van der Neut2017-07-287-7/+34
| | | | There were no tests for roundtripping tags for non-registered objects
* add reason for not dumping to stringAnthon van der Neut2017-07-272-5/+58
| | | | and "workaround" for those that think they really need this
* Added tag 0.15.21 for changeset d763e6293909Anthon van der Neut2017-07-250-0/+0
|
* fix https://stackoverflow.com/a/45281922/13079050.15.21Anthon van der Neut2017-07-258-8/+43
|
* Added tag 0.15.20 for changeset b73bd8c027c2Anthon van der Neut2017-07-230-0/+0
|
* rm winwhl.bat0.15.20Anthon van der Neut2017-07-235-17/+9
|
* appveyor changesAnthon van der Neut2017-07-231-5/+0
|
* appveyor changesAnthon van der Neut2017-07-233-9/+12
|
* appveyor changesAnthon van der Neut2017-07-231-0/+1
|
* appveyor changesAnthon van der Neut2017-07-232-6/+6
|
* appveyor changesAnthon van der Neut2017-07-231-1/+1
|
* appveyor changesAnthon van der Neut2017-07-232-3/+2
|
* docker and appveyor updateAnthon van der Neut2017-07-232-24/+32
|
* using incraw for linksAnthon van der Neut2017-07-205-3/+10
|
* image to coreinfrastructure.orgAnthon van der Neut2017-07-182-2/+8
|
* added vulnerabilities actionAnthon van der Neut2017-07-181-1/+14
|
* add to indexAnthon van der Neut2017-07-181-0/+1
|
* removed _example, added contribution.rydAnthon van der Neut2017-07-185-130/+124
|
* updateAnthon van der Neut2017-07-181-2/+0
|
* testing conf.pyAnthon van der Neut2017-07-1810-1081/+2
|
* testing conf.pyAnthon van der Neut2017-07-181-1/+1
|
* testing conf.pyAnthon van der Neut2017-07-181-4/+5
|
* testing conf.pyAnthon van der Neut2017-07-181-2/+2
|
* read the docs build testingAnthon van der Neut2017-07-182-3/+20
|
* doc generation test 1Anthon van der Neut2017-07-188-10/+72
|
* mypy updateAnthon van der Neut2017-07-151-0/+7
|
* convert to rydAnthon van der Neut2017-07-1523-264/+726
|
* Added tag 0.15.19 for changeset 75514470f9d0Anthon van der Neut2017-07-130-0/+0
|
* added register_class/yaml_object0.15.19Anthon van der Neut2017-07-1319-91/+890
|
* update to flake8==3.3.0 with --ignore F405Anthon van der Neut2017-07-1236-208/+278
|
* Added tag 0.15.18 for changeset 26a3f3c3899eAnthon van der Neut2017-07-040-0/+0
|
* added pure to YAML0.15.18Anthon van der Neut2017-07-045-5/+20
|
* formattingAnthon van der Neut2017-07-031-3/+3
|
* formattingAnthon van der Neut2017-07-032-4/+4
|
* Added tag 0.15.17 for changeset d50dbb22c395Anthon van der Neut2017-07-030-0/+0
|
* allow output of supplimentary unicode characters0.15.17Anthon van der Neut2017-07-036-6/+34
|
* _doc/conf.pyAnthon van der Neut2017-07-021-0/+2
|
* Merged in ↵Ruamel/Anthon van der Neut2017-07-011-2/+2
|\ | | | | | | | | | | mmorearty/yaml/mmorearty/fix-small-typo-and-formatting-1498938255255 (pull request #22) fix small typo and formatting
| * fix small typo and formattingMike Morearty2017-07-011-2/+2
| |
* | spurious charactersAnthon van der Neut2017-07-011-1/+1
| |
* | Merged in ↵Ruamel/Anthon van der Neut2017-07-010-0/+0
|\ \ | |/ | | | | | | | | | | | | The-Compiler/yaml-2/The-Compiler/fix-typo-in-changelog-1498929482971 (pull request #21) I probably had my cursor in the emacs window at some point, but I have no idea what I was trying to achieve in the window where it should have been %-). Thanks for the PR Fix typo in changelog
* | Fix typo in changelogFlorian Bruhin2017-07-011-1/+1
|/
* Added tag 0.15.16 for changeset bf3cd222269eAnthon van der Neut2017-07-012-19/+19
|
* Added tag 0.15.16 for changeset bf3cd222269eAnthon van der Neut2017-07-012-3/+3
|
* minor doc improvements0.15.16Anthon van der Neut2017-07-015-15/+24
|
* correct typing info on comment TokenAnthon van der Neut2017-06-271-1/+1
| | | | | | | fixes issue #136: reported by Manvendra Singh Please close this issue if you can confirm it solves the reported problem (this should be in > 0.15.15 when it comes out)