1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Aug 01, 2025 — Aug 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change a test from using iso-8859-7 to iso-8859-5 which doesn't happen to have the test character on the same codepoint as iso-8859-1 More... about 16 years ago
Avoid problem introduced with fix to Python bug #1031213 by ignoring the SyntaxError line and rereading the file instead More... about 16 years ago
Document in tests the problems caused by CPython patch for issue #1031213 More... about 16 years ago
Allow for mangling in shift_jis test if the exception encoding is incompatible More... about 16 years ago
Allow detect encoding tests to work when a Python implementation may object to compiling them More... about 16 years ago
getlocale can return None if no locale is set, default to ascii More... about 16 years ago
Trivial issues seen when scanning the diff for review More... about 16 years ago
Move most of utils module to compat and put iterate_tests in testsuite module More... about 16 years ago
Fix and test a bug with encoding of SyntaxError lines More... about 16 years ago
Make Jython skip unicode filesystem tests correctly again More... about 16 years ago
Sanitise unicode_output_stream a bit and add some tests, needs more work More... about 16 years ago
Revert no longer needed cosmetic changes to test_content More... about 16 years ago
Unbreak test_non_ascii_dirname from IronPython returning filesystem encoding as None More... about 16 years ago
Found `ascii` function in Python 3 which saves some reimplementation More... about 16 years ago
Fix test_traceback_rechecks_encoding which got broken when adding Python 3 support More... about 16 years ago
Poke encoding specific code in TestNonAsciiResults some more More... about 16 years ago
Document and polish test discovery support. More... about 16 years ago
Capitals for python in the MANUAL. More... about 16 years ago
Revert work around for IronPython coding declaration as it breaks Python 2 More... about 16 years ago
Work around a couple of quirks in non-mainstream Python implementations More... about 16 years ago
Use flag in utils to record whether the str type is unicode rather than checking version and platform in multiple places More... about 16 years ago
Rearrange some TestNonAsciiResults helpers More... about 16 years ago
Make final problem test for Python 3 run rather than skip More... about 16 years ago
Changes to make tests work on Python 3, and a short term hack to make output robust More... about 16 years ago
Polish the discovery support. More... about 16 years ago
* Thanks to a patch from James Westby testtools.matchers.Mismatch can now supply a get_details method, which assertThat will query to provide additional attachments. This can be used to provide additional detail about the mismatch that doesn't suite being included in describe(). For instance, if the match process was complex, a log of the process could be included, permitting debugging. More... about 16 years ago
Rename details from Mismatches that clash with already added ones. More... about 16 years ago
Switch get_details to return a dict. More... about 16 years ago
Fixes from Rob's review, thanks. More... about 16 years ago
Add a getDetails that returns [] to the Mismatch class. More... about 16 years ago