COMMITS
/ Lib/test/test_listcomps.py March 9, 2026
June 29, 2025
W
Doc: fix duplicated words (#136086)
Weilin Du committed
October 15, 2024
I
gh-125522 : add explicit exception types to bare excepts in tests (#125523)
Irit Katriel committed
August 28, 2024
I
gh-123142: fix too wide source location of GET_ITER/GET_AITER (#123420)
Irit Katriel committed
August 21, 2024
June 10, 2024
C
gh-119666: fix multiple class-scope comprehensions referencing __class__ (#120295)
Carl Meyer committed
May 4, 2024
T
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao committed
May 3, 2024
February 7, 2024
C
gh-114828: Fix __class__ in class-scope inlined comprehensions (#115139)
Carl Meyer committed
November 8, 2023
J
gh-110543: Fix CodeType.replace in presence of comprehensions (#110586)
Jelle Zijlstra committed
September 11, 2023
S
gh-109182: Fix and improve tests for gh-108654 (GH-109189)
Serhiy Storchaka committed
September 7, 2023
C
gh-108732: include comprehension locals in frame.f_locals (#109026)
Carl Meyer committed
August 30, 2023
C
gh-108654: restore comprehension locals before handling exception (#108659)
Carl Meyer committed
July 5, 2023
C
gh-105340: include hidden fast-locals in locals() (#105715)
Carl Meyer committed
May 19, 2023
J
gh-104602: Add additional test for listcomp with lambda (#104639)
Jelle Zijlstra committed
C
gh-104619: never leak comprehension locals to outer locals() (#104637)
Carl Meyer committed
C
gh-104602: ensure all cellvars are known up front (#104603)
Carl Meyer committed
May 18, 2023
C
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
Carl Meyer committed
J
gh-104374: Remove access to class scopes for inlined comprehensions (#104528)
Jelle Zijlstra committed
May 13, 2023
C
gh-104404: fix crasher with nested comprehensions plus lambdas (#104442)
Carl Meyer committed
May 11, 2023
C
gh-104377: fix cell in comprehension that is free in outer scope (#104394)
Carl Meyer committed
C
gh-104357: fix inlined comprehensions that close over iteration var (#104368)
Carl Meyer committed
May 9, 2023
C
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer committed
September 20, 2021
S
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
Serhiy Storchaka committed
February 12, 2020
S
bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814)
Serhiy Storchaka committed
July 29, 2017
Z
bpo-31027: Fix test_listcomps failure when run directly (#2939)
Zackery Spytz committed
December 12, 2010
B
having three copies of the same test is surely a bit excessive
Benjamin Peterson committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
May 11, 2007
G
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum committed
May 7, 2007
G
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum committed
April 15, 2007
N
Hide list comp variables and support set comprehensions
Nick Coghlan committed