You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:lpltk

See all merge proposals.

lpltk has 2 active branches owned by 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:lpltk
Series: 2.x
1 Development 2023-08-23 22:26:15 UTC
203. bug_task.py: resolve a crash trying t...

Author: Brian Murray
Revision Date: 2023-08-23 22:26:15 UTC

bug_task.py: resolve a crash trying to check an AttributeError for a message

lp:lpltk/1.x
Series: 1.x
bug 2 Mature 2012-05-23 07:13:58 UTC
151. Increase changelog verbosity for the ...

Author: Bryce Harrington
Revision Date: 2012-05-23 07:13:58 UTC

Increase changelog verbosity for the 1.0 release.

* Fix breakage caused by change in wadllib's date handling. In the past
  launchpadlib would return actual date objects but now it returns unicode
  timestamps. Add fix_time() routine to work around this problem.
  Otherwise all lpltk-using scripts will fail to run. Idemptontly, provide
  functionality in o2str to convert real datetimes into timestamps.
* Fix breakage caused by Launchpad not providing __len__ any more. This
  was dropped by Launchpad to resolve some timeout issues they were
  having. Length counts are now provided by dedicated properties.
  Switch to using them.
* Fix inclusion of missing 'iso-tracker' tag in gravity calculation.
* Add to_dict() routines to bug and bug_task to help for generating JSON.
* Add team functionality for determining subbed packages and parent team.
* New script for searching inside attachments of a package's bugs.
* Cleanup a stray build/ directory.
* Add some tests.
* setup.py, debian/control: Define package pre-requisites.

12 of 2 results
You can't create new branches for lpltk.