Rev 1518: Review updates of pycurl transport in /home/mbp/work/bzr/bzr.mbp.pycurl/

Martin Pool mbp at sourcefrog.net
Fri Jan 13 09:57:16 GMT 2006


------------------------------------------------------------
revno: 1518
revision-id: mbp at sourcefrog.net-20060113095713-1fa5912229a3898e
parent: mbp at sourcefrog.net-20060112053545-c408cfdd98427725
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: bzr.dev (Main development branch)
timestamp: Fri 2006-01-13 20:57:13 +1100
message:
  Review updates of pycurl transport
  
  Split them out into 
  
    bzrlib.transport.http             common base
    bzrlib.transport.http._urllib     pure python
    bzrlib.transport.http._pycurl     calls pycurl
  
  Update to work with robert's nice transport test multiplexer.
  
  Add PyCurlTransport.has() which does just a HEAD request; should be faster.
added:
  bzrlib/transport/http/         http-20060113083522-fa806bfc2aca663c
  bzrlib/transport/http/_urllib.py _urlgrabber.py-20060113083826-0bbf7d992fbf090c
renamed:
  bzrlib/transport/http.py => bzrlib/transport/http/__init__.py http_transport.py-20050711212304-506c5fd1059ace96
  bzrlib/transport/pycurlhttp.py => bzrlib/transport/http/_pycurl.py pycurlhttp.py-20060110060940-4e2a705911af77a6
modified:
  BRANCH.TODO                    BRANCH.TODO-20060103052123-79ac4969351c03a9
  bzrlib/tests/test_http.py      testhttp.py-20051018020158-b2eef6e867c514d9
  bzrlib/tests/test_transport.py testtransport.py-20050718175618-e5cdb99f4555ddce
  bzrlib/transport/__init__.py   transport.py-20050711165921-4978aa7ce1285ad5
  bzrlib/transport/http/__init__.py http_transport.py-20050711212304-506c5fd1059ace96
  bzrlib/transport/http/_pycurl.py pycurlhttp.py-20060110060940-4e2a705911af77a6



More information about the bazaar-commits mailing list