awscli/table.py (2 lines): - line 311: # TODO: Built a list instead of +=, it's more efficient. - line 359: # TODO: Built the string in a list then join instead of using +=, awscli/customizations/s3/utils.py (1 line): - line 652: # TODO: Eventually port this down to the BaseSubscriber or a new subscriber awscli/clidriver.py (1 line): - line 289: # TODO: awscli/customizations/history/show.py (1 line): - line 278: # TODO: Figure out a way to minimize the number of times we have awscli/customizations/flatten.py (1 line): - line 51: TODO: This does not hydrate nested structures (``XmlName1.XmlName2``)! awscli/customizations/datapipeline/__init__.py (1 line): - line 371: # TODO: give good error messages! awscli/customizations/s3/results.py (1 line): - line 365: # TODO: Add "warning: " prefix once all commands are converted to using awscli/bcdoc/style.py (1 line): - line 292: # TODO: Need to control the bullets used for LI items awscli/testutils.py (1 line): - line 502: # TODO: fix this patch when we have a better way to stub out responses awscli/customizations/s3/s3handler.py (1 line): - line 137: # TODO: Ideally the s3 transfer handler should not need to know awscli/customizations/gamelift/uploadbuild.py (1 line): - line 141: # TODO: Remove this class once available to CLI from s3transfer awscli/clidocs.py (1 line): - line 385: # TODO: need a documentation attribute. awscli/customizations/s3/subcommands.py (1 line): - line 865: # TODO: Consolidate how we handle return codes and errors awscli/customizations/generatecliskeleton.py (1 line): - line 94: # TODO: It would be better to abstract this logic into awscli/argprocess.py (1 line): - line 231: # TODO: losing precision on double types awscli/customizations/configure/get.py (1 line): - line 63: # TODO: add support for this. We would need to print it off in