lp:~ed.so/duplicity/u1_and_manpage

Created by edso and last modified
Get this branch:
bzr branch lp:~ed.so/duplicity/u1_and_manpage
Only edso can upload to this branch. If you are edso please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
edso
Project:
Duplicity
Status:
Merged

Recent revisions

906. By ede

python3 fix
reuse normalized url from oauth

905. By ede

why bother reading when we can deliver a filehandler alltogether

904. By ede

fix "not bytearray" prevents PUT with python 2.6

conn.request(method, request_uri, body, headers)
  File "/usr/lib/python2.6/httplib.py", line 914, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib/python2.6/httplib.py", line 954, in _send_request
    self.send(body)
  File "/usr/lib/python2.6/httplib.py", line 759, in send
    self.sock.sendall(str)
  File "/usr/lib/python2.6/ssl.py", line 203, in sendall
    v = self.send(data[count:])
  File "/usr/lib/python2.6/ssl.py", line 174, in send
    v = self._sslobj.write(data)
TypeError: write() argument 1 must be string or read-only buffer, not bytearray

903. By ede

don't hang after putting in credentials (cause it silently retries in background) but go through with backup

902. By ede

fix imports not being global

901. By ede

Manpage
- document Ubuntu One required libs
- added continous contributors and backend author notes

U1backend
- lazily import non standard python libs

900. By Kenneth Loafman

* Merged in lp:~ed.so/duplicity/manpage
  - Clear up PASSPHRASE reusage as sign passphrase. Minor fixes.

899. By Kenneth Loafman

Merge changes from trunk.

898. By Kenneth Loafman

* Merged in lp:~ed.so/duplicity/webdav.fix-retry
  - bugfix: webdav retrying broke on ERRORS like "error: [Errno 32] Broken pipe" in
    socket.pyas reported here https://answers.launchpad.net/duplicity/+question/212966
    added a more generalized 'retry_fatal' decorator which makes retrying backend
    methods even easier

897. By Kenneth Loafman

Nuke tabs.

Branch metadata

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

Subscribers