An open API service providing commit metadata for open source projects.

GitHub / gitpython-developers/GitPython / commits

GitPython is a python library used to interact with Git repositories.

SHA Message Author Date Stats
0059f432 Remove nose from test requirements Harmon <H****8@g****m> over 6 years ago
14a7292b Replace nose with unittest in tox configuration Harmon <H****8@g****m> over 6 years ago
72a2f7dd Replace nose with unittest in Travis CI script Harmon <H****8@g****m> over 6 years ago
c563b721 Improve changelog for v3.0.6 and v3.0.7 Harmon <H****8@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
6804e73b Added changelog for unreleased changes Harmon <H****8@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
73feb182 Improve changelog for v3.0.8 Harmon <H****8@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
e81fd544 Restrict gitdb2 version to <4 Harmon <H****8@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
bc553d68 bump version to 3.0.8 Sebastian Thiel <s****l@i****m> over 6 years ago
99b6dffe Remove test.lib.asserts and use unittest.mock.patch directly Harmon <H****8@g****m> over 6 years ago
8a5a78b2 Replace assert_false with assertFalse Harmon <H****8@g****m> over 6 years ago
7fd8768c Replace assert_true with assertTrue Harmon <H****8@g****m> over 6 years ago
eca69510 Replace raises with assertRaises Harmon <H****8@g****m> over 6 years ago
c8c63abb Replace assert_raises with assertRaises Harmon <H****8@g****m> over 6 years ago
24d04e82 Replace assert_not_equal with assertNotEqual Harmon <H****8@g****m> over 6 years ago
ab361cfe Replace assert_equal with assertEqual Harmon <H****8@g****m> over 6 years ago
99471bb5 Remove and replace assert_match with assertRegex Harmon <H****8@g****m> over 6 years ago
45a54959 Remove old, no longer used assert methods Harmon <H****8@g****m> over 6 years ago
61fef99b Remove references to old mock library in documentation Harmon <H****8@g****m> over 6 years ago
909ee3b9 Remove outdated checks for unittest.mock existence Harmon <H****8@g****m> over 6 years ago
7d94159d Fix Python version requirement in documentation Harmon <H****8@g****m> over 6 years ago
0412f6d5 Remove badges for no longer existing Waffle site from README Harmon <H****8@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
9e473525 Add support for Python 3.8 Harmon <H****8@g****m> over 6 years ago
e4a83ff7 Replace deprecated Logger.warn with Logger.warning Harmon <H****8@g****m> over 6 years ago
b0a69bbe Replace deprecated assertRaisesRegexp alias with assertRaisesRegex Harmon <H****8@g****m> over 6 years ago
625969d5 Replace deprecated assertNotEquals alias with assertNotEqual Harmon <H****8@g****m> over 6 years ago
e671d243 Replace deprecated assertEquals alias with assertEqual in TestGit Harmon <H****8@g****m> over 6 years ago
8cb3e0ca Replace deprecated assertRegexpMatches alias with assertRegex Harmon <H****8@g****m> over 6 years ago
7cf0ca8b Replace deprecated failUnlessRaises alias with assertRaises in tests Harmon <H****8@g****m> over 6 years ago
2c429fc0 Improve requirements.txt format Harmon <H****8@g****m> over 6 years ago
87abade9 Remove checks for pathlib existence in TestRepo for Python < 3.4 Harmon <H****8@g****m> over 6 years ago
b17a7673 Improve README Python requirement specificity Harmon <H****8@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
158131eb Simplify Travis CI configuration Harmon <H****8@g****m> over 6 years ago
04005d5c Require latest gitdb version (with dropped python 2 support) Sebastian Thiel <s****l@i****m> over 6 years ago
3c40cf5e Fix spelling in Dockerfile description LABEL Harmon <H****8@g****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
91f6e625 v3.0.7 Sebastian Thiel <s****l@i****m> over 6 years ago
d296eec6 Yeah, thanks twine - argument parsing is hard… Sebastian Thiel <s****l@i****m> over 6 years ago
ee8b09fd Apparently -s must be there, even if --sign-with is specified?? Sebastian Thiel <s****l@i****m> over 6 years ago
7b74a5bb Sign with a different key for now, it's USB-C and can be used Sebastian Thiel <s****l@i****m> over 6 years ago
6b8e7b72 disable signing - don't have a USB-A to -C adapter :( Sebastian Thiel <s****l@i****m> over 6 years ago
3e82a784 preparr 3.0.6 Sebastian Thiel <s****l@i****m> over 6 years ago
ff4f970f Remove now unused is_invoking_git variable in test Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
2573dd54 Fix requirements.txt formatting Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
5f4c7f3e Add to AUTHORS Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
3f4e51bb Remove unnecessary check for PermissionError for Python < 3.3 Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
a8da4072 Improve setup.py python_requires Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
2fced2eb Remove unnecessary check for logging.NullHandler for Python 2.6 Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
52f9369e Remove check for Python 2.7 Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
d3fabed8 Remove attempt to import ConfigParser for Python 2 Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
00ef6935 Remove no longer used imports in tests Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
eba84183 Remove no longer used compat imports Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
55fd173c Remove and replace compat.text_type Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
768b9fff Remove and replace compat.string_types Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
5d22d570 Remove and replace compat.izip Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
a10ceef3 Remove and replace compat.MAXSIZE Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
cedd3321 Remove compat.PY3 Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
913b4ad2 Remove Python 2 test Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
6aa78cd3 Remove checks for Python 2 and/or 3 Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
e633cc00 Remove and replace compat.UnicodeMixin Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
05cf33ac Remove surrogateescape error handler for Python 2 Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
e50ee0a0 Remove and replace compat.bytes_chr Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
c5f3c586 Remove and replace compat._unichr Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
c7392d68 Remove and replace compat.binary_type Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
fc209ec2 Remove Python 2 check for compat.defenc Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
cbd9ca4f Remove and replace compat.unicode Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
b5dd2f0c Remove and replace compat.xrange Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
ae7499f3 Remove compat.range Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
db4cb7c6 Remove and replace compat.mviter Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
bdfd3fc5 Remove and replace compat.bchr Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
ec29b156 Remove compat.byte_ord Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
438d3e6e Remove and replace compat.FileType Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
d01f0726 Remove unnecessary check for sys.getfilesystemencoding Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
f2ce56ff Remove str import from builtins Harmon <H****8@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
1e27496d Remove appveyor - it's always failing and nobody maintains it Sebastian Thiel <s****l@i****m> over 6 years ago
9a2f8a9d Updating AUTHORS Pratik Anurag <5****g@u****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
820bc348 Remove A Matthew Gleich <m****h@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
9432beda Add description label Matthew Gleich <m****h@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
80ac0fcf Replace MAINTAINER with label Matthew Gleich <m****h@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
6cb09652 Fix Repo.__repr__ when subclassed Jan Matějka <j****n@m****a>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
f7cff58f Added parsing for '@1400000000 +0000' date format as used by git commit hooks. Dries <a****n@d****t>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
313b3b44 Avoids env var warning when path contains $/%; fix #832 Rob Kimball <r****l@v****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
85cf7e89 bump version Sebastian Thiel <s****l@i****m> over 6 years ago
d17c2f61 Remove duplicate license parameter Drew H <b****g@u****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
52ee6c19 merge Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython i... Sebastian Thiel <s****l@i****m> over 6 years ago
9932e647 removed extra line as per code review Anil Khatri <a****i@g****m> over 6 years ago
553500a3 Check if submodule exists before referencing tanaga9 <t****9@u****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
ebf46561 Fix #920 Victor Luzgin <l****t@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
87a103d8 Filtered out "repository" more explicitly Ben Thayer <b****n@b****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
225529c8 silence PYL-W0621 Anil Khatri <a****i@g****m> over 6 years ago
4dda3cbb silance Re-defined variable from outer scope Anil Khatri <a****i@g****m> over 6 years ago
6446608f Removing unused import JJ Graham <t****j@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
d85574e0 Fix #820 JJ Graham <t****j@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
d4756f4a merge Merge branch 'fix/deepsource-issues' of github.com:imkaka/GitPython into fix/... Anil Khatri <a****i@g****m> over 6 years ago
1dc46d73 resolved all minor issues arised by last fix patch Anil Khatri <a****i@g****m> over 6 years ago
abb18968 merge Merge branch 'master' into fix/deepsource-issues Anil Khatri <2****a@u****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
284f89d7 silenced iter returns a non-iterator Anil Khatri <a****i@g****m> over 6 years ago
597fb586 fix File opened without the with statement Anil Khatri <a****i@g****m> over 6 years ago
5eb8289e fix Loop variable used outside the loop Anil Khatri <a****i@g****m> over 6 years ago
6244c55e Update AUTHORS Ben Thayer <b****n@b****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
05753c18 Added Git Gud to README.md Ben Thayer <b****n@b****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago
05b5cede Raised final ValueError Ben Thayer <b****n@b****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 6 years ago

← Back to repository