View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp:~gz/+junk/brz_co_next4 Development 2021-08-21 14:08:38 UTC This branch has not been pushed to yet.
lp:~gz/+junk/brz_co_next3 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/+junk/brz_co_next2 Development 2021-08-21 13:30:49 UTC This branch has not been pushed to yet.
lp:~gz/+junk/brz_co_next Development 2021-08-21 13:29:26 UTC This branch has not been pushed to yet.
lp:~gz/brz/flake8_source_test (Has a merge proposal) Merged 2021-08-21 13:23:11 UTC
7536. Make flake8 source test behave Using...

Author: Martin Packman
Revision Date: 2021-08-21 13:02:55 UTC

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/brz/win32_unicode_argv_3.0 (Has a merge proposal) Merged 2019-08-18 22:45:47 UTC
7323. Make win32 setup of get_unicode_arg s...

Author: Martin Packman
Revision Date: 2019-08-18 22:43:59 UTC

Make win32 setup of get_unicode_arg saner

On a platform that reports as win32 but lacks ctypes use the same
logic as nix which decodes according to user encoding, rather than
falling over on attribute lookup.

lp:~gz/brz/cert_reqs_none_3.0 (Has a merge proposal) Merged 2019-08-18 22:36:12 UTC
7323. Only check https hostname if none cer...

Author: Martin Packman
Revision Date: 2019-08-18 22:35:53 UTC

Only check https hostname if none cert_reqs=none

Cherrypick of fix from trunk.

lp:~gz/brz/relocate_brz_log bug(Has a merge proposal) Merged 2019-06-16 19:56:55 UTC
7345. Relocate the bzr log file out of $HOM...

Author: Martin Packman
Revision Date: 2019-06-16 19:53:27 UTC

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
isolation, and $BRZ_LOG is still the final word.

Drive-by fix various docs around bzr/brz spelling.

lp:~gz/brz/override_whoami_tests (Has a merge proposal) Merged 2019-06-16 17:37:17 UTC
7345. Fix tests that need whoami not to be ...

Author: Martin Packman
Revision Date: 2019-06-16 17:36:59 UTC

Fix tests that need whoami not to be set

Add override_whoami helper that ensures whoami is not set. Had false
passes due to incomplete test isolation after rename.

lp:~gz/brz/no_pywin32 (Has a merge proposal) Merged 2019-06-16 15:37:44 UTC
7342. Remove win32 code using pywin32 libra...

Author: Martin Packman
Revision Date: 2019-06-16 15:37:44 UTC

Remove win32 code using pywin32 library

All Breezy supported Python versions have ctypes, so there's no need for
two implementations of win32 specific logic.

New ctypes implementation of set_file_attr_hidden.

Note that not all tests will actually be passing on Python 3 on windows.

lp:~gz/brz/bp_propose_config_dir (Has a merge proposal) Merged 2019-06-16 12:05:34 UTC
7341. Fix use of config_dir in propose plug...

Author: Martin Packman
Revision Date: 2019-06-16 12:04:31 UTC

Fix use of config_dir in propose plugin

Missed when moving logic to new bedding module due to lack of unit tests.

lp:~gz/brz/split_config_env (Has a merge proposal) Merged 2019-06-16 01:03:51 UTC
7337. Split non-ini config methods to beddi...

Author: Martin Packman
Revision Date: 2019-06-16 01:03:51 UTC

Split non-ini config methods to bedding

Functions that determine filesystem paths to use for config and default
username are now outside of the main (large) config module.

Also move cache_dir function from osutils and normalise logic.

lp:~gz/brz/cert_reqs_none (Has a merge proposal) Merged 2019-06-15 18:01:53 UTC
7332. Only check https hostname if not cert...

Author: Martin Packman
Revision Date: 2019-06-15 18:01:53 UTC

Only check https hostname if not cert_reqs=none

Avoids error raised from standard lib ssl module:
ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled.

Also set check_hostname on the context rather than the module.

lp:~gz/brz/update_copyright (Has a merge proposal) Merged 2019-06-15 16:23:48 UTC
7332. Update breezy.__copyright__ field Us...

Author: Martin Packman
Revision Date: 2019-06-15 16:22:47 UTC

Update breezy.__copyright__ field

Using two lines, one for main historic copyright and one for current.

lp:~gz/brz/fix_regexp_escape_deprec (Has a merge proposal) Merged 2019-06-15 01:11:23 UTC
7323. Fix invalid escape sequence warnings ...

Author: Martin Packman
Revision Date: 2019-06-15 01:11:23 UTC

Fix invalid escape sequence warnings in regexps

No functional change, makes running bt.test_source on Python 3 cleaner.

lp:~gz/brz/lint_W1_W2_W3 (Has a merge proposal) Merged 2018-11-20 21:24:08 UTC
7197. Fix bt.test_script error that needs t...

Author: Martin Packman
Revision Date: 2018-11-20 21:24:08 UTC

Fix bt.test_script error that needs trailing space

lp:~gz/brz/lint_W601 (Has a merge proposal) Merged 2018-11-18 19:17:12 UTC
7196. Remove use of dict.has_key() in fasti...

Author: Martin Packman
Revision Date: 2018-11-18 19:16:07 UTC

Remove use of dict.has_key() in fastimport plugin

Does not exist on Python 3 and is W601 lint error.

lp:~gz/brz/lint_E241_E251 (Has a merge proposal) Merged 2018-11-18 19:01:22 UTC
7196. Fix whitespace lint E241 and E251 In...

Author: Martin Packman
Revision Date: 2018-11-18 18:58:38 UTC

Fix whitespace lint E241 and E251

Includes editing the third-party bootstrap script which should maybe
just go, but can deal with that later.

lp:~gz/brz/crc_asul (Has a merge proposal) Merged 2018-11-17 18:20:36 UTC
7184. Reintroduce mask for _search_key_16 ...

Author: Martin Packman
Revision Date: 2018-11-17 18:20:36 UTC

Reintroduce mask for _search_key_16

Needed for Python 2 on 64-bit where zlib.crc32 returns a negative value.
Specifying the UL suffix at least generates plain C code without going
through a Python object and additional Cython conversion functions.

lp:~gz/brz/lint_E27 (Has a merge proposal) Merged 2018-11-17 17:38:29 UTC
7187. Fix E27* lint errors

Author: Martin Packman
Revision Date: 2018-11-17 17:37:42 UTC

Fix E27* lint errors

lp:~gz/brz/lint_E71 (Has a merge proposal) Merged 2018-11-17 16:54:38 UTC
7184. Fix E71* lint errors Mostly moving n...

Author: Martin Packman
Revision Date: 2018-11-17 16:53:10 UTC

Fix E71* lint errors

Mostly moving nots around and a few equality to idenity check changes.

lp:~gz/brz/lint_E999 (Has a merge proposal) Merged 2018-11-17 16:20:53 UTC
7184. Fix E999 lint error for Python 2 flak...

Author: Martin Packman
Revision Date: 2018-11-17 16:19:11 UTC

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/brz/unlazy_reg (Has a merge proposal) Merged 2018-11-16 19:10:17 UTC
7174. Remove lazy_regexp reset in bt.test_s...

Author: Martin Packman
Revision Date: 2018-11-16 19:10:17 UTC

Remove lazy_regexp reset in bt.test_source

lp:~gz/brz/profile_imports_py3 (Has a merge proposal) Merged 2018-11-16 16:39:31 UTC
7170. Make --profile-imports work on Python...

Author: Martin Packman
Revision Date: 2018-11-16 16:38:22 UTC

Make --profile-imports work on Python 3

Also tweak heading to line up correctly.

lp:~gz/brz/groupscompress_pyx_tidy (Has a merge proposal) Merged 2018-11-16 13:30:16 UTC
7165. Tidy up _groupcompress_pyx for modern...

Author: Martin Packman
Revision Date: 2018-11-16 13:30:16 UTC

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/brz/bencode_recursion (Has a merge proposal) Merged 2018-08-21 00:53:34 UTC
7062. Fix recursion check in C bencode impl...

Author: Martin Packman
Revision Date: 2018-08-21 00:53:34 UTC

Fix recursion check in C bencode implementation

Hard to get Cython to do the right thing but by inverting the
return code can use the standard except handling.

Avoid going through a Python call when encoding, which requires
the encode recursion check to work too.

Adjust tests to use a smaller limit to be more managable.

lp:~gz/brz/prune_passing_py3 (Has a merge proposal) Merged 2018-08-07 00:52:09 UTC
7061. Delete renamed and removed tests from...

Author: Martin Packman
Revision Date: 2018-08-07 00:49:49 UTC

Delete renamed and removed tests from python3.passing

Also adds a few that pass with extensions built.

lp:~gz/brz/btree_serializer_pyx_py3 (Has a merge proposal) Merged 2018-07-14 23:47:36 UTC
7043. Fix test_source failure after removin...

Author: Martin Packman
Revision Date: 2018-07-14 23:47:36 UTC

Fix test_source failure after removing magic comment

Previously had special indicator for StaticTuple being a class,
instead just make the test know that is a class we use.

lp:~gz/brz/chk_map_pyx_py3 (Has a merge proposal) Merged 2018-07-12 01:48:22 UTC
7037. Update python3.passing for test__chk_...

Author: Martin Packman
Revision Date: 2018-07-12 01:47:36 UTC

Update python3.passing for test__chk_map

lp:~gz/brz/python3-patiencediff Merged 2018-07-11 22:31:38 UTC
7038. Remove guarded_malloc macro All call...

Author: Martin Packman
Revision Date: 2018-07-11 22:29:58 UTC

Remove guarded_malloc macro

All callers are using non-zero size anyway.

lp:~gz/brz/knit_load_py3 (Has a merge proposal) Merged 2018-07-04 11:18:41 UTC
7032. Remove inconsistent tests from python...

Author: Martin Packman
Revision Date: 2018-07-04 11:18:41 UTC

Remove inconsistent tests from python3.passing

lp:~gz/brz/anno_pyx_py3 (Has a merge proposal) Merged 2018-07-01 22:46:26 UTC
7021. Update python3.passing for test__anno...

Author: Martin Packman
Revision Date: 2018-07-01 22:46:26 UTC

Update python3.passing for test__annotator

lp:~gz/brz/known_graph_pyx (Has a merge proposal) Merged 2018-07-01 22:23:27 UTC
7020. Update python3.passing for test__know...

Author: Martin Packman
Revision Date: 2018-07-01 22:21:59 UTC

Update python3.passing for test__known_graph

lp:~gz/brz/chunks_pyx_py3 (Has a merge proposal) Merged 2018-07-01 22:11:22 UTC
7018. Update python3.passing for test__chun...

Author: Martin Packman
Revision Date: 2018-07-01 22:11:22 UTC

Update python3.passing for test__chunks_to_lines

lp:~gz/brz/test_plugins_repass (Has a merge proposal) Merged 2018-07-01 10:53:23 UTC
7018. Tweak copyright headers

Author: Martin Packman
Revision Date: 2018-07-01 10:53:23 UTC

Tweak copyright headers

lp:~gz/brz/test_lazy_import_flakey (Has a merge proposal) Merged 2018-06-30 23:41:15 UTC
7012. Make replacement for lazy import test...

Author: Martin Packman
Revision Date: 2018-06-30 23:39:17 UTC

Make replacement for lazy import tests less dodgy

