~ilasc/turnip:bug-1878669

Last commit made on 2020-05-21
Get this branch:
git clone -b bug-1878669 https://git.launchpad.net/~ilasc/turnip
Only Ioana Lasc can upload to this branch. If you are Ioana Lasc please log in for upload directions.

Branch merges

Branch information

Name:
bug-1878669
Repository:
lp:~ilasc/turnip

Recent commits

36ead9f... by Ioana Lasc

Address code review comments

611bad9... by Ioana Lasc

Don't send MP URL for branch deletion.

1d1eb89... by Thiago F. Pappacena

Fixing bytes/str confusions to make it more compatible with python3.

Merged from https://code.launchpad.net/~pappacena/turnip/+git/turnip/+merge/383912

7198a3c... by Thiago F. Pappacena

Adding Makefile rule to run `make check-python-compat` and run tests on both python 2 and python 3 envs.

Merged from https://code.launchpad.net/~pappacena/turnip/+git/turnip/+merge/383759

476a7dd... by Thiago F. Pappacena

Sorting imports

ed898b0... by Thiago F. Pappacena

Preventing environment variables from overriding some Makefile vars

ad3b18b... by Thiago F. Pappacena

Closing Popen std streams to avoid warnings on python3

Merged from https://code.launchpad.net/~pappacena/turnip/+git/turnip/+merge/383914

3b62235... by Thiago F. Pappacena

Fixing stderr/stdout capturing on git cmd execution

928e1ad... by Thiago F. Pappacena

Closing std streams on Popen call

2321c0b... by Thiago F. Pappacena

Fixing a few more binary/str mixing