summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix some commen indentation problems0.11.3Anthon van der Neut2016-02-277-22/+126
| | | | | | | | | | | - scalars now follow the indent value in block sequences - there is an extra keyword parameter block_seq_indent that allows you to push the dash inward within the indent space (indent=4, block_seq_indent=2) x: - b: 1 - 2
* implement indent for scalar list elementsAnthon van der Neut2016-02-275-17/+42
|
* Added tag 0.11.2 for changeset a1efab2dfcc7Anthon van der Neut2016-02-270-0/+0
|
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-2752-451/+858
|
* Added tag 0.11.1 for changeset 37f1b713fec6Anthon van der Neut2016-02-180-0/+0
|
* - removed print statement0.11.1Anthon van der Neut2016-02-182-2/+1
|
* Added tag 0.11.0 for changeset 302116269a34Anthon van der Neut2016-02-180-0/+0
|
* - introducing version support and differentiation for RoundTripLoader0.11.0Anthon van der Neut2016-02-189-31/+368
| | | | | | 1.2 no longer interprets sexagesimals, octals wihtout 0o, Yes/No/On/Off by default - added round_trip_load/round_trip_load_all
* Added tag 0.10.23 for changeset e18897e2dfc1Anthon van der Neut2016-02-170-0/+0
|
* - added CommentedSeq insert and pop with moving comments0.10.23Anthon van der Neut2016-02-173-1/+152
| | | | (issue brought up by Michael Sarahan)
* Added tag 0.10.22 for changeset c78d15d31559Anthon van der Neut2016-02-160-0/+0
|
* regenerate with wheel 0.29 to reduce sizes (of py3 versions as well)0.10.22Anthon van der Neut2016-02-162-2/+3
|
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-1637-240/+310
| | | | | a comment from its original column - flake 8
* Added tag 0.10.20 for changeset 74915d2345dfAnthon van der Neut2016-01-310-0/+0
|
* another 2.7 that was too big0.10.20Anthon van der Neut2016-01-312-3/+4
|
* Added tag 0.10.19 for changeset 71814e979983Anthon van der Neut2016-01-310-0/+0
|
* fix wheel at 0.24 for now0.10.19Anthon van der Neut2016-01-314-29/+60
|
* util versionsAnthon van der Neut2016-01-301-0/+8
|
* explicit BinaryDistribution classAnthon van der Neut2016-01-302-0/+9
|
* testAnthon van der Neut2016-01-302-1/+2
|
* Added tag 0.10.18 for changeset 569743fc9f63Anthon van der Neut2016-01-300-0/+0
|
* - dropping 2.6 windows wheel builds0.10.18Anthon van der Neut2016-01-301-1/+1
|
* debuggingAnthon van der Neut2016-01-301-46/+12
|
* debuggingAnthon van der Neut2016-01-302-1/+2
|
* debugging appveyorAnthon van der Neut2016-01-301-1/+2
|
* debugging appveyorAnthon van der Neut2016-01-301-5/+6
|
* debugging appveyorAnthon van der Neut2016-01-301-0/+2
|
* debuggingAnthon van der Neut2016-01-301-1/+3
|
* debuggingAnthon van der Neut2016-01-301-0/+3
|
* debuggingAnthon van der Neut2016-01-301-4/+11
|
* debuggingAnthon van der Neut2016-01-301-2/+7
|
* - remove hardcoded pathAnthon van der Neut2016-01-301-2/+2
|
* - quotes if token starts with '%'Anthon van der Neut2016-01-301-2/+2
|
* getpip for 2.6Anthon van der Neut2016-01-302-28/+40
|
* - initial test for appveyor builds of windows wheelsAnthon van der Neut2016-01-303-4/+38
|
* Added tag 0.10.17 for changeset a79ba7f0cc8fAnthon van der Neut2016-01-220-0/+0
|
* moved test to _test to prevent setuptools from including test/test_*.py0.10.17Anthon van der Neut2016-01-22613-3/+3
| | | | | | although the package dirs were explicitly specified. This used to lead to half included, non-working test directory contents that have no place in a distribution. This fixes issue #17
* Added tag 0.10.16 for changeset 70d15108c0feAnthon van der Neut2016-01-220-0/+0
|
* Test and fix for #22, collections.OrderedDict could not0.10.16Anthon van der Neut2016-01-226-23/+65
| | | | be represented/dumped
* Added tag 0.10.15 for changeset 547ffc9bcc43Anthon van der Neut2016-01-180-0/+0
|
* update winhhl to delete egg-info directory0.10.15Anthon van der Neut2016-01-182-1/+2
|
* fix #20Anthon van der Neut2016-01-182-2/+3
|
* merged bb changesAnthon van der Neut2016-01-084-5/+13
|\
| * minor 3.x compatibility changes in helper script make_win_whl.pyAnthon van der Neut2016-01-084-5/+13
| |
* | Merged in ↵Anthon van der Neut2016-01-081-20/+18
|\ \ | |/ |/| | | | | | | pombredanne/yaml/pombredanne/fixed-minor-typos-in-readmerst-1451912642895 (pull request #6) Fixed minor typos in README.rst
| * Fixed minor typos in README.rstpombredanne2016-01-041-20/+18
|/
* Jython compatibilityAnthon van der Neut2015-10-0823-66/+196
|
* Fix for issue 13, not installing on JenkinsAnthon van der Neut2015-09-175-12/+40
| | | | | The test compile in setup.py/__init__.py would still rely on libyaml to be installed.
* tested on 3.5 with upgraded pytestAnthon van der Neut2015-09-151-1/+2
|
* enable pypy test (too many open filehandles)Anthon van der Neut2015-09-1515-90/+145
|