Should fix tests that fail under CI but seem to pass locally by not
doing an unsafe replacement of the __import__ builtin. Instead alias
it at the module level for replacement in testing.

lp:~gz/brz/mutter_unicode (Has a merge proposal) Merged 2018-06-30 23:02:17 UTC
7012. Remove suspect lazy import tests from...

Author: Martin Packman
Revision Date: 2018-06-30 23:02:17 UTC

Remove suspect lazy import tests from passing set

lp:~gz/brz/test_inv_no_dulwich (Has a merge proposal) Merged 2018-06-30 12:22:50 UTC
7003. Avoid import error from test_inv with...

Author: Martin Packman
Revision Date: 2018-06-30 12:16:34 UTC

Avoid import error from test_inv without dulwich

Currently the inventory tests enumerate all registered formats to
create scenarios, which means even with alzy import and format with
unmet dependencies will prevent the tests loading.

Add new way of getting all formats so retaining the getter
indirection so that the sceanrio setup can handle the exception and
skip unavailable formats.

lp:~gz/brz/bp_git_no_dulwich (Has a merge proposal) Merged 2018-06-30 12:09:38 UTC
7003. Avoid import error from bp.git withou...

Author: Martin Packman
Revision Date: 2018-06-30 12:06:00 UTC

Avoid import error from bp.git without dulwich

If dulwich is not installed, rather than trying to load the git
plugin tests instead insert a single test case which will raise
UnavailableFeature when run.

lp:~gz/brz/ui_enter bug(Has a merge proposal) Merged 2018-03-24 17:10:12 UTC
6912. Fix per_uifactory tests

Author: Martin Packman
Revision Date: 2018-03-24 17:10:12 UTC

Fix per_uifactory tests

lp:~gz/brz/paramiko_code_hack (Has a merge proposal) Merged 2018-03-24 11:41:31 UTC
6911. Use Python 3 compatible monkey patch ...

Author: Martin Packman
Revision Date: 2018-03-24 11:39:30 UTC

Use Python 3 compatible monkey patch for sftp.

The func_code name has gone away, but the __code__ attribute exists
for both Python 2.7 and current Pythons.

lp:~gz/brz/py3_lsprof (Has a merge proposal) Merged 2017-11-19 20:34:43 UTC
6820. Create a cross compatible lsprof main()

Author: Martin Packman
Revision Date: 2017-11-19 20:33:06 UTC

Create a cross compatible lsprof main()

lp:~gz/brz/py3_hashcache (Has a merge proposal) Merged 2017-11-12 19:57:04 UTC
6814. Make hashcache pass tests on Python 3

Author: Martin Packman
Revision Date: 2017-11-12 19:56:22 UTC

Make hashcache pass tests on Python 3

lp:~gz/brz/upload_plugin_no_sftp (Has a merge proposal) Merged 2017-11-12 19:41:34 UTC
6814. Make upload tests pass if paramiko is...

Author: Martin Packman
Revision Date: 2017-11-12 19:40:53 UTC

Make upload tests pass if paramiko is not installed

lp:~gz/brz/py3_small_bits (Has a merge proposal) Merged 2017-11-12 18:17:55 UTC
6814. Arbitrary small changes for saner Pyt...

Author: Martin Packman
Revision Date: 2017-11-12 18:17:03 UTC

Arbitrary small changes for saner Python 3 support

lp:~gz/brz/ws_comma (Has a merge proposal) Merged 2017-11-12 13:54:24 UTC
6810. Apply 2to3 ws_comma fixer

Author: Martin Packman
Revision Date: 2017-11-12 13:53:51 UTC

Apply 2to3 ws_comma fixer

lp:~gz/brz/py3_ignores (Has a merge proposal) Merged 2017-11-12 13:43:52 UTC
6810. Make most of test_ignores pass on Pyt...

Author: Martin Packman
Revision Date: 2017-11-12 13:31:49 UTC

