[Bug 387308] Re: HTTPS Proxy Support for file sync

2013-01-18 Thread Brian Curtin
That is not related to this. Can you please comment on https://bugs.launchpad.net/ubuntuone-client/+bug/1101344 which I've created for your issue? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to a duplicate bug report (476301). https://bugs.la

[Bug 1073714] [NEW] Set WebClient SSL configuration using bundled certificates

2012-10-31 Thread Brian Curtin
Importance: Undecided Status: New ** Affects: ubuntu-sso-client (Ubuntu) Importance: High Assignee: Brian Curtin (brian.curtin) Status: In Progress ** Also affects: ubuntu-sso-client (Ubuntu) Importance: Undecided Status: New ** Changed in: ubuntu-sso-client (Ubuntu

[Bug 1046997] Re: Move away from checking Exception.message

2012-09-06 Thread Brian Curtin
unk Status: New => In Progress ** Changed in: ubuntuone-dev-tools/trunk Assignee: (unassigned) => Brian Curtin (brian.curtin) ** Also affects: ubuntuone-dev-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a

[Bug 1042436] [NEW] Enable Python 3 test running via a flag

2012-08-27 Thread Brian Curtin
: Undecided Assignee: Brian Curtin (brian.curtin) Status: In Progress ** Affects: ubuntuone-dev-tools/stable-4-0 Importance: Undecided Status: Triaged ** Affects: ubuntuone-dev-tools/trunk Importance: Undecided Assignee: Brian Curtin (brian.curtin

[Bug 1042384] Re: Convert map usage to work across Python versions

2012-08-27 Thread Brian Curtin
unk Status: New => In Progress ** Changed in: ubuntuone-dev-tools/trunk Assignee: (unassigned) => Brian Curtin (brian.curtin) ** Also affects: ubuntuone-dev-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a

[Bug 1040144] Re: Prepare u1lint for Python 3

2012-08-22 Thread Brian Curtin
signee: (unassigned) => Brian Curtin (brian.curtin) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1040144 Title: Prepare u1lint for Python 3 To manage notifications about this bug go

[Bug 1039765] Re: Replace unicode function with compat.text_type

2012-08-21 Thread Brian Curtin
ble-4-0 Status: New => Triaged ** Changed in: ubuntuone-dev-tools/trunk Assignee: (unassigned) => Brian Curtin (brian.curtin) ** Also affects: ubuntuone-dev-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a

[Bug 1039749] Re: Update octal literals for Python 3 usage

2012-08-21 Thread Brian Curtin
** Changed in: ubuntuone-dev-tools/trunk Status: New => In Progress ** Changed in: ubuntuone-dev-tools/stable-4-0 Status: New => Triaged ** Changed in: ubuntuone-dev-tools/trunk Assignee: (unassigned) => Brian Curtin (brian.curtin) ** Also affects: ubuntuone-dev-tool

[Bug 1039741] Re: Enable unicode_literals

2012-08-21 Thread Brian Curtin
-dev-tools/trunk Status: New => In Progress ** Changed in: ubuntuone-dev-tools/trunk Assignee: (unassigned) => Brian Curtin (brian.curtin) ** Changed in: ubuntuone-dev-tools/stable-4-0 Status: New => Triaged -- You received this bug notification because you are a

[Bug 1039267] [NEW] Change iteritems() usage to items()

2012-08-20 Thread Brian Curtin
Public bug reported: Python 3 dropped the iteritems/items distinction, instead making items always return an iterator. We need to change the one usage of iteritems to conform for Python 3. ** Affects: ubuntuone-dev-tools Importance: Undecided Assignee: Brian Curtin (brian.curtin

[Bug 1039265] Re: Use Python 3 exception syntax

2012-08-20 Thread Brian Curtin
** Changed in: ubuntuone-dev-tools/trunk Status: New => In Progress ** Changed in: ubuntuone-dev-tools/trunk Assignee: (unassigned) => Brian Curtin (brian.curtin) ** Also affects: ubuntuone-dev-tools (Ubuntu) Importance: Undecided Status: New -- You received th

[Bug 1039262] [NEW] Use StringIO from io instead of StringIO for Python 3 compatibility

2012-08-20 Thread Brian Curtin
Public bug reported: Python 3 no longer has a StringIO module, instead getting that functionality from the io module which was backported to Python 2. We can import StringIO from io in both versions. ** Affects: ubuntuone-dev-tools Importance: Undecided Assignee: Brian Curtin

[Bug 1039255] [NEW] Import from urllib in Python 2 and 3 friendly ways

2012-08-20 Thread Brian Curtin
Assignee: Brian Curtin (brian.curtin) Status: In Progress ** Affects: ubuntuone-dev-tools/stable-4-0 Importance: Undecided Status: Triaged ** Affects: ubuntuone-dev-tools/trunk Importance: Undecided Assignee: Brian Curtin (brian.curtin) Status: In

[Bug 1039251] [NEW] Change long usage to int

2012-08-20 Thread Brian Curtin
Public bug reported: Our one usage of long needs to be changed to int. ** Affects: ubuntuone-dev-tools Importance: Undecided Status: New ** Affects: ubuntuone-dev-tools/stable-4-0 Importance: Undecided Status: New ** Affects: ubuntuone-dev-tools/trunk Importance

[Bug 1039243] [NEW] Remove usage of Python 2's xrange function

2012-08-20 Thread Brian Curtin
Public bug reported: In order to work on Python 2 and 3 we need to drop xrange. It's a one character change since we use it one time. ** Affects: ubuntuone-dev-tools Importance: Undecided Assignee: Brian Curtin (brian.curtin) Status: In Progress ** Affects: ubuntuon

[Bug 1039238] [NEW] Use print_function import for 2 and 3 print compatibility

2012-08-20 Thread Brian Curtin
Public bug reported: Need to change two modules' use of the print function to the print statement via "from __future__ import print_function" ** Affects: ubuntuone-dev-tools Importance: Undecided Assignee: Brian Curtin (brian.curtin) Status: In Progress ** Aff

[Bug 1039225] Re: Python 3 compatibility library

2012-08-20 Thread Brian Curtin
ble-4-0 Status: New => Triaged ** Changed in: ubuntuone-dev-tools/trunk Assignee: (unassigned) => Brian Curtin (brian.curtin) ** Also affects: ubuntuone-dev-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a

[Bug 1037768] Re: Support Python 3 in setup.py

2012-08-16 Thread Brian Curtin
** Also affects: ubuntu-sso-client/stable-4-0 Importance: Undecided Status: New ** Also affects: ubuntu-sso-client/trunk Importance: Undecided Status: New ** Changed in: ubuntu-sso-client/trunk Assignee: (unassigned) => Brian Curtin (brian.curtin) ** Changed in: ubu

[Bug 1035104] [NEW] Switch callable checks to isinstance for Python 3

2012-08-09 Thread Brian Curtin
Public bug reported: Python 3 loses the callable builtin, instead prefering a check of isinstance(your_object, collections.Callable). This works on 2 and 3. ** Affects: ubuntu-sso-client Importance: Undecided Assignee: Brian Curtin (brian.curtin) Status: In Progress

[Bug 1035099] [NEW] Switch to a Python 2 and 3 friendly usage of metaclasses

2012-08-09 Thread Brian Curtin
Public bug reported: Since it doesn't look like we can avoid the metaclass usage in IPC altogether, we can switch to inheriting from a directly instantiated metaclass. This works on both Python 2 and Python 3. ** Affects: ubuntu-sso-client Importance: Undecided Assignee: Brian C

[Bug 1035030] Re: Use 2 & 3 friendly tuple argument unpacking

2012-08-09 Thread Brian Curtin
/trunk Status: New => In Progress ** Changed in: ubuntu-sso-client/stable-4-0 Status: New => Triaged ** Changed in: ubuntu-sso-client/trunk Assignee: (unassigned) => Brian Curtin (brian.curtin) -- You received this bug notification because you are a member of Ub

[Bug 1020301] [NEW] Prepare Unicode usage for Python 3

2012-07-02 Thread Brian Curtin
across versions. ** Affects: ubuntu-sso-client Importance: Undecided Assignee: Brian Curtin (brian.curtin) Status: In Progress ** Affects: ubuntu-sso-client/stable-4-0 Importance: Undecided Status: Triaged ** Affects: ubuntu-sso-client/trunk Import

[Bug 1018611] [NEW] Work with Python print functionality on 2 and 3

2012-06-27 Thread Brian Curtin
Affects: ubuntu-sso-client Importance: Undecided Assignee: Brian Curtin (brian.curtin) Status: In Progress ** Affects: ubuntu-sso-client/stable-4-0 Importance: Undecided Status: Triaged ** Affects: ubuntu-sso-client/trunk Importance: Undecided As

[Bug 1018599] [NEW] Import StringIO in a Python 2 and 3 friendly way

2012-06-27 Thread Brian Curtin
Public bug reported: Python 3 moved the StringIO class from the StringIO module to the io module, so we simply need to try importing from the io module first and fall back to StringIO. ** Affects: ubuntu-sso-client Importance: Undecided Assignee: Brian Curtin (brian.curtin

[Bug 1018587] [NEW] Organize urllib imports to work on Python 2 and 3

2012-06-27 Thread Brian Curtin
Importance: Undecided Assignee: Brian Curtin (brian.curtin) Status: In Progress ** Affects: ubuntu-sso-client/stable-4-0 Importance: Undecided Status: Triaged ** Affects: ubuntu-sso-client/trunk Importance: Undecided Assignee: Brian Curtin (brian.curtin

[Bug 1016957] [NEW] _winreg usage not supported on Python 3

2012-06-23 Thread Brian Curtin
Public bug reported: The _winreg module was renamed to winreg in Python 3, so we need to change our importing to work on both versions. ** Affects: ubuntu-sso-client Importance: Undecided Assignee: Brian Curtin (brian.curtin) Status: In Progress ** Affects: ubuntu-sso-client

[Bug 1016774] [NEW] xrange isn't supported on Python 3

2012-06-22 Thread Brian Curtin
Public bug reported: With the move to Python 3 underway, we need to change all uses of xrange to range. ** Affects: ubuntu-sso-client Importance: Undecided Assignee: Brian Curtin (brian.curtin) Status: In Progress ** Affects: ubuntu-sso-client/stable-4-0 Importance

[Bug 1016711] Re: Convert exception syntax to Python 3 equivalent

2012-06-22 Thread Brian Curtin
** Package changed: ubuntu => ubuntu-sso-client (Ubuntu) ** Changed in: ubuntu-sso-client/trunk Status: New => In Progress ** Changed in: ubuntu-sso-client/stable-4-0 Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 1016711] [NEW] Convert exception syntax to Python 3 equivalent

2012-06-22 Thread Brian Curtin
Public bug reported: In order to support Python 3, we need to move to the "except Exception as e" syntax, introduced in Python 3 and backported to Python 2.6. ** Affects: ubuntu-sso-client Importance: Undecided Assignee: Brian Curtin (brian.curtin) Status: New

[Bug 1016707] [NEW] Convert dict iter* methods to their Python 3 equivalent

2012-06-22 Thread Brian Curtin
Public bug reported: In order to support Python 3, we need to convert the usage of dict iteritems and itervalues methods to be items and values, respectively. ** Affects: ubuntu-sso-client Importance: Undecided Assignee: Brian Curtin (brian.curtin) Status: New ** Affects