Andrea Tartaglia
|
ef391a11ec
|
Removed dict.iteritems() in modules. (#18859)
This is for py3 compatibility, addressed in #18506
|
2016-12-12 15:16:23 -08:00 |
James Cammarata
|
fa5386c488
|
Some additional module cleanup of mistakes made during merging
|
2016-12-08 11:35:20 -05:00 |
James Cammarata
|
8afa090417
|
Resolving differences in core modules post-merge
|
2016-12-08 11:25:36 -05:00 |
Toshio Kuratomi
|
7319104552
|
Refreshed metadata for core modules
|
2016-12-08 11:25:35 -05:00 |
Dag Wieers
|
54fdff16db
|
Performance improvement using in-operator on dicts
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
|
2016-12-08 11:25:31 -05:00 |
John R Barker
|
25b6492d37
|
Bulk spelling improvement to modules-core (#5225)
* Correct spelling mistakes
* Correct more spelling issues
* merge conflict
* Revert typo in parms
|
2016-12-08 11:25:20 -05:00 |
Gabriele
|
d61950d48c
|
Fixing nxos_vpc_interface (#5032)
|
2016-12-08 11:25:15 -05:00 |
Josh Lothian
|
319b2b28cb
|
Fix YAML syntax in NXOS documentation (#4922)
* Fix YAML syntax in NXOS documentation
Use ':' and not '=' to ensure valid YAML
in the EXAMPLES
* Correcting introduced syntax error
|
2016-12-08 11:25:11 -05:00 |
GGabriele
|
d2d1b18ef4
|
Fixed param value format in docstring
|
2016-12-08 11:25:01 -05:00 |
GGabriele
|
705b61ae7a
|
Adding nxos_portchannel
|
2016-12-08 11:24:59 -05:00 |