summaryrefslogtreecommitdiff
path: root/mako/util.py
Commit message (Expand)AuthorAgeFilesLines
* Modernize codeworkflow_test_initial_1_2Federico Caselli2021-10-231-15/+9
* Replace usage of parser.suite with ast.parseMike Bayer2020-01-051-3/+3
* happy new yearMike Bayer2020-01-051-1/+1
* use timeit.default_timer instead of time.clock() / time.time()Christoph Reiter2019-07-271-2/+3
* - update copyrightMike Bayer2019-05-311-1/+1
* Use tox / zimportsMike Bayer2019-05-311-37/+54
* - happy new yearMike Bayer2016-03-101-1/+1
* - get flake8 to pass fully for mako/ (tests are a much bigger deal)Mike Bayer2015-03-251-9/+31
* happy new yearrel_1_0_1Mike Bayer2015-01-221-1/+1
* - add py.test settingsMike Bayer2014-04-131-9/+4
* - 2014Mike Bayer2014-01-091-1/+1
* update copyrightMike Bayer2013-08-031-1/+1
* - [bug] Cleaned up all the various deprecation/Mike Bayer2013-04-131-7/+0
* - [bug] Fixed bug whereby an exception in Python 3Mike Bayer2013-02-201-0/+11
* py2.5 worksMike Bayer2012-11-111-1/+1
* - first pass at running a py3k compatible base in py2k as well.Mike Bayer2012-11-111-92/+15
* - [bug] Fixed bug in plugin loader to correctlyMike Bayer2012-09-161-1/+2
* - clean up test exclusionsMike Bayer2012-09-051-2/+2
* - add a skip for pypyMike Bayer2012-09-021-0/+1
* epic trailing whitespace removalMike Bayer2012-07-071-22/+22
* - remove context manager to allow 2.5 and 2.4 to work, [ticket:188]Mike Bayer2012-04-131-0/+1
* - [feature] Control lines with no bodies willMike Bayer2012-04-031-1/+10
* Brought all modules into PEP 8 width complianceBenjamin Trofatter2012-03-241-8/+11
* - apply the #125 patchMike Bayer2012-03-241-0/+27
* - [bug] Fixed some Py3K resource warnings dueMike Bayer2012-02-211-0/+16
* 2012Mike Bayer2012-01-161-1/+1
* undo all that pkg_resources crap and just cache what we get from iter_entry_p...Mike Bayer2011-10-021-31/+27
* install extreme hoops for pkg_resources and I'm starting to wonder ifMike Bayer2011-10-011-7/+19
* pkg_resources hoopsMike Bayer2011-10-011-1/+21
* - fix uncovered bug in FastEncodingBufferMike Bayer2011-02-211-2/+3
* - use deque instead of list for FastEncodingBufferMike Bayer2011-02-201-2/+3
* - use inlined getargspecMike Bayer2011-02-201-0/+24
* moving around getargs and such, have a recursion error in one test not figure...Mike Bayer2011-02-191-2/+12
* - add AUTHORS fileMike Bayer2011-02-191-2/+2
* - now that trailing whitespace comes up in red, need to get rid of itMike Bayer2011-01-191-20/+20
* - more cleanupMike Bayer2010-11-131-1/+11
* - Fixed sometimes incorrect usage ofMike Bayer2010-03-241-1/+12
* - merged -r481:499 of py3k branch.Mike Bayer2010-03-041-12/+23
* use builtin set() completelyMike Bayer2010-03-021-1/+0
* - ensure lru threading test doesn't runMike Bayer2010-03-021-1/+2
* begin to modernize testing. in particular, get rid of test_htdocs as well as...Mike Bayer2010-03-021-6/+16
* move lib/mako to makoMike Bayer2010-02-051-0/+274