index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_structseq.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-110222: Add support of PyStructSequence in copy.replace() (GH-110223)
Xuehai Pan
2023-10-04
1
-0/+78
*
gh-110235: Raise TypeError for duplicate/unknown fields in PyStructSequence c...
Xuehai Pan
2023-10-04
1
-0/+60
*
gh-110267: Add tests for pickling and copying PyStructSequence objects (GH-11...
Xuehai Pan
2023-10-03
1
-2/+73
*
bpo-42128: Add __match_args__ to structseq-based classes (GH-24732)
Pablo Galindo
2021-03-04
1
-0/+12
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
1
-1/+1
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-5/+1
*
Issue #19209: fix structseq test
Christian Heimes
2013-10-11
1
-1/+1
*
Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields
Alexander Belopolsky
2012-06-14
1
-2/+3
*
be more robust across platforms
Benjamin Peterson
2010-07-09
1
-1/+1
*
use assert method
Benjamin Peterson
2010-07-09
1
-1/+1
*
fix repr of complicated structseqs #9206
Benjamin Peterson
2010-07-08
1
-1/+9
*
assert tuple inheritance
Benjamin Peterson
2010-07-08
1
-0/+1
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-2/+2
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-8/+8
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2/+2
*
Merged revisions 59933-59951 via svnmerge from
Christian Heimes
2008-01-14
1
-1/+5
*
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters
2007-08-28
1
-0/+12
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-6/+6
*
SF patch #736962: Port tests to unittest
Raymond Hettinger
2003-08-30
1
-25/+101
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Test for
Michael W. Hudson
2002-03-06
1
-0/+12
*
Huh. In an effort to be less thorough <wink>, seems I checked in a new
Tim Peters
2001-10-31
1
-1/+1
*
Fix bad bug in structseq slicing (NULL pointers in result). Reported by
Tim Peters
2001-10-30
1
-0/+16