pokemon-reverse-engineering-tools/pokemontools/__init__.py, branch master reverse engineering tools 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!
Fix most Python 3 compat issues with futurize --stage1 2016-08-24T22:43:15+00:00 Eevee (Lexy Munroe) eevee.git@veekun.com 2016-08-24T22:43:15+00:00 a64657988a50522885618998e7f14168c299a19b

version bump to: v1.6.0 2013-11-11T18:39:50+00:00 Bryan Bishop kanzure@gmail.com 2013-11-11T18:39:50+00:00 fd10868994edf46180a95329f2eaa48df9ccfd7a

version bump to: v1.5.0 2013-11-11T18:38:17+00:00 Bryan Bishop kanzure@gmail.com 2013-11-11T18:38:17+00:00 fcfde94ba84a6a29bb22dd97b62af2e3c72276bd

rename config.py -> configuration.py 2013-09-12T05:34:43+00:00 Bryan Bishop kanzure@gmail.com 2013-09-12T05:34:43+00:00 a4849db2658a14deebb6620fac50e9d8e9f8a0ad This should help cut down on the confusion between the "config" module and the "config" variable that everyone likes to use. The config variable should refer to an instance of Config, whereas before it was being shared as both the name of the module and the name of an instance. "configuration" is always the module. "config" should always be a Config instance. TODO: avoid passing around a Config instance everywhere.
This should help cut down on the confusion between the "config" module
and the "config" variable that everyone likes to use. The config
variable should refer to an instance of Config, whereas before it was
being shared as both the name of the module and the name of an instance.

"configuration" is always the module. "config" should always be a Config
instance.

TODO: avoid passing around a Config instance everywhere.
basic config support 2013-09-02T17:33:03+00:00 Bryan Bishop kanzure@gmail.com 2013-09-02T05:50:57+00:00 6f9ed6a829aa3e0be2c7f8e8d871bdeb593d5698

also have the common bits of the preprocessor 2013-08-29T03:41:01+00:00 Bryan Bishop kanzure@gmail.com 2013-08-29T03:41:01+00:00 0856dee10ad124a6f313492561ed1c2a2df74abd This doesn't really belong in both pokecrystal and pokered. It should be shared between the two without copy/paste.
This doesn't really belong in both pokecrystal and pokered. It should be
shared between the two without copy/paste.
make a basic python module 2013-08-03T21:10:52+00:00 Bryan Bishop kanzure@gmail.com 2013-08-03T21:10:52+00:00 28490230cf68f8045fc63a8c7d3de19c7c1d3bcd