veekun_pokedex/pokedex
Eevee (Lexy Munroe) a38cb37e90 Fix a couple bugs with Substream
- seek() now supports a second argument.

- peek() and read() no longer look beyond the end of the substream.

- slice() no longer doubles its offset.
2016-12-20 19:20:33 -08:00
..
data/csv Remove some bogus ORAS egg moves 2015-11-04 20:03:17 -08:00
db Make the schema minimally usable on Python 3 2016-11-21 19:27:28 -08:00
doc Er, fix tabledoc 2014-07-06 12:17:02 -07:00
extract Fix a couple bugs with Substream 2016-12-20 19:20:33 -08:00
struct Compat with Python 3.3+ 2015-10-05 08:12:23 -07:00
tests Compat with Python 3.3+ 2015-10-05 08:12:23 -07:00
util Fix test_media.py. 2012-03-16 12:37:47 -07:00
__init__.py Speed up import pokedex.db slightly. 2011-04-03 03:13:07 -07:00
__main__.py Make the library work with python -m. 2013-08-09 13:00:37 -07:00
compatibility.py Compat with Python 3.3+ 2015-10-05 08:12:23 -07:00
defaults.py Speed up import pokedex.db slightly. 2011-04-03 03:13:07 -07:00
formulae.py Give calculated_stat and calculated_hp the same signature. 2011-03-10 22:12:03 -08:00
lookup.py Compat with Python 3.3+ 2015-10-05 08:12:23 -07:00
main.py Fix the CLI in py3 2015-10-05 16:29:21 -07:00
roomaji.py Compat with Python 3.3+ 2015-10-05 08:12:23 -07:00
schema.py Improve schema ergonomics a bit, especially around slicing 2016-11-21 19:28:55 -08:00