index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_structseq.py
Commit message (
Expand
)
Author
Age
*
be more robust across platforms
Benjamin Peterson
2010-07-09
*
use assert method
Benjamin Peterson
2010-07-09
*
fix repr of complicated structseqs #9206
Benjamin Peterson
2010-07-08
*
assert tuple inheritance
Benjamin Peterson
2010-07-08
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Merged revisions 59933-59951 via svnmerge from
Christian Heimes
2008-01-14
*
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters
2007-08-28
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
*
SF patch #736962: Port tests to unittest
Raymond Hettinger
2003-08-30
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Test for
Michael W. Hudson
2002-03-06
*
Huh. In an effort to be less thorough <wink>, seems I checked in a new
Tim Peters
2001-10-31
*
Fix bad bug in structseq slicing (NULL pointers in result). Reported by
Tim Peters
2001-10-30