pokemon-reverse-engineering-tools, branch py3-continued reverse engineering tools some python3-specific changes 2016-08-29T20:13:18+00:00 Bryan Bishop kanzure@gmail.com 2016-08-29T20:13:18+00:00 080bbf00ff93e334eb22e89fb980a64769b4aa01

import unittest.mock as mock 2016-08-28T00:14:32+00:00 Bryan Bishop kanzure@gmail.com 2016-08-28T00:14:32+00:00 85ee624293900c78e9b02f1fcb4aa00c5b2140a5

Merge branch 'master' into py3-continued 2016-08-28T00:12:23+00:00 Bryan Bishop kanzure@gmail.com 2016-08-28T00:12:23+00:00 30ec94681f8dda48cd66ecdbf1d7a0a82666f145 Conflicts: pokemontools/crystal.py
Conflicts:
	pokemontools/crystal.py
Merge pull request #104 from pret/make-tests-mostly-work 2016-08-27T23:58:05+00:00 Bryan Bishop kanzure@gmail.com 2016-08-27T23:58:05+00:00 74c620d01ad59bfb09cf4111ace549b925fcb9ab Make tests mostly work
Make tests mostly work
fix many failing tests 2016-08-27T17:26:57+00:00 Bryan Bishop kanzure@gmail.com 2016-08-27T17:26:57+00:00 92e1ef72d91b58cb8284806a44e1f2b56c205098

py3ize gfx 2016-08-25T00:44:28+00:00 Eevee (Lexy Munroe) eevee.git@veekun.com 2016-08-25T00:44:28+00:00 857c18b6d1ca9c7597f78d2b4e851fedeb33c01b Mostly division. Also cleaned up a couple uses of bare open().
Mostly division.  Also cleaned up a couple uses of bare open().
Cut pokeyellow build time in half by nuking __init__.py 2016-08-25T00:34:01+00:00 Eevee (Lexy Munroe) eevee.git@veekun.com 2016-08-25T00:34:01+00:00 ceddb579b0e0342dec9ebaebcac04d9de10f1bea Turns out that uselessly importing the 7300-line crystal.py on every single invocation adds up!
Turns out that uselessly importing the 7300-line crystal.py on every
single invocation adds up!
Clean up scan_includes a bit 2016-08-25T00:10:04+00:00 Eevee (Lexy Munroe) eevee.git@veekun.com 2016-08-25T00:10:04+00:00 89c054a265caecb0681032a154077ed89fecf760 - Use the with statement, so it works with pypy (dies with "too many open files" otherwise) - Nuke dem tabs - Get rid of the global, yikes
- Use the with statement, so it works with pypy (dies with "too many
  open files" otherwise)

- Nuke dem tabs

- Get rid of the global, yikes
Make crystal use new-style classes on py2 2016-08-24T23:18:46+00:00 Eevee (Lexy Munroe) eevee.git@veekun.com 2016-08-24T23:18:46+00:00 30c2048b14a5d3d0b5bda25f4c9119b9f1fc1fde

py3ize pcm 2016-08-24T23:15:40+00:00 Eevee (Lexy Munroe) eevee.git@veekun.com 2016-08-24T23:15:40+00:00 82f9226df7607842385ff873f0520e2561eeda27