-
Committer:
Vincent Ladeuil
-
Date:
2007-10-24 13:56:34 UTC
-
mto:
(3928.1.1 bzr.integration)
-
Revision ID:
v.ladeuil+lp@free.fr-20071024135634-d8os3by1g6f45q12
Fix python2.6 deprecation warnings (still 4 failures 5 errors in test suite).
* bzrlib/osutils.py:
Wrap md5 and sha imports to be compatible with python 2.4, 2.5,
2.6.
Replace all sha.new() calls by sha() calls they are reputedly
faster (not profiled).
* bzrlib/weave.py:
Update sha import, fix use.
* bzrlib/transport/http/_urllib2_wrappers.py:
Update sha and md5 imports, fix uses.
* bzrlib/tests/test_testament.py:
Update sha import.
* bzrlib/tests/test_knit.py:
Update sha import, fix uses.
* bzrlib/tests/test_hashcache.py:
Update sha import, fix use.
* bzrlib/tests/repository_implementations/test_check_reconcile.py:
Update sha import, fix use.
* bzrlib/tests/HTTPTestUtil.py:
Update md5 import, fix uses. Delete useless sha import.
* bzrlib/testament.py:
Update sha import.
* bzrlib/hashcache.py:
Update sha import.
* bzrlib/revisionspec.py:
(RevisionSpec.__new__): Remove useless parameters since python2.6
is stricter.
.. |
bzrlib
|
1185.1.29
|
20 years ago |
Robert Collins |
merge merge tweaks from aaron, which includes late |
|
|
|
contrib
|
1185.1.29
|
20 years ago |
Robert Collins |
merge merge tweaks from aaron, which includes late |
|
|
|
doc
|
1185.1.29
|
20 years ago |
Robert Collins |
merge merge tweaks from aaron, which includes late |
|
|
|
man1
|
2425.1.1
|
18 years ago |
Robert Collins |
``make docs`` now creates a man page at ``man1/bzr |
|
|
|
tools
|
1185.1.29
|
20 years ago |
Robert Collins |
merge merge tweaks from aaron, which includes late |
|
|
|
.bzrignore |
2872.1.2
|
18 years ago |
Martin Pool |
Ignore .pyd files in bzr tree (windows C extension |
825 bytes |
|
|
.rsyncexclude |
1185.33.36
|
20 years ago |
Martin Pool |
Exclude more files from dumb-rsync upload |
203 bytes |
|
|
BRANCH.TODO |
2399.1.16
|
18 years ago |
John Arbash Meinel |
[merge] bzr.dev 2466 |
150 bytes |
|
|
bzr |
2911.6.1
|
18 years ago |
Blake Winton |
Change 'print >> f,'s to 'f.write('s. |
4 KB |
|
|
bzr.ico |
1861.2.16
|
19 years ago |
Alexander Belchenko |
new official bzr.ico |
7.2 KB |
|
|
COPYING.txt |
1861.2.9
|
19 years ago |
Alexander Belchenko |
rename gpl.txt => COPYING.txt
|
17.5 KB |
|
|
generate_docs.py |
2911.6.1
|
18 years ago |
Blake Winton |
Change 'print >> f,'s to 'f.write('s. |
2.9 KB |
|
|
INSTALL |
2696.2.4
|
18 years ago |
Aaron Bentley |
Fix typo |
1.4 KB |
|
|
Makefile |
2916.1.1
|
18 years ago |
Andrew Bennetts |
Allow overriding the PYTHON executable for 'make e |
5.9 KB |
|
|
NEWS |
2929
|
18 years ago |
Canonical.com Patch Queue Manager |
(robertc) Prevent heads() calls from accessing all |
176 KB |
|
|
profile_imports.py |
1996.3.36
|
19 years ago |
John Arbash Meinel |
[merge] bzr.dev 2070 |
5.4 KB |
|
|
README |
2688.1.1
|
18 years ago |
Ian Clatworthy |
Added link to registration survey to README |
2.8 KB |
|
|
setup.py |
2911.6.1
|
18 years ago |
Blake Winton |
Change 'print >> f,'s to 'f.write('s. |
10.5 KB |
|
|
TODO |
2382.2.5
|
18 years ago |
Martin Pool |
Contents of TODO file moved into bug tracker |
115 bytes |
|
|