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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge remote-tracking branch 'github/pr/14'
Mike Bayer
2015-08-27
2
-4
/
+6
|
\
\
|
*
|
correct template lookup on Windows:
Gabi Davar
2015-08-27
2
-4
/
+6
*
|
|
Tox test improvements:
Gabi Davar
2015-08-27
2
-4
/
+15
|
/
/
*
|
1.0.2
rel_1_0_2
Mike Bayer
2015-08-26
1
-0
/
+1
*
|
- add a changelog for the interim fix of references #249, e.g. that
Mike Bayer
2015-08-26
1
-0
/
+11
*
|
- Repair some calls within the ast module that no longer work on Python3.5;
Mike Bayer
2015-08-26
4
-6
/
+35
*
|
- remove universal wheels. Hopefully fixes #249
Mike Bayer
2015-08-12
1
-2
/
+0
*
|
- remove gittip
Mike Bayer
2015-08-08
1
-8
/
+0
*
|
- add mock dependency
Mike Bayer
2015-07-26
1
-2
/
+3
*
|
- use a SkipTest pytest can find
Mike Bayer
2015-07-26
1
-1
/
+3
*
|
- add tox file
Mike Bayer
2015-07-24
1
-0
/
+7
*
|
- changelog for pr18
Mike Bayer
2015-06-03
1
-0
/
+9
*
|
The Lingua extractor must not generate a parse error in case of extra blank s...
Laurent DAVERIO
2015-05-14
2
-1
/
+4
*
|
Fix a string vs. bytes error under Python 3. Thanks Tim Tisdall for noticing ...
Laurent DAVERIO
2015-05-11
1
-2
/
+2
*
|
Added some cleanup to the section of the Lingua extractor handling compound s...
Laurent DAVERIO
2015-05-04
1
-6
/
+3
*
|
Lingua extractor silently ignores try/except blocks instead or returning an e...
Laurent DAVERIO
2015-05-04
2
-2
/
+13
*
|
Added test cases for gettext extraction: `for/else` and `while` blocks.
Laurent DAVERIO
2015-05-04
1
-1
/
+11
*
|
Reinstate commit d9bc582.
Laurent DAVERIO
2015-05-01
1
-1
/
+1
*
|
Temporarily revert commit d9bc582, until pull request #18 is processed.
ldaverio
2015-05-01
1
-1
/
+1
*
|
Provide a testcase for pull request #18.
ldaverio
2015-05-01
1
-0
/
+10
*
|
When _extract_python (lingua 3.9) has been patched to take `firstline` param ...
Laurent DAVERIO
2015-05-01
1
-1
/
+1
*
|
Continued partial statements (else, elif, ...) cannot be handled directly by ...
Laurent DAVERIO
2015-05-01
1
-0
/
+4
*
|
Merge pull request #12 from krysros/master
mike bayer
2015-04-23
1
-1
/
+1
|
\
\
|
*
|
Fixed typo
Krystian RosiĆski
2015-03-30
1
-1
/
+1
|
/
/
*
|
- get flake8 to pass fully for mako/ (tests are a much bigger deal)
Mike Bayer
2015-03-25
24
-723
/
+911
*
|
- reword the docs a bit
Mike Bayer
2015-03-25
2
-8
/
+21
*
|
- ensure that STOP_RENDERING is set up everywhere it needs to be
Mike Bayer
2015-03-25
2
-13
/
+16
*
|
Add STOP_RENDERING keyword; exiting of a template.
Cody Taylor
2015-03-24
6
-10
/
+46
|
/
*
Merge remote-tracking branch 'github/pr/11'
Mike Bayer
2015-01-28
1
-485
/
+0
|
\
|
*
remove stale file
Gabi Davar
2015-01-27
1
-485
/
+0
*
|
Merge remote-tracking branch 'github/pr/10'
Mike Bayer
2015-01-28
1
-1
/
+1
|
\
\
|
*
|
fix test on win32
Gabi Davar
2015-01-27
1
-1
/
+1
|
|
/
*
/
happy new year
rel_1_0_1
Mike Bayer
2015-01-22
22
-22
/
+22
|
/
*
1.0.1
Mike Bayer
2015-01-22
1
-0
/
+1
*
- py3k adjustments for babel/lingua
Mike Bayer
2015-01-22
3
-32
/
+44
*
- reorganize cache tests so that we have distinct series for beaker,
Mike Bayer
2015-01-22
5
-138
/
+241
*
- make this import more specific, on a py3k pip uninstall of babel
Mike Bayer
2015-01-22
1
-1
/
+1
*
- leaving optional libs not as default test dependencies, e.g.
Mike Bayer
2015-01-22
1
-9
/
+9
*
- changelog for pr #9
Mike Bayer
2015-01-22
1
-1
/
+8
*
- reimplement skiptests for babel or lingua not installed
Mike Bayer
2015-01-22
4
-36
/
+72
*
Merge branch 'lingua-extractor' of https://bitbucket.org/wichert/mako
Mike Bayer
2015-01-22
8
-120
/
+238
|
\
|
*
Use new lingua extractor API
Wichert Akkerman
2014-08-26
5
-21
/
+56
|
*
Add vim and virtualenv files to gitignore
Wichert Akkerman
2014-08-26
1
-0
/
+7
|
*
Require lingua for tests.
Wichert Akkerman
2014-08-26
1
-1
/
+1
|
*
Merge babel test files.
Wichert Akkerman
2014-08-26
2
-50
/
+36
|
*
Add lingua plugin
Wichert Akkerman
2014-08-25
3
-0
/
+49
|
*
Split core extraction logic out of babel plugin
Wichert Akkerman
2014-08-25
3
-126
/
+119
|
*
Add tests for Babel plugin
Wichert Akkerman
2014-08-25
3
-1
/
+49
*
|
Merged in thorade/mako-2/thorade/unicoderst-edited-online-with-bitbucket--142...
Mike Bayer
2015-01-07
1
-4
/
+4
|
\
\
|
*
|
unicode.rst edited online with Bitbucket,
Matthis Thorade
2015-01-07
1
-4
/
+4
[prev]
[next]