summaryrefslogtreecommitdiff
path: root/Lib/test/test_structseq.py
Commit message (Expand)AuthorAgeFilesLines
* Improve extended slicing support in builtin types and classes. Specifically:Thomas Wouters2007-08-281-0/+12
* SF patch #736962: Port tests to unittestRaymond Hettinger2003-08-301-25/+101
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Test forMichael W. Hudson2002-03-061-0/+12
* Huh. In an effort to be less thorough <wink>, seems I checked in a newTim Peters2001-10-311-1/+1
* Fix bad bug in structseq slicing (NULL pointers in result). Reported byTim Peters2001-10-301-0/+16