18 Commits (c19bb3279cbb42c84a24255db48ee2d385bb8167)

Author SHA1 Message Date
Zachary Ware 38c707e7e0 Issue #21741: Update 147 test modules to use test discovery. 11 years ago
Christian Heimes c1df2729ea Issue #19209: fix structseq test 13 years ago
Alexander Belopolsky c142bba2a7 Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields 14 years ago
Benjamin Peterson b669221bd1 be more robust across platforms 16 years ago
Benjamin Peterson 8b0ef21c15 use assert method 16 years ago
Benjamin Peterson d02441ea2f fix repr of complicated structseqs #9206 16 years ago
Benjamin Peterson 8c567c540d assert tuple inheritance 16 years ago
Ezio Melotti aa98058cc4 use assert[Not]In where appropriate 16 years ago
Benjamin Peterson 577473fe68 use assert[Not]In where appropriate 16 years ago
Georg Brandl ab91fdef1f Merged revisions 73715 via svnmerge from 17 years ago
Benjamin Peterson c9c0f201fe convert old fail* assertions to assert* 17 years ago
Benjamin Peterson 5c8da86f3a convert usage of fail* to assert* 17 years ago
Benjamin Peterson ee8712cda4 #2621 rename test.test_support to test.support 18 years ago
Raymond Hettinger cbf8f6cffb Temporarily revert 59967 until GC can be added. 18 years ago
Raymond Hettinger c216df9288 Issue 1820: structseq objects did not work with the % formatting operator or isinstance(t, tuple). 18 years ago
Christian Heimes d32ed6f511 Merged revisions 59933-59951 via svnmerge from 18 years ago
Christian Heimes 9c2019632b Added new an better structseq representation. E.g. repr(time.gmtime(0)) now returns 'time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)' instead of '(1970, 1, 1, 0, 0, 0, 3, 1, 0)'. The feature is part of #1816: sys.flags 18 years ago
Thomas Wouters ed03b4121e Merge the trunk changes in. Breaks socket.ssl for now. 19 years ago
Thomas Wouters 3ccec68a05 Improve extended slicing support in builtin types and classes. Specifically: 19 years ago
Guido van Rossum 805365ee39 Merged revisions 55007-55179 via svnmerge from 19 years ago
Raymond Hettinger f9f4c6945e SF patch #736962: Port tests to unittest 23 years ago
Barry Warsaw 04f357cffe Get rid of relative imports in all unittests. Now anything that 24 years ago
Michael W. Hudson 02b28ec316 Test for 24 years ago
Tim Peters 7e0f81e631 Huh. In an effort to be less thorough <wink>, seems I checked in a new 25 years ago
Tim Peters c2fe618575 Fix bad bug in structseq slicing (NULL pointers in result). Reported by 25 years ago