summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_future_stmt/test_future.py
Commit message (Expand)AuthorAgeFilesLines
* gh-133581: Improve AST unparsing of t-strings (#133635)Jelle Zijlstra2025-05-081-0/+5
* gh-126139: Improve error message location for future statement with unknown f...Brian Schubert2024-10-291-4/+4
* gh-120417: Add #noqa: F401 to tests (#120627)Victor Stinner2024-06-181-4/+4
* gh-116860: Remove outdated `test_parserhack` from `test_future` (#116861)Nikita Sobolev2024-05-281-20/+0
* gh-118216: Don't consider dotted `__future__` imports (#118267)Crowthebird2024-05-021-0/+19
* gh-109485: Further improve `test_future_stmt` tests (#109486)Nikita Sobolev2023-09-191-42/+106
* gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368)Nikita Sobolev2023-09-151-0/+460