summaryrefslogtreecommitdiffstatshomepage
path: root/src/build/file2str.py
Commit message (Collapse)AuthorAgeFilesLines
* Added license headers to the rest of files (nw) Miodrag Milanovic2015-05-071-0/+3
|
* Send error messages to stderr instead of stdout. (nw) Mike Naberezny2015-03-051-2/+2
|
* more Python script cleanups based on PyCharm inspection (nw) Oliver Stöneberg2015-03-051-5/+5
|
* Update file2str.py Reed2015-03-031-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 ↵ Vas Crabb2015-03-031-1/+1
| | | | at the expense of 2.
* Change dangerous variable name. andrew-gardner2015-03-031-3/+3
|
* Update file2str.py Reed2015-03-021-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) Mike Naberezny2015-01-251-1/+0
|
* Make file2str.pv compatible with python 2.5 (nw) couriersud2015-01-081-1/+3
|
* fix space and tab mixing (nw) Miodrag Milanovic2014-12-151-2/+2
|
* Converted file2str to python (nw) Miodrag Milanovic2014-12-151-0/+56