summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_future.py
Commit message (Expand)AuthorAgeFilesLines
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-1/+1
* make sure the parser flags and passed onto the compilerBenjamin Peterson2008-10-311-0/+5
* fix __future__ imports when multiple features are givenBenjamin Peterson2008-10-261-2/+6
* Fix a bug in the parser's future statement handling that led to "with"Georg Brandl2006-09-241-0/+21
* SF #736962, port test_future to unittest, add a bit more coverage, by Walter ...Neal Norwitz2003-12-131-32/+74
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-8/+8
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Fix SF bug [ #450245 ] Error in parsing future stmtsJeremy Hylton2001-08-201-0/+3
* Fix compileall.py so that it fails on SyntaxErrorsJeremy Hylton2001-04-181-5/+5
* Whitespace normalization.Tim Peters2001-03-011-1/+0
* Add regression test for future statements. This adds eight files, butJeremy Hylton2001-02-281-0/+45