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

Drop support for EOL Python 2.6 and 3.3
#737 by hugovk was merged Mar 24, 2018 Loading… updated Mar 24, 2018 v2.1.9 - Bugfixes
Fix #889: Add DeepSource config and fix some major issues
#918 by mohi7solanki was merged Sep 10, 2019 Loading… updated Sep 10, 2019
git: repo: base: update clone_from env argument description
#931 by pared was merged Sep 30, 2019 Loading… updated Sep 30, 2019 v3.0.3 - Bugfixes
Add support for 'C'-type diffs
#945 by thetwoj was merged Oct 19, 2019 Loading… updated Oct 19, 2019 v3.0.4 - Bugfixes
Fix how Diff handles commits that contain submodule changes
#947 by thetwoj was merged Oct 21, 2019 Loading… updated Oct 21, 2019 v3.0.4 - Bugfixes
Fix cloning to path with unicode
#955 by ulturt was merged Oct 28, 2019 Loading… updated Oct 28, 2019 v3.0.5 - Bugfixes
Check if submodule exists before referencing
#956 by tanaga9 was merged Oct 28, 2019 Loading… updated Oct 28, 2019 v3.0.5 - Bugfixes
Fix/deepsource issues
#952 by imkaka was merged Oct 29, 2019 Loading… updated Oct 29, 2019
2 tasks done
v3.0.5 - Bugfixes
Remove Python 2 compatibility shims
#979 by Harmon758 was merged Feb 8, 2020 Loading… updated Feb 8, 2020 v3.0.6 - Bugfixes
Fix exception causes in 7 modules
#1023 by cool-RR was merged Jun 13, 2020 Loading… updated Jun 13, 2020 v3.1.4 - Bugfixes
Fix exception causes all over the codebase
#1024 by cool-RR was merged Jun 14, 2020 Loading… updated Jun 14, 2020 v3.1.4 - Bugfixes
Add Ram Rachum to AUTHORS
#1025 by cool-RR was merged Jun 15, 2020 Loading… updated Jun 15, 2020
Add more types
#1202 by Yobmod was merged Mar 17, 2021 Loading… updated Mar 17, 2021
Adding inital types to remote.py
#1229 by Yobmod was merged May 7, 2021 Loading… updated May 7, 2021
Added types to Index submodule
#1244 by Yobmod was merged May 18, 2021 Loading… updated May 18, 2021 v3.1.18 - Bugfixes
Finish initial typing of Index and Submodule
#1285 by Yobmod was merged Jul 11, 2021 Loading… updated Jul 23, 2021 v3.1.19 - Bugfixes
Fix typing issues with delete_head and Remote.add
#1346 by rra was merged Sep 24, 2021 Loading… updated Sep 24, 2021 v3.1.25 - Bugfixes
Let remote.push return a PushInfoList
#1360 by Sjord was merged Nov 13, 2021 Loading… updated Nov 13, 2021 v3.1.25 - Bugfixes
fix files list on file rename
#1537 by teknoraver was merged Jan 14, 2023 Loading… updated Jan 14, 2023 v3.1.31 - Bugfixes
Declare support for Python 3.11
#1541 by hugovk was merged Jan 17, 2023 Loading… updated Jan 17, 2023 v3.1.31 - Bugfixes
fix pypi long description
#1603 by eUgEntOptIc44 was merged Jul 6, 2023 Loading… updated Jul 11, 2023 v3.1.32 - Bugfixes
feat: full typing for "progress" parameter in Repo class
#1634 by madebylydia was merged Aug 28, 2023 Loading… updated Aug 28, 2023 v3.1.33 - Bugfixes
Format tests with black and auto-exclude untracked paths
#1668 by EliahKagan was merged Sep 20, 2023 Loading… updated Sep 21, 2023 v3.1.37 - Bugfixes
ProTip! Exclude everything labeled bug with -label:bug.