aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-16Replace assert_not_equal with assertNotEqualHarmon
2020-02-16Replace assert_equal with assertEqualHarmon
Also change TestActor to subclass TestBase rather than object and create and use base TestCommitSerialization class for assert_commit_serialization method
2020-02-16Remove and replace assert_match with assertRegexHarmon
Also remove no longer used assert_not_none
2020-02-16Remove old, no longer used assert methodsHarmon
assert_instance_of, assert_not_instance_of, assert_none, assert_not_match, assert_mode_644, assert_mode_755
2020-02-16Remove references to old mock library in documentationHarmon
2020-02-16Remove outdated checks for unittest.mock existenceHarmon
2020-02-16Fix Python version requirement in documentationHarmon
2020-02-16Remove badges for no longer existing Waffle site from READMEHarmon
2020-02-16Add support for Python 3.8Harmon
2020-02-16Replace deprecated Logger.warn with Logger.warningHarmon
2020-02-16Replace deprecated assertRaisesRegexp alias with assertRaisesRegexHarmon
In TestRepo.test_should_display_blame_information
2020-02-16Replace deprecated assertNotEquals alias with assertNotEqualHarmon
In TestIndex.test_index_mutation
2020-02-16Replace deprecated assertEquals alias with assertEqual in TestGitHarmon
2020-02-16Replace deprecated assertRegexpMatches alias with assertRegexHarmon
In TExc.test_CommandError_unicode
2020-02-16Replace deprecated failUnlessRaises alias with assertRaises in testsHarmon
2020-02-16Improve requirements.txt formatHarmon
2020-02-16Remove checks for pathlib existence in TestRepo for Python < 3.4Harmon
2020-02-16Improve README Python requirement specificityHarmon
2020-02-16Simplify Travis CI configurationHarmon
Ubuntu Xenial 16.04 is now the default Travis CI build environment: https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment
2020-02-15Require latest gitdb version (with dropped python 2 support)Sebastian Thiel
2020-02-11Fix spelling in Dockerfile description LABELHarmon
2020-02-08Fix Repo.__repr__ when subclassedJan Matějka
2020-02-08v3.0.73.0.7Sebastian Thiel
2020-02-08Yeah, thanks twine - argument parsing is hard…Sebastian Thiel
2020-02-08Apparently -s must be there, even if --sign-with is specified??Sebastian Thiel
2020-02-08Sign with a different key for now, it's USB-C and can be usedSebastian Thiel
2020-02-08disable signing - don't have a USB-A to -C adapter :(Sebastian Thiel
Due to me being in China and in an unexpected situation, I don't have access to my gear, which would have included an adapter to be able to use my USB-A yubikey (required for GitPython releases) to USB-C of the Mac.
2020-02-08preparr 3.0.63.0.6Sebastian Thiel
2020-02-08Remove now unused is_invoking_git variable in testHarmon
2020-02-08Fix requirements.txt formattingHarmon
2020-02-08Add to AUTHORSHarmon
2020-02-08Remove unnecessary check for PermissionError for Python < 3.3Harmon
2020-02-08Improve setup.py python_requiresHarmon
2020-02-08Remove unnecessary check for logging.NullHandler for Python 2.6Harmon
2020-02-08Remove check for Python 2.7Harmon
2020-02-08Remove attempt to import ConfigParser for Python 2Harmon
2020-02-08Remove no longer used imports in testsHarmon
2020-02-08Remove no longer used compat importsHarmon
2020-02-08Remove and replace compat.text_typeHarmon
2020-02-08Remove and replace compat.string_typesHarmon
2020-02-08Remove and replace compat.izipHarmon
2020-02-08Remove and replace compat.MAXSIZEHarmon
2020-02-08Remove compat.PY3Harmon
2020-02-08Remove Python 2 testHarmon
2020-02-08Remove checks for Python 2 and/or 3Harmon
2020-02-08Remove and replace compat.UnicodeMixinHarmon
2020-02-08Remove surrogateescape error handler for Python 2Harmon
2020-02-08Remove and replace compat.bytes_chrHarmon
2020-02-08Remove and replace compat._unichrHarmon
2020-02-08Remove and replace compat.binary_typeHarmon