1. 13a6c09 bpo-32259: Make a TypeError message when unpack non-iterable more specific. (#4903) by Serhiy Storchaka · 7 years ago
  2. 094c9c9 Issue #23275: Allow () = iterable assignment syntax by Berker Peksag · 8 years ago
  3. 4171bbe #23949: Improve tuple unpacking error messages. by R David Murray · 9 years ago
  4. 0310a83 #3071: tell how many values were expected when unpacking too many. by Georg Brandl · 14 years ago
  5. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  6. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  7. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  8. 6a2a2a0 Inspired by SF patch #860326, make the exception formatting by by Guido van Rossum · 18 years ago
  9. 3981511 Port test_unpack to doctest (patch #736962). by Johannes Gijsbers · 20 years ago
  10. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  11. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  12. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  13. 0157e7a Added some single tuple/list unpacking for JPython regression testing. by Barry Warsaw · 24 years ago
  14. b65b006 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  15. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  16. 09f9547 regression test for new sequence unpacking semantics by Barry Warsaw · 27 years ago