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

Start adding types to Submodule, add py.typed to manifest
#1282 by Yobmod was merged Jul 1, 2021 Loading… updated Jul 23, 2021 v3.1.19 - 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
Tidy tools
#1294 by Yobmod was merged Jul 19, 2021 Loading… updated Jul 23, 2021 v3.1.19 - Bugfixes
Add Pytest github action
#1288 by Yobmod was closed Jul 12, 2021 Loading… updated Jul 23, 2021 v3.1.19 - Bugfixes
Tidying up, and replace nose with pytest
#1289 by Yobmod was merged Jul 13, 2021 Loading… updated Jul 23, 2021 v3.1.19 - Bugfixes
Revert use of Typeguard and therefore typing-extensions==3.10.0.0
#1298 by Yobmod was merged Jul 25, 2021 Loading… updated Jul 25, 2021
Added support of spaces for clone multi_options
#1299 by ilakhtenkov was merged Jul 27, 2021 Loading… updated Jul 28, 2021 v3.1.20 - Bugfixes
Fix typing of Head.create_head
#1302 by dimbleby was merged Jul 31, 2021 Loading… updated Jul 31, 2021
Fix Py.typed discovery
#1297 by Yobmod was merged Jul 24, 2021 Loading… updated Jul 31, 2021
Don't raise on unknown line when parsing stale refs (#1262)
#1263 by Byron was merged Jun 3, 2021 Loading… updated Jul 31, 2021 v3.1.18 - Bugfixes
Hopefully fixes Orderedict error
#1301 by Yobmod was closed Jul 31, 2021 Loading… updated Jul 31, 2021 v3.1.23 - Bugfixes
Fix orderdict, improve types
#1304 by Yobmod was merged Jul 31, 2021 Loading… updated Jul 31, 2021
Update ref types
#1303 by Yobmod was closed Jul 31, 2021 Loading… updated Jul 31, 2021
Improve types of objects/
#1305 by Yobmod was merged Jul 31, 2021 Loading… updated Jul 31, 2021
symbolic.py update imports
#1306 by Yobmod was closed Jul 31, 2021 Loading… updated Jul 31, 2021
More types for symbolic.py
#1307 by Yobmod was merged Jul 31, 2021 Loading… updated Jul 31, 2021
Set [mypy] allow_untyped_defs=False and add all missing types
#1308 by Yobmod was merged Jul 31, 2021 Loading… updated Jul 31, 2021
Add flake8-typing-imports
#1309 by kasium was merged Aug 2, 2021 Loading… updated Aug 2, 2021
Drop 3.6, increase type strictness
#1311 by Yobmod was merged Aug 3, 2021 Loading… updated Aug 3, 2021
Fix trailing whitespace and incorrect overload
#1315 by eric-wieser was merged Aug 3, 2021 Loading… updated Aug 3, 2021
Do not call get_user_id if it is not needed
#1314 by eric-wieser was merged Aug 6, 2021 Loading… updated Aug 6, 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
ProTip! Filter pull requests by the default branch with base:main.