aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/language/generators.py
Commit message (Collapse)AuthorAgeFilesLines
* pathod: fix leaking fdsThomas Kriechbaumer2017-05-241-13/+9
|
* fix various fd/socket leaksThomas Kriechbaumer2017-05-241-0/+4
|
* various encoding fixes, fix #1650Maximilian Hils2016-10-221-1/+1
|
* python3: clean up class bracketsAldo Cortesi2016-10-171-3/+3
|
* Zap object base classAldo Cortesi2016-10-171-3/+3
|
* pathod: remove sixAldo Cortesi2016-10-171-3/+0
|
* fix pathod test on WindowsMaximilian Hils2016-06-061-1/+2
|
* Handle the slice object case in TransformGenerator.__getitem__Shadab Zafar2016-06-031-0/+2
|
* please flake8Maximilian Hils2016-06-021-1/+1
|
* 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