History log of /external/python/cpython2/Lib/compiler/future.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
311d071541ba1fd8615ecf604026e96d547c1d80 27-Mar-2008 Neal Norwitz <nnorwitz@gmail.com> Fix test_compiler after adding unicode_literals
/external/python/cpython2/Lib/compiler/future.py
5d5c63f462683e971a4a2d877e78946554aacbf3 19-Mar-2008 Eric Smith <eric@trueblade.com> Fixed compiler module so __future__ print_function is compilable.
/external/python/cpython2/Lib/compiler/future.py
afcd838f1f69fdd4bf8a9e5799e0bd591fb109aa 29-Jul-2006 Georg Brandl <georg@python.org> Revert rev 42617, it was introduced to work around bug #1441397.
test_compiler now passes again.
/external/python/cpython2/Lib/compiler/future.py
34aa7ba11431a46e72ec30ee7528f2e52adbed7f 28-Feb-2006 Thomas Wouters <thomas@python.org> from __future__ import with_statement addon for 'with', mostly written by
Neal.
/external/python/cpython2/Lib/compiler/future.py
415ed937c21f0d563fb11a20189831b908673462 27-Feb-2006 Martin v. Löwis <martin@v.loewis.de> Skip over doc strings.
/external/python/cpython2/Lib/compiler/future.py
e0c446bb4ad67294f42d4cb53b4ff28413bd8dde 18-Oct-2001 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/compiler/future.py
ec5bfd13cada33ed36f93fd76b1355ce9ee2710f 18-Aug-2001 Jeremy Hylton <jeremy@alum.mit.edu> Track removal of doc string from Module().nodes[0]
/external/python/cpython2/Lib/compiler/future.py
80e29bd1392bfae865f2ff44b1fe92a5d0fad7c8 09-Apr-2001 Jeremy Hylton <jeremy@alum.mit.edu> Add support for future statements
/external/python/cpython2/Lib/compiler/future.py