Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
355637be326a66cee1da4282b8c730bd7adc8f27
/
Lib
/
test
/
test_structmembers.py
2623a37
Merged revisions 86596 via svnmerge from
by Ezio Melotti
· 15 years ago
b05dc00
Fix a couple of issues with the test_structmembersType class in _testcapimodule
by Mark Dickinson
· 15 years ago
1c7c11e
give TypeError when trying to set T_STRING_INPLACE
by Benjamin Peterson
· 15 years ago
2b79fdf
split out large test function
by Benjamin Peterson
· 15 years ago
945a8ba
Cleanup some test cases using check_warnings and check_py3k_warnings.
by Florent Xicluna
· 15 years ago
a4f46e1
Remove unused imports in test modules.
by Georg Brandl
· 16 years ago
d2e0938
Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon)
by Nick Coghlan
· 17 years ago
672237d
warnings.catch_warnings() now returns a list or None instead of the custom
by Brett Cannon
· 17 years ago
607bff1
Some tests did not pass on repeated calls (regrtest -R::)
by Amaury Forgeot d'Arc
· 17 years ago
c09b94e
Reformat some ugly code.
by Georg Brandl
· 18 years ago
32a3fb5
Patch #1720595: add T_BOOL to the range of structmember types.
by Georg Brandl
· 18 years ago
68f525f
Make test_structmembers pass when run with regrtests's -R flag.
by Collin Winter
· 18 years ago
6371cd8
Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5.
by Martin v. Löwis
· 18 years ago
e6dae6c
Implement a contextmanager test.test_support.catch_warning that can
by Walter Dörwald
· 18 years ago
d815d35
Move the functionality for catching warnings in test_warnings.py into a separate
by Walter Dörwald
· 18 years ago
abd8a33
Whitespace normalization.
by Tim Peters
· 19 years ago
b5bc537
Patch #1549049: Rewrite type conversion in structmember.
by Martin v. Löwis
· 19 years ago