lp:~mterry/duplicity/webdav-fixes

Created by Michael Terry and last modified
Get this branch:
bzr branch lp:~mterry/duplicity/webdav-fixes
Only Michael Terry can upload to this branch. If you are Michael Terry please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Michael Terry
Project:
Duplicity
Status:
Merged

Recent revisions

992. By Michael Terry

Fix setdata() not being called a better way

991. By Michael Terry

Use writefileobj instead of direct write, for less code and so that we call setdata()

990. By Michael Terry

More reliably reset webdav connection

989. By Kenneth Loafman

* Update shebang line to python2 instead of python to avoid confusion.

988. By Kenneth Loafman

* Merged in lp:~mterry/duplicity/py2.6.0
  - Support python 2.6.0.
  - Without this branch, we only support python >= 2.6.5 because that's when
    python's urlparse.py module became its more modern incarnation. (I won't
    get into the wisdom of them making such a change in the middle of the
    2.6 lifecycle.)
  - Also, the version of lockfile that I have (0.8) doesn't work with python
    2.6.0 or 2.6.1 due to their implementation of
    threading.current_thread().ident returning None unexpectedly. So this
    branch tells lockfile not to worry about adding the current thread's
    identifier to the lock filename (we don't need a separate lock per thread,
    since our locking is per process).
  - I've tested with 2.6.0 and 2.7.6 (both extremes of our current support).

987. By Kenneth Loafman

Clean up indentation mismatches.

986. By Kenneth Loafman

Misc format fixes.

985. By Michael Terry

  * Applied expat fix from edso. See answer #12 in
    https://answers.launchpad.net/duplicity/+question/248020
  * Forward-ported from r980 in 0.6-series

984. By Kenneth Loafman

First cut of 0.7.00 Changelog.

983. By Michael Terry

Fix running ./testing/manual/backendtest to be able to find config.py and fix the tests in testing/manual/ to not be picked up by ./setup.py test

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.7-series
This branch contains Public information 
Everyone can see this information.

Subscribers