summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_listcomps.py
Commit message (Expand)AuthorAgeFilesLines
* gh-105340: include hidden fast-locals in locals() (#105715)Carl Meyer2023-07-051-0/+22
* gh-104602: Add additional test for listcomp with lambda (#104639)Jelle Zijlstra2023-05-191-0/+10
* gh-104619: never leak comprehension locals to outer locals() (#104637)Carl Meyer2023-05-191-0/+13
* gh-104602: ensure all cellvars are known up front (#104603)Carl Meyer2023-05-191-0/+26
* gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)Carl Meyer2023-05-181-0/+6
* gh-104374: Remove access to class scopes for inlined comprehensions (#104528)Jelle Zijlstra2023-05-181-2/+107
* gh-104404: fix crasher with nested comprehensions plus lambdas (#104442)Carl Meyer2023-05-131-0/+8
* gh-104377: fix cell in comprehension that is free in outer scope (#104394)Carl Meyer2023-05-111-4/+55
* gh-104357: fix inlined comprehensions that close over iteration var (#104368)Carl Meyer2023-05-111-0/+10
* gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)Carl Meyer2023-05-091-55/+220
* bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)Serhiy Storchaka2021-09-201-16/+9
* bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814)Serhiy Storchaka2020-02-121-0/+16
* bpo-31027: Fix test_listcomps failure when run directly (#2939)Zackery Spytz2017-07-291-1/+1
* having three copies of the same test is surely a bit excessiveBenjamin Peterson2010-12-121-296/+0
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-9/+9
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-111-1/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-15/+15
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-151-0/+444