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
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
* Issue #19209: fix structseq testChristian Heimes2013-10-121-1/+1
* Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fieldsAlexander Belopolsky2012-06-131-2/+3
* be more robust across platformsBenjamin Peterson2010-07-091-1/+1
* use assert methodBenjamin Peterson2010-07-091-1/+1
* fix repr of complicated structseqs #9206Benjamin Peterson2010-07-081-1/+9
* assert tuple inheritanceBenjamin Peterson2010-07-081-0/+1
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-2/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-8/+8
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 59933-59951 via svnmerge fromChristian Heimes2008-01-141-1/+5
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-0/+12
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-6/+6
* 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