~bzr-pqm/bzr/bzr.dev

  • Committer: John Arbash Meinel
  • Date: 2005-07-11 22:24:03 UTC
  • mto: (1185.11.1)
  • Revision ID: john@arbash-meinel.com-20050711222403-5dc86e254b69f7ab
Remote functionality work.
Added lock_read/write() to Transport.
Turns out that both urllib2 and urlgrabber don't let you
seek on files that are returned, and GzipFile wants to
seek on the file when it is read. So instead,
we check, and wrap in a StringIO when required.
Filename Latest Rev Last Changed Committer Comment Size
..
convertfile.py 854 19 years ago Martin Pool - rearrange and clear up merged weave 2 KB Diff Download File
convertinv.py 893 19 years ago Martin Pool - Refactor weave calculation of inclusions 2 KB Diff Download File
testweave.py 891 19 years ago Martin Pool - fix up refactoring of weave 18 KB Diff Download File
weavebench.py 896 19 years ago Martin Pool - add weave benchmark 2.4 KB Diff Download File