/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

Implements a BasicAuthManager.

* bzrlib/transport/http/_urllib2_wrappers.py:
(Response.begin): Calls httplib.HTTPResponse.begin directly. 401
have a response body too.
(AbstractHTTPConnection.getresponse): Calls
httplib.HTTPConnection.getresponse directly.
(Request.__init__): Acquire user and password from url.
(Request.extract_auth): New method.
(Response.begin, Opener.__init__): Use an
urllib2.HTTPBasicAuthHandler.

* bzrlib/transport/http/_urllib.py:
(HttpTransport_urllib.ask_password): New method.
(HttpTransport_urllib.__init__): Propagate user and pasword.
(HttpTransport_urllib._perform): Acquire/propagate user and password.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late 55 bytes Diff Download File
gzip_consumer.py 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late 1.8 KB Diff Download File
http_client.py 1393.2.1 20 years ago John Arbash Meinel Merged in split-storage-2 branch. Need to cleanup 7.8 KB Diff Download File
http_manager.py 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late 2.1 KB Diff Download File