index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_listcomps.py
Commit message (
Expand
)
Author
Age
*
gh-125522 : add explicit exception types to bare excepts in tests (#125523)
Irit Katriel
2024-10-15
*
gh-123142: fix too wide source location of GET_ITER/GET_AITER (#123420)
Irit Katriel
2024-08-28
*
gh-123142: Fix too wide source locations in tracebacks of exceptions from bro...
Irit Katriel
2024-08-21
*
gh-119666: fix multiple class-scope comprehensions referencing __class__ (#12...
Carl Meyer
2024-06-09
*
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao
2024-05-04
*
gh-118513: Fix sibling comprehensions with a name bound in one and global in ...
Carl Meyer
2024-05-03
*
gh-114828: Fix __class__ in class-scope inlined comprehensions (#115139)
Carl Meyer
2024-02-07
*
gh-110543: Fix CodeType.replace in presence of comprehensions (#110586)
Jelle Zijlstra
2023-11-08
*
gh-109182: Fix and improve tests for gh-108654 (GH-109189)
Serhiy Storchaka
2023-09-11
*
gh-108732: include comprehension locals in frame.f_locals (#109026)
Carl Meyer
2023-09-07
*
gh-108654: restore comprehension locals before handling exception (#108659)
Carl Meyer
2023-08-30
*
gh-105340: include hidden fast-locals in locals() (#105715)
Carl Meyer
2023-07-05
*
gh-104602: Add additional test for listcomp with lambda (#104639)
Jelle Zijlstra
2023-05-19
*
gh-104619: never leak comprehension locals to outer locals() (#104637)
Carl Meyer
2023-05-18
*
gh-104602: ensure all cellvars are known up front (#104603)
Carl Meyer
2023-05-19
*
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
Carl Meyer
2023-05-18
*
gh-104374: Remove access to class scopes for inlined comprehensions (#104528)
Jelle Zijlstra
2023-05-18
*
gh-104404: fix crasher with nested comprehensions plus lambdas (#104442)
Carl Meyer
2023-05-12
*
gh-104377: fix cell in comprehension that is free in outer scope (#104394)
Carl Meyer
2023-05-11
*
gh-104357: fix inlined comprehensions that close over iteration var (#104368)
Carl Meyer
2023-05-10
*
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer
2023-05-09
*
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
Serhiy Storchaka
2021-09-20
*
bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814)
Serhiy Storchaka
2020-02-12
*
bpo-31027: Fix test_listcomps failure when run directly (#2939)
Zackery Spytz
2017-07-29
*
having three copies of the same test is surely a bit excessive
Benjamin Peterson
2010-12-12
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum
2007-05-11
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
*
Hide list comp variables and support set comprehensions
Nick Coghlan
2007-04-15