| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Several register_for_* methods included an extraneous `.startup` that was probably removed in the python3 refactor. This PR fixes that problem and allows those plugins to correctly register.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provide a fallback so that installs with Python < 2.7.9 can still
receive updates. Some manual intervention is required, but now we can
provide working networking on any install that has either Python >=
2.7.9 or where a user can supply the requests[security] pip package
|
|
Add empty list properties to some classes to allow for visibility
|
|
fix #1057
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
overriding this behavior
|
|
|
|
|
|
can now override get_instruction_info, not perform_get_instruction_info). The perform_* methods are now deprecated but will still function as expected. Added architecture hooks to Python API using this new style.
|
|
{group,class}_index might be a long, which would throw a ValueError
|
|
mult_double_prec_unsigned, div_unsigned, div_double_prec_unsigned, zero_extend
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|