Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | Added unique filter | Sebastian Noack | 2015-08-10 | 2 | -26/+77 | |
| |_|/ |/| | | ||||||
* | | | Improve release script to support new format and wheels. | Armin Ronacher | 2015-07-26 | 1 | -2/+2 | |
| | | | ||||||
* | | | This is 2.9.dev | Armin Ronacher | 2015-07-26 | 2 | -2/+2 | |
|/ / | ||||||
* | | Bump version number to 2.82.8 | Armin Ronacher | 2015-07-26 | 2 | -2/+2 | |
| | | ||||||
* | | Hardcode version in setup.py again. | Armin Ronacher | 2015-07-26 | 1 | -10/+1 | |
| | | ||||||
* | | Release date is today. | Armin Ronacher | 2015-07-26 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #425 from highlyunavailable/master | Armin Ronacher | 2015-07-26 | 1 | -2/+2 | |
|\ \ | | | | | | | Fix literal \ characters at the end of a string | |||||
| * | | Fix literal \ characters at the end of a string | highlyunavailable | 2015-03-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | Given a statement like `{% set sep = '\\' %}`, the syntax highlighter was considering the literal `'\\'` to be a literal quote inside the string by matching `\'` and thus highlighting the rest of the entire document as a string. This change fixes that issue by adding some regex to ensure that an escaped quote is preceded by an uneven number of slashes (that is, `'\\\\\''` would accept the literal string `\\'` without issues). A`"` quoted string is modified the same way. | |||||
* | | | Merge pull request #461 from StevenMaude/patch-1 | Markus Unterwaditzer | 2015-07-12 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fix typo: "the iterates" > "that iterates" | |||||
| * | | | Fix typo: "the iterates" > "that iterates" | Steven Maude | 2015-07-11 | 1 | -1/+1 | |
|/ / / | | | | | | | In filters.py. | |||||
* | | | Fix syntax error | Markus Unterwaditzer | 2015-06-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | Update FAQ about unsupported Python versions | Markus Unterwaditzer | 2015-06-01 | 1 | -2/+8 | |
| | | | | | | | | | | | | | | | Thanks to @ThomasWaldmann for the original patch. His fork is gone so I can't apply the original commits. | |||||
* | | | Add Python classifiers for all supported versions | Markus Unterwaditzer | 2015-06-01 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | Thanks to @ThomasWaldmann for the original patch. His fork is gone so I can't apply the original commits. | |||||
* | | | Changelog for #447 | Markus Unterwaditzer | 2015-06-01 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge pull request #447 from bentimms/int-filter-base | Markus Unterwaditzer | 2015-06-01 | 2 | -5/+9 | |
|\ \ \ | | | | | | | | | Add 'base' parameter to 'int' filter | |||||
| * | | | Add 'base' parameter to 'int' filter | Ben Timms | 2015-04-29 | 2 | -5/+9 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #450 from jenisys/fixdoc.extension_example | Markus Unterwaditzer | 2015-06-01 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | FIX DOC-EXAMPLE: cache_extension.py | |||||
| * | | | FIX EXAMPLE: | jenisys | 2015-05-09 | 1 | -1/+1 | |
| |/ / | | | | | | | | | | | | | No longer working with current code base since the TokenStream.next() method was removed. | |||||
* | | | Sort filters, remove dupes | Markus Unterwaditzer | 2015-06-01 | 1 | -36/+34 | |
| | | | | | | | | | | | | Fix #454 | |||||
* | | | Merge branch 'merwok-patch-1' | Markus Unterwaditzer | 2015-06-01 | 2 | -2/+2 | |
|\ \ \ | | | | | | | | | | | | | Fix #455 | |||||
| * | | | Fix typo | Éric Araujo | 2015-06-01 | 2 | -2/+2 | |
|/ / / | ||||||
* | | | Escape slashes in query strings. This fixes #445 | Armin Ronacher | 2015-05-25 | 3 | -3/+10 | |
| | | | ||||||
* | | | Merge branch 'pr/451' | Armin Ronacher | 2015-05-25 | 1 | -11/+24 | |
|\ \ \ | ||||||
| * | | | fix the fancy tracebacks on Python 3 | Antti Haapala | 2015-05-10 | 1 | -11/+24 | |
| |/ / | ||||||
* | | | Added decorator support for finalize. This fixes #431 | Armin Ronacher | 2015-05-25 | 2 | -2/+26 | |
| | | | ||||||
* | | | Amend to #453 | Markus Unterwaditzer | 2015-05-17 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #453 from jeffwidman/patch-1 | Markus Unterwaditzer | 2015-05-17 | 1 | -3/+3 | |
|\ \ \ | |/ / |/| | | Fix typos and grammar in Readme | |||||
| * | | Fix typos and grammar in Readme | Jeff Widman | 2015-05-16 | 1 | -3/+3 | |
|/ / | ||||||
* | | Merge branch 'override-codegen-context' | Markus Unterwaditzer | 2015-04-06 | 6 | -4/+65 | |
|\ \ | ||||||
| * | | Add changelog for #404 | Markus Unterwaditzer | 2015-04-06 | 1 | -0/+3 | |
| | | | ||||||
| * | | Let the Environment override the Context | ThiefMaster | 2015-04-06 | 4 | -2/+27 | |
| | | | | | | | | | | | | closes #404 | |||||
| * | | Let the Environment override the CodeGenerator | ThiefMaster | 2015-04-06 | 4 | -2/+35 | |
|/ / | | | | | | | see #404 | |||||
* | | Merge pull request #437 from alexwlchan/master | Markus Unterwaditzer | 2015-04-06 | 3 | -4/+4 | |
|\ \ | | | | | | | Fix a few small typos in the docs | |||||
| * | | Fix a few small typos in the docs | Alex Chan | 2015-04-05 | 3 | -4/+4 | |
|/ / | ||||||
* | | Merge branch '2.7-maintenance' | Markus Unterwaditzer | 2015-04-02 | 0 | -0/+0 | |
|\ \ | ||||||
| * | | Fix syntax error2.7-maintenance | Markus Unterwaditzer | 2015-04-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch '2.7-maintenance' | Markus Unterwaditzer | 2015-04-02 | 0 | -0/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Fix #433 | Markus Unterwaditzer | 2015-04-02 | 1 | -6/+9 | |
| | | | ||||||
* | | | Actually don't run doctests | Markus Unterwaditzer | 2015-03-22 | 1 | -2/+1 | |
| | | | ||||||
* | | | Fix travis | Markus Unterwaditzer | 2015-03-22 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add build badges | Markus Unterwaditzer | 2015-03-22 | 1 | -0/+11 | |
| | | | ||||||
* | | | change py2 print statements to py3 | Kartheek Lenkala | 2015-03-22 | 3 | -3/+3 | |
| | | | ||||||
* | | | Fix doctests | Markus Unterwaditzer | 2015-03-22 | 6 | -32/+31 | |
| | | | | | | | | | | | | Fix #427 | |||||
* | | | Merge branch 'lkarthee-pytest_migration' | Markus Unterwaditzer | 2015-03-22 | 30 | -997/+923 | |
|\ \ \ | ||||||
| * | | | Exclude examples | Markus Unterwaditzer | 2015-03-22 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Use tox in travis | Markus Unterwaditzer | 2015-03-22 | 1 | -3/+4 | |
| | | | | ||||||
| * | | | Rename testsuite to tests and suggestions | Kartheek Lenkala | 2015-03-22 | 23 | -15/+16 | |
| | | | | | | | | | | | | | | | | | | | | Remove py.test from setup.py install_requires Rename testsuite folder to tests. | |||||
| * | | | Moving testsuite directory to root folder | Kartheek Lenkala | 2015-03-22 | 25 | -22/+4 | |
| | | | | ||||||
| * | | | fixing errors due to removal of init.py from test suite | Kartheek Lenkala | 2015-03-22 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Adding pytest references and dependencies in setup.py and Makefile | Kartheek Lenkala | 2015-03-22 | 2 | -2/+5 | |
| | | | |