summaryrefslogtreecommitdiff
path: root/Lib/test/test_unpack.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Patch #1682205: a TypeError while unpacking an iterable is no longerGeorg Brandl2007-03-211-1/+1
* Port test_unpack to doctest (patch #736962).Johannes Gijsbers2004-09-241-144/+131
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Update the code to better reflect recommended style:Fred Drake2000-12-121-7/+7
* Added some single tuple/list unpacking for JPython regression testing.Barry Warsaw2000-10-121-0/+12
* Convert some old-style string exceptions to class exceptions.Fred Drake2000-08-181-1/+2
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-8/+8
* regression test for new sequence unpacking semanticsBarry Warsaw1997-08-251-0/+131