boto hosts its code at git://github.com/boto/boto.git.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

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

See all merge proposals.

boto has 9 active branches owned by 5 people and 2 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:boto
Series: trunk
1 Development 2018-03-08 22:16:05 UTC
3208. Merge pull request #3799 from houglum...

Author: Mike Schwartz
Revision Date: 2018-03-08 22:16:05 UTC

Merge pull request #3799 from houglum/develop

Support fetching GCS bucket encryption metadata.

lp:~georgekola/boto/trunk 1 Development 2012-04-08 06:05:07 UTC This branch has not been imported yet.
lp:~vcs-imports/boto/trunk 1 Development 2011-06-08 21:41:09 UTC
9. Added boto symlink back to trunk

Author: kopertop
Revision Date: 2010-08-23 16:16:31 UTC

Added boto symlink back to trunk

lp:~soren/boto/boto.no_wait_on_404 bug 1 Development 2009-09-08 09:03:08 UTC
838. Attempting to fetch userdata will han...

Author: Soren Hansen
Revision Date: 2009-09-08 09:00:48 UTC

Attempting to fetch userdata will hang for a very long time if the user has not
provided any userdata.

This is because retry_url treats a 404 (which is a valid response meaning that
the user did not provide any userdata) like a network error (which usually
means that the network has not come up yet, or that that user- and meta-data
service is not available yet.

This patch adds a retry_on_404 kwarg to retry_url. If True (which is the
default) retry_url will do what it used to do. If False, it will treat 404 as a
valid response and return ''. Defaulting to True is rather conservative as I
suspect that this new behaviour is desired in most cases, but I'll leave that
decision to you.

Bug first reported as:

    https://bugs.launchpad.net/ubuntu/+source/python-boto/+bug/419306

lp:~landscape/boto/production 1 Development 2009-03-11 12:50:59 UTC
632. Merged from staging for mountainview-...

Author: Andreas Hasenack
Revision Date: 2009-03-11 12:50:59 UTC

Merged from staging for mountainview-pre-6 production deployment

lp:~landscape/boto/staging 1 Development 2009-03-04 13:24:53 UTC
632. Merged from trunk for mountainview-pr...

Author: Andreas Hasenack
Revision Date: 2009-03-04 13:24:53 UTC

Merged from trunk for mountainview-pre-6 staging deployment

lp:~landscape/boto/trunk 1 Development 2009-02-19 11:55:34 UTC
632. Merge handle-paths-better [r=therve,s...

Author: Christopher Armstrong
Revision Date: 2009-02-19 11:55:34 UTC

Merge handle-paths-better [r=therve,sidnei] [f=328091]

path_prefix can now end with a trailing slash without breaking all
queries.

lp:~radix/boto/handle-paths-better 1 Development 2009-02-19 11:19:34 UTC
632. - test original path-prefix code - st...

Author: Christopher Armstrong
Revision Date: 2009-02-19 11:17:30 UTC

- test original path-prefix code
- strip trailing "/" from path prefixes
- test stripping

lp:~therve/boto/path-prefix 1 Development 2009-01-20 07:57:57 UTC
630. Add a path_prefix parameter to connec...

Author: Thomas Herve
Revision Date: 2009-01-20 07:57:03 UTC

Add a path_prefix parameter to connect against Eucalyptus servers.

19 of 9 results
You can't create new branches for boto.