~bzr-pqm/bzr/bzr.dev

  • Committer: wang
  • Date: 2006-10-29 13:41:32 UTC
  • mto: (2104.4.1 wang_65714)
  • Revision ID: wang@ubuntu-20061029134132-3d7f4216f20c4aef
Replace python's difflib by patiencediff because the worst case 
performance is cubic for difflib and people commiting large data 
files are often hurt by this. The worst case performance of patience is 
quadratic. Fix bug 65714.
Filename Latest Rev Last Changed Committer Comment Size
..
http 1540.3.3 18 years ago Martin Pool Review updates of pycurl transport Split them out Diff
__init__.py 2070.3.2 18 years ago Andrew Bennetts Merge from bzr.dev 45.9 KB Diff Download File
decorator.py 1951.2.4 18 years ago Martin Pool merge up bzr.dev 6.7 KB Diff Download File
fakenfs.py 1887.1.1 18 years ago Adeodato Simó Do not separate paragraphs in the copyright statem 2.3 KB Diff Download File
fakevfat.py 1955.3.6 18 years ago John Arbash Meinel Lots of deprecation warnings, but no errors 3.7 KB Diff Download File
ftp.py 1910.15.11 18 years ago Andrew Bennetts Fix the FTP transport's handling of abspath('/') 26.5 KB Diff Download File
local.py 1951.2.4 18 years ago Martin Pool merge up bzr.dev 17.6 KB Diff Download File
memory.py 2017.1.1 18 years ago Robert Collins (robertc) Add MemoryTree and TreeBuilder test help 9.9 KB Diff Download File
readonly.py 1955.3.15 18 years ago John Arbash Meinel Deprecate 'Transport.append' in favor of Transport 2.9 KB Diff Download File
sftp.py 2018.1.8 18 years ago Andrew Bennetts Merge from bzr.dev 46.8 KB Diff Download File
smart.py 2018.2.27 18 years ago Andrew Bennetts Merge from bzr.dev 65.4 KB Diff Download File
ssh.py 2018.1.9 18 years ago Andrew Bennetts Implement ParamikoVendor.connect_ssh 18.4 KB Diff Download File