summaryrefslogtreecommitdiff
path: root/Lib/test/test_unpack_ex.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-37540: vectorcall: keyword names must be strings (GH-14682)Jeroen Demeyer2019-08-161-1/+1
* bpo-32259: Make a TypeError message when unpack non-iterable more specific. (...Serhiy Storchaka2017-12-261-1/+1
* Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-121-0/+5
|\
| * Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-121-0/+5
* | Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+0
|/
* set items in dict displays from left to right (closes #24569)Benjamin Peterson2015-07-051-0/+3
* PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-051-3/+180
* #23949: Improve tuple unpacking error messages.R David Murray2015-04-151-1/+8
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Fix crasher in unpacking assignments with star, where the size constraintsThomas Wouters2008-03-141-0/+17
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-6/+6
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-111-0/+157