| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This will keep us from accidentally catching program-exiting exceptions
like KeyboardInterupt and SystemExit.
|
|
|
|
|
|
|
|
|
|
| |
* Remove use of simplejson throughout code base. Fixes #42761
* Address failing tests
* Remove simplejson from contrib and other outlying files
* Add changelog fragment for simplejson removal
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* PEP 8 E703 cleanup.
* PEP 8 E701 cleanup.
* PEP 8 E711 cleanup.
* PEP 8 W191 and E101 cleanup.
|
| |
|
|
|
|
|
|
| |
* PEP 8 E271 whitespace cleanup.
* PEP 8 W293 whitespace cleanup.
* Fix whitespace issue from recent PR.
|
|
|
|
|
|
|
| |
Just a small cleanup for the existing occurrences.
Using the in-operator for hash lookups is faster than using .keys()
http://stackoverflow.com/questions/29314269/why-do-key-in-dict-and-key-in-dict-keys-have-the-same-output
|
|
|
|
| |
Add a travis test for urlopen usage
|
| |
|
|
renamed plugins to contrib (they are not really plugins)
rewrote README.md to reflect new usage
added new dir to setup.py so it gets copied with installation, in views
of making using inventory scripts easier in teh future
|