CINXE.COM
Bugs : launchpadlib
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://bugs.launchpad.net/launchpadlib/+bugs" /> <meta charset="UTF-8" /> <title>Bugs : launchpadlib </title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/launchpadlib/latest-bugs.atom" title="Latest Bugs for launchpadlib " /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/combo.css" /> <meta property="og:title" content="Bugs : launchpadlib " /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://bugs.launchpad.net/launchpadlib/+bugs" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?yui/yui/yui-min.js&lp/meta.js&yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?lp/', comboBase: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> <script type="text/javascript"> LPJS.use('lp.registry.structural_subscription', function(Y) { Y.on('domready', function() { Y.lp.registry.structural_subscription.setup( {content_box: "#structural-subscription-content-box"}); }); }); </script> <script type="text/javascript"> LPJS.use('lp.bugs.buglisting', function(Y) { Y.on('domready', function() { var view = new Y.lp.bugs.buglisting.TableView({ active_sort_key: LP.cache.order_by, sort_keys: LP.cache.sort_keys }); view.render(); }) }); </script> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-bugs main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://bugs.launchpad.net/launchpadlib/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/launchpadlib"><img alt="" width="64" height="64" src="/@@/product-logo" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/launchpadlib">launchpadlib </a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/launchpadlib">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/launchpadlib">Code</a></li> <li class="bugs active"><span>Bugs</span></li> <li class="specifications"><a href="https://blueprints.launchpad.net/launchpadlib">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/launchpadlib">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/launchpadlib">Answers</a></li> </ul> </div> <div class="yui-t4"> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <div> <div class="top-portlet"> <div> <div id="bugs-search-form" class="dynamic_bug_listing" action=""> <form method="get" name="search" class="primary search dynamic_bug_listing" action=""> <p> <input class="textType" id="field.searchtext" name="field.searchtext" size="20" type="text" value="" /> <input type="submit" name="search" value="Search" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="NEW" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="INCOMPLETE_WITH_RESPONSE" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="INCOMPLETE_WITHOUT_RESPONSE" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="CONFIRMED" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="TRIAGED" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="INPROGRESS" /> <input class="hiddenType" id="field.status" name="field.status:list" type="hidden" value="FIXCOMMITTED" /> <input class="hiddenType" id="field.assignee" name="field.assignee" type="hidden" value="" /> <input class="hiddenType" id="field.bug_reporter" name="field.bug_reporter" type="hidden" value="" /> <input class="hiddenType" id="field.omit_dupes" name="field.omit_dupes" type="hidden" value="on" /> <input class="hiddenType" id="field.has_patch" name="field.has_patch" type="hidden" value="" /> <input class="hiddenType" id="field.has_no_package" name="field.has_no_package" type="hidden" value="" /> <a href="?advanced=1">Advanced search</a> </p> <p id="also-in-ubuntu"> Ubuntu also tracks bugs for packages derived from this project: <span style="white-space: nowrap"><a href="/ubuntu/+source/python-launchpadlib" class="sprite package-source">python-launchpadlib in Ubuntu</a></span>. </p> <div> </div> </form> </div> <div id="bugs-table-listing"> <div class="lesser"><table style="width: 100%;" class="upper-batch-nav"> <tbody> <tr> <td style="white-space: nowrap" class="batch-navigation-index"> <strong>1</strong> → <strong>75</strong> of 80 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> • <span class="previous inactive">Previous</span> • <a class="next" rel="next" href="https://bugs.launchpad.net/launchpadlib/+bugs?memo=75&start=75" id="upper-batch-nav-batchnav-next"><strong>Next</strong></a> • <a class="last" rel="last" href="https://bugs.launchpad.net/launchpadlib/+bugs?direction=backwards&start=75" id="upper-batch-nav-batchnav-last">Last</a> </td> </tr> </tbody> </table> </div> <div id="bugs-orderby"></div> <div id="client-listing"><div class="listing"> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceCRITICAL"> Critical </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#814595</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/814595" class="bugtitle">Unrecoverable error when authorization fails</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#274815</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/274815" class="bugtitle">Cached stale binary files generate a 304 exception on successful revalidation</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">4</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#319602</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/319602" class="bugtitle">message when running xsltproc: "Unknown entry URL: build"</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusFIXCOMMITTED"> Fix Committed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#474791</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/474791" class="bugtitle">Applications written with launchpadlib are hard to test</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">10</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#574697</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/574697" class="bugtitle">launchpadlib attempts to use TE (which does not work well in our environment)</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#583710</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/583710" class="bugtitle">no documention on how to debug launchpadlib request patterns.</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#738391</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/738391" class="bugtitle">keyring-entry in gnome-keyring has unobvious description "network password"</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">10</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#968952</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/968952" class="bugtitle">Collection returned by getBugSubscriberPackages() via LP API claims to have elements, but they aren't accessible.</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusINPROGRESS"> In Progress </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#974139</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/974139" class="bugtitle">Add "services" ServiceRoot to launchpadlib</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1014621</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/1014621" class="bugtitle">cache corruption on api.launchpad.net,1.0,-application,vnd.sun.wadl+xml,fc06437932a618a4b30d0d0417f9234c</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">10</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1045774</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/1045774" class="bugtitle">Attempting to authorize from cron script leads to repeated reauth attempts</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceHIGH"> High </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1878254</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/1878254" class="bugtitle">livefs: builder_link only available post-build</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#249950</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/249950" class="bugtitle">Stop refreshing after every POST named operation</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">12</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#254901</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/254901" class="bugtitle">appending tags to bug.tags is not supported properly on lp_save()</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">22</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#255241</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/255241" class="bugtitle">allow different tokens in one credentials file</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#261902</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/261902" class="bugtitle">'entry_links' should not be exposed in launchpadlib</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">4</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#270096</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/270096" class="bugtitle">launchpadlib methods do not support positional parameters</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">10</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#270393</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/270393" class="bugtitle">Credentials: Please provide information about users service_root and/or access level</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#270900</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/270900" class="bugtitle">HostedFiles: calling non existing methods raises ValueError instead of AttributeError</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#277533</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/277533" class="bugtitle">Deleting a file from a release raises exceptions.</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">4</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#298908</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/298908" class="bugtitle">simplejson requirement not documented</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#301687</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/301687" class="bugtitle">introspection feature is broken for collections with few elements</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#303414</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/303414" class="bugtitle">Collections returned by named operations don't act like other collections</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">12</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#313233</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/313233" class="bugtitle">add __contains__ to collections</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#321092</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/321092" class="bugtitle">change the default timeout to some reasonable value</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#342709</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/342709" class="bugtitle">Make sure this resource has a representation fetched when retrieving resource's parameters</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#352836</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/352836" class="bugtitle">samples directory contains mystifying code</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">2</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#364198</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/364198" class="bugtitle">Implement __doc__ </a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#404204</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/404204" class="bugtitle">corrupt cache produces unhelpful error messages</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">12</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#409741</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/409741" class="bugtitle">Provide a base class for scripts to use</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#424673</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/424673" class="bugtitle">HostedFiles: Missing API documentation</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">10</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#433790</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/433790" class="bugtitle">values for 'status' parameter to searchTasks() are not documented</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">10</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#435813</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/435813" class="bugtitle">login_with inconvenient if credentials are wrong</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#456608</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/456608" class="bugtitle">Moving launchpadlib XSLT file back into Launchpad itself</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">10</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#459114</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/459114" class="bugtitle">Login methods that require user input are not tested</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#493506</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/493506" class="bugtitle">Document allow_access_levels in Launchpad.get_token_and_login() and .login_with()</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">10</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#497585</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/497585" class="bugtitle">Export version number as a tuple</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#497874</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/497874" class="bugtitle">possible to land broken code in launchpadlib</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#504297</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/504297" class="bugtitle">calling named operation on launchpad.me</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">18</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#507075</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/507075" class="bugtitle"> 'launchpad.me' is present in the wadl but not in the apidoc because our xslt stylesheet ignores it</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#509168</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/509168" class="bugtitle">Launchpadlib doesn't respect the XDG Base Directory specifcation</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">42</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#513116</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/513116" class="bugtitle">launchpadlib is not thread-safe</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">28</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#520219</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/520219" class="bugtitle">want a way to get a trace of api calls</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#522957</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/522957" class="bugtitle">please hold https connection open</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">20</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#522967</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/522967" class="bugtitle">compiling the WADL is mostly wasted CPU cycles</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#524780</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/524780" class="bugtitle">pydoc empty</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#534123</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/534123" class="bugtitle">needs a concept of client running on a particular machine</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#541637</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/541637" class="bugtitle">Mutated items in launchpadlib search results iterator can break iteration</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#552732</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/552732" class="bugtitle">OAuth tokens scoped to a context are never requested and don't work</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#562626</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/562626" class="bugtitle">please make launchpad.load() work again</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#562833</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/562833" class="bugtitle">service roots not listed in pydoc</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">8</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#569106</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/569106" class="bugtitle">When timeouts happen, we should be able to see what exact request caused the timeout</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#583712</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/583712" class="bugtitle">nightly / release builds in a PPA?</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#596876</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/596876" class="bugtitle">launchpad.people only returns 50 people</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#604952</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/604952" class="bugtitle">should allow clients to accept cached objects</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#605462</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/605462" class="bugtitle">'new' and 'autoraise' arguments to webbrowser.open() are eaten by gnome-open</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#682521</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/682521" class="bugtitle">No way to reliably predict API url for an LP web page</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">10</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#683827</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/683827" class="bugtitle">get_request_token should accept arguments for access level and callback</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusFIXCOMMITTED"> Fix Committed </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#690783</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/690783" class="bugtitle">Launchpadlib crashes if os.environ['HOME'] not set</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">12</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#708771</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/708771" class="bugtitle">It would be nice if launchpadlib supported a mode where changes were discarded at the end of the session.</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#714043</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/714043" class="bugtitle">defaulting to staging is confusing</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">12</span> </span> <span class="bug-related-icons"> <span alt="branch" title="Branch exists" class="sprite branch"></span> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#755313</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/755313" class="bugtitle">Launchpad.login_with *ignores* its consumer_name argument</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">18</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#761820</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/761820" class="bugtitle">Docs not tested or integrated into bin/test</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#789296</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/789296" class="bugtitle">blank passwords aren't allowed</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">18</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#795668</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/795668" class="bugtitle">add closed_since parameter in searchTasks</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">14</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#796873</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/796873" class="bugtitle">ec2 land generates gnomekeyring.IOError if run over an ssh session</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">28</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#822847</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/822847" class="bugtitle">launchpadlib.launchpad.Launchpad incompatible with multiprocessing</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#936502</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/936502" class="bugtitle">Changing bug attribute raises exception, if no attribute was previously read.</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1008734</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/1008734" class="bugtitle">can not use lptools when ssh'ed into a system</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">10</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1102862</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/1102862" class="bugtitle">org.freedesktop.Secret.Error.IsLocked error acquiring new token</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">22</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1960010</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/1960010" class="bugtitle">Login with a consumer_name and the default authorization engine errors out </a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1993782</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/1993782" class="bugtitle">Documentation for syncSources() suggests using copyPackage() instead, but it does not appear to exist?</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceLOW"> Low </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1995767</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/1995767" class="bugtitle">asyncio launchpadllib</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">10</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusTRIAGED"> Triaged </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1275333</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/1275333" class="bugtitle">in launchpadlib/credentials.py instead of restfulclient.oauthclient oauthlib should be used</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">12</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> <div class="buglisting-row"> <div class="buglisting-col1"> <div class="importance importanceUNDECIDED"> Undecided </div> <div class="status statusNEW"> New </div> <div class="buginfo-extra"> </div> </div> <div class="buglisting-col2"> <div class="buginfo"> <span class="bugnumber">#1379145</span> <a href="https://bugs.launchpad.net/launchpadlib/+bug/1379145" class="bugtitle">launchpadlib: please don't rely on the full list of CAs</a> </div> <div class="buginfo-extra"> <span class="sprite product field"> launchpadlib </span> <span class="bug-heat-icons"> <span class="sprite flame">6</span> </span> <span class="bug-related-icons"> </span> </div> </div> </div> </div> </div> <script>LP.mustache_listings = "\u003cdiv class=\"listing\"\u003e\n{{#items}}\n \u003cdiv class=\"buglisting-row\"\u003e\n\n \u003cdiv class=\"buglisting-col1\"\u003e\n {{#show_importance}}\n \u003cdiv class=\"importance {{importance_class}}\"\u003e\n {{importance}}\n \u003c/div\u003e\n {{/show_importance}}\n {{#show_status}}\n \u003cdiv class=\"status {{status_class}}\"\u003e\n {{status}}\n \u003c/div\u003e\n {{/show_status}}\n \u003cdiv class=\"buginfo-extra\"\u003e\n {{#show_information_type}}\n \u003cdiv class=\"information_type\"\u003e\n {{information_type}}\n \u003c/div\u003e\n {{/show_information_type}}\n \u003c/div\u003e\n \u003c/div\u003e\n\n \u003cdiv class=\"buglisting-col2\"\u003e\n \u003cdiv class=\"buginfo\"\u003e\n {{#show_id}}\n \u003cspan class=\"bugnumber\"\u003e#{{id}}\u003c/span\u003e\n {{/show_id}}\n \u003ca href=\"{{bug_url}}\" class=\"bugtitle\"\u003e{{title}}\u003c/a\u003e\n \u003c/div\u003e\n \u003cdiv class=\"buginfo-extra\"\u003e\n {{#show_targetname}}\n \u003cspan class=\"{{bugtarget_css}} field\"\u003e\n {{bugtarget}}\n \u003c/span\u003e\n {{/show_targetname}}\n {{#show_milestone_name}}\n \u003cspan class=\"sprite milestone field\"\u003e\n {{#milestone_name}}\n {{milestone_name}}\n {{/milestone_name}}\n {{^milestone_name}}\n No milestone set\n {{/milestone_name}}\n \u003c/span\u003e\n {{/show_milestone_name}}\n {{#show_date_last_updated}}\n \u003cspan class=\"sprite milestone field\"\u003e\n Last updated {{last_updated}}\n \u003c/span\u003e\n {{/show_date_last_updated}}\n {{#show_assignee}}\n \u003cspan class=\"sprite person field\"\u003e\n {{#assignee}}Assignee: {{assignee}}{{/assignee}}\n {{^assignee}}Assignee: None{{/assignee}}\n \u003c/span\u003e\n {{/show_assignee}}\n {{#show_reporter}}\n \u003cspan class=\"sprite person field\"\u003e\n Reporter: {{reporter}}\n \u003c/span\u003e\n {{/show_reporter}}\n {{#show_datecreated}}\n \u003cspan class=\"sprite aging field\"\u003e\n {{age}}\n \u003c/span\u003e\n {{/show_datecreated}}\n {{#show_tag}}\n \u003cspan class=\"field\"\u003eTags:\n {{^has_tags}}None{{/has_tags}}\n {{#tags}}\n \u003ca href=\"{{url}}\" class=\"tag\"\u003e{{tag}}\u003c/a\u003e\u0026#160;\n {{/tags}}\n \u003c/span\u003e\n {{/show_tag}}\n {{#show_heat}}\n \u003cspan class=\"bug-heat-icons\"\u003e\n {{{bug_heat_html}}}\n \u003c/span\u003e\n {{/show_heat}}\n \u003cspan class=\"bug-related-icons\"\u003e\n {{{badges}}}\n \u003c/span\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\n \u003c/div\u003e\n{{/items}}\n\u003c/div\u003e\n";</script> <div class="lesser"><table style="width: 100%;" class="lower-batch-nav"> <tbody> <tr> <td style="white-space: nowrap" class="batch-navigation-index"> <strong>1</strong> → <strong>75</strong> of 80 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> • <span class="previous inactive">Previous</span> • <a class="next" rel="next" href="https://bugs.launchpad.net/launchpadlib/+bugs?memo=75&start=75" id="lower-batch-nav-batchnav-next"><strong>Next</strong></a> • <a class="last" rel="last" href="https://bugs.launchpad.net/launchpadlib/+bugs?direction=backwards&start=75" id="lower-batch-nav-batchnav-last">Last</a> </td> </tr> </tbody> </table> </div> </div> </div> <div class="yui-u"> <div id="structural-subscription-content-box"></div> </div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="bug-portlets"> <div id="involvement" class="portlet"> <ul class="involvement"> <li class="first"> <a href="+filebug" class="menu-link-filebug sprite bugs"> Report a bug </a> </li> </ul> </div> <div class="portlet"> <ul> </ul> </div> <div class="portlet"> <ul> </ul> <dl id="bug-supervisor"> <dt>Bug supervisor:</dt> <dd> <a href="https://launchpad.net/~lazr-developers" class="sprite team">LAZR Developers</a> </dd> </dl> </div> <div class="portlet" id="portlet-bugfilters"> <a id="bugtarget-bugfilters-link" href="/launchpadlib/+bugtarget-portlet-bugfilters-stats"> </a> <div id="bugfilters-portlet-content"> <ul class="data-list"> <li> <span class="count"></span> <a href="+bugs?search=Search&field.status=New"> New bugs </a> </li> <li> <span class="count"></span> <a href="https://bugs.launchpad.net/launchpadlib/+bugs"> Open bugs </a> </li> <li> <span class="count"></span> <a href="+bugs?search=Search&field.status=In+Progress"> In-progress bugs </a> </li> <li> <span class="count"></span> <a href="+bugs?search=Search&field.importance=Critical&field.status=New&field.status=Incomplete&field.status=Confirmed&field.status=Triaged&field.status=In+Progress&field.status=Fix+Committed"> Critical bugs </a> </li> <li> <span class="count"></span> <a href="+bugs?search=Search&field.importance=High&field.status=New&field.status=Incomplete&field.status=Confirmed&field.status=Triaged&field.status=In+Progress&field.status=Fix+Committed"> High importance bugs </a> </li> <li> <span class="count"></span> <a href="https://bugs.launchpad.net/launchpadlib/+expirable-bugs"> Incomplete bugs </a> (can expire) </li> <li class="breaker"></li> <li class="breaker"></li> <li> <span class="count"></span> <a href="https://bugs.launchpad.net/launchpadlib/+bugs?field.status_upstream=resolved_upstream"> Bugs fixed elsewhere </a> </li> <li> <span class="count"></span> <a href="/launchpadlib/+patches"> Bugs with patches </a> </li> <li> <span class="count"></span> <a href="https://bugs.launchpad.net/launchpadlib/+bugs?field.has_cve=on"> Open CVE bugs </a> <span> - <a href="/launchpadlib/+cve"> CVE reports </a> </span> </li> </ul> </div> <script type="text/javascript"> LPJS.use('io-base', 'node', function(Y) { Y.on('domready', function() { var url = Y.one('#bugtarget-bugfilters-link').getAttribute('href'); var handlers = { success: function(transactionid, response, arguments) { Y.one('#bugfilters-portlet-content').set( 'innerHTML', response.responseText); }, failure: function() { Y.one('#bugfilters-portlet-content').set('innerHTML', ''); } }; var request = Y.io(url, {on: handlers}); }); }); </script> </div> <div class="portlet" id="portlet-tags"> <div id="tags-portlet-spinner" class="hidden centered"> <img src="/@@/spinner" /> </div> <a id="tags-content-link" href="/launchpadlib/+bugtarget-portlet-tags-content"></a> <script type="text/javascript"> LPJS.use('lp.bugs.bugtask.taglist', function(Y) { Y.on('domready', function() { Y.lp.bugs.bugtask.taglist.setup_taglist(); }); }); </script> <a href="" id="show-more-tags-link" class="js-action hidden">Show more tags…</a> <a href="" id="show-fewer-tags-link" class="js-action hidden">Show fewer tags…</a> <div class="breaker"></div> </div> </div> </div><!-- yui-b side --> </div><!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> • <a href="https://launchpad.net/+tour">Take the tour</a> • <a href="https://help.launchpad.net/">Read the guide</a> <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> © 2004 <a href="http://canonical.com/">Canonical Ltd.</a> • <a href="https://launchpad.net/legal">Terms of use</a> • <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> • <a href="/feedback">Contact Launchpad Support</a> • <a href="http://blog.launchpad.net/">Blog</a> • <a href="https://canonical.com/careers">Careers</a> • <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> • 78860d9 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {"bugs.dynamic_bug_listings.pre_fetch": {"is_beta": false, "title": "Listing pre-fetching", "url": "https://bugs.launchpad.net/launchpad/+bug/888756", "value": null}}, "administratedTeams": [], "importances": ["Unknown", "Undecided", "Critical", "High", "Medium", "Low", "Wishlist"], "statuses": ["New", "Incomplete", "Opinion", "Invalid", "Won't Fix", "Expired", "Confirmed", "Triaged", "In Progress", "Fix Committed", "Fix Released", "Does Not Exist", "Unknown"], "information_types": ["Public", "Public Security", "Private Security", "Private", "Proprietary", "Embargoed"], "target_info": {"title": "launchpadlib ", "url": "https://launchpad.net/launchpadlib"}, "view_name": "+bugs", "mustache_model": {"items": [{"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/814595", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 814595, "importance": "Critical", "importance_class": "importanceCRITICAL", "information_type": "Public", "last_updated": "on 2011-12-23", "milestone_name": null, "reporter": "Jonathan Lange", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Unrecoverable error when authorization fails", "has_tags": false}, {"age": "16 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/274815", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e4\u003c/span\u003e", "badges": "", "id": 274815, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2011-12-31", "milestone_name": null, "reporter": "Leonard Richardson", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Cached stale binary files generate a 304 exception on successful revalidation", "has_tags": false}, {"age": "16 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/319602", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 319602, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2014-12-19", "milestone_name": null, "reporter": "Markus Korn", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=easy", "tag": "easy"}], "title": "message when running xsltproc: \"Unknown entry URL: build\"", "has_tags": true}, {"age": "15 years old", "assignee": "Jamu Kakar", "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/474791", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e", "id": 474791, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2012-01-04", "milestone_name": null, "reporter": "Jamu Kakar", "status": "Fix Committed", "status_class": "statusFIXCOMMITTED", "tags": [], "title": "Applications written with launchpadlib are hard to test", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/574697", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 574697, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2012-01-29", "milestone_name": null, "reporter": "Leonard Richardson", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=easy", "tag": "easy"}, {"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=lp-foundations", "tag": "lp-foundations"}], "title": "launchpadlib attempts to use TE (which does not work well in our environment)", "has_tags": true}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/583710", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 583710, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2012-01-29", "milestone_name": null, "reporter": "Robert Collins", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=trivial", "tag": "trivial"}], "title": "no documention on how to debug launchpadlib request patterns.", "has_tags": true}, {"age": "13 years old", "assignee": "Markus Korn", "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/738391", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e", "id": 738391, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2012-01-23", "milestone_name": null, "reporter": "Andreas Moog", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "keyring-entry in gnome-keyring has unobvious description \"network password\"", "has_tags": false}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/968952", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 968952, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2012-05-22", "milestone_name": null, "reporter": "Jussi Pakkanen", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=api", "tag": "api"}], "title": "Collection returned by getBugSubscriberPackages() via LP API claims to have elements, but they aren't accessible.", "has_tags": true}, {"age": "12 years old", "assignee": "Ian Booth", "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/974139", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e", "id": 974139, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2012-04-10", "milestone_name": null, "reporter": "Ian Booth", "status": "In Progress", "status_class": "statusINPROGRESS", "tags": [], "title": "Add \"services\" ServiceRoot to launchpadlib", "has_tags": false}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/1014621", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "", "id": 1014621, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2013-07-19", "milestone_name": null, "reporter": "Vincent Ladeuil", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=api", "tag": "api"}, {"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=launchpadlib", "tag": "launchpadlib"}], "title": "cache corruption on api.launchpad.net,1.0,-application,vnd.sun.wadl+xml,fc06437932a618a4b30d0d0417f9234c", "has_tags": true}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/1045774", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e", "id": 1045774, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2015-07-10", "milestone_name": null, "reporter": "Brad Crittenden", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Attempting to authorize from cron script leads to repeated reauth attempts", "has_tags": false}, {"age": "4 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/1878254", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1878254, "importance": "High", "importance_class": "importanceHIGH", "information_type": "Public", "last_updated": "on 2020-05-18", "milestone_name": null, "reporter": "Joshua Powers", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "livefs: builder_link only available post-build", "has_tags": false}, {"age": "16 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/249950", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e12\u003c/span\u003e", "badges": "", "id": 249950, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2011-04-28", "milestone_name": null, "reporter": "Leonard Richardson", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Stop refreshing after every POST named operation", "has_tags": false}, {"age": "16 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/254901", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e22\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e", "id": 254901, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2024-07-25", "milestone_name": null, "reporter": "Markus Korn", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=oem-services", "tag": "oem-services"}], "title": "appending tags to bug.tags is not supported properly on lp_save()", "has_tags": true}, {"age": "16 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/255241", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "", "id": 255241, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2009-04-20", "milestone_name": null, "reporter": "Markus Korn", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "allow different tokens in one credentials file", "has_tags": false}, {"age": "16 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/261902", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e4\u003c/span\u003e", "badges": "", "id": 261902, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2012-01-29", "milestone_name": null, "reporter": "Brad Crittenden", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=api", "tag": "api"}], "title": "'entry_links' should not be exposed in launchpadlib", "has_tags": true}, {"age": "16 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/270096", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e", "id": 270096, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2011-10-06", "milestone_name": null, "reporter": "Brad Crittenden", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=ui", "tag": "ui"}], "title": "launchpadlib methods do not support positional parameters", "has_tags": true}, {"age": "16 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/270393", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e", "id": 270393, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2011-09-30", "milestone_name": null, "reporter": "Markus Korn", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Credentials: Please provide information about users service_root and/or access level", "has_tags": false}, {"age": "16 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/270900", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "", "id": 270900, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2012-01-29", "milestone_name": null, "reporter": "Markus Korn", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=confusing-ui", "tag": "confusing-ui"}], "title": "HostedFiles: calling non existing methods raises ValueError instead of AttributeError", "has_tags": true}, {"age": "16 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/277533", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e4\u003c/span\u003e", "badges": "", "id": 277533, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2009-04-20", "milestone_name": null, "reporter": "Ohad Kammar", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=api", "tag": "api"}], "title": "Deleting a file from a release raises exceptions.", "has_tags": true}, {"age": "16 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/298908", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 298908, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2017-03-31", "milestone_name": null, "reporter": "Robert Collins", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "simplejson requirement not documented", "has_tags": false}, {"age": "16 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/301687", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "", "id": 301687, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2009-04-20", "milestone_name": null, "reporter": "Markus Korn", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "introspection feature is broken for collections with few elements", "has_tags": false}, {"age": "16 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/303414", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e12\u003c/span\u003e", "badges": "", "id": 303414, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2011-10-06", "milestone_name": null, "reporter": "Markus Korn", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Collections returned by named operations don't act like other collections", "has_tags": false}, {"age": "16 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/313233", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "", "id": 313233, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2011-10-06", "milestone_name": null, "reporter": "Markus Korn", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "add __contains__ to collections", "has_tags": false}, {"age": "16 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/321092", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "", "id": 321092, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2009-01-26", "milestone_name": null, "reporter": "Markus Korn", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "change the default timeout to some reasonable value", "has_tags": false}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/342709", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e", "id": 342709, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2009-10-20", "milestone_name": null, "reporter": "Markus Korn", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Make sure this resource has a representation fetched when retrieving resource's parameters", "has_tags": false}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/352836", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e2\u003c/span\u003e", "badges": "", "id": 352836, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2011-10-06", "milestone_name": null, "reporter": "Karl Fogel", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "samples directory contains mystifying code", "has_tags": false}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/364198", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 364198, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2009-04-20", "milestone_name": null, "reporter": "Leonard Richardson", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Implement __doc__ ", "has_tags": false}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/404204", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e12\u003c/span\u003e", "badges": "", "id": 404204, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-09-29", "milestone_name": null, "reporter": "Brian Murray", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "corrupt cache produces unhelpful error messages", "has_tags": false}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/409741", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 409741, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2011-06-09", "milestone_name": null, "reporter": "Bj\u00f6rn Tillenius", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Provide a base class for scripts to use", "has_tags": false}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/424673", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "", "id": 424673, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2011-12-22", "milestone_name": null, "reporter": "Bryce Harrington", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "HostedFiles: Missing API documentation", "has_tags": false}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/433790", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "", "id": 433790, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-04-22", "milestone_name": null, "reporter": "Martin Pool", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "values for 'status' parameter to searchTasks() are not documented", "has_tags": false}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/435813", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 435813, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-04-09", "milestone_name": null, "reporter": "Jonathan Lange", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=tech-debt", "tag": "tech-debt"}], "title": "login_with inconvenient if credentials are wrong", "has_tags": true}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/456608", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "", "id": 456608, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-01-25", "milestone_name": null, "reporter": "Michael Bienia", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=lp-foundations", "tag": "lp-foundations"}], "title": "Moving launchpadlib XSLT file back into Launchpad itself", "has_tags": true}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/459114", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 459114, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-04-09", "milestone_name": null, "reporter": "Leonard Richardson", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Login methods that require user input are not tested", "has_tags": false}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/493506", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "", "id": 493506, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2021-08-16", "milestone_name": null, "reporter": "Gavin Panella", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=trivial", "tag": "trivial"}], "title": "Document allow_access_levels in Launchpad.get_token_and_login() and .login_with()", "has_tags": true}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/497585", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 497585, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-04-23", "milestone_name": null, "reporter": "Jonathan Lange", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Export version number as a tuple", "has_tags": false}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/497874", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 497874, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2012-01-30", "milestone_name": null, "reporter": "Leonard Richardson", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=lp-foundations", "tag": "lp-foundations"}], "title": "possible to land broken code in launchpadlib", "has_tags": true}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/504297", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e18\u003c/span\u003e", "badges": "", "id": 504297, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2021-07-12", "milestone_name": null, "reporter": "Edwin Grubbs", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "calling named operation on launchpad.me", "has_tags": false}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/507075", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "", "id": 507075, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-01-13", "milestone_name": null, "reporter": "Joey Stanford", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": " 'launchpad.me' is present in the wadl but not in the apidoc because our xslt stylesheet ignores it", "has_tags": false}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/509168", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e42\u003c/span\u003e", "badges": "", "id": 509168, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2013-02-09", "milestone_name": null, "reporter": "Sense Egbert Hofstede", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Launchpadlib doesn't respect the XDG Base Directory specifcation", "has_tags": false}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/513116", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e28\u003c/span\u003e", "badges": "", "id": 513116, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2012-01-30", "milestone_name": null, "reporter": "Martin Owens", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=lp-foundations", "tag": "lp-foundations"}, {"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=oem-services", "tag": "oem-services"}], "title": "launchpadlib is not thread-safe", "has_tags": true}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/520219", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 520219, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-07-24", "milestone_name": null, "reporter": "Martin Pool", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "want a way to get a trace of api calls", "has_tags": false}, {"age": "15 years old", "assignee": "Leonard Richardson", "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/522957", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e20\u003c/span\u003e", "badges": "", "id": 522957, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-08-05", "milestone_name": null, "reporter": "Martin Pool", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "please hold https connection open", "has_tags": false}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/522967", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "", "id": 522967, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-10-14", "milestone_name": null, "reporter": "Robert Collins", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "compiling the WADL is mostly wasted CPU cycles", "has_tags": false}, {"age": "15 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/524780", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "", "id": 524780, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-04-09", "milestone_name": null, "reporter": "Robert Collins", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "pydoc empty", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/534123", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 534123, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-03-08", "milestone_name": null, "reporter": "Martin Pool", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=lp-foundations", "tag": "lp-foundations"}], "title": "needs a concept of client running on a particular machine", "has_tags": true}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/541637", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 541637, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-03-24", "milestone_name": null, "reporter": "Martin Pool", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=api", "tag": "api"}, {"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=lp-foundations", "tag": "lp-foundations"}], "title": "Mutated items in launchpadlib search results iterator can break iteration", "has_tags": true}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/552732", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 552732, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-04-01", "milestone_name": null, "reporter": "Leonard Richardson", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=lp-foundations", "tag": "lp-foundations"}], "title": "OAuth tokens scoped to a context are never requested and don't work", "has_tags": true}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/562626", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 562626, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-12-05", "milestone_name": null, "reporter": "Brian Murray", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=amd64", "tag": "amd64"}, {"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=apport-bug", "tag": "apport-bug"}, {"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=bugjam2010", "tag": "bugjam2010"}, {"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=lucid", "tag": "lucid"}], "title": "please make launchpad.load() work again", "has_tags": true}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/562833", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e8\u003c/span\u003e", "badges": "", "id": 562833, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-04-22", "milestone_name": null, "reporter": "Robert Collins", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "service roots not listed in pydoc", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/569106", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 569106, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-04-23", "milestone_name": null, "reporter": "Gary Poster", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "When timeouts happen, we should be able to see what exact request caused the timeout", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/583712", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 583712, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-05-21", "milestone_name": null, "reporter": "Robert Collins", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "nightly / release builds in a PPA?", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/596876", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 596876, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-06-28", "milestone_name": null, "reporter": "cakofony", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "launchpad.people only returns 50 people", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/604952", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 604952, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-07-20", "milestone_name": null, "reporter": "Martin Pool", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "should allow clients to accept cached objects", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/605462", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 605462, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-07-19", "milestone_name": null, "reporter": "Leonard Richardson", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "'new' and 'autoraise' arguments to webbrowser.open() are eaten by gnome-open", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/682521", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "", "id": 682521, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2011-10-10", "milestone_name": null, "reporter": "Jelmer Vernooij", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "No way to reliably predict API url for an LP web page", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/683827", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 683827, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2010-12-06", "milestone_name": null, "reporter": "Leonard Richardson", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "get_request_token should accept arguments for access level and callback", "has_tags": false}, {"age": "14 years old", "assignee": "Martin Packman", "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/690783", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e12\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e", "id": 690783, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2011-10-04", "milestone_name": null, "reporter": "Anthony Lenton", "status": "Fix Committed", "status_class": "statusFIXCOMMITTED", "tags": [], "title": "Launchpadlib crashes if os.environ['HOME'] not set", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/708771", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 708771, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2011-01-31", "milestone_name": null, "reporter": "Aaron Bentley", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "It would be nice if launchpadlib supported a mode where changes were discarded at the end of the session.", "has_tags": false}, {"age": "14 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/714043", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e12\u003c/span\u003e", "badges": "\u003cspan alt=\"branch\" title=\"Branch exists\" class=\"sprite branch\"\u003e\u003c/span\u003e", "id": 714043, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2011-10-10", "milestone_name": null, "reporter": "Martin Pool", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "defaulting to staging is confusing", "has_tags": false}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/755313", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e18\u003c/span\u003e", "badges": "", "id": 755313, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2012-01-23", "milestone_name": null, "reporter": "Max Bowsher", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Launchpad.login_with *ignores* its consumer_name argument", "has_tags": false}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/761820", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 761820, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2011-04-15", "milestone_name": null, "reporter": "j.c.sackett", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Docs not tested or integrated into bin/test", "has_tags": false}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/789296", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e18\u003c/span\u003e", "badges": "", "id": 789296, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2012-04-19", "milestone_name": null, "reporter": "Martin Pool", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "blank passwords aren't allowed", "has_tags": false}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/795668", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e14\u003c/span\u003e", "badges": "", "id": 795668, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2011-09-27", "milestone_name": null, "reporter": "Ursula Junque", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=api", "tag": "api"}, {"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=ubuntu-qa", "tag": "ubuntu-qa"}], "title": "add closed_since parameter in searchTasks", "has_tags": true}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/796873", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e28\u003c/span\u003e", "badges": "", "id": 796873, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2012-02-23", "milestone_name": null, "reporter": "Bryce Harrington", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "ec2 land generates gnomekeyring.IOError if run over an ssh session", "has_tags": false}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/822847", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 822847, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2011-08-08", "milestone_name": null, "reporter": "Ryan Kavanagh", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "launchpadlib.launchpad.Launchpad incompatible with multiprocessing", "has_tags": false}, {"age": "13 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/936502", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 936502, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2012-03-25", "milestone_name": null, "reporter": "Eike", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Changing bug attribute raises exception, if no attribute was previously read.", "has_tags": false}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/1008734", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "", "id": 1008734, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2013-10-06", "milestone_name": null, "reporter": "Brian Murray", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "can not use lptools when ssh'ed into a system", "has_tags": false}, {"age": "12 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/1102862", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e22\u003c/span\u003e", "badges": "", "id": 1102862, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2013-01-22", "milestone_name": null, "reporter": "Robert Collins", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "org.freedesktop.Secret.Error.IsLocked error acquiring new token", "has_tags": false}, {"age": "3 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/1960010", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1960010, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2022-02-04", "milestone_name": null, "reporter": "Sebastien Bacher", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "Login with a consumer_name and the default authorization engine errors out ", "has_tags": false}, {"age": "2 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/1993782", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1993782, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2022-10-21", "milestone_name": null, "reporter": "Marius Gedminas", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=api", "tag": "api"}, {"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=documentation", "tag": "documentation"}], "title": "Documentation for syncSources() suggests using copyPackage() instead, but it does not appear to exist?", "has_tags": true}, {"age": "2 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/1995767", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e10\u003c/span\u003e", "badges": "", "id": 1995767, "importance": "Low", "importance_class": "importanceLOW", "information_type": "Public", "last_updated": "on 2022-11-24", "milestone_name": null, "reporter": "Jelmer Vernooij", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [{"url": "https://bugs.launchpad.net/launchpadlib/+bugs/?field.tag=feature", "tag": "feature"}], "title": "asyncio launchpadllib", "has_tags": true}, {"age": "11 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/1275333", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e12\u003c/span\u003e", "badges": "", "id": 1275333, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2014-05-21", "milestone_name": null, "reporter": "Dimitri John Ledkov", "status": "Triaged", "status_class": "statusTRIAGED", "tags": [], "title": "in launchpadlib/credentials.py instead of restfulclient.oauthclient oauthlib should be used", "has_tags": false}, {"age": "10 years old", "assignee": null, "bug_url": "https://bugs.launchpad.net/launchpadlib/+bug/1379145", "bugtarget": "launchpadlib ", "bugtarget_css": "sprite product", "bug_heat_html": "\u003cspan class=\"sprite flame\"\u003e6\u003c/span\u003e", "badges": "", "id": 1379145, "importance": "Undecided", "importance_class": "importanceUNDECIDED", "information_type": "Public", "last_updated": "on 2014-10-09", "milestone_name": null, "reporter": "Paul Wise (Debian)", "status": "New", "status_class": "statusNEW", "tags": [], "title": "launchpadlib: please don't rely on the full list of CAs", "has_tags": false}]}, "next": {"memo": "75", "start": 75}, "prev": null, "total": 80, "forwards": true, "last_start": 75, "memo": null, "start": 0, "field_visibility": {"show_datecreated": false, "show_assignee": false, "show_targetname": true, "show_heat": true, "show_id": true, "show_importance": true, "show_information_type": false, "show_date_last_updated": false, "show_milestone_name": false, "show_reporter": false, "show_status": true, "show_tag": false}, "field_visibility_defaults": {"show_datecreated": false, "show_assignee": false, "show_targetname": true, "show_heat": true, "show_id": true, "show_importance": true, "show_information_type": false, "show_date_last_updated": false, "show_milestone_name": false, "show_reporter": false, "show_status": true, "show_tag": false}, "cbl_cookie_name": "anon-buglist-fields", "order_by": "-importance", "sort_keys": [["importance", "Importance", "desc"], ["status", "Status", "asc"], ["information_type", "Information Type", "asc"], ["id", "Number", "desc"], ["title", "Title", "asc"], ["targetname", "Package/Project/Series name", "asc"], ["milestone_name", "Milestone", "asc"], ["date_last_updated", "Date last updated", "desc"], ["assignee", "Assignee", "asc"], ["reporter", "Reporter", "asc"], ["datecreated", "Age", "desc"], ["tag", "Tags", "asc"], ["heat", "Heat", "desc"], ["date_closed", "Date closed", "desc"], ["dateassigned", "Date when the bug task was assigned", "desc"], ["number_of_duplicates", "Number of duplicates", "desc"], ["latest_patch_uploaded", "Date latest patch uploaded", "desc"], ["message_count", "Number of comments", "desc"], ["milestone", "Milestone ID", "desc"], ["task", "Bug task ID", "desc"], ["users_affected_count", "Number of affected users", "desc"]], "context": {"self_link": "https://bugs.launchpad.net/api/devel/launchpadlib", "web_link": "https://launchpad.net/launchpadlib", "resource_type_link": "https://bugs.launchpad.net/api/devel/#project", "translations_usage": "Unknown", "official_answers": false, "official_blueprints": false, "official_codehosting": true, "official_bugs": true, "information_type": "Public", "active": true, "all_specifications_collection_link": "https://bugs.launchpad.net/api/devel/launchpadlib/all_specifications", "valid_specifications_collection_link": "https://bugs.launchpad.net/api/devel/launchpadlib/valid_specifications", "bug_reporting_guidelines": "Please include as much detail about the problem as you can, including an exact transcript if possible.\n\nLike Launchpad itself, launchpadlib is open source software, so if you want to you can help fix the bug you are reporting. See \u003chttps://dev.launchpad.net/\u003e for more information.\n", "content_templates": null, "bug_reported_acknowledgement": null, "official_bug_tags": [], "recipes_collection_link": "https://bugs.launchpad.net/api/devel/launchpadlib/recipes", "webhooks_collection_link": "https://bugs.launchpad.net/api/devel/launchpadlib/webhooks", "bug_supervisor_link": "https://bugs.launchpad.net/api/devel/~lazr-developers", "active_milestones_collection_link": "https://bugs.launchpad.net/api/devel/launchpadlib/active_milestones", "all_milestones_collection_link": "https://bugs.launchpad.net/api/devel/launchpadlib/all_milestones", "translationgroup_link": null, "translationpermission": "Open", "qualifies_for_free_hosting": true, "reviewer_whiteboard": "tag:launchpad.net:2008:redacted", "is_permitted": "tag:launchpad.net:2008:redacted", "project_reviewed": "tag:launchpad.net:2008:redacted", "license_approved": "tag:launchpad.net:2008:redacted", "private": false, "display_name": "launchpadlib ", "icon_link": "https://bugs.launchpad.net/api/devel/launchpadlib/icon", "logo_link": "https://bugs.launchpad.net/api/devel/launchpadlib/logo", "name": "launchpadlib", "owner_link": "https://bugs.launchpad.net/api/devel/~lazr-developers", "project_group_link": "https://bugs.launchpad.net/api/devel/launchpad-project", "title": "launchpadlib ", "registrant_link": "https://bugs.launchpad.net/api/devel/~launchpadlib-developers", "driver_link": null, "summary": "Python client library for Launchpad's web service", "description": null, "date_created": "2008-05-08T19:04:19.768563+00:00", "homepage_url": null, "wiki_url": "https://help.launchpad.net/API/launchpadlib", "screenshots_url": null, "download_url": null, "programming_language": "Python", "sourceforge_project": null, "freshmeat_project": null, "brand_link": "https://bugs.launchpad.net/api/devel/launchpadlib/brand", "branch_sharing_policy": "Public", "bug_sharing_policy": "Public", "specification_sharing_policy": "Public", "licenses": ["GNU LGPL v3"], "license_info": null, "bug_tracker_link": null, "series_collection_link": "https://bugs.launchpad.net/api/devel/launchpadlib/series", "development_focus_link": "https://bugs.launchpad.net/api/devel/launchpadlib/trunk", "releases_collection_link": "https://bugs.launchpad.net/api/devel/launchpadlib/releases", "translation_focus_link": null, "commercial_subscription_link": null, "commercial_subscription_is_due": false, "remote_product": null, "vcs": "Git", "http_etag": "\"c27121ae95eaaec0b490c2524d50026933431f6f-97238c5f5389b09c3218c062a99d1be1e281ce59\""}};</script> </body> <!-- Facet name: bugs Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 30 queries/external actions issued in 0.44 seconds Features: {'profiling.enabled': None, 'bugs.dynamic_bug_listings.pre_fetch': None, 'hard_timeout': '5000', 'app.mainsite_only.canonical_url': None, 'js.yui_version': None, 'app.maintenance_message': None, 'ajax.batch_navigator.enabled': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r78860d9 --> </html>