aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/language/generators.py
Commit message (Collapse)AuthorAgeFilesLines
* Simplify rand_byte by creating a special case for Python 2Shadab Zafar2016-06-021-1/+5
|
* Remove redundant __getslice__ from TransformGeneratorShadab Zafar2016-06-021-4/+0
|
* Py3: Return bytes from FileGeneratorShadab Zafar2016-06-021-5/+5
| | | | and use __getitem__ instead of __getslice__
* Py3: Return bytes from RandomGeneratorShadab Zafar2016-06-021-15/+22
| | | | and use __getitem__ rather than __getslice__
* combine projectsMaximilian Hils2016-02-181-0/+86