summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_future_stmt/test_future.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-126139: Improve error message location for future statement with ↵Brian Schubert2024-10-301-3/+3
| | | | | unknown feature (GH-126140) (#126160) (cherry picked from commit 224c370a3680132997f1e43d20a3b4ca95a060ab)
* [3.12] gh-116860: Remove outdated `test_parserhack` from `test_future` ↵Miss Islington (bot)2024-05-281-20/+0
| | | | | | | | (GH-116861) (#119648) gh-116860: Remove outdated `test_parserhack` from `test_future` (GH-116861) (cherry picked from commit 669175bf8edc2c02d48401bac0e4c7d99a33f15b) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* [3.12] gh-108303: Move `test_future` into its own test_future_stmt subdir ↵Victor Stinner2023-10-021-0/+460
(#109368) (#109679) gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368) (cherry picked from commit 82505dc351b2f7e37aa395218709b432d83292cd) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>