index
:
external_python_mako
master
rel_0_5
rel_0_6
replicant-10
use_zzzeeksphinx
w_json_metadata
Python mako
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
- still supporting py2.6 here
Mike Bayer
2015-10-26
1
-2
/
+2
*
Ensure babel i18n extactor works properly with non-ascii input
Roman Imankulov
2015-10-13
3
-0
/
+15
*
correct template lookup on Windows:
Gabi Davar
2015-08-27
1
-4
/
+3
*
- use a SkipTest pytest can find
Mike Bayer
2015-07-26
1
-1
/
+3
*
The Lingua extractor must not generate a parse error in case of extra blank s...
Laurent DAVERIO
2015-05-14
1
-0
/
+3
*
Lingua extractor silently ignores try/except blocks instead or returning an e...
Laurent DAVERIO
2015-05-04
1
-1
/
+9
*
Added test cases for gettext extraction: `for/else` and `while` blocks.
Laurent DAVERIO
2015-05-04
1
-1
/
+11
*
Provide a testcase for pull request #18.
ldaverio
2015-05-01
1
-0
/
+10
*
- ensure that STOP_RENDERING is set up everywhere it needs to be
Mike Bayer
2015-03-25
1
-11
/
+13
*
Add STOP_RENDERING keyword; exiting of a template.
Cody Taylor
2015-03-24
1
-2
/
+15
*
fix test on win32
Gabi Davar
2015-01-27
1
-1
/
+1
*
- py3k adjustments for babel/lingua
Mike Bayer
2015-01-22
1
-14
/
+16
*
- reorganize cache tests so that we have distinct series for beaker,
Mike Bayer
2015-01-22
1
-103
/
+208
*
- make this import more specific, on a py3k pip uninstall of babel
Mike Bayer
2015-01-22
1
-1
/
+1
*
- reimplement skiptests for babel or lingua not installed
Mike Bayer
2015-01-22
4
-36
/
+72
*
Use new lingua extractor API
Wichert Akkerman
2014-08-26
1
-11
/
+35
*
Merge babel test files.
Wichert Akkerman
2014-08-26
2
-50
/
+36
*
Add lingua plugin
Wichert Akkerman
2014-08-25
1
-0
/
+19
*
Split core extraction logic out of babel plugin
Wichert Akkerman
2014-08-25
1
-21
/
+0
*
Add tests for Babel plugin
Wichert Akkerman
2014-08-25
2
-0
/
+48
*
- correct some misconceptions in how the new lineno thing was built;
Mike Bayer
2014-06-08
1
-6
/
+35
*
- fix the line number scheme to be consistently 1-based, both
Mike Bayer
2014-05-21
1
-1
/
+27
*
url escape filter for non-unicode
Xie Shi
2014-05-04
1
-0
/
+22
*
- use py3.3's unittest.mock if available
Mike Bayer
2014-04-28
2
-3
/
+7
*
- will now be 1.0
Mike Bayer
2014-04-28
2
-8
/
+2
*
- switch to argparse for cmdline template runner
Mike Bayer
2014-04-28
5
-11
/
+93
*
- add addtional test, py2K only, for when and object's __str__() method returns
Mike Bayer
2014-04-21
1
-0
/
+13
*
- Fixed bug in ``decode.<encoding>`` filter where a non-string object
Mike Bayer
2014-04-20
1
-1
/
+10
*
- add py.test settings
Mike Bayer
2014-04-13
1
-3
/
+3
*
- Fixed bug in Python parsing logic which would fail on Python 3
Mike Bayer
2014-04-13
1
-1
/
+24
*
Support Python 3's keyword-only arguments.
Eevee (Alex Munroe)
2014-02-11
3
-3
/
+34
*
- remove creation of blank "x" file
Mike Bayer
2013-12-26
1
-4
/
+16
*
- changelog for [ticket:225]
Mike Bayer
2013-12-24
1
-1
/
+1
*
Improved handling of translator comments in Babel plugin
Ned Batchelder
2013-12-24
2
-1
/
+13
*
- changelog
Mike Bayer
2013-10-08
1
-4
/
+3
*
Merge pull request #5 from vmagamedov/master
mike bayer
2013-10-08
1
-0
/
+8
|
\
|
*
Fixed TGPlugin.render method to support unicode template names in py2k.
Vladimir Magamedov
2013-09-17
1
-0
/
+8
*
|
- [bug] Fixed issue where an old lexer rule prevented a template line
Mike Bayer
2013-10-01
1
-0
/
+6
|
/
*
Fix docstrings to use "UTF-8" instead of "utf8"
Martin Geisler
2013-08-28
1
-2
/
+2
*
Use Emacs compatible coding system
Martin Geisler
2013-08-28
3
-3
/
+3
*
Use "coding:" instead of "encoding:" to specify file encoding
Martin Geisler
2013-08-28
3
-3
/
+3
*
- fix #190 for py2.4
rel_0_9_0
Mike Bayer
2013-08-04
2
-5
/
+9
*
- [bug] The Context.locals_() method becomes a private underscored
Mike Bayer
2013-08-03
1
-0
/
+21
*
- [bug] Fixed Py3K bug where a "lambda" expression was not
Mike Bayer
2013-08-03
2
-1
/
+2
*
- [bug] Using <%namespace import="*" module="somemodule"/> now
Mike Bayer
2013-08-03
1
-2
/
+5
*
use repr here
Mike Bayer
2013-08-03
2
-2
/
+4
*
- changelog
Mike Bayer
2013-08-03
1
-0
/
+1
*
- inline the loop here again
Mike Bayer
2013-08-03
2
-5
/
+6
*
Allow literal string argument that starts with a "#".
Yap Sok Ann
2013-06-25
2
-2
/
+1
*
- [bug] Fixed regression where "entity" filter wasn't
Mike Bayer
2013-04-15
1
-0
/
+7
[next]