aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_listcomps.py
Commit message (Expand)AuthorAge
* gh-125522 : add explicit exception types to bare excepts in tests (#125523)Irit Katriel2024-10-15
* gh-123142: fix too wide source location of GET_ITER/GET_AITER (#123420)Irit Katriel2024-08-28
* gh-123142: Fix too wide source locations in tracebacks of exceptions from bro...Irit Katriel2024-08-21
* gh-119666: fix multiple class-scope comprehensions referencing __class__ (#12...Carl Meyer2024-06-09
* gh-74929: Implement PEP 667 (GH-115153)Tian Gao2024-05-04
* gh-118513: Fix sibling comprehensions with a name bound in one and global in ...Carl Meyer2024-05-03
* gh-114828: Fix __class__ in class-scope inlined comprehensions (#115139)Carl Meyer2024-02-07
* gh-110543: Fix CodeType.replace in presence of comprehensions (#110586)Jelle Zijlstra2023-11-08
* gh-109182: Fix and improve tests for gh-108654 (GH-109189)Serhiy Storchaka2023-09-11
* gh-108732: include comprehension locals in frame.f_locals (#109026)Carl Meyer2023-09-07
* gh-108654: restore comprehension locals before handling exception (#108659)Carl Meyer2023-08-30
* gh-105340: include hidden fast-locals in locals() (#105715)Carl Meyer2023-07-05
* gh-104602: Add additional test for listcomp with lambda (#104639)Jelle Zijlstra2023-05-19
* gh-104619: never leak comprehension locals to outer locals() (#104637)Carl Meyer2023-05-18
* gh-104602: ensure all cellvars are known up front (#104603)Carl Meyer2023-05-19
* gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)Carl Meyer2023-05-18
* gh-104374: Remove access to class scopes for inlined comprehensions (#104528)Jelle Zijlstra2023-05-18
* gh-104404: fix crasher with nested comprehensions plus lambdas (#104442)Carl Meyer2023-05-12
* gh-104377: fix cell in comprehension that is free in outer scope (#104394)Carl Meyer2023-05-11
* gh-104357: fix inlined comprehensions that close over iteration var (#104368)Carl Meyer2023-05-10
* gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)Carl Meyer2023-05-09
* bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)Serhiy Storchaka2021-09-20
* bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814)Serhiy Storchaka2020-02-12
* bpo-31027: Fix test_listcomps failure when run directly (#2939)Zackery Spytz2017-07-29
* having three copies of the same test is surely a bit excessiveBenjamin Peterson2010-12-12
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-11
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-15