summaryrefslogtreecommitdiff
path: root/Lib/test/test_structseq.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
* use assert[Not]In where appropriateEzio Melotti2010-01-231-2/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-8/+8
* Temporarily revert 59967 until GC can be added.Raymond Hettinger2008-01-151-6/+0
* Issue 1820: structseq objects did not work with the % formatting operator or...Raymond Hettinger2008-01-151-0/+6
* Added new an better structseq representation. E.g. repr(time.gmtime(0)) now r...Christian Heimes2008-01-141-1/+5
* 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