/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
..
old 1185.82.3 20 years ago John Arbash Meinel Working on creating a factor for serializing chang Diff
serializer 1185.82.3 20 years ago John Arbash Meinel Working on creating a factor for serializing chang Diff
__init__.py 1793.4.1 19 years ago John Arbash Meinel Handle the SFTP exception that you can't read() fr 2 KB Diff Download File
apply_bundle.py 1793.2.2 19 years ago Aaron Bentley Move BundleReader into v07 serializer 1.9 KB Diff Download File
bundle_data.py 1963.2.6 19 years ago Robey Pointer pychecker is on crack; go back to using 'is None'. 27.4 KB Diff Download File
commands.py 1948.4.29 19 years ago John Arbash Meinel Remove a few more direct references to RevisionSpe 6.1 KB Diff Download File
common.py 1793.3.8 19 years ago John Arbash Meinel Removed duplicated highres date code. 362 bytes Diff Download File