Age | Commit message (Expand) | Author |
2013-05-03 | Fix a feature that doesn't yet exist on python 2.6 | Joshua Harlow |
2013-04-25 | re-work maas datasource and headers call backs | Scott Moser |
2013-03-19 | set 'allow_redirects' to True by default | Scott Moser |
2013-03-19 | do not bother retrying on ssl errors | Scott Moser |
2013-03-19 | appease pylint and pep8 | Scott Moser |
2013-03-13 | Fix how the http error doesn't always have the response attached | Joshua Harlow |
2013-03-13 | Update to handle requests >= 1.0 which doesn't use the config dict. | Joshua Harlow |
2013-02-23 | Fix the maas callback mechanism now that requests is used. | harlowja |
2013-02-23 | Get tests working and further adjustments. | harlowja |
2013-02-19 | Continue working on integrating requests. | harlowja |
2012-10-22 | More cleanups for using the requests module. | Joshua Harlow |
2012-10-21 | Fix the checking and capturing of exceptions. | Joshua Harlow |
2012-10-21 | Use the python requests lib instead of urllib3 | Joshua Harlow |
2012-10-19 | Remove the need for boto just for fetching the | Joshua Harlow |
2012-10-18 | Start fixing how boto and our url fetching can not | Joshua Harlow |
2012-09-24 | DataSourceMAAS: if a oauth request fails due to 403 try updating local time | Scott Moser |
2012-07-09 | url_helper.py, cc_rightscale_userdata.py: reduce WARN to DEBUG | Scott Moser |
2012-06-21 | 1. Move all info() logging methods to debug() | harlowja |
2012-06-20 | Massive pylint + pep8 fixups! | Joshua Harlow |
2012-06-20 | Use comparisons instead of xrange, until python 3 when it should be more effi... | harlowja |
2012-06-19 | Cleanup pylint warning about line length. | Joshua Harlow |
2012-06-18 | Show the timeout (useful to see this when debugging) | Joshua Harlow |
2012-06-18 | Adjust log message to say "open" instead of 'read' since this function can al... | Joshua Harlow |
2012-06-17 | 1. Add a url response class that urlreading now returns (instead of a tuple). | harlowja |
2012-06-16 | Allow url fetching to catch any other type of exceptions that occur | Joshua Harlow |
2012-06-16 | Capture the exceptions and just re-throw the last one on errors | Joshua Harlow |
2012-06-15 | 1. Modify the check http code function to allow or not allow redirect status ... | Joshua Harlow |
2012-06-11 | Logging fixups + pylint fixups. | Joshua Harlow |
2012-06-09 | Add copyright | Joshua Harlow |
2012-06-08 | Cleaning this up, logic should be more sound around attempts and retries now. | Joshua Harlow |
2012-06-07 | Add a file that just deals with url like functions | Joshua Harlow |