summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove travis CI.add-deprecation-noticesKenneth Daily2021-05-261-57/+0
* add deprecation headerKenneth Daily2021-05-261-0/+4
* remove warningKenneth Daily2021-05-261-4/+3
* add fail PR GH actionKenneth Daily2021-05-261-0/+13
* remove existing boto3 sectionKenneth Daily2021-05-261-19/+0
* Create new_issue.yamlKenneth Daily2021-05-041-0/+10
* Update README.rstKenneth Daily2021-05-041-3/+6
* Merge pull request #3862 from walkerjoe/stringfixMike Schwartz2019-03-304-15/+4
|\
| * Adding PyYAML==3.1 for python 2.6 compatibilityJoe Walker2019-03-291-0/+1
| * Added idna==2.7 to py26 and py33 req docsJoe Walker2019-03-292-0/+2
| * removing duplicate `get_utf8_value` methodJoe Walker2019-03-291-14/+0
| * Ensure correct type for writing mocked dataJoe Walker2019-03-291-1/+1
* | Merge pull request #3861 from catleeball/replace-get-utf8Mike Schwartz2019-03-289-29/+75
|\ \ | |/
| * Encode values to be hashed as utf-8Cat Lee Ball 🎷🐛2019-03-281-2/+2
| * Replaced some six.ensure_strs from a previous commit of mineCat Lee Ball 🎷🐛2019-03-281-2/+2
| * Replaced get_utf8_value calls in mturk with get_utf8able_strCat Lee Ball 🎷🐛2019-03-281-2/+2
| * Updated docstring with string coercion behavior.Lee Ball2019-03-271-1/+4
| * Forgot the `six.`Lee Ball2019-03-271-1/+1
| * Utf8able now coerces objects to stringsLee Ball2019-03-271-0/+2
| * Added import to get_utf8ableLee Ball2019-03-271-0/+1
| * Merge pull request #5 from catleeball/utf8ableLee Ball2019-03-271-7/+12
| |\
| | * Merge branch 'replace-get-utf8' into utf8ableLee Ball2019-03-270-0/+0
| | |\ | | |/ | |/|
| * | Back to the old implementationLee Ball2019-03-271-6/+1
| * | Re-add get_utf8_value with get_utf8able_str implementationLee Ball2019-03-271-0/+9
| * | Re-add get_utf8_value interface with get_utf8able_str implementationLee Ball2019-03-271-0/+9
| * | Returned get_utf8_value for mturk dependencyLee Ball2019-03-271-0/+14
| * | Removed obsolete if statementLee Ball2019-03-271-5/+2
| * | Merge branch 'develop' into replace-get-utf8Lee Ball2019-03-272-2/+84
| |\ \ | |/ / |/| |
| * | Replaced stray `six.ensure` callLee Ball2019-03-271-1/+1
| * | Added function get_utf8able_strCat Lee Ball 🎷🐛2019-03-277-16/+45
| * | Added missing import to sixCat Lee Ball 🎷🐛2019-03-261-0/+1
| * | Removed get_utf8 importsCat Lee Ball 🎷🐛2019-03-263-3/+0
| * | Replaced get_utf8_value with six.ensure_strCat Lee Ball 🎷🐛2019-03-268-33/+17
| | * Use get_utf8able_str over get_utf8_valueCat Lee Ball 🎷🐛2019-03-278-26/+66
| |/ |/|
* | Merge pull request #3859 from catleeball/fd-writerMike Schwartz2019-03-262-2/+84
|\ \ | |/ |/|
| * import ioLee Ball2019-03-261-0/+1
| * Spacing fix, comment fixCat Lee Ball 🎷🐛2019-03-261-72/+72
| * Removed accidental paste, added sys importCat Lee Ball 🎷🐛2019-03-261-1/+2
| * Added import collectionsCat Lee Ball 🎷🐛2019-03-261-1/+2
| * Added print_to_fd to utils.pyCat Lee Ball 🎷🐛2019-03-262-2/+81
|/
* Merge pull request #3858 from gsutil-mirrors/fix-failing-tests-after-py3-commitsMike Schwartz2019-03-212-24/+7
|\
| * Fix test failures introduced in #3855 and #3866.Matt Houglum2019-03-212-24/+7
|/
* Merge pull request #3854 from catleeball/utils-get-utf8Mike Schwartz2019-03-202-2/+4
|\
| * Explicitly cast config.get to floatCat Lee Ball 🎷🐛2019-03-201-1/+1
| * Removed get_binary_str functionCat Lee Ball 🎷🐛2019-03-201-8/+0
| * Mostly reverted get_utf8 changesCat Lee Ball 🎷🐛2019-03-194-18/+68
| |\
| * | Updated get_utf8 and get_binary_strCat Lee Ball 🎷🐛2019-03-191-2/+12
* | | Merge pull request #3856 from catleeball/compat-encodingMike Schwartz2019-03-207-25/+48
|\ \ \ | |_|/ |/| |
| * | A sneaky .encode() snuck back inCat Lee Ball 🎷🐛2019-03-201-1/+1
| * | Fixed wget snafu porting from last PRCat Lee Ball 🎷🐛2019-03-201-8640/+1883