index
:
cpython
3.10
3.11
3.12
3.13
3.14
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_unpack_ex.py
Commit message (
Expand
)
Author
Age
*
bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)
Serhiy Storchaka
2021-09-20
*
bpo-43797: Improve syntax error for invalid comparisons (#25317)
Pablo Galindo
2021-04-12
*
bpo-40631: Disallow single parenthesized star target (GH-24027)
Lysandros Nikolaou
2021-01-03
*
bpo-40715: Reject dict unpacking on dict comprehensions (GH-20292)
Batuhan Taskaya
2020-05-21
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
*
bpo-40067: Improve error messages for multiple star expressions in assignment...
Furkan Önder
2020-03-26
*
bpo-37645: add new function _PyObject_FunctionStr() (GH-14890)
Jeroen Demeyer
2019-11-05
*
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer
2019-08-16
*
bpo-32259: Make a TypeError message when unpack non-iterable more specific. (...
Serhiy Storchaka
2017-12-26
*
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Serhiy Storchaka
2016-06-12
|
\
|
*
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Serhiy Storchaka
2016-06-12
*
|
Issue #23277: Remove unused sys and os imports
Berker Peksag
2016-04-24
|
/
*
set items in dict displays from left to right (closes #24569)
Benjamin Peterson
2015-07-05
*
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson
2015-05-05
*
#23949: Improve tuple unpacking error messages.
R David Murray
2015-04-15
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Fix crasher in unpacking assignments with star, where the size constraints
Thomas Wouters
2008-03-14
*
Merged revisions 56492-56752 via svnmerge from
Guido van Rossum
2007-08-05
*
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum
2007-05-11