lp:~aaron-whitehouse/duplicity/08-adorn-strings

Created by Aaron Whitehouse and last modified
Get this branch:
bzr branch lp:~aaron-whitehouse/duplicity/08-adorn-strings
Only Aaron Whitehouse can upload to this branch. If you are Aaron Whitehouse please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Aaron Whitehouse
Project:
Duplicity
Status:
Merged

Recent revisions

1312. By Aaron Whitehouse

* Adorn globs in functional/test_selection.py and unit/test_selection.py
* Remove ignores for these files in test_code.py

1311. By Aaron Whitehouse

Remove selection.py exception from test_code.py

1310. By Aaron Whitehouse

Adorn globs in selection.py

1309. By Aaron Whitehouse

Merge with trunk

1308. By Aaron Whitehouse

Adorn strings in testing/unit/test_globmatch.py

1307. By Aaron Whitehouse

Adorn string literals in duplicity/globmatch.py.

1306. By Kenneth Loafman

* Merged in lp:~aaron-whitehouse/duplicity/08-unadorned-strings
  - Added new script to find unadorned strings (testing/find_unadorned_strings.py python_file)
    which prints all unadorned strings in a .py file.
  - Added a new test to test_code.py that checks across all files for unadorned strings and gives
    an error if any are found (most files are in an ignore list at this stage, but this will allow
    us to incrementally remove the exceptions as we adorn the strings in each file).
  - Adorn string literals in test_code.py with u/b

1305. By Kenneth Loafman

* Merged in lp:~aaron-whitehouse/duplicity/08-pycodestyle
  - Tox changes to accommodate new pycodestyle version warnings.
    Ignored W504 for now and marked as a TODO.
    Marked W503 as a permanent ignore, as it is prefered to the (mutually exclusive) W504 under PEP8.
  - Marked various regex strings as raw strings to avoid the new W605 "invalid escape sequence".

1304. By Kenneth Loafman

* Fixed bug #x1717935 with suggestion from strainu
  - Use urllib.quote_plus() to properly quote pathnames passed via URL

1303. By Kenneth Loafman

* Fixed bug #1768954 with patch from Max Hallden
  - Add AZURE_ENDPOINT_SUFFIX environ variable to allow setting to non-U.S. servers

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~duplicity-team/duplicity/0.8-series
This branch contains Public information 
Everyone can see this information.

Subscribers