aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_structseq.py
Commit message (Expand)AuthorAge
* bpo-42128: Add __match_args__ to structseq-based classes (GH-24732)Pablo Galindo2021-03-04
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-28
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* Issue #19209: fix structseq testChristian Heimes2013-10-12
* Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fieldsAlexander Belopolsky2012-06-13
* be more robust across platformsBenjamin Peterson2010-07-09
* use assert methodBenjamin Peterson2010-07-09
* fix repr of complicated structseqs #9206Benjamin Peterson2010-07-08
* assert tuple inheritanceBenjamin Peterson2010-07-08
* use assert[Not]In where appropriateBenjamin Peterson2010-01-19
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 59933-59951 via svnmerge fromChristian Heimes2008-01-14
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-28
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* SF patch #736962: Port tests to unittestRaymond Hettinger2003-08-30
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Test forMichael W. Hudson2002-03-06
* Huh. In an effort to be less thorough <wink>, seems I checked in a newTim Peters2001-10-31
* Fix bad bug in structseq slicing (NULL pointers in result). Reported byTim Peters2001-10-30