/brz/remove-bazaar

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

  • Committer: John Arbash Meinel
  • Date: 2008-07-17 03:46:13 UTC
  • Revision ID: john@arbash-meinel.com-20080717034613-3cqwmu9mfshqwyet
Some code cleanups.

Remove extra comments.
Use 64 bit integer math when possible.
Use PyList_Append rather than foo.append()
Use PyUnicode_AsUTF8String rather than codecs.encode()
Make sure to raise an exception if the target directory doesn't exist.
Seems to have made a significant performance impact.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 2777.4.1 18 years ago Andrew Bennetts Move HPSS protocol description from bzrlib.smart d 4.5 KB Diff Download File
branch.py 3407.2.14 17 years ago Martin Pool Remove more cases of getting transport via control 7.1 KB Diff Download File
bzrdir.py 2692.1.24 17 years ago Andrew Bennetts Merge from bzr.dev. 6.3 KB Diff Download File
client.py 3453.4.9 17 years ago Andrew Bennetts Rename _remote_is_not to _remember_remote_is_befor 7.2 KB Diff Download File
medium.py 3502.1.1 17 years ago Matt Nordhoff Fix a docstring typo, and a two-expression ``raise 28 KB Diff Download File
message.py 3461.2.2 17 years ago Andrew Bennetts Tweak suggested by John. 11.8 KB Diff Download File
protocol.py 3464.4.1 17 years ago Andrew Bennetts Fix infinite busy-loop caused by connection loss d 45.2 KB Diff Download File
repository.py 3407.2.14 17 years ago Martin Pool Remove more cases of getting transport via control 18.1 KB Diff Download File
request.py 3245.4.59 17 years ago Andrew Bennetts Various tweaks in response to Martin's review. 17.7 KB Diff Download File
server.py 3245.6.1 17 years ago Andrew Bennetts Merge from bzr.dev. 11.2 KB Diff Download File
vfs.py 2692.1.17 17 years ago Andrew Bennetts Merge from bzr.dev. 7.3 KB Diff Download File