Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle the slice object case in TransformGenerator.__getitem__ | Shadab Zafar | 2016-06-03 | 1 | -0/+2 |
| | |||||
* | please flake8 | Maximilian Hils | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'duffer/pathod-lang-generators' | Maximilian Hils | 2016-06-02 | 1 | -24/+31 |
|\ | |||||
| * | Simplify rand_byte by creating a special case for Python 2 | Shadab Zafar | 2016-06-02 | 1 | -1/+5 |
| | | |||||
| * | Remove redundant __getslice__ from TransformGenerator | Shadab Zafar | 2016-06-02 | 1 | -4/+0 |
| | | |||||
| * | Py3: Return bytes from FileGenerator | Shadab Zafar | 2016-06-02 | 1 | -5/+5 |
| | | | | | | | | and use __getitem__ instead of __getslice__ | ||||
| * | Py3: Return bytes from RandomGenerator | Shadab Zafar | 2016-06-02 | 1 | -15/+22 |
| | | | | | | | | and use __getitem__ rather than __getslice__ | ||||
* | | Utils reorganisation: add netlib.strutils | Aldo Cortesi | 2016-06-02 | 1 | -7/+7 |
|/ | | | | Extract a number of string and format-related functions to netlib.strutils. | ||||
* | Py3: Use six.string_types instead of basestring | Shadab Zafar | 2016-05-31 | 1 | -1/+2 |
| | |||||
* | Py3: Use range from six.moves | Shadab Zafar | 2016-05-31 | 1 | -1/+2 |
| | |||||
* | Move human-friendly format functions to netlib.human, remove redundant ↵ | Aldo Cortesi | 2016-05-31 | 1 | -3/+3 |
| | | | | implementations | ||||
* | more style cleanup | Thomas Kriechbaumer | 2016-05-29 | 2 | -3/+6 |
| | |||||
* | pathod: fix most flake8 offenses | Thomas Kriechbaumer | 2016-05-28 | 2 | -4/+4 |
| | |||||
* | cleanup imports with flake8 | Thomas Kriechbaumer | 2016-05-28 | 2 | -2/+0 |
| | |||||
* | remove str() | Shadab Zafar | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | Use escaped_str functions for TokValueLiteral | Shadab Zafar | 2016-05-26 | 1 | -6/+7 |
| | |||||
* | Removed wrong import | Shadab Zafar | 2016-05-26 | 1 | -0/+1 |
| | |||||
* | Py3: Import and Other misc. stuff | Shadab Zafar | 2016-05-26 | 2 | -3/+7 |
| | |||||
* | fix encoding error on *too* random bytes | Thomas Kriechbaumer | 2016-05-15 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | This should fix things like: def __init__(self, val): self.val = val.decode("string_escape") ValueError: Trailing \ in string pathod/language/base.py:108: ValueError test/pathod/test_language_websocket.py:83: in fr return netlib.websockets.Frame.from_bytes(tutils.render(wf, settings)) test/pathod/tutils.py:123: in render r = r.resolve(settings) pathod/language/websockets.py:179: in resolve Key(base.TokValueLiteral(os.urandom(4))) | ||||
* | combine projects | Maximilian Hils | 2016-02-18 | 10 | -0/+2007 |