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_unpack_ex.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40715: Reject dict unpacking on dict comprehensions (GH-20292)
Batuhan Taskaya
2020-05-21
1
-0/+5
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
1
-8/+9
*
bpo-40067: Improve error messages for multiple star expressions in assignment...
Furkan Önder
2020-03-26
1
-2/+7
*
bpo-37645: add new function _PyObject_FunctionStr() (GH-14890)
Jeroen Demeyer
2019-11-05
1
-5/+5
*
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer
2019-08-16
1
-1/+1
*
bpo-32259: Make a TypeError message when unpack non-iterable more specific. (...
Serhiy Storchaka
2017-12-26
1
-1/+1
*
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Serhiy Storchaka
2016-06-12
1
-0/+5
|
\
|
*
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Serhiy Storchaka
2016-06-12
1
-0/+5
*
|
Issue #23277: Remove unused sys and os imports
Berker Peksag
2016-04-24
1
-1/+0
|
/
*
set items in dict displays from left to right (closes #24569)
Benjamin Peterson
2015-07-05
1
-0/+3
*
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson
2015-05-06
1
-3/+180
*
#23949: Improve tuple unpacking error messages.
R David Murray
2015-04-15
1
-1/+8
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2/+2
*
Fix crasher in unpacking assignments with star, where the size constraints
Thomas Wouters
2008-03-14
1
-0/+17
*
Merged revisions 56492-56752 via svnmerge from
Guido van Rossum
2007-08-05
1
-6/+6
*
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum
2007-05-11
1
-0/+157