third_party_jinja2/jinja2
Florian Bruhin 593ee1e481 Import abstract base classes from collections.abc
In Python 3.7, importing ABCs directly from the `collections` module shows a
warning (and in Python 3.8 it will stop working) - see
c66f9f8d39

This fixes various DeprecationWarnings such as those:

```
.../jinja2/utils.py:485: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  from collections import MutableMapping

.../jinja2/runtime.py:318: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  from collections import Mapping
```
2019-06-18 10:45:22 -03:00
..
__init__.py release 2.10.1 2019-04-06 11:02:53 -07:00
_compat.py Import abstract base classes from collections.abc 2019-06-18 10:45:22 -03:00
_identifier.py go back to generating regex, simplified 2017-07-04 10:00:32 -07:00
asyncfilters.py Smaller fixes to stuff that broke on 3.x 2017-01-07 02:44:37 +01:00
asyncsupport.py Add previtem/nextitem to loop context 2017-06-24 10:52:06 +02:00
bccache.py In documentation, prefer https over http when available 2017-04-09 15:21:05 -07:00
compiler.py Support filters in set block 2017-10-31 23:04:45 +01:00
constants.py Bump up the copyright to 2017 2017-01-07 16:17:14 +01:00
debug.py Fix regression in 2.9 involving unsafe Context.get_all() usage 2017-08-09 09:05:54 +02:00
defaults.py Add support for {% trans trimmed ... %} 2017-07-03 16:37:45 +02:00
environment.py Minor docstring grammar fix (#772) 2017-09-18 16:24:38 +02:00
exceptions.py Bump up the copyright to 2017 2017-01-07 16:17:14 +01:00
ext.py Add support for {% trans trimmed ... %} 2017-07-03 16:37:45 +02:00
filters.py Fix typo in docstring (#779) 2017-10-16 13:11:44 +02:00
idtracking.py Merge branch '2.9-maintenance' 2017-08-22 23:17:15 +02:00
lexer.py fix docs warnings 2017-07-06 10:43:30 -07:00
loaders.py Bump up the copyright to 2017 2017-01-07 16:17:14 +01:00
meta.py Bump up the copyright to 2017 2017-01-07 16:17:14 +01:00
nativetypes.py Add requested patch for safe_repr and nodes.Impossible 2017-07-25 21:48:12 -04:00
nodes.py Support filters in set block 2017-10-31 23:04:45 +01:00
optimizer.py Bump up the copyright to 2017 2017-01-07 16:17:14 +01:00
parser.py Support filters in set block 2017-10-31 23:04:45 +01:00
runtime.py Import abstract base classes from collections.abc 2019-06-18 10:45:22 -03:00
sandbox.py Import abstract base classes from collections.abc 2019-06-18 10:45:22 -03:00
tests.py Import abstract base classes from collections.abc 2019-06-18 10:45:22 -03:00
utils.py Import abstract base classes from collections.abc 2019-06-18 10:45:22 -03:00
visitor.py Bump up the copyright to 2017 2017-01-07 16:17:14 +01:00