| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update setup.pymaster | Anurag Kumar | 2021-09-03 | 1 | -0/+1 |
| * | Update setup.py | Anurag Kumar | 2021-09-02 | 1 | -0/+1 |
| * | Include supported Python versions classifiers in setup | Álvaro Mondéjar | 2020-09-03 | 1 | -0/+3 |
| * | Specify extras for gettext message extractors | sinoroc | 2019-08-26 | 1 | -2/+10 |
| * | - fix casing | Mike Bayer | 2019-08-01 | 1 | -1/+1 |
| * | remove python setup.py test | Mike Bayer | 2019-07-31 | 1 | -19/+12 |
| * | Bump Python versions, remove conditional imports | Mike Bayer | 2019-07-27 | 1 | -20/+5 |
| * | - add links for documentation / github | Mike Bayer | 2019-05-31 | 1 | -0/+4 |
| * | Use tox / zimports | Mike Bayer | 2019-05-31 | 1 | -38/+46 |
| * | - add OSI classifier for license | Mike Bayer | 2019-05-28 | 1 | -0/+1 |
| * | save a redirect, use https | Steve Piercy | 2019-03-20 | 1 | -1/+1 |
| * | Remove redundant Python<2.6 code | Hugo | 2018-01-16 | 1 | -0/+1 |
| * | - use py.test as default test runner | Mike Bayer | 2016-03-10 | 1 | -4/+25 |
| * | - leaving optional libs not as default test dependencies, e.g. | Mike Bayer | 2015-01-22 | 1 | -9/+9 |
| * | Use new lingua extractor API | Wichert Akkerman | 2014-08-26 | 1 | -1/+1 |
| * | Require lingua for tests. | Wichert Akkerman | 2014-08-26 | 1 | -1/+1 |
| * | Add lingua plugin | Wichert Akkerman | 2014-08-25 | 1 | -0/+3 |
| * | Add tests for Babel plugin | Wichert Akkerman | 2014-08-25 | 1 | -1/+1 |
| * | Merge branch 'w_json_metadata' | Mike Bayer | 2014-04-28 | 1 | -3/+3 |
| |\ |
|
| | * | - Template modules now generate a JSON "metadata" structure at the bottom | Mike Bayer | 2014-03-14 | 1 | -3/+10 |
| * | | - will now be 1.0 | Mike Bayer | 2014-04-28 | 1 | -1/+4 |
| * | | - switch to argparse for cmdline template runner | Mike Bayer | 2014-04-28 | 1 | -1/+6 |
| * | | Convert mako-render into module mako.cmd and add suitable entrypoint to setup | Derek Harland | 2014-04-16 | 1 | -1/+3 |
| |/ |
|
| * | - [bug] Changed setup.py to skip installing markupsaferel_0_8_1 | Mike Bayer | 2013-05-24 | 1 | -6/+13 |
| * | - guess you need compat.py huh | Mike Bayer | 2012-11-11 | 1 | -9/+2 |
| * | - fix the readme in setup.py and fix weird keywords | Mike Bayer | 2012-03-30 | 1 | -2/+2 |
| * | modernize the README | Mike Bayer | 2011-12-14 | 1 | -11/+3 |
| * | add classifiers | Mike Bayer | 2011-12-03 | 1 | -0/+2 |
| * | - now that trailing whitespace comes up in red, need to get rid of it | Mike Bayer | 2011-01-19 | 1 | -1/+1 |
| * | - Beaker is now part of "extras" in | Mike Bayer | 2010-11-12 | 1 | -1/+1 |
| * | - Fixed missing **extra collection in | Mike Bayer | 2010-11-12 | 1 | -0/+1 |
| * | - Now using MarkupSafe for HTML escaping, | Mike Bayer | 2010-06-22 | 1 | -0/+1 |
| * | yikes, no more svn version here... | Mike Bayer | 2010-04-20 | 1 | -3/+0 |
| * | OK guess you really need the * nowrel_0_3_1 | Mike Bayer | 2010-03-07 | 1 | -1/+1 |
| * | - Fixed incorrect dir name in setup.py | Mike Bayer | 2010-03-07 | 1 | -1/+1 |
| * | tweaksrel_0_3_0 | Mike Bayer | 2010-03-05 | 1 | -1/+1 |
| * | README cleanup, fix a new test for py3k | Mike Bayer | 2010-03-05 | 1 | -0/+2 |
| * | - merged -r481:499 of py3k branch. | Mike Bayer | 2010-03-04 | 1 | -1/+9 |
| * | - ensure lru threading test doesn't run | Mike Bayer | 2010-03-02 | 1 | -1/+1 |
| * | move lib/mako to mako | Mike Bayer | 2010-02-05 | 1 | -3/+2 |
| * | - added "mako.__version__" attribute to | Mike Bayer | 2009-06-28 | 1 | -2/+6 |
| * | - Added last_modified accessor to Template, | Mike Bayer | 2009-01-13 | 1 | -1/+1 |
| * | bump to 0.2.4dev | Philip Jenvey | 2008-11-25 | 1 | -1/+1 |
| * | beaker 1.1rel_0_2_3 | Mike Bayer | 2008-11-23 | 1 | -1/+1 |
| * | - beaker bump | Mike Bayer | 2008-10-25 | 1 | -1/+1 |
| * | Beaker 1.0.4 isn't out yet, require dev for now | Philip Jenvey | 2008-10-18 | 1 | -1/+1 |
| * | - caching now uses beaker.cache_manager directly. For best results | Mike Bayer | 2008-10-17 | 1 | -1/+1 |
| * | bump to 0.2.3dev | Philip Jenvey | 2008-10-02 | 1 | -1/+1 |
| * | - fixed cache code to work with Beaker 1.0.1, which is now the required versi... | Mike Bayer | 2008-09-07 | 1 | -1/+1 |
| * | - fixed a critical issue regarding caching, whereby | Mike Bayer | 2008-06-23 | 1 | -1/+1 |