Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added license headers to the rest of files (nw) | 2015-05-07 | 1 | -0/+3 | |
| | |||||
* | Send error messages to stderr instead of stdout. (nw) | 2015-03-05 | 1 | -2/+2 | |
| | |||||
* | more Python script cleanups based on PyCharm inspection (nw) | 2015-03-05 | 1 | -5/+5 | |
| | |||||
* | Update file2str.py | 2015-03-03 | 1 | -1/+4 | |
| | | | Sorry about my previous recommendation that broke Python 2. It's been so long that I forgot that Python 2 open 'rb' returns a string representation of bytes. The above code will properly handle type conversion for Python 2. | ||||
* | Fix Python 2 compatibility. Someone can fix Python 3 if they want, but not ↵ | 2015-03-03 | 1 | -1/+1 | |
| | | | | at the expense of 2. | ||||
* | Change dangerous variable name. | 2015-03-03 | 1 | -3/+3 | |
| | |||||
* | Update file2str.py | 2015-03-02 | 1 | -1/+1 | |
| | | | On line 43, wouldn't "ord(b)" simply be "b" since each iteration through a "bytes" type already returns an "int"? In Python 3.x, the "ord" function expects type "str" so passing an "int" causes a "TypeError" exception. | ||||
* | Remove unused imports. (nw) | 2015-01-25 | 1 | -1/+0 | |
| | |||||
* | Make file2str.pv compatible with python 2.5 (nw) | 2015-01-08 | 1 | -1/+3 | |
| | |||||
* | fix space and tab mixing (nw) | 2014-12-15 | 1 | -2/+2 | |
| | |||||
* | Converted file2str to python (nw) | 2014-12-15 | 1 | -0/+56 | |