Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: gryf/uc1541

Tags

v3.5

Toggle v3.5's commit message
Drop Python2 support.

Starting from beginning of 2020 Python 2.7 is no longer supported[1],
hence the change of shebang for uc1541 script and removal of _ord
function.

[1] https://devguide.python.org/versions/

v3.4

Toggle v3.4's commit message
Code cleanup.

v3.3

Toggle v3.3's commit message
Clean up the code.

There was an issue regarding c1541 in old version - during removal of
the file from the image, as a success message 'ERRORCODE 1' was placed
on the stdout. If there was an issue with the file different message was
placed also on stdout. Luckily, that weird behaviour was fixed in 3.x
series of the Vice. So now we can remove unnecessary code.

Also, fixed two bugs for pyton3, introduced during new formats
development.

v3.2

Toggle v3.2's commit message
Changed shebang back to python.

In modern linux distributions, executable "python" is a symlink to the
selected Python interpreter. There could be multiple versions installed
on the system, and appropriate tools on certain distributions exists for
selecting default one. There is no need for changing it to explicitly
"python3" executable.

v3.1

Toggle v3.1's commit message
Not provided subcommand is fatal on Python3.

v3.0

Toggle v3.0's commit message
Added initial Python3 support

v2.8

Toggle v2.8's commit message
Added urls for sourcecode

v2.7

Toggle v2.7's commit message
Gzip support

v2.6

Toggle v2.6's commit message
Added mkdir and run handling (or rather lack of handling :). Minor re…

…factoring.

v2.5

Toggle v2.5's commit message
Fixed bug with filenames started with a '-' sign.