Make most of test_ignores pass on Python 3

lp:~gz/brz/py3_groupcompress (Has a merge proposal) Merged 2017-11-11 19:18:38 UTC
6809. Record new passing test_pack and test...

Author: Martin Packman
Revision Date: 2017-11-11 19:18:38 UTC

Record new passing test_pack and test__groupcompress tests

lp:~gz/brz/module_feature_import (Has a merge proposal) Merged 2017-11-11 18:16:16 UTC This branch is empty.
lp:~gz/brz/test_groupcompress (Has a merge proposal) Merged 2017-11-11 15:02:21 UTC
6804. Make test_groupcompress.py correct fo...

Author: Martin Packman
Revision Date: 2017-11-11 15:02:21 UTC

Make test_groupcompress.py correct for Python 3

lp:~gz/brz/ur_globbing_me (Has a merge proposal) Merged 2017-09-16 20:06:49 UTC
6790. Avoid combined ur string prefix when ...

Author: Martin Packman
Revision Date: 2017-09-16 20:05:49 UTC

Avoid combined ur string prefix when globbing

lp:~gz/brz/rio_pyx (Has a merge proposal) Merged 2017-09-10 23:53:32 UTC
6754. Make _rio_pyx compile and pass tests ...

Author: Martin Packman
Revision Date: 2017-09-10 23:52:30 UTC

Make _rio_pyx compile and pass tests on Python 3

lp:~gz/brz/rm_deprecation_warning_gzip (Has a merge proposal) Merged 2017-09-02 23:12:34 UTC
6772. Remove warning filter for old gzip mo...

Author: Martin Packman
Revision Date: 2017-09-02 23:10:26 UTC

Remove warning filter for old gzip module issue

Python 2.6 is no longer supported.

lp:~gz/brz/generate_docs_bzr_import (Has a merge proposal) Merged 2017-08-28 15:03:23 UTC
6771. Defer format registration in generate...

Author: Martin Packman
Revision Date: 2017-08-28 14:59:35 UTC

Defer format registration in generate_docs script

The generate_docs.py script has to import breezy.bzr for the
side-effect of registering the bzr formats, but that doesn't
need to happen at top level import time.

This allows config access to also be delayed until initialize
is called.

lp:~gz/brz/py3_test_cleanup (Has a merge proposal) Merged 2017-08-28 14:17:50 UTC
6772. Add test_cleanup to passing Python 3 ...

Author: Martin Packman
Revision Date: 2017-08-28 14:17:16 UTC

Add test_cleanup to passing Python 3 tests

lp:~gz/brz/more_passing_py3 (Has a merge proposal) Merged 2017-08-26 20:58:35 UTC
6764. Add to the list of tests we expect to...

Author: Martin Packman
Revision Date: 2017-08-26 20:58:03 UTC

Add to the list of tests we expect to pass on Python 3

lp:~gz/brz/ui_config_after_init bug(Has a merge proposal) Abandoned 2017-08-26 19:42:14 UTC
6739. Require initialize before config acce...

Author: Martin Packman
Revision Date: 2017-07-24 22:56:49 UTC

Require initialize before config access and some ui

Attempting to tackle both global state problems in config and ui
issues over when streams are rewrapped in one change. There are
likely issues with the code as presented, but is a point for
review and discussion.

lp:~gz/brz/test_hooks_py3 (Has a merge proposal) Merged 2017-08-26 16:16:31 UTC
6760. One last dict.iteritems() in hooks tests

Author: Martin Packman
Revision Date: 2017-08-26 16:16:11 UTC

One last dict.iteritems() in hooks tests

lp:~gz/brz/lazy_import_py3 (Has a merge proposal) Merged 2017-08-26 15:35:51 UTC
6755. Fix lazy import test file handling on...

Author: Martin Packman
Revision Date: 2017-08-26 15:35:30 UTC

Fix lazy import test file handling on Python 3

lp:~gz/brz/lazy_re_python_3 (Has a merge proposal) Merged 2017-08-26 15:28:57 UTC
6755. Fix test_lazy_re on Python 3

Author: Martin Packman
Revision Date: 2017-08-26 15:28:39 UTC

Fix test_lazy_re on Python 3

lp:~gz/brz/starting_with_unittest (Has a merge proposal) Merged 2017-08-26 14:32:36 UTC
6755. Always consider unittest as interesti...

Author: Martin Packman
Revision Date: 2017-08-26 14:27:45 UTC

Always consider unittest as interesting prefix so test load failures are displayed

lp:~gz/brz/commands_unicode (Has a merge proposal) Merged 2017-08-26 14:03:58 UTC
6757. Remove unicode type in more command a...

Author: Martin Packman
Revision Date: 2017-08-26 14:03:58 UTC

Remove unicode type in more command arguments

lp:~gz/brz/lru_cache_divison (Has a merge proposal) Merged 2017-08-26 13:09:40 UTC
6755. Use future divison in lru_cache to pa...

Author: Martin Packman
Revision Date: 2017-08-26 13:09:08 UTC

Use future divison in lru_cache to pass tests on Python 3

lp:~gz/brz/py3_btree_index (Has a merge proposal) Merged 2017-07-02 14:37:46 UTC
6730. Use future division in btree_index

Author: Martin Packman
Revision Date: 2017-07-02 14:36:53 UTC

Use future division in btree_index

lp:~gz/brz/test_details_utf8_bytes (Has a merge proposal) Merged 2017-07-02 13:45:25 UTC
6725. Make adding numbers to test details w...

Author: Martin Packman
Revision Date: 2017-07-02 13:44:33 UTC

Make adding numbers to test details work on Python 3

lp:~gz/brz/py3_chunk_writer (Has a merge proposal) Merged 2017-07-02 13:40:49 UTC
6726. Make chunk_writer tests pass on Pytho...

Author: Martin Packman
Revision Date: 2017-07-02 13:39:38 UTC

Make chunk_writer tests pass on Python 3

lp:~gz/brz/py3_bencode_pyx (Has a merge proposal) Merged 2017-06-27 01:29:30 UTC
6725. Correct bit_length compare

Author: Martin Packman
Revision Date: 2017-06-27 01:29:30 UTC

Correct bit_length compare

lp:~gz/brz/py3_static_tuple_mismatched_types (Has a merge proposal) Merged 2017-06-27 00:57:40 UTC
6724. Adapt StaticTuple tests to change in ...

Author: Martin Packman
Revision Date: 2017-06-27 00:57:14 UTC

Adapt StaticTuple tests to change in comparison semantics on Python 3

lp:~gz/brz/py3_static_tuple_import (Has a merge proposal) Merged 2017-06-27 00:12:09 UTC
6721. Move _simple_set_pyx and _static_tupl...

Author: Martin Packman
Revision Date: 2017-06-27 00:11:29 UTC

Move _simple_set_pyx and _static_tuple_c to front of the build list

lp:~gz/brz/py3_static_tuple_start (Has a merge proposal) Merged 2017-06-25 23:37:57 UTC
6719. Correct name for init func

Author: Martin Packman
Revision Date: 2017-06-25 23:37:57 UTC

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
Revision Date: 2017-06-25 21:55:46 UTC

So, this is a thing that worked

lp:~gz/brz/py3_simple_set (Has a merge proposal) Merged 2017-06-21 22:27:37 UTC
6708. Final tweaks to _simple_set_pyx witho...

Author: Martin Packman
Revision Date: 2017-06-21 22:25:57 UTC

Final tweaks to _simple_set_pyx without major rewrite

lp:~gz/brz/py3_lockdir (Has a merge proposal) Merged 2017-06-16 23:16:31 UTC
6703. Fix lockdir module tests on Python 3

Author: Martin Packman
Revision Date: 2017-06-16 18:15:52 UTC

Fix lockdir module tests on Python 3

lp:~gz/brz/py3_bencode_really (Has a merge proposal) Merged 2017-06-16 23:15:36 UTC
6703. Tidy up some transitional changes in ...

Author: Martin Packman
Revision Date: 2017-06-16 20:54:19 UTC

Tidy up some transitional changes in bencode

lp:~gz/brz/py3_lose_basestring (Has a merge proposal) Merged 2017-06-15 22:34:55 UTC
6697. Fix test fallout from basestring removal

Author: Martin Packman
Revision Date: 2017-06-15 22:34:55 UTC

Fix test fallout from basestring removal

lp:~gz/brz/py3_ui (Has a merge proposal) Merged 2017-06-14 22:21:14 UTC
6696. Make ui package pass tests on Python 3

Author: Martin Packman
Revision Date: 2017-06-14 22:19:52 UTC

Make ui package pass tests on Python 3

lp:~gz/brz/py3_fs_encoding (Has a merge proposal) Merged 2017-06-13 23:55:52 UTC
6693. Fix on Python 2.7 from has flag not e...

Author: Martin Packman
Revision Date: 2017-06-13 23:55:52 UTC

Fix on Python 2.7 from has flag not existing

lp:~gz/brz/py3_rio (Has a merge proposal) Merged 2017-06-11 17:01:02 UTC
6692. Make test__rio pass on Python 3

Author: Martin Packman
Revision Date: 2017-06-11 14:36:07 UTC

Make test__rio pass on Python 3

lp:~gz/brz/py3_bootstrap2 (Has a merge proposal) Merged 2017-06-11 01:46:58 UTC
6689. Allow ascii str revision properties o...

Author: Martin Packman
Revision Date: 2017-06-11 01:46:58 UTC

Allow ascii str revision properties on Python 2.7

lp:~gz/brz/py3_crash_debug_trace (Has a merge proposal) Merged 2017-06-10 22:20:59 UTC
6683. Fix bb.test_exceptions after removing...

Author: Martin Packman
Revision Date: 2017-06-10 22:20:59 UTC

Fix bb.test_exceptions after removing generic prefix

lp:~gz/brz/py3_bencode (Has a merge proposal) Merged 2017-06-10 22:10:03 UTC
6682. Switch bencode to bytes types for Pyt...

Author: Martin Packman
Revision Date: 2017-06-10 22:09:37 UTC

Switch bencode to bytes types for Python 3

lp:~gz/brz/py3_bootstrap (Has a merge proposal) Merged 2017-06-10 02:39:00 UTC
6681. Fix dirstate typo

Author: Martin Packman
Revision Date: 2017-06-10 02:39:00 UTC

Fix dirstate typo

lp:~gz/brz/lt_path_by_dirblock (Has a merge proposal) Merged 2017-06-10 01:14:32 UTC
6676. Change _cmp_path_by_dirblock to _lt_p...

Author: Martin Packman
Revision Date: 2017-06-10 01:14:04 UTC

Change _cmp_path_by_dirblock to _lt_path_by_dirblock

lp:~gz/brz/lt_by_dirs (Has a merge proposal) Merged 2017-06-10 00:40:01 UTC
6675. Change cmp_by_dirs to lt_by_dirs

Author: Martin Packman
Revision Date: 2017-06-10 00:39:34 UTC

Change cmp_by_dirs to lt_by_dirs

lp:~gz/brz/py3_errors (Has a merge proposal) Merged 2017-06-09 16:31:49 UTC
6673. Make InventoryDeltaError use string f...

Author: Martin Packman
Revision Date: 2017-06-09 16:31:49 UTC

Make InventoryDeltaError use string formatting, and repr for fileids

lp:~gz/brz/sftp_test_skip_copy_to bug(Has a merge proposal) Merged 2017-06-06 00:09:48 UTC
6659. Skip test_copy_to on SFTPTransport du...

Author: Martin Packman
Revision Date: 2017-06-05 22:12:02 UTC

Skip test_copy_to on SFTPTransport due to unreliablity

lp:~gz/brz/farewell_98 (Has a merge proposal) Merged 2017-06-05 23:55:13 UTC
6659. Remove winver, win98 support code, an...

Author: Martin Packman
Revision Date: 2017-06-05 23:54:45 UTC

Remove winver, win98 support code, and deprecated code

lp:~gz/brz/selftest_py3_progress (Has a merge proposal) Merged 2017-06-05 23:16:01 UTC
6659. Nibble away at getting test_selftest ...

Author: Martin Packman
Revision Date: 2017-06-05 23:15:32 UTC

Nibble away at getting test_selftest to pass on Python 3

lp:~gz/brz/fifo_future_division (Has a merge proposal) Merged 2017-06-05 22:14:14 UTC
6659. Use integer division in fifo_cache

Author: Martin Packman
Revision Date: 2017-06-05 22:13:49 UTC

Use integer division in fifo_cache

lp:~gz/brz/sftp_relog (Has a merge proposal) Merged 2017-06-05 22:10:11 UTC
6659. Correct sftp logging name hack in tests

Author: Martin Packman
Revision Date: 2017-06-05 22:09:44 UTC

Correct sftp logging name hack in tests

lp:~gz/brz/dict_viewing (Has a merge proposal) Merged 2017-06-05 21:41:18 UTC
6659. Now this really is the biggest of the...

Author: Martin Packman
Revision Date: 2017-06-05 21:41:18 UTC

Now this really is the biggest of the big

lp:~gz/brz/index_prefix_dedupe (Has a merge proposal) Merged 2017-06-05 01:46:56 UTC
6655. Factor out some copycode in iter_entr...

Author: Martin Packman
Revision Date: 2017-06-05 01:46:14 UTC

Factor out some copycode in iter_entries_prefix implementations

lp:~gz/brz/plugin_rewrite (Has a merge proposal) Merged 2017-06-05 01:21:55 UTC
6654. Fix export-pot core plugin handling

Author: Martin Packman
Revision Date: 2017-06-05 01:21:55 UTC

Fix export-pot core plugin handling

lp:~gz/brz/xrangeless (Has a merge proposal) Merged 2017-06-04 18:10:13 UTC
6653. Apply 2to3 xrange fix and fix up with...

Author: Martin Packman
Revision Date: 2017-06-04 18:09:30 UTC

Apply 2to3 xrange fix and fix up with sixish range

lp:~gz/brz/next_up_next (Has a merge proposal) Merged 2017-05-26 09:26:48 UTC
6636. Fix and unbogofy PatchesTester.testLi...

Author: Martin Packman
Revision Date: 2017-05-26 09:26:48 UTC

Fix and unbogofy PatchesTester.testLineLookup

lp:~gz/brz/buffer_to_memoryview (Has a merge proposal) Merged 2017-05-26 01:01:25 UTC
6636. Dark hackery to get around paramiko P...

Author: Martin Packman
Revision Date: 2017-05-26 01:01:25 UTC

Dark hackery to get around paramiko Python 3 compatibility mistakes

lp:~gz/brz/unmapped_extra (Has a merge proposal) Merged 2017-05-25 21:59:11 UTC
6635. Remove direct use of future_builtins ...

Author: Martin Packman
Revision Date: 2017-05-25 21:59:11 UTC

Remove direct use of future_builtins module

lp:~gz/brz/unmapped (Has a merge proposal) Merged 2017-05-24 23:42:15 UTC
6636. Remove direct future_builtins map imp...

Author: Martin Packman
Revision Date: 2017-05-24 23:42:15 UTC

Remove direct future_builtins map imports

1100 of 786 results