summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unpack.py
Commit message (Expand)AuthorAgeFilesLines
* 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