Skip to content

Pull requests: gitpython-developers/GitPython

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Fix trailing whitespace and incorrect overload
#1315 by eric-wieser was merged Aug 3, 2021 Loading… updated Aug 3, 2021
Fix type in setup.py, improve types in cmd.py
#1317 by Yobmod was closed Aug 9, 2021 Loading… updated Aug 9, 2021
Use the Git class type definition within Repo classmethods
#1322 by mmulich was merged Aug 18, 2021 Loading… updated Aug 18, 2021 v3.1.23 - Bugfixes
Add encoding to utf-8 for fetch_info_lines, for fetch_head_info;
#1325 by f100024 was merged Aug 24, 2021 Loading… updated Aug 24, 2021 v3.1.23 - Bugfixes
Fix typo in documentation
#1328 by Nicals was closed Aug 24, 2021 Loading… updated Aug 24, 2021
Assure CWD is readable after acquiring it
#1335 by Byron was merged Sep 5, 2021 Loading… updated Sep 5, 2021 v3.1.23 - Bugfixes
General fixes for next release
#1318 by Yobmod was merged Sep 9, 2021 Loading… updated Sep 9, 2021 v3.1.23 - Bugfixes
Fix title
#1338 by fabaff was merged Sep 10, 2021 Loading… updated Sep 10, 2021
Fix broken test requirements
#1351 by Ket3r was merged Sep 30, 2021 Loading… updated Sep 30, 2021
Replace wildcard imports with concrete imports
#1352 by trym-b was merged Oct 1, 2021 Loading… updated Oct 3, 2021 v3.1.25 - Bugfixes
Revert "Replace wildcard imports with concrete imports"
#1355 by trym-b was merged Oct 3, 2021 Loading… updated Oct 3, 2021 v3.1.25 - Bugfixes
Add support for Python 3.10
#1361 by hugovk was merged Oct 14, 2021 Loading… updated Oct 14, 2021 v3.1.25 - Bugfixes
Remove Sphinx workaround
#1376 by hugovk was merged Nov 10, 2021 Loading… updated Nov 11, 2021 v3.1.25 - Bugfixes
Test commit
#1378 by konflic was closed Nov 18, 2021 Loading… updated Nov 18, 2021
Revert the use of typing_extensions in py3.8+
#1380 by mgorny was merged Dec 1, 2021 Loading… updated Dec 1, 2021 v3.1.25 - Bugfixes
DOC: fix typo
#1381 by yogabonito was merged Dec 1, 2021 Loading… updated Dec 1, 2021
Use NUL character to extract meta and path from git diff
#1387 by NHanser was merged Jan 7, 2022 Loading… updated Jan 7, 2022
Use NUL character to extract meta and path from git diff
#1392 by NHanser was closed Jan 9, 2022 Loading… updated Jan 9, 2022
Fix doc string error in Objects.Commit
#1393 by takuti was merged Jan 10, 2022 Loading… updated Jan 10, 2022
Close .git/index file descriptor acknowledged
#1394 by skshetry was closed Jan 10, 2022 Loading… updated Jan 10, 2022
import unittest adds 0.250s to script launch time
#1398 by wonder-mice was merged Jan 12, 2022 Loading… updated Jan 12, 2022 v3.1.27 - Bugfixes
set unassigned stdin to improve pyinstaller compatibility
#1400 by smokephil was merged Jan 21, 2022 Loading… updated Jan 21, 2022 v3.1.27 - Bugfixes
fix low risk regex vulnerability
#1410 by Byron was merged Feb 20, 2022 Loading… updated Feb 20, 2022 v3.1.27 - Bugfixes
fix iter_commits comment, more in line with iter_items
#1411 by houssam7737 was merged Feb 23, 2022 Loading… updated Feb 23, 2022 v3.1.28 - Bugfixes
Fixed setting ref with non-ascii in path
#1417 by ActiveChooN was merged Mar 22, 2022 Loading… updated Mar 22, 2022 v3.1.28 - Bugfixes
ProTip! Filter pull requests by the default branch with base:main.