It's a new year
authorArmin Ronacher <armin.ronacher@active-4.com>
Fri, 22 Jan 2010 08:41:48 +0000 (09:41 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Fri, 22 Jan 2010 08:41:48 +0000 (09:41 +0100)
--HG--
branch : trunk

22 files changed:
jinja2/__init__.py
jinja2/_ipysupport.py
jinja2/bccache.py
jinja2/compiler.py
jinja2/constants.py
jinja2/debug.py
jinja2/defaults.py
jinja2/environment.py
jinja2/exceptions.py
jinja2/ext.py
jinja2/filters.py
jinja2/lexer.py
jinja2/loaders.py
jinja2/meta.py
jinja2/nodes.py
jinja2/optimizer.py
jinja2/parser.py
jinja2/runtime.py
jinja2/sandbox.py
jinja2/tests.py
jinja2/utils.py
jinja2/visitor.py

index 41dd6151a2aae5fbef21c7785b446b489ee1d9b8..ed91fc55b80ac563ddf98cf5925bb0154f6535c4 100644 (file)
@@ -23,7 +23,7 @@
         {% endblock %}
 
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 __docformat__ = 'restructuredtext en'
index f7f807b5891545a7d194856b5f69bf83b6db5cbb..61b5542a5def73bebdfbad94abdd0fbb4983e492 100644 (file)
@@ -6,7 +6,7 @@
     IronPython support library.  This library exports functionality from
     the CLR to Python that is normally available in the standard library.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD.
 """
 from System import DateTime
index 6415158f1ae121fefa2a9147be34d2a6fb657ff0..93e1041ebc0ee93b3654322758751f34a92f8471 100644 (file)
@@ -11,7 +11,7 @@
     Situations where this is useful are often forking web applications that
     are initialized on the first request.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD.
 """
 from os import path, listdir
index ab1afee7db922eea45f4a1c27480a7aa88cb56e3..59d06c7400625cd13639febb0e3ae58ae5942bb2 100644 (file)
@@ -5,7 +5,7 @@
 
     Compiles nodes into python code.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD.
 """
 from cStringIO import StringIO
index 6e7ed9069fd04d355fbb1e5113c4b7e7c7ffe91b..d83e44bbf9ea2746e4985216a4a541c1d4d905dc 100644 (file)
@@ -5,7 +5,7 @@
 
     Various constants.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 6930d32bec44026dc3d5167670b9df4888b0a58c..08e828c4c759836d07b0f95adc63ec96bbb969c2 100644 (file)
@@ -7,7 +7,7 @@
     ugly stuff with the Python traceback system in order to achieve tracebacks
     with correct line numbers, locals and contents.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import sys
index 13e303b7131553a882decdbd026290084695c96d..96d20b2fc93261d619865f5884b8feaaca0f0237 100644 (file)
@@ -5,7 +5,7 @@
 
     Jinja default filters and tags.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from jinja2.utils import generate_lorem_ipsum, Cycler, Joiner
index d5a451538a97d0a7cf6f3d050b968e2f9fe651ed..8983123828ffcea25f54ae883adf48e7589864b9 100644 (file)
@@ -5,7 +5,7 @@
 
     Provides a class that holds runtime and parsing time options.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import sys
index acb26dbb558a0d9bd2bf6b1ff41f3c3544b1ffae..37071ed07d5677f8d8991f2a40106b49c2df6871 100644 (file)
@@ -5,7 +5,7 @@
 
     Jinja exceptions.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 
index 218fbace16e64f7dc7cf055631d65539869995af..0d6d609e4af2023e97d1aa010c3f02088f0e435b 100644 (file)
@@ -7,7 +7,7 @@
     tags work.  By default two example extensions exist: an i18n and a cache
     extension.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD.
 """
 from collections import deque
index 676627f34d1c843961e54adb1d73e43603b33fae..4b85c30812cc4be6a0bf3f0a6c4a4fb064e93187 100644 (file)
@@ -5,7 +5,7 @@
 
     Bundled jinja filters.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import re
index c9846aae1f94e669dddde25e413345070b4e96eb..aa6789696ee29f2b9ec38a454fef9bab3928487a 100644 (file)
@@ -11,7 +11,7 @@
     operators we don't allow in templates. On the other hand it separates
     template code and python code in expressions.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import re
index feb4ff7602db8bdde413c789aa174dac54eae8c2..5d5723d7407a52d529fcd695eceb67461ff38990 100644 (file)
@@ -5,7 +5,7 @@
 
     Jinja loader classes.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from os import path
index 67113ab0a77f7828a039ed421bdbffea61d6326f..3a779a5e9a81a6b59b0fa1685c63e62e38a70b9c 100644 (file)
@@ -6,7 +6,7 @@
     This module implements various functions that exposes information about
     templates that might be interesting for various kinds of applications.
 
-    :copyright: (c) 2009 by the Jinja Team, see AUTHORS for more details.
+    :copyright: (c) 2010 by the Jinja Team, see AUTHORS for more details.
     :license: BSD, see LICENSE for more details.
 """
 from jinja2 import nodes
index 7c6c23012f5d1682add4acdfc379cb0ed4ed1bad..5972139c61a25e50d4f3f032bd8dce0a5493d371 100644 (file)
@@ -9,7 +9,7 @@
     `get_nodes` used by the parser and translator in order to normalize
     python and jinja nodes.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import operator
index 1831beb84b17591a12265bc605467401ff5d5420..00eab115e1c19a86bb1ec64b7cf626fbf413e126 100644 (file)
@@ -13,7 +13,7 @@
 
     The solution would be a second syntax tree that has the scoping rules stored.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD.
 """
 from jinja2 import nodes
index c94afb485473f2f553ae3b56f294cffd47da322d..b8879f83cf052b274c84374e0221fc7dcdbb666c 100644 (file)
@@ -5,7 +5,7 @@
 
     Implements the template parser.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 from jinja2 import nodes
index b06b39cf02b4704106c74e5aa13cd72cfdf3a647..0064cd0060a6e4e2f411823492eeb6ee5a4f18fb 100644 (file)
@@ -5,7 +5,7 @@
 
     Runtime helpers.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD.
 """
 import sys
index f93219b2552d3958920ca4d73b20a16c3a16eea6..98873102c855997fcb4c1e2fea0d0aa250096413 100644 (file)
@@ -9,7 +9,7 @@
 
     The behavior can be changed by subclassing the environment.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD.
 """
 import operator
index 9fbf1639438c101b0a5972d34a54b80eeb78bf9c..2d72dcbe904a9a29bb8652c4e7b31e0511378dd7 100644 (file)
@@ -5,7 +5,7 @@
 
     Jinja test functions. Used with the "is" operator.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import re
index be8cd6d1817281dabf079b3efaaa0239626cea2c..d0e83dfe9fae8129ba5a9ba011e003f9b5bcf309 100644 (file)
@@ -5,7 +5,7 @@
 
     Utility functions.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD, see LICENSE for more details.
 """
 import re
index c27c24cef7537df3bf8e8e870a109952d8b33bdb..413e7c309dc7fc137aa16c24808e9acd8227aad4 100644 (file)
@@ -5,7 +5,7 @@
 
     This module implements a visitor for the nodes.
 
-    :copyright: (c) 2009 by the Jinja Team.
+    :copyright: (c) 2010 by the Jinja Team.
     :license: BSD.
 """
 from jinja2.nodes import Node