index
:
delta/boto.git
2.0_stable
add-deprecation-notices
backporting_py27_fix
baserock/morph
branch_master_python3k
cleandocs
cloudtrail-update
develop
emr-fix
endpoints-v2
feature/s3-configuration-options
glacier
master
neo
py3kport
readme-boto3
requests_refactor
turnkey
warnings-docs
github.com: boto/boto.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
boto
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
removing duplicate `get_utf8_value` method
Joe Walker
2019-03-29
1
-14
/
+0
*
Updated docstring with string coercion behavior.
Lee Ball
2019-03-27
1
-1
/
+4
*
Forgot the `six.`
Lee Ball
2019-03-27
1
-1
/
+1
*
Utf8able now coerces objects to strings
Lee Ball
2019-03-27
1
-0
/
+2
*
Use get_utf8able_str over get_utf8_value
Cat Lee Ball π·π
2019-03-27
1
-1
/
+40
*
import io
Lee Ball
2019-03-26
1
-0
/
+1
*
Spacing fix, comment fix
Cat Lee Ball π·π
2019-03-26
1
-72
/
+72
*
Removed accidental paste, added sys import
Cat Lee Ball π·π
2019-03-26
1
-1
/
+2
*
Added import collections
Cat Lee Ball π·π
2019-03-26
1
-1
/
+2
*
Added print_to_fd to utils.py
Cat Lee Ball π·π
2019-03-26
1
-0
/
+79
*
Removed get_binary_str function
Cat Lee Ball π·π
2019-03-20
1
-8
/
+0
*
Mostly reverted get_utf8 changes
Cat Lee Ball π·π
2019-03-19
1
-3
/
+3
|
\
*
|
Updated get_utf8 and get_binary_str
Cat Lee Ball π·π
2019-03-19
1
-2
/
+12
|
/
*
Support fetching GCS bucket encryption metadata.
Matt Houglum
2018-03-08
1
-1
/
+4
*
Support Billing Configuration.
Mark Hjelm
2017-09-12
1
-1
/
+5
*
Add better error messages when we can't retrieve creds
James Saryerwinnie
2016-02-19
1
-2
/
+4
*
use the new utility when creating a connection
Alfredo Deza
2015-06-30
1
-1
/
+1
*
create IPV6 host parsing utilities
Alfredo Deza
2015-06-30
1
-0
/
+38
*
common modules: tidy up to meet PEP8 better
Felix Yan
2014-09-14
1
-2
/
+5
*
[boto.utils] Stop messing with global socket timeout.
Damien Tournoud
2014-08-26
1
-26
/
+14
*
Merge pull request #2477 from opottone/develop
Daniel G. Taylor
2014-08-19
1
-3
/
+1
|
\
|
*
Improve metadata processing (system vs. user-defined).
Olli Pottonen
2014-08-03
1
-3
/
+1
|
*
Add recognized HTTP headers
opottone
2014-07-31
1
-1
/
+1
*
|
Merge pull request #2486 from piotrbulinski/LazyLoadMetadata_py3
Daniel G. Taylor
2014-08-01
1
-0
/
+5
|
\
\
|
*
|
fix TypeError when getting instance metadata under python 3 (#2485)
Piotr Bulinski
2014-08-01
1
-0
/
+5
|
|
/
*
|
Merge pull request #2468 from felixonmars/hashlib-imports
Daniel G. Taylor
2014-08-01
1
-12
/
+2
|
\
\
|
*
|
remove obsolete md5 import routine
Felix Yan
2014-07-30
1
-12
/
+2
*
|
|
use encodebytes instead of encodestring (#2483)
Piotr Bulinski
2014-08-01
1
-3
/
+2
|
|
/
|
/
|
*
|
Remove code for Python 2.5 compatibility.
INADA Naoki
2014-07-28
1
-5
/
+1
|
/
*
Initial work to support Python 3.3+
Daniel G. Taylor
2014-06-27
1
-37
/
+51
*
Switch boto to use truncated exponential backoff
Mike Schwartz
2014-06-27
1
-2
/
+5
*
Parse date/time in a locale independent manner
Daniel G. Taylor
2014-06-05
1
-8
/
+27
*
S3 Metadata: allow storage of plus signs (+)
Daniel Beardsley
2014-03-04
1
-1
/
+1
*
initial interface for a request hook, sample interface and example for logging
dkavanagh
2014-02-24
1
-0
/
+9
*
Fix string type tests.
Kevin Deldycke
2013-12-29
1
-1
/
+1
*
Updated all old-style inheritance calls.
Daniel Lindsley
2013-12-23
1
-1
/
+1
*
Fix example for building metadata URL
Daniel G. Taylor
2013-12-11
1
-1
/
+1
*
Make trailing slashes for metadata URLs explicit and remove the trailing slas...
Daniel G. Taylor
2013-12-10
1
-5
/
+14
*
Small fix to prevent overwriting ValueError, which is used in multiple places...
Daniel G. Taylor
2013-12-04
1
-3
/
+3
*
PEP8 Issues
Henry Huang
2013-12-03
1
-34
/
+48
*
add a retry when metadata fetched with a corrupt JSON format
Henry Huang
2013-11-30
1
-8
/
+45
*
Make upload header handling case-insensitive.
Lars Otten
2013-06-26
1
-0
/
+21
*
Fixed a bug where a ``date`` couldn't be set as metadata on a S3 key.
Daniel Lindsley
2013-05-29
1
-1
/
+1
*
Fix #1146: return response from custom url opener
James Saryerwinnie
2013-04-12
1
-2
/
+1
*
Add metadata_service_num_attempts config option
James Saryerwinnie
2013-04-11
1
-3
/
+3
*
Merge branch 'toastdriven-instance-metadata-urls' into develop
James Saryerwinnie
2013-03-27
1
-5
/
+20
|
\
|
*
Abstracted some of #1383 & added tests.
Daniel Lindsley
2013-03-22
1
-4
/
+19
|
*
mod utils.py:get_instance_metadata allowing access to dynamic data
Royce Remer
2013-03-22
1
-2
/
+2
*
|
Support for GCS object composition and CRC32c hashes.
Yaniv Ovadia
2013-03-26
1
-1
/
+3
*
|
try RFC1123
Γyvind Saltvik
2013-03-18
1
-4
/
+7
|
/
[next]