~sylvain-pineau/checkbox-support:fix-1837350

Last commit made on 2019-11-27
Get this branch:
git clone -b fix-1837350 https://git.launchpad.net/~sylvain-pineau/checkbox-support
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
fix-1837350
Repository:
lp:~sylvain-pineau/checkbox-support

Recent commits

e4b7ad7... by Sylvain Pineau

vendror: Update aioblescan

Fixes: lp:1837350

c6a6cc0... by PMR <pmr@pmr-lander>

Merge #375785 from ~sylvain-pineau/checkbox-support:interactive_cmd_ignore_unicode_errors

177c290... by Sylvain Pineau

interactive_cmd.py: ignore unicode errors

82322b2... by PMR <pmr@pmr-lander>

Merge #375601 from checkbox-support:release

Release_2019_Week46

13c5c25... by PMR <pmr@pmr-lander>

increment version to v0.44.0.dev0

b3828c9... by PMR <pmr@pmr-lander>

Bump to v0.43.0

356b21e... by PMR <pmr@pmr-lander>

Bump to v0.43.0rc3

5bffcda... by PMR <pmr@pmr-lander>

Merge branch 'master' into release

cb5fa06... by PMR <pmr@pmr-lander>

Merge #375479 from ~sylvain-pineau/checkbox-support:fix-1850660

9c38029... by Sylvain Pineau

parsers:pactl: revert to pre-2.3.1 results name behavior

From https://github.com/pyparsing/pyparsing/blob/master/CHANGES

Version 2.3.1 - January, 2019
-----------------------------
- POSSIBLE API CHANGE: this release fixes a bug when results names were
  attached to a MatchFirst or Or object containing an And object.
  Previously, a results name on an And object within an enclosing MatchFirst
  or Or could return just the first token in the And. Now, all the tokens
  matched by the And are correctly returned. This may result in subtle
  changes in the tokens returned if you have this condition in your pyparsing
  scripts.

Fixes: lp:1850660