lp://staging/~arsenal-devel/arsenal/python-launchpadlib-toolkit
This is an obsolete branch. Please refer to http://
- Get this branch:
- bzr branch lp://staging/~arsenal-devel/arsenal/python-launchpadlib-toolkit
Branch merges
- Bryce Harrington: Approve
-
Diff: 1411 lines (+1320/-0) (has conflicts)17 files modifiedAUTHORS (+5/-0)
COPYING (+341/-0)
COPYING.LIB (+510/-0)
NEWS (+26/-0)
README (+116/-0)
debian/changelog (+21/-0)
debian/compat (+1/-0)
debian/control (+20/-0)
debian/copyright (+34/-0)
debian/docs (+1/-0)
debian/pycompat (+1/-0)
debian/rules (+13/-0)
example-ls-series.py (+22/-0)
lpltoolkit/LaunchpadService.py (+142/-0)
lpltoolkit/__init__.py (+3/-0)
lpltoolkit/debug.py (+44/-0)
setup.py (+20/-0)
Branch information
Recent revisions
- 147. By Brad Figg
-
Added missing tag to the gravity calculation and
refactored it a little so the tags dictionary isn't
created as often (maybe). - 146. By Bryce Harrington
-
Improve performance of to_dict() by providing a quick=False option.
This excludes some data items that are time consuming to look up from
launchpad, and are often unnecessary.Testing shows that excluding these improved performance on a small (6
bug) search from 27 sec to 9.5 sec.With further testing we may be able to refine the list and include more
of them by default, but this seems a good starting point. - 142. By Bryce Harrington
-
Add bug.to_dict() and bug_task.to_dict()
As part of this, enable o2str to handle stringifying lists and datetime
objects. - 139. By Bryce Harrington
-
Release Version 0.5
* Add Specification class
* Add gravity() - heuristic for identifying bugs of interest
* Add releases() - list of Ubuntu releases the bug is confirmed affecting
* Add some basic tests
* Transition to DHPython2
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)