1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-07-03 20:29:32 +00:00
Commit Graph

479 Commits

Author SHA1 Message Date
Mike Naberezny
0d35c2d351 Back to -dev until next release 2013-10-26 21:46:10 -07:00
Mike Naberezny
549bfce450 Prepare 0.17 release 2013-10-26 21:42:05 -07:00
Mike Naberezny
b1a0aaccba Add MANIFEST.in 2013-10-26 21:40:12 -07:00
Mike Naberezny
ebf620f074 Use pip in installation instructions 2013-10-26 21:31:27 -07:00
Mike Naberezny
07dc7ea4b4 Reformat readme as reStructuredText 2013-10-26 21:30:56 -07:00
Mike Naberezny
cabe2ba0fd Add Python 3.2 and 3.3 to tox 2013-10-26 18:58:33 -07:00
Mike Naberezny
0f5423d045 Add Python 3 classifiers 2013-10-26 18:50:01 -07:00
Mike Naberezny
e0846c1b73 Add Python 3 support to changelog 2013-10-26 18:44:38 -07:00
Mike Naberezny
b73bffe4d2 Check for supported Python 3 versions on install 2013-10-26 18:41:33 -07:00
Mike Naberezny
497af00356 Fix load and save commands for Python 3 2013-10-26 18:33:25 -07:00
Mike Naberezny
3fe9420b82 Flush the stream after writing a char 2013-10-26 17:41:10 -07:00
Mike Naberezny
7034d8f595 Convert to integer for Python 3 2013-10-26 17:36:52 -07:00
Mike Naberezny
90774cb9b6 Remove unused imports 2013-10-26 16:58:47 -07:00
Mike Naberezny
55107b0d4b Fix pyflakes warning 2013-10-26 16:57:40 -07:00
Mike Naberezny
ef9621682f Fix duplicate tests 2013-10-26 16:54:57 -07:00
Mike Naberezny
ab4688c64c Fix hexdump loader for Python 3 2013-10-26 16:51:49 -07:00
Mike Naberezny
0a4663c875 Use bytes literal in assertion 2013-10-26 16:33:14 -07:00
Mike Naberezny
42c5b6fc5b Support slices in __setitem__ and __getitem__ for Python 3 2013-10-26 16:32:09 -07:00
Mike Naberezny
820f9ad4b9 Add Python 3.2 and 3.3 to travis 2013-10-26 16:01:08 -07:00
Mike Naberezny
560ef4374d Add .tox to gitignore 2013-10-26 16:00:54 -07:00
Mike Naberezny
8a3bdd7870 Use a list comprehension to collect valid_modes 2013-10-26 15:51:56 -07:00
Mike Naberezny
f43a4c2048 Fix missing attribute exc.message 2013-10-26 15:48:13 -07:00
Mike Naberezny
a792672b35 Add stub file to fix running tests on Python 3 2013-10-26 15:30:38 -07:00
Mike Naberezny
38f390eb74 Fix deprecated assertions 2013-10-26 15:23:44 -07:00
Mike Naberezny
086c9c2d7d Fix imports for Python 3 2013-10-26 15:15:51 -07:00
Mike Naberezny
c2884eff6d Remove unused except clause 2013-10-26 14:33:24 -07:00
Mike Naberezny
4e41d422c1 Remove unused import 2013-10-26 14:29:29 -07:00
Mike Naberezny
6c0c0527c5 Wrap keys() and values() in list() for Python 3 2013-10-26 14:27:10 -07:00
Mike Naberezny
048dc64dfe Replace xrange() with range() 2013-10-26 14:08:21 -07:00
Mike Naberezny
12f14447b1 Fix hexadecimal notation 2013-10-26 13:56:06 -07:00
Mike Naberezny
455fb5da2d Remove exception indexing 2013-10-26 13:55:02 -07:00
Mike Naberezny
ee02520689 Remove old exception syntax 2013-10-26 13:39:48 -07:00
Mike Naberezny
78d8852e18 Replace iteritems() with items() 2013-10-26 13:18:01 -07:00
Mike Naberezny
8a7119b540 Fix description of disassemble command 2013-08-26 20:24:23 -07:00
Mike Naberezny
77d31dc8a6 Update year automatically during docs build 2013-07-31 19:34:45 -07:00
Mike Naberezny
006f410412 Update examples with the newer register display format 2013-06-07 20:06:24 -07:00
Mike Naberezny
e85af3c183 Back to -dev until next release 2013-04-03 10:29:47 -07:00
Mike Naberezny
19c343a22c Prepare 0.16 release 2013-04-03 10:20:41 -07:00
Mike Naberezny
da9ce10246 Add ROM loading fix to changelog 2013-04-02 08:37:11 -07:00
BigEd
f7227a91dd fixup ROM loading code 2013-04-01 12:28:26 +01:00
Mike Naberezny
5f1c3d7649 Add config file for Travis CI 2013-01-07 17:17:12 -08:00
Mike Naberezny
0684002385 Back to -dev until next release 2013-01-06 16:33:16 -08:00
Mike Naberezny
0fbf0a803b Prepare 0.15 release 2013-01-06 16:30:31 -08:00
Mike Naberezny
2f4fb9c8a9 Update copyright year to 2013 2013-01-06 16:28:11 -08:00
Mike Naberezny
dca765304d Leave a TODO to fix memory overflow 2013-01-06 16:26:12 -08:00
Mike Naberezny
321c9cfb36 Fix interpretation of range in disassemble command 2012-11-30 14:51:51 -08:00
Mike Naberezny
81906116f3 Allow disassembly listings to wrap around memory 2012-11-30 13:24:42 -08:00
Mike Naberezny
f25dfe3d04 Update prompt in example 2012-11-30 11:43:35 -08:00
Mike Naberezny
585ce9b4ac Add test that fails when disassembling wraps around memory 2012-11-30 10:58:10 -08:00
Mike Naberezny
efd289a9c6 Back to -dev until next release 2012-11-30 10:30:10 -08:00