veekun_pokedex/pokedex/db
Eevee 25ab674c7c Fix this markdown extension nonsense.
Previously, every single spline-pokedex request tacked another markdown
extension onto a global list in spline, making markdown processing just
a little bit slower over time.  This is terrible.

Now we do something a little less crazy and a little more global.  Wait,
is that less crazy or more?
2011-09-06 21:52:27 -07:00
..
__init__.py Fix default language assignment once and for all. 2011-04-10 00:54:14 -07:00
dependencies.py load: Add --recursive option. 2011-04-03 03:17:08 -07:00
load.py Add a missing import, remove some unused ones 2011-08-30 23:05:22 +03:00
markdown.py Fix this markdown extension nonsense. 2011-09-06 21:52:27 -07:00
multilang.py Fix this markdown extension nonsense. 2011-09-06 21:52:27 -07:00
tables.py Fix a Unicode docstring 2011-08-30 23:05:28 +03:00
translations.py Reading, merging, and writing translations 2011-04-11 17:03:27 +03:00
util.py Make id lookup util.get use query.get, avoiding queries for dupe lookups 2011-05-06 12:40:44 +03:00