summaryrefslogtreecommitdiff
path: root/Lib/test/test_future.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)Miss Islington (bot)2018-09-301-1/+2
* [3.7] bpo-33475: Fix and improve converting annotations to strings. (GH-6774)...Serhiy Storchaka2018-05-201-63/+64
* String annotations [PEP 563] (#4390)Guido van Rossum2018-01-261-0/+163
* Issue #28512: Fixed setting the offset attribute of SyntaxError bySerhiy Storchaka2016-12-111-40/+23
|\
| * Issue #28512: Fixed setting the offset attribute of SyntaxError bySerhiy Storchaka2016-12-111-40/+23
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-1/+1
|/
* reject non-docs strings between future imports (closes #17434)Benjamin Peterson2013-03-161-0/+8
* #17303: test_future* now work with unittest test discovery. Patch by Zachary...Ezio Melotti2013-02-271-13/+11
* #11093: make NOTTESTS empty by renaming confusingly named files in test dir.R David Murray2011-03-241-6/+6
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-1/+1
* Merged revisions 67066 via svnmerge fromBenjamin Peterson2008-10-311-0/+5
* Merged revisions 67030-67031 via svnmerge fromBenjamin Peterson2008-10-261-2/+6
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-5/+5
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-7/+7
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-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