Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-17 | Update coding style after pycodestyle 2.1.0 | Yen Chi Hsuan | |
In pycodestyle 2.1.0, E305 was introduced, which requires two blank lines after top level declarations, too. See https://github.com/PyCQA/pycodestyle/issues/400 See also #10689; thanks @stepshal for first mentioning this issue and initial patches | |||
2016-05-10 | [compat] Rename struct_(un)pack to compat_struct_(un)pack | Yen Chi Hsuan | |
2016-05-10 | [utils,compat] Move struct_pack and struct_unpack to compat.py | Yen Chi Hsuan | |
2016-01-10 | Fix typos | Jakub Wilk | |
Closes #8200. | |||
2014-12-13 | Fix imports and general cleanup | Philipp Hagemeister | |
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions | |||
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-11-17 | [swfinterp] Improve undefined representation | Philipp Hagemeister | |
2014-11-17 | [swfinterp] Add more builtins and improve static variables | Philipp Hagemeister | |
2014-11-17 | [swfinterp] Add support for more complicated constants | Philipp Hagemeister | |
2014-11-17 | [swfinterp] Basic support for constants (only ints for now) | Philipp Hagemeister | |
2014-11-17 | [swfinterp] Implement bitand and pushshort operators | Philipp Hagemeister | |
2014-11-17 | [swfinterp] Implement charCodeAt | Philipp Hagemeister | |
2014-11-17 | [swfinterp] Formalize built-in classes | Philipp Hagemeister | |
2014-11-17 | [swfinterp] Implement various opcodes | Philipp Hagemeister | |
2014-11-17 | [swfinterp] Add support for void methods | Philipp Hagemeister | |
2014-11-17 | [swfinterp] Implement pushtrue and pushfalse opcodes | Philipp Hagemeister | |
2014-11-17 | [swfinterp] Implement equals opcode | Philipp Hagemeister | |
2014-11-17 | [swfinterp] Implement String basics | Philipp Hagemeister | |
2014-11-17 | [swfinterp] Interpret yet more opcodes | Philipp Hagemeister | |
2014-11-17 | [swfinterp] Better error message | Philipp Hagemeister | |
2014-11-17 | [swfinterp] Intepret more multinames | Philipp Hagemeister | |
2014-11-17 | [swfinterp] Allow function patching | Philipp Hagemeister | |
2014-07-20 | [swfinterp] Remove (at the moment) dead code | Philipp Hagemeister | |
2014-07-20 | [swfinterp] Fix _u32 name | Philipp Hagemeister | |
2014-07-20 | [swfinterp] Use helper function struct_unpack for old Python 2.x releases ↵ | Philipp Hagemeister | |
(#3270) | |||
2014-07-20 | [swfinterp] Remove debugging code | Philipp Hagemeister | |
2014-07-20 | [swfinterp] Correct array access | Philipp Hagemeister | |
2014-07-20 | [swfinterp] Add support for calling methods on objects | Philipp Hagemeister | |
2014-07-20 | [swfinterp] Add support for calls to instance methods | Philipp Hagemeister | |
2014-07-20 | [swfinterp] Add support for multiple classes | Philipp Hagemeister | |
2014-07-20 | [swfinterp] Extend tests and fix parsing | Philipp Hagemeister | |
2014-07-19 | [swfinterp] Start working on basic tests | Philipp Hagemeister | |
2014-07-18 | [youtube] Move swfinterp into its own file | Philipp Hagemeister | |