Commit Graph

18 Commits

Author SHA1 Message Date
Rob McMullen
6b9cf6d4d2 Converted "from errors import *" to "from . import errors" 2018-06-24 12:10:59 -07:00
Rob McMullen
1b7e1fad4c Fixed bytes/str issue for spartados directory 2018-06-24 10:08:07 -07:00
Rob McMullen
223f8fc1ff Fixed #12: changed utf-8 encoding to latin1 2018-06-24 09:53:22 -07:00
Rob McMullen
800c01ccde Fixed #6: changed sparta dos dirent from stomping on 'filename' property of parent class 2018-06-23 21:50:42 -07:00
Rob McMullen
ff937ebcc0 Removed future library; python 3.6 only as of version 7.0 2018-06-04 10:27:51 -07:00
Rob McMullen
841aa1dc9b WIP for py3 support 2017-05-07 18:58:10 -07:00
Rob McMullen
bddae24cb1 Futurize --stage1 changes 2017-05-07 13:31:45 -07:00
Rob McMullen
c897460df0 PEP8 whitespace fixes 2017-03-23 10:06:37 -07:00
Rob McMullen
4514e46161 Fixed parsing of disk images broken after recent rearrangement of classes 2017-02-23 15:34:56 -08:00
Rob McMullen
f1038329ee Added parsers and MIME type definitions from Omnivore
* restructured main script to use parsers, replacing the old logic
2016-06-01 15:11:30 -07:00
Rob McMullen
97394e0e89 Added some logging, version number to 2.6.0 2016-04-12 17:13:33 -07:00
Rob McMullen
a33e5aa6b2 Added segment parsing of DOS files within ATR images
* removed IndexedByteSegment; moved segment order info into SegmentData and OrderWrapper
2016-04-12 17:04:21 -07:00
Rob McMullen
66e7c14ddb Changed permissions to 644 2016-03-25 16:09:29 -07:00
Rob McMullen
c8ccd73779 Added SegmentData class and updated to version 2.5.0 in preparation for adding comments 2016-03-25 16:08:50 -07:00
Rob McMullen
06aa3bfa9b Added verbose info for segments using dirents 2016-03-05 20:53:08 -08:00
Rob McMullen
2846da9334 Fixed bitmap sector size 2016-02-13 11:34:23 -08:00
Rob McMullen
c30aaa451a Fixed single density boot sector indexing for double density disks 2016-02-12 22:01:39 -08:00
Rob McMullen
3f40a914ea Split monolithic atrcopy.py into multiple files in the atrcopy package
* fixed setup.py to work with package format
2016-02-12 20:36:33 -08:00