| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove bytearray() wrapping used for python 2 compatibility | Bob Halley | 2019-01-05 | 1 | -2/+2 |
| | | |||||
| * | Initial type signatures | Janus | 2018-07-31 | 1 | -4/+1 |
| | | |||||
| * | Py3: remove __getslice__ method | Martin Basti | 2016-08-05 | 1 | -0/+126 |
| __getslice__ is deprecated in py2 and it is not used in py3 at all. Instead of this __getitem__ with slice() index should be used. Please note that WireData class must still use __getslice__, because it inherites from 'binary_type' class that has implemented __getslice__ thus this method has to be overriden in WireData class. | |||||
