1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Describe previous commit in CHANGES.txt More... over 14 years ago
Describe previous commit in CHANGES.txt More... over 14 years ago
Make reason parameter optional. More... over 14 years ago
Make reason parameter optional. More... over 14 years ago
Added note that 2to3 conversion may not convert all import statements. I discovered that some still needed dot prefixes. More... over 14 years ago
Added note that 2to3 conversion may not convert all import statements. I discovered that some still needed dot prefixes. More... over 14 years ago
Fixed has_items tests to work on Python 3. The problem was that has_items('a', 'b') does match 'bad' in Python 3 because 'bad' is treated as a sequence of characters, and it does contain 'a' and 'b'. More... over 14 years ago
Fixed has_items tests to work on Python 3. The problem was that has_items('a', 'b') does match 'bad' in Python 3 because 'bad' is treated as a sequence of characters, and it does contain 'a' and 'b'. More... over 14 years ago
Fixed test to work in Python 3 More... over 14 years ago
Fixed test to work in Python 3 More... over 14 years ago
Added missing unittest imports so individual files can be executed. More... over 14 years ago
Added missing unittest imports so individual files can be executed. More... over 14 years ago
Bumped version to 1.3 More... over 14 years ago
Bumped version to 1.3 More... over 14 years ago
Give falsetru credit by real name More... over 14 years ago
Give falsetru credit by real name More... over 14 years ago
Don't wrap angle brackets around a description that already has them. More... over 14 years ago
Don't wrap angle brackets around a description that already has them. More... over 14 years ago
Fixed "contains" and "contains_inanyorder" to describe mismatch if item is not a sequence. More... over 14 years ago
Fixed "contains" and "contains_inanyorder" to describe mismatch if item is not a sequence. More... over 14 years ago
If object has a length, "has_length" mismatch describes actual length. More... over 14 years ago
If object has a length, "has_length" mismatch describes actual length. More... over 14 years ago
Code cleanup through text matchers More... over 14 years ago
Code cleanup through text matchers More... over 14 years ago
* Improved "equal_to_ignoring_case" and "equal_to_ignoring_whitespace" descriptions. Other cleanup along the way. More... over 14 years ago
* Improved "equal_to_ignoring_case" and "equal_to_ignoring_whitespace" descriptions. Other cleanup along the way. More... over 14 years ago
Improved "less_than_or_equal_to" description. More... over 14 years ago
Improved "less_than_or_equal_to" description. More... over 14 years ago
Improved "close_to" mismatch description. More... over 14 years ago
Improved "close_to" mismatch description. More... over 14 years ago