Name | Status | Last Modified | Last Commit | |
---|---|---|---|---|
lp:~gz/ |
Development | 2021-08-21 14:08:38 UTC | This branch has not been pushed to yet. | |
lp:~gz/ |
Development | 2021-08-21 13:47:37 UTC | This branch has not been pushed to yet. | |
lp:~gz/brz/wat | Development | 2021-08-21 13:42:09 UTC | This branch has not been pushed to yet. | |
lp:~gz/ |
Development | 2021-08-21 13:30:49 UTC | This branch has not been pushed to yet. | |
lp:~gz/ |
Development | 2021-08-21 13:29:26 UTC | This branch has not been pushed to yet. | |
lp:~gz/ |
|
Merged | 2021-08-21 13:23:11 UTC |
7536.
Make flake8 source test behave
Using...
Author:
Martin Packman
Make flake8 source test behave Using the new 'legacy' api where possible, skipping only on compat issues. Next text_log_file() test method to get context for writing text in. Ignore some more error types, fix a few lint complaints. |
lp:~gz/+junk/brz_co | Development | 2021-08-21 13:21:59 UTC | This branch has not been pushed to yet. | |
lp:~gz/ |
|
Merged | 2019-08-18 22:45:47 UTC |
7323.
Make win32 setup of get_unicode_arg s...
Author:
Martin Packman
Make win32 setup of get_unicode_arg saner On a platform that reports as win32 but lacks ctypes use the same |
lp:~gz/ |
|
Merged | 2019-08-18 22:36:12 UTC |
7323.
Only check https hostname if none cer...
Author:
Martin Packman
Only check https hostname if none cert_reqs=none Cherrypick of fix from trunk. |
lp:~gz/ |
|
Merged | 2019-06-16 19:56:55 UTC |
7345.
Relocate the bzr log file out of $HOM...
Author:
Martin Packman
Relocate the bzr log file out of $HOME Now under $XDG_CACHE_HOME on nix and %LOCALAPPDATA% on windows. Setting $BRZ_HOME will override the cache location, to simplify test Drive-by fix various docs around bzr/brz spelling. |
lp:~gz/ |
|
Merged | 2019-06-16 17:37:17 UTC |
7345.
Fix tests that need whoami not to be ...
Author:
Martin Packman
Fix tests that need whoami not to be set Add override_whoami helper that ensures whoami is not set. Had false |
lp:~gz/ |
|
Merged | 2019-06-16 15:37:44 UTC |
7342.
Remove win32 code using pywin32 libra...
Author:
Martin Packman
Remove win32 code using pywin32 library All Breezy supported Python versions have ctypes, so there's no need for New ctypes implementation of set_file_ Note that not all tests will actually be passing on Python 3 on windows. |
lp:~gz/ |
|
Merged | 2019-06-16 12:05:34 UTC |
7341.
Fix use of config_dir in propose plug...
Author:
Martin Packman
Fix use of config_dir in propose plugin Missed when moving logic to new bedding module due to lack of unit tests. |
lp:~gz/ |
|
Merged | 2019-06-16 01:03:51 UTC |
7337.
Split non-ini config methods to beddi...
Author:
Martin Packman
Split non-ini config methods to bedding Functions that determine filesystem paths to use for config and default Also move cache_dir function from osutils and normalise logic. |
lp:~gz/ |
|
Merged | 2019-06-15 18:01:53 UTC |
7332.
Only check https hostname if not cert...
Author:
Martin Packman
Only check https hostname if not cert_reqs=none Avoids error raised from standard lib ssl module: Also set check_hostname on the context rather than the module. |
lp:~gz/ |
|
Merged | 2019-06-15 16:23:48 UTC |
7332.
Update breezy.__copyright__ field
Us...
Author:
Martin Packman
Update breezy. Using two lines, one for main historic copyright and one for current. |
lp:~gz/ |
|
Merged | 2019-06-15 01:11:23 UTC |
7323.
Fix invalid escape sequence warnings ...
Author:
Martin Packman
Fix invalid escape sequence warnings in regexps No functional change, makes running bt.test_source on Python 3 cleaner. |
lp:~gz/ |
|
Merged | 2018-11-20 21:24:08 UTC |
7197.
Fix bt.test_script error that needs t...
Author:
Martin Packman
Fix bt.test_script error that needs trailing space |
lp:~gz/ |
|
Merged | 2018-11-18 19:17:12 UTC |
7196.
Remove use of dict.has_key() in fasti...
Author:
Martin Packman
Remove use of dict.has_key() in fastimport plugin Does not exist on Python 3 and is W601 lint error. |
lp:~gz/ |
|
Merged | 2018-11-18 19:01:22 UTC |
7196.
Fix whitespace lint E241 and E251
In...
Author:
Martin Packman
Fix whitespace lint E241 and E251 Includes editing the third-party bootstrap script which should maybe |
lp:~gz/brz/crc_asul |
|
Merged | 2018-11-17 18:20:36 UTC |
7184.
Reintroduce mask for _search_key_16
...
Author:
Martin Packman
Reintroduce mask for _search_key_16 Needed for Python 2 on 64-bit where zlib.crc32 returns a negative value. |
lp:~gz/brz/lint_E27 |
|
Merged | 2018-11-17 17:38:29 UTC |
7187.
Fix E27* lint errors
Author:
Martin Packman
Fix E27* lint errors |
lp:~gz/brz/lint_E71 |
|
Merged | 2018-11-17 16:54:38 UTC |
7184.
Fix E71* lint errors
Mostly moving n...
Author:
Martin Packman
Fix E71* lint errors Mostly moving nots around and a few equality to idenity check changes. |
lp:~gz/ |
|
Merged | 2018-11-17 16:20:53 UTC |
7184.
Fix E999 lint error for Python 2 flak...
Author:
Martin Packman
Fix E999 lint error for Python 2 flake8 Ignore D and I flake8 plugin rule prefixes for now. Fix some newly introduced rule breakage. |
lp:~gz/ |
|
Merged | 2018-11-16 19:10:17 UTC |
7174.
Remove lazy_regexp reset in bt.test_s...
Author:
Martin Packman
Remove lazy_regexp reset in bt.test_source |
lp:~gz/ |
|
Merged | 2018-11-16 16:39:31 UTC |
7170.
Make --profile-imports work on Python...
Author:
Martin Packman
Make --profile-imports work on Python 3 Also tweak heading to line up correctly. |
lp:~gz/ |
|
Merged | 2018-11-16 13:30:16 UTC |
7165.
Tidy up _groupcompress_pyx for modern...
Author:
Martin Packman
Tidy up _groupcompress_pyx for modern Cython Use cimport over cdef extern for common libraries. Remove 'safe' memory wrappers and use pymalloc for main allocation. Change code that was avoiding issues with old Pyrex versions. Remove unused diff-delta.c variables and unreachable pyx code. Add test for __sizeof__ implementation. |
lp:~gz/ |
|
Merged | 2018-08-21 00:53:34 UTC |
7062.
Fix recursion check in C bencode impl...
Author:
Martin Packman
Fix recursion check in C bencode implementation Hard to get Cython to do the right thing but by inverting the Avoid going through a Python call when encoding, which requires Adjust tests to use a smaller limit to be more managable. |
lp:~gz/ |
|
Merged | 2018-08-07 00:52:09 UTC |
7061.
Delete renamed and removed tests from...
Author:
Martin Packman
Delete renamed and removed tests from python3.passing Also adds a few that pass with extensions built. |
lp:~gz/ |
|
Merged | 2018-07-14 23:47:36 UTC |
7043.
Fix test_source failure after removin...
Author:
Martin Packman
Fix test_source failure after removing magic comment Previously had special indicator for StaticTuple being a class, |
lp:~gz/ |
|
Merged | 2018-07-12 01:48:22 UTC |
7037.
Update python3.passing for test__chk_...
Author:
Martin Packman
Update python3.passing for test__chk_map |
lp:~gz/ |
Merged | 2018-07-11 22:31:38 UTC |
7038.
Remove guarded_malloc macro
All call...
Author:
Martin Packman
Remove guarded_malloc macro All callers are using non-zero size anyway. |
|
lp:~gz/ |
|
Merged | 2018-07-04 11:18:41 UTC |
7032.
Remove inconsistent tests from python...
Author:
Martin Packman
Remove inconsistent tests from python3.passing |
lp:~gz/ |
|
Merged | 2018-07-01 22:46:26 UTC |
7021.
Update python3.passing for test__anno...
Author:
Martin Packman
Update python3.passing for test__annotator |
lp:~gz/ |
|
Merged | 2018-07-01 22:23:27 UTC |
7020.
Update python3.passing for test__know...
Author:
Martin Packman
Update python3.passing for test__known_graph |
lp:~gz/ |
|
Merged | 2018-07-01 22:11:22 UTC |
7018.
Update python3.passing for test__chun...
Author:
Martin Packman
Update python3.passing for test__chunks_ |
lp:~gz/ |
|
Merged | 2018-07-01 10:53:23 UTC |
7018.
Tweak copyright headers
Author:
Martin Packman
Tweak copyright headers |
lp:~gz/ |
|
Merged | 2018-06-30 23:41:15 UTC |
7012.
Make replacement for lazy import test...
Author:
Martin Packman
Make replacement for lazy import tests less dodgy Should fix tests that fail under CI but seem to pass locally by not |
lp:~gz/ |
|
Merged | 2018-06-30 23:02:17 UTC |
7012.
Remove suspect lazy import tests from...
Author:
Martin Packman
Remove suspect lazy import tests from passing set |
lp:~gz/ |
|
Merged | 2018-06-30 12:22:50 UTC |
7003.
Avoid import error from test_inv with...
Author:
Martin Packman
Avoid import error from test_inv without dulwich Currently the inventory tests enumerate all registered formats to Add new way of getting all formats so retaining the getter |
lp:~gz/ |
|
Merged | 2018-06-30 12:09:38 UTC |
7003.
Avoid import error from bp.git withou...
Author:
Martin Packman
Avoid import error from bp.git without dulwich If dulwich is not installed, rather than trying to load the git |
lp:~gz/brz/ui_enter |
|
Merged | 2018-03-24 17:10:12 UTC |
6912.
Fix per_uifactory tests
Author:
Martin Packman
Fix per_uifactory tests |
lp:~gz/ |
|
Merged | 2018-03-24 11:41:31 UTC |
6911.
Use Python 3 compatible monkey patch ...
Author:
Martin Packman
Use Python 3 compatible monkey patch for sftp. The func_code name has gone away, but the __code__ attribute exists |
lp:~gz/ |
|
Merged | 2017-11-19 20:34:43 UTC |
6820.
Create a cross compatible lsprof main()
Author:
Martin Packman
Create a cross compatible lsprof main() |
lp:~gz/ |
|
Merged | 2017-11-12 19:57:04 UTC |
6814.
Make hashcache pass tests on Python 3
Author:
Martin Packman
Make hashcache pass tests on Python 3 |
lp:~gz/ |
|
Merged | 2017-11-12 19:41:34 UTC |
6814.
Make upload tests pass if paramiko is...
Author:
Martin Packman
Make upload tests pass if paramiko is not installed |
lp:~gz/ |
|
Merged | 2017-11-12 18:17:55 UTC |
6814.
Arbitrary small changes for saner Pyt...
Author:
Martin Packman
Arbitrary small changes for saner Python 3 support |
lp:~gz/brz/ws_comma |
|
Merged | 2017-11-12 13:54:24 UTC |
6810.
Apply 2to3 ws_comma fixer
Author:
Martin Packman
Apply 2to3 ws_comma fixer |
lp:~gz/ |
|
Merged | 2017-11-12 13:43:52 UTC |
6810.
Make most of test_ignores pass on Pyt...
Author:
Martin Packman
Make most of test_ignores pass on Python 3 |
lp:~gz/ |
|
Merged | 2017-11-11 19:18:38 UTC |
6809.
Record new passing test_pack and test...
Author:
Martin Packman
Record new passing test_pack and test__groupcompress tests |
lp:~gz/ |
|
Merged | 2017-11-11 18:16:16 UTC | This branch is empty. |
lp:~gz/ |
|
Merged | 2017-11-11 15:02:21 UTC |
6804.
Make test_groupcompress.py correct fo...
Author:
Martin Packman
Make test_groupcompr |
lp:~gz/ |
|
Merged | 2017-09-16 20:06:49 UTC |
6790.
Avoid combined ur string prefix when ...
Author:
Martin Packman
Avoid combined ur string prefix when globbing |
lp:~gz/brz/rio_pyx |
|
Merged | 2017-09-10 23:53:32 UTC |
6754.
Make _rio_pyx compile and pass tests ...
Author:
Martin Packman
Make _rio_pyx compile and pass tests on Python 3 |
lp:~gz/ |
|
Merged | 2017-09-02 23:12:34 UTC |
6772.
Remove warning filter for old gzip mo...
Author:
Martin Packman
Remove warning filter for old gzip module issue Python 2.6 is no longer supported. |
lp:~gz/ |
|
Merged | 2017-08-28 15:03:23 UTC |
6771.
Defer format registration in generate...
Author:
Martin Packman
Defer format registration in generate_docs script The generate_docs.py script has to import breezy.bzr for the This allows config access to also be delayed until initialize |
lp:~gz/ |
|
Merged | 2017-08-28 14:17:50 UTC |
6772.
Add test_cleanup to passing Python 3 ...
Author:
Martin Packman
Add test_cleanup to passing Python 3 tests |
lp:~gz/ |
|
Merged | 2017-08-26 20:58:35 UTC |
6764.
Add to the list of tests we expect to...
Author:
Martin Packman
Add to the list of tests we expect to pass on Python 3 |
lp:~gz/ |
|
Abandoned | 2017-08-26 19:42:14 UTC |
6739.
Require initialize before config acce...
Author:
Martin Packman
Require initialize before config access and some ui Attempting to tackle both global state problems in config and ui |
lp:~gz/ |
|
Merged | 2017-08-26 16:16:31 UTC |
6760.
One last dict.iteritems() in hooks tests
Author:
Martin Packman
One last dict.iteritems() in hooks tests |
lp:~gz/ |
|
Merged | 2017-08-26 15:35:51 UTC |
6755.
Fix lazy import test file handling on...
Author:
Martin Packman
Fix lazy import test file handling on Python 3 |
lp:~gz/ |
|
Merged | 2017-08-26 15:28:57 UTC |
6755.
Fix test_lazy_re on Python 3
Author:
Martin Packman
Fix test_lazy_re on Python 3 |
lp:~gz/ |
|
Merged | 2017-08-26 14:32:36 UTC |
6755.
Always consider unittest as interesti...
Author:
Martin Packman
Always consider unittest as interesting prefix so test load failures are displayed |
lp:~gz/ |
|
Merged | 2017-08-26 14:03:58 UTC |
6757.
Remove unicode type in more command a...
Author:
Martin Packman
Remove unicode type in more command arguments |
lp:~gz/ |
|
Merged | 2017-08-26 13:09:40 UTC |
6755.
Use future divison in lru_cache to pa...
Author:
Martin Packman
Use future divison in lru_cache to pass tests on Python 3 |
lp:~gz/ |
|
Merged | 2017-07-02 14:37:46 UTC |
6730.
Use future division in btree_index
Author:
Martin Packman
Use future division in btree_index |
lp:~gz/ |
|
Merged | 2017-07-02 13:45:25 UTC |
6725.
Make adding numbers to test details w...
Author:
Martin Packman
Make adding numbers to test details work on Python 3 |
lp:~gz/ |
|
Merged | 2017-07-02 13:40:49 UTC |
6726.
Make chunk_writer tests pass on Pytho...
Author:
Martin Packman
Make chunk_writer tests pass on Python 3 |
lp:~gz/ |
|
Merged | 2017-06-27 01:29:30 UTC |
6725.
Correct bit_length compare
Author:
Martin Packman
Correct bit_length compare |
lp:~gz/ |
|
Merged | 2017-06-27 00:57:40 UTC |
6724.
Adapt StaticTuple tests to change in ...
Author:
Martin Packman
Adapt StaticTuple tests to change in comparison semantics on Python 3 |
lp:~gz/ |
|
Merged | 2017-06-27 00:12:09 UTC |
6721.
Move _simple_set_pyx and _static_tupl...
Author:
Martin Packman
Move _simple_set_pyx and _static_tuple_c to front of the build list |
lp:~gz/ |
|
Merged | 2017-06-25 23:37:57 UTC |
6719.
Correct name for init func
Author:
Martin Packman
Correct name for init func |
lp:~gz/+junk/bfwifi | Development | 2017-06-25 22:11:36 UTC |
1.
So, this is a thing that worked
Author:
Martin Packman
So, this is a thing that worked |
|
lp:~gz/ |
|
Merged | 2017-06-21 22:27:37 UTC |
6708.
Final tweaks to _simple_set_pyx witho...
Author:
Martin Packman
Final tweaks to _simple_set_pyx without major rewrite |
lp:~gz/ |
|
Merged | 2017-06-16 23:16:31 UTC |
6703.
Fix lockdir module tests on Python 3
Author:
Martin Packman
Fix lockdir module tests on Python 3 |
lp:~gz/ |
|
Merged | 2017-06-16 23:15:36 UTC |
6703.
Tidy up some transitional changes in ...
Author:
Martin Packman
Tidy up some transitional changes in bencode |
lp:~gz/ |
|
Merged | 2017-06-15 22:34:55 UTC |
6697.
Fix test fallout from basestring removal
Author:
Martin Packman
Fix test fallout from basestring removal |
lp:~gz/brz/py3_ui |
|
Merged | 2017-06-14 22:21:14 UTC |
6696.
Make ui package pass tests on Python 3
Author:
Martin Packman
Make ui package pass tests on Python 3 |
lp:~gz/ |
|
Merged | 2017-06-13 23:55:52 UTC |
6693.
Fix on Python 2.7 from has flag not e...
Author:
Martin Packman
Fix on Python 2.7 from has flag not existing |
lp:~gz/brz/py3_rio |
|
Merged | 2017-06-11 17:01:02 UTC |
6692.
Make test__rio pass on Python 3
Author:
Martin Packman
Make test__rio pass on Python 3 |
lp:~gz/ |
|
Merged | 2017-06-11 01:46:58 UTC |
6689.
Allow ascii str revision properties o...
Author:
Martin Packman
Allow ascii str revision properties on Python 2.7 |
lp:~gz/ |
|
Merged | 2017-06-10 22:20:59 UTC |
6683.
Fix bb.test_exceptions after removing...
Author:
Martin Packman
Fix bb.test_exceptions after removing generic prefix |
lp:~gz/ |
|
Merged | 2017-06-10 22:10:03 UTC |
6682.
Switch bencode to bytes types for Pyt...
Author:
Martin Packman
Switch bencode to bytes types for Python 3 |
lp:~gz/ |
|
Merged | 2017-06-10 02:39:00 UTC |
6681.
Fix dirstate typo
Author:
Martin Packman
Fix dirstate typo |
lp:~gz/ |
|
Merged | 2017-06-10 01:14:32 UTC |
6676.
Change _cmp_path_by_dirblock to _lt_p...
Author:
Martin Packman
Change _cmp_path_ |
lp:~gz/ |
|
Merged | 2017-06-10 00:40:01 UTC |
6675.
Change cmp_by_dirs to lt_by_dirs
Author:
Martin Packman
Change cmp_by_dirs to lt_by_dirs |
lp:~gz/ |
|
Merged | 2017-06-09 16:31:49 UTC |
6673.
Make InventoryDeltaError use string f...
Author:
Martin Packman
Make InventoryDeltaError use string formatting, and repr for fileids |
lp:~gz/ |
|
Merged | 2017-06-06 00:09:48 UTC |
6659.
Skip test_copy_to on SFTPTransport du...
Author:
Martin Packman
Skip test_copy_to on SFTPTransport due to unreliablity |
lp:~gz/ |
|
Merged | 2017-06-05 23:55:13 UTC |
6659.
Remove winver, win98 support code, an...
Author:
Martin Packman
Remove winver, win98 support code, and deprecated code |
lp:~gz/ |
|
Merged | 2017-06-05 23:16:01 UTC |
6659.
Nibble away at getting test_selftest ...
Author:
Martin Packman
Nibble away at getting test_selftest to pass on Python 3 |
lp:~gz/ |
|
Merged | 2017-06-05 22:14:14 UTC |
6659.
Use integer division in fifo_cache
Author:
Martin Packman
Use integer division in fifo_cache |
lp:~gz/ |
|
Merged | 2017-06-05 22:10:11 UTC |
6659.
Correct sftp logging name hack in tests
Author:
Martin Packman
Correct sftp logging name hack in tests |
lp:~gz/ |
|
Merged | 2017-06-05 21:41:18 UTC |
6659.
Now this really is the biggest of the...
Author:
Martin Packman
Now this really is the biggest of the big |
lp:~gz/ |
|
Merged | 2017-06-05 01:46:56 UTC |
6655.
Factor out some copycode in iter_entr...
Author:
Martin Packman
Factor out some copycode in iter_entries_prefix implementations |
lp:~gz/ |
|
Merged | 2017-06-05 01:21:55 UTC |
6654.
Fix export-pot core plugin handling
Author:
Martin Packman
Fix export-pot core plugin handling |
lp:~gz/ |
|
Merged | 2017-06-04 18:10:13 UTC |
6653.
Apply 2to3 xrange fix and fix up with...
Author:
Martin Packman
Apply 2to3 xrange fix and fix up with sixish range |
lp:~gz/ |
|
Merged | 2017-05-26 09:26:48 UTC |
6636.
Fix and unbogofy PatchesTester.testLi...
Author:
Martin Packman
Fix and unbogofy PatchesTester. |
lp:~gz/ |
|
Merged | 2017-05-26 01:01:25 UTC |
6636.
Dark hackery to get around paramiko P...
Author:
Martin Packman
Dark hackery to get around paramiko Python 3 compatibility mistakes |
lp:~gz/ |
|
Merged | 2017-05-25 21:59:11 UTC |
6635.
Remove direct use of future_builtins ...
Author:
Martin Packman
Remove direct use of future_builtins module |
lp:~gz/brz/unmapped |
|
Merged | 2017-05-24 23:42:15 UTC |
6636.
Remove direct future_builtins map imp...
Author:
Martin Packman
Remove direct future_builtins map imports |
1 → 100 of 786 results | First • Previous • Next • Last |