aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_unpack_ex.py
Commit message (Expand)AuthorAge
* bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)Serhiy Storchaka2021-09-20
* bpo-43797: Improve syntax error for invalid comparisons (#25317)Pablo Galindo2021-04-12
* bpo-40631: Disallow single parenthesized star target (GH-24027)Lysandros Nikolaou2021-01-03
* bpo-40715: Reject dict unpacking on dict comprehensions (GH-20292)Batuhan Taskaya2020-05-21
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-22
* bpo-40067: Improve error messages for multiple star expressions in assignment...Furkan Önder2020-03-26
* bpo-37645: add new function _PyObject_FunctionStr() (GH-14890)Jeroen Demeyer2019-11-05
* bpo-37540: vectorcall: keyword names must be strings (GH-14682)Jeroen Demeyer2019-08-16
* bpo-32259: Make a TypeError message when unpack non-iterable more specific. (...Serhiy Storchaka2017-12-26
* Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-12
|\
| * Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-12
* | Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-24
|/
* set items in dict displays from left to right (closes #24569)Benjamin Peterson2015-07-05
* PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-05
* #23949: Improve tuple unpacking error messages.R David Murray2015-04-15
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Fix crasher in unpacking assignments with star, where the size constraintsThomas Wouters2008-03-14
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-05
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-11