Toshio Kuratomi
|
3fba006207
|
Update bare exceptions to specify Exception.
This will keep us from accidentally catching program-exiting exceptions
like KeyboardInterupt and SystemExit.
|
2018-12-16 15:03:19 -08:00 |
Toshio Kuratomi
|
0aa7c06395
|
Remove comments about import order
No longer needed as AnsiballZ fixed this
|
2017-08-07 19:46:06 -07:00 |
Toshio Kuratomi
|
2fc7c14dca
|
Reclisence module_utils/api.py to BSD
Permission from all contributors to the file was granted here:
https://github.com/ansible/ansible/issues/27599
Fixes #27599
|
2017-08-07 19:46:06 -07:00 |
Toshio Kuratomi
|
225fa5d092
|
Fix undefined variables, basestring usage, and some associated python3 issues
|
2017-07-25 15:58:23 -07:00 |
Dag Wieers
|
5553b20828
|
Collated PEP8 fixes (#25293)
- Make PEP8 compliant
|
2017-06-02 12:14:11 +01:00 |
Jonathan Davila
|
1999e71658
|
Added basic auth argument spec to utils (#15585)
|
2016-04-25 14:55:39 -04:00 |
Brian Coca
|
18e9bc9753
|
common retry and rate limiting decorators for apis
allows modules to wrap their request functions in common retry and rate limiting
decorators or functions
|
2016-03-09 16:55:47 -05:00 |