0
I Use This!
High Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 24 hours ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replace nose with unittest in tox configuration More... over 6 years ago
Replace nose with unittest in Travis CI script More... over 6 years ago
Improve changelog for v3.0.6 and v3.0.7 More... over 6 years ago
Added changelog for unreleased changes More... over 6 years ago
Improve changelog for v3.0.8 More... over 6 years ago
Restrict gitdb2 version to <4 More... over 6 years ago
Now with PR: 3.0.2 More... over 6 years ago
Merge branch 'master' of https://github.com/gitpython-developers/gitdb More... over 6 years ago
bump version to 3.0.8 More... over 6 years ago
bump version to 3.0.1 More... over 6 years ago
Merge pull request #56 from Harmon758/python-2-support-removal More... over 6 years ago
Remove test.lib.asserts and use unittest.mock.patch directly More... over 6 years ago
Replace assert_false with assertFalse More... over 6 years ago
Replace assert_true with assertTrue More... over 6 years ago
Replace raises with assertRaises More... over 6 years ago
Replace assert_raises with assertRaises More... over 6 years ago
Replace assert_not_equal with assertNotEqual More... over 6 years ago
Replace assert_equal with assertEqual More... over 6 years ago
Remove and replace assert_match with assertRegex More... over 6 years ago
Remove old, no longer used assert methods More... over 6 years ago
Remove references to old mock library in documentation More... over 6 years ago
Remove outdated checks for unittest.mock existence More... over 6 years ago
Fix Python version requirement in documentation More... over 6 years ago
Remove badges for no longer existing Waffle site from README More... over 6 years ago
Add support for Python 3.8 More... over 6 years ago
Replace deprecated Logger.warn with Logger.warning More... over 6 years ago
Replace deprecated assertRaisesRegexp alias with assertRaisesRegex More... over 6 years ago
Replace deprecated assertNotEquals alias with assertNotEqual More... over 6 years ago
Replace deprecated assertEquals alias with assertEqual in TestGit More... over 6 years ago
Replace deprecated assertRegexpMatches alias with assertRegex More... over 6 years ago