summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * Added unique filterSebastian Noack2015-08-102-26/+77
| |_|/ |/| |
* | | Improve release script to support new format and wheels.Armin Ronacher2015-07-261-2/+2
| | |
* | | This is 2.9.devArmin Ronacher2015-07-262-2/+2
|/ /
* | Bump version number to 2.82.8Armin Ronacher2015-07-262-2/+2
| |
* | Hardcode version in setup.py again.Armin Ronacher2015-07-261-10/+1
| |
* | Release date is today.Armin Ronacher2015-07-261-1/+1
| |
* | Merge pull request #425 from highlyunavailable/masterArmin Ronacher2015-07-261-2/+2
|\ \ | | | | | | Fix literal \ characters at the end of a string
| * | Fix literal \ characters at the end of a stringhighlyunavailable2015-03-201-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-1Markus Unterwaditzer2015-07-121-1/+1
|\ \ \ | | | | | | | | Fix typo: "the iterates" > "that iterates"
| * | | Fix typo: "the iterates" > "that iterates"Steven Maude2015-07-111-1/+1
|/ / / | | | | | | In filters.py.
* | | Fix syntax errorMarkus Unterwaditzer2015-06-011-1/+1
| | |
* | | Update FAQ about unsupported Python versionsMarkus Unterwaditzer2015-06-011-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 versionsMarkus Unterwaditzer2015-06-011-0/+4
| | | | | | | | | | | | | | | Thanks to @ThomasWaldmann for the original patch. His fork is gone so I can't apply the original commits.
* | | Changelog for #447Markus Unterwaditzer2015-06-011-0/+1
| | |
* | | Merge pull request #447 from bentimms/int-filter-baseMarkus Unterwaditzer2015-06-012-5/+9
|\ \ \ | | | | | | | | Add 'base' parameter to 'int' filter
| * | | Add 'base' parameter to 'int' filterBen Timms2015-04-292-5/+9
| | |/ | |/|
* | | Merge pull request #450 from jenisys/fixdoc.extension_exampleMarkus Unterwaditzer2015-06-011-1/+1
|\ \ \ | | | | | | | | FIX DOC-EXAMPLE: cache_extension.py
| * | | FIX EXAMPLE:jenisys2015-05-091-1/+1
| |/ / | | | | | | | | | | | | No longer working with current code base since the TokenStream.next() method was removed.
* | | Sort filters, remove dupesMarkus Unterwaditzer2015-06-011-36/+34
| | | | | | | | | | | | Fix #454
* | | Merge branch 'merwok-patch-1'Markus Unterwaditzer2015-06-012-2/+2
|\ \ \ | | | | | | | | | | | | Fix #455
| * | | Fix typoÉric Araujo2015-06-012-2/+2
|/ / /
* | | Escape slashes in query strings. This fixes #445Armin Ronacher2015-05-253-3/+10
| | |
* | | Merge branch 'pr/451'Armin Ronacher2015-05-251-11/+24
|\ \ \
| * | | fix the fancy tracebacks on Python 3Antti Haapala2015-05-101-11/+24
| |/ /
* | | Added decorator support for finalize. This fixes #431Armin Ronacher2015-05-252-2/+26
| | |
* | | Amend to #453Markus Unterwaditzer2015-05-171-2/+2
| | |
* | | Merge pull request #453 from jeffwidman/patch-1Markus Unterwaditzer2015-05-171-3/+3
|\ \ \ | |/ / |/| | Fix typos and grammar in Readme
| * | Fix typos and grammar in ReadmeJeff Widman2015-05-161-3/+3
|/ /
* | Merge branch 'override-codegen-context'Markus Unterwaditzer2015-04-066-4/+65
|\ \
| * | Add changelog for #404Markus Unterwaditzer2015-04-061-0/+3
| | |
| * | Let the Environment override the ContextThiefMaster2015-04-064-2/+27
| | | | | | | | | | | | closes #404
| * | Let the Environment override the CodeGeneratorThiefMaster2015-04-064-2/+35
|/ / | | | | | | see #404
* | Merge pull request #437 from alexwlchan/masterMarkus Unterwaditzer2015-04-063-4/+4
|\ \ | | | | | | Fix a few small typos in the docs
| * | Fix a few small typos in the docsAlex Chan2015-04-053-4/+4
|/ /
* | Merge branch '2.7-maintenance'Markus Unterwaditzer2015-04-020-0/+0
|\ \
| * | Fix syntax error2.7-maintenanceMarkus Unterwaditzer2015-04-021-1/+1
| | |
* | | Merge branch '2.7-maintenance'Markus Unterwaditzer2015-04-020-0/+0
|\ \ \ | |/ /
| * | Fix #433Markus Unterwaditzer2015-04-021-6/+9
| | |
* | | Actually don't run doctestsMarkus Unterwaditzer2015-03-221-2/+1
| | |
* | | Fix travisMarkus Unterwaditzer2015-03-221-1/+1
| | |
* | | Add build badgesMarkus Unterwaditzer2015-03-221-0/+11
| | |
* | | change py2 print statements to py3Kartheek Lenkala2015-03-223-3/+3
| | |
* | | Fix doctestsMarkus Unterwaditzer2015-03-226-32/+31
| | | | | | | | | | | | Fix #427
* | | Merge branch 'lkarthee-pytest_migration'Markus Unterwaditzer2015-03-2230-997/+923
|\ \ \
| * | | Exclude examplesMarkus Unterwaditzer2015-03-221-0/+3
| | | |
| * | | Use tox in travisMarkus Unterwaditzer2015-03-221-3/+4
| | | |
| * | | Rename testsuite to tests and suggestionsKartheek Lenkala2015-03-2223-15/+16
| | | | | | | | | | | | | | | | | | | | Remove py.test from setup.py install_requires Rename testsuite folder to tests.
| * | | Moving testsuite directory to root folderKartheek Lenkala2015-03-2225-22/+4
| | | |
| * | | fixing errors due to removal of init.py from test suiteKartheek Lenkala2015-03-221-1/+1
| | | |
| * | | Adding pytest references and dependencies in setup.py and MakefileKartheek Lenkala2015-03-222-2/+5
| | | |