openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
PyHamcrest
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 18, 2024 — Aug 18, 2025
Showing page 19 of 23
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Describe previous commit in CHANGES.txt
Jon Reid
More...
over 14 years ago
Describe previous commit in CHANGES.txt
Jon Reid
More...
over 14 years ago
Make reason parameter optional.
Jeong-Min Lee
More...
over 14 years ago
Make reason parameter optional.
Jeong-Min Lee
More...
over 14 years ago
Added note that 2to3 conversion may not convert all import statements. I discovered that some still needed dot prefixes.
Jon Reid
More...
over 14 years ago
Added note that 2to3 conversion may not convert all import statements. I discovered that some still needed dot prefixes.
Jon Reid
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'.
Jon Reid
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'.
Jon Reid
More...
over 14 years ago
Fixed test to work in Python 3
Jon Reid
More...
over 14 years ago
Fixed test to work in Python 3
Jon Reid
More...
over 14 years ago
Added missing unittest imports so individual files can be executed.
Jon Reid
More...
over 14 years ago
Added missing unittest imports so individual files can be executed.
Jon Reid
More...
over 14 years ago
Bumped version to 1.3
Jon Reid
More...
over 14 years ago
Bumped version to 1.3
Jon Reid
More...
over 14 years ago
Give falsetru credit by real name
Jon Reid
More...
over 14 years ago
Give falsetru credit by real name
Jon Reid
More...
over 14 years ago
Don't wrap angle brackets around a description that already has them.
Jon Reid
More...
over 14 years ago
Don't wrap angle brackets around a description that already has them.
Jon Reid
More...
over 14 years ago
Fixed "contains" and "contains_inanyorder" to describe mismatch if item is not a sequence.
Jon Reid
More...
over 14 years ago
Fixed "contains" and "contains_inanyorder" to describe mismatch if item is not a sequence.
Jon Reid
More...
over 14 years ago
If object has a length, "has_length" mismatch describes actual length.
Jon Reid
More...
over 14 years ago
If object has a length, "has_length" mismatch describes actual length.
Jon Reid
More...
over 14 years ago
Code cleanup through text matchers
Jon Reid
More...
over 14 years ago
Code cleanup through text matchers
Jon Reid
More...
over 14 years ago
* Improved "equal_to_ignoring_case" and "equal_to_ignoring_whitespace" descriptions. Other cleanup along the way.
Jon Reid
More...
over 14 years ago
* Improved "equal_to_ignoring_case" and "equal_to_ignoring_whitespace" descriptions. Other cleanup along the way.
Jon Reid
More...
over 14 years ago
Improved "less_than_or_equal_to" description.
Jon Reid
More...
over 14 years ago
Improved "less_than_or_equal_to" description.
Jon Reid
More...
over 14 years ago
Improved "close_to" mismatch description.
Jon Reid
More...
over 14 years ago
Improved "close_to" mismatch description.
Jon Reid
More...
over 14 years ago
←
1
2
…
15
16
17
18
19
20
21
22
23
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree