~bzr-pqm/bzr/bzr.dev

  • Committer: Martin Pool
  • Date: 2005-05-30 01:37:52 UTC
  • Revision ID: mbp@sourcefrog.net-20050530013751-650874ded00ae1a1
- Use explicit lock methods on a branch, rather than doing it
  implicitly from the Branch constructor and relying on destroying the
  branch to release the lock.

- New with_readlock, _with_writelock decorators for branch methods.

- Branch locks can now be taken several times by a single caller, but
  they forbid upgrading or downgrading.

- Don't need assertions about whether the branch is locked anymore.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 72 19 years ago mbp at sourcefrog - import a subset of elementtree for easier instal 1.4 KB Diff Download File
ElementTree.py 314 19 years ago Martin Pool - Update ElementTree to 1.2.6 39.9 KB Diff Download File