index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_listcomps.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-105340: include hidden fast-locals in locals() (#105715)
Carl Meyer
2023-07-05
1
-0/+22
*
gh-104602: Add additional test for listcomp with lambda (#104639)
Jelle Zijlstra
2023-05-19
1
-0/+10
*
gh-104619: never leak comprehension locals to outer locals() (#104637)
Carl Meyer
2023-05-19
1
-0/+13
*
gh-104602: ensure all cellvars are known up front (#104603)
Carl Meyer
2023-05-19
1
-0/+26
*
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
Carl Meyer
2023-05-18
1
-0/+6
*
gh-104374: Remove access to class scopes for inlined comprehensions (#104528)
Jelle Zijlstra
2023-05-18
1
-2/+107
*
gh-104404: fix crasher with nested comprehensions plus lambdas (#104442)
Carl Meyer
2023-05-13
1
-0/+8
*
gh-104377: fix cell in comprehension that is free in outer scope (#104394)
Carl Meyer
2023-05-11
1
-4/+55
*
gh-104357: fix inlined comprehensions that close over iteration var (#104368)
Carl Meyer
2023-05-11
1
-0/+10
*
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer
2023-05-09
1
-55/+220
*
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
Serhiy Storchaka
2021-09-20
1
-16/+9
*
bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814)
Serhiy Storchaka
2020-02-12
1
-0/+16
*
bpo-31027: Fix test_listcomps failure when run directly (#2939)
Zackery Spytz
2017-07-29
1
-1/+1
*
having three copies of the same test is surely a bit excessive
Benjamin Peterson
2010-12-12
1
-296/+0
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-9/+9
*
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum
2007-05-11
1
-1/+1
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-15/+15
*
Hide list comp variables and support set comprehensions
Nick Coghlan
2007-04-15
1
-0/+444