summaryrefslogtreecommitdiff
path: root/Lib/test/test_future.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-37070: Cleanup fstring debug handling (GH-13607)Eric V. Smith2019-05-291-0/+1
* bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node i...Eric V. Smith2019-05-271-6/+9
* bpo-36961: Handle positional-only arguments in uparse.c (GH-13412)Pablo Galindo2019-05-181-0/+12
* Add support for PEP572 in ast_unparse.c (GH-13337)Batuhan Taşkaya2019-05-181-0/+2
* bpo-36817: Add f-string debugging using '='. (GH-13123)Eric V. Smith2019-05-081-0/+9
* bpo-35202: Remove unused imports in tests. (GH-10561)Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-161-1/+0
* bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)Serhiy Storchaka2018-09-301-1/+2
* bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)Serhiy Storchaka2018-09-271-1/+1
* bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)Ammar Askar2018-09-241-3/+3
* bpo-33475: Fix and improve converting annotations to strings. (GH-6774)Serhiy Storchaka2018-05-161-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