summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version number to 2.102.102.10-maintenanceDavid Lord2017-11-082-2/+2
* clean up MANIFEST.inDavid Lord2017-11-084-146/+184
* Support filters in set blockThiefMaster2017-10-316-3/+49
* Merge pull request #708 from jctanner/NATIVE_TYPESDavid Lord2017-10-315-1/+399
|\
| * Merge branch 'master' into NATIVE_TYPESDavid Lord2017-10-3113-22/+56
| |\ | |/ |/|
* | Fix typo in docstring (#779)Ricardo Lafuente2017-10-161-1/+1
* | codecov needs argparse on 2.6David Lord2017-10-081-0/+2
* | Minor docstring grammar fix (#772)Eli Boyarski2017-09-181-1/+1
* | s/Add/Added/ in CHANGESAdrian Moennich2017-08-221-4/+4
* | Merge branch '2.9-maintenance'Adrian Moennich2017-08-227-13/+32
|\ \
| * | Compile `elif` tag to `elif` instead of `else: if`2.9-maintenanceAdrian Moennich2017-08-227-13/+32
* | | Merge branch '2.9-maintenance'Armin Ronacher2017-08-094-4/+17
|\ \ \ | |/ /
| * | Added a changelog entryArmin Ronacher2017-08-091-0/+2
| * | Fix regression in 2.9 involving unsafe Context.get_all() usageZac Medico2017-08-091-1/+1
| * | Merge pull request #718 from ayalash/issue_709David Lord2017-05-233-3/+14
| |\ \
| | * | add changelogDavid Lord2017-05-231-0/+10
| | * | Make tojson always safe (fix #709)Ayala Shachar2017-05-232-3/+4
| |/ /
| | * quickly fix py3 testsJames Tanner2017-07-251-1/+1
| | * Add requested patch for safe_repr and nodes.ImpossibleJames Tanner2017-07-252-1/+19
| | * Merge branch 'master' into NATIVE_TYPESAdrian2017-07-148-58/+227
| | |\ | |_|/ |/| |
* | | Merge pull request #672 from alexk307/tests-memcached-bytecode-cacheDavid Lord2017-07-091-1/+61
|\ \ \
| * | | rewrite tests to match usageDavid Lord2017-07-091-40/+37
| * | | Adds tests for the memcached bytecode cache moduleAlex Kahan2017-07-091-1/+64
|/ / /
* | | Merge pull request #692 from dnmvisser/dictsort_reverseDavid Lord2017-07-083-16/+25
|\ \ \
| * | | add test and changelogDavid Lord2017-07-083-14/+20
| * | | 'reverse' option for dictsortDick Visser2017-07-081-2/+5
|/ / /
* | | Merge pull request #502 from berrange/callableDavid Lord2017-07-071-7/+8
|\ \ \
| * | | runtime: avoid assumption that all objects provide __call__Daniel P. Berrange2015-10-131-7/+8
* | | | Merge pull request #685 from jkfran/masterDavid Lord2017-07-073-15/+56
|\ \ \ \
| * | | | shorten argumentsDavid Lord2017-07-073-23/+48
| * | | | Ignore empty lines in indent filterFrancisco Jiménez Cabrera2017-07-072-8/+24
|/ / / /
* | | | Merge pull request #617 from jackwilsdon/dont-skip-commaDavid Lord2017-07-073-2/+8
|\ \ \ \
| * | | | add test and changelogDavid Lord2017-07-072-1/+8
| * | | | Don't skip an erroneous comma when parsing fromJack Wilsdon2017-07-071-1/+0
|/ / / /
* | | | Merge pull request #618 from jackwilsdon/stricter-from-parsingDavid Lord2017-07-073-3/+23
|\ \ \ \
| * | | | add tests and changelogDavid Lord2017-07-072-2/+22
| * | | | Add stricter checking to "from ... import ..."Jack Wilsdon2017-07-071-1/+1
|/ / / /
* | | | Merge pull request #740 from davidism/optimize-testsDavid Lord2017-07-071-15/+47
|\ \ \ \
| * | | | Inline template tests during optimizationSebastian Noack2017-07-071-15/+47
|/ / / /
| | | * Add support for the Environment to optionally return native types.James Tanner2017-07-065-0/+380
| |_|/ |/| |
* | | Merge pull request #665 from pallets/operator-testsDavid Lord2017-07-064-48/+64
|\ \ \
| * | | allow using comparison operator symbols as testsDavid Lord2017-07-064-48/+64
|/ / /
* | | Merge pull request #738 from davidism/test-configDavid Lord2017-07-069-40/+86
|\ \ \
| * | | standard test configurationDavid Lord2017-07-065-13/+72
| * | | fix docs warningsDavid Lord2017-07-063-9/+14
| * | | remove test copied from markupsafeDavid Lord2017-07-061-18/+0
|/ / /
* | | Merge pull request #737 from davidism/minmax-filtersDavid Lord2017-07-063-19/+74
|\ \ \
| * | | parametrize testsDavid Lord2017-07-063-62/+42
| * | | Added min and max filtersSebastian Noack2017-07-062-1/+76
|/ / /
* | | Merge pull request #735 from davidism/unique-filterDavid Lord2017-07-053-28/+94
|\ \ \