FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for git/__init__.py - gitpython-developers/GitPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
gitpython-developers
/
GitPython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
989
Star
5.2k
Code
Issues
8
Pull requests
2
Discussions
Actions
Security and quality
34
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
GitPython
git
__init__.py
on
3.1.57
User selector
Datepicker
Commit history
Commits on Mar 29, 2024
Hide `del util` from type checkers
Show description for 3da47c2
EliahKagan
committed
3da47c2
View commit details
Copy full SHA for 3da47c2
View code at this point
Browse repository at this point
Refine deprecated module attributes and their warnings
Show description for dffa930
EliahKagan
committed
dffa930
View commit details
Copy full SHA for dffa930
View code at this point
Browse repository at this point
Issue warnings for some deprecated attributes of modules
EliahKagan
committed
28bd4a3
View commit details
Copy full SHA for 28bd4a3
View code at this point
Browse repository at this point
Commits on Mar 19, 2024
Add the nonpublic indirect submodule aliases back for now
Show description for 31f89a1
EliahKagan
committed
31f89a1
View commit details
Copy full SHA for 31f89a1
View code at this point
Browse repository at this point
Restore relative order to fix circular import error
Show description for 64c9efd
EliahKagan
committed
64c9efd
View commit details
Copy full SHA for 64c9efd
View code at this point
Browse repository at this point
Replace wildcard imports in top-level git module
Show description for 7745250
EliahKagan
committed
7745250
View commit details
Copy full SHA for 7745250
View code at this point
Browse repository at this point
Commits on Mar 14, 2024
Make some broad mypy suppressions more specific
Show description for b070e93
EliahKagan
committed
b070e93
View commit details
Copy full SHA for b070e93
View code at this point
Browse repository at this point
Commits on Mar 9, 2024
Add INDEX and DiffConstants to git.__all__
Show description for 87b314e
EliahKagan
committed
87b314e
View commit details
Copy full SHA for 87b314e
View code at this point
Browse repository at this point
Mention collections.abc for Sequence
Show description for 3c8cbe9
EliahKagan
committed
3c8cbe9
View commit details
Copy full SHA for 3c8cbe9
View code at this point
Browse repository at this point
Deprecate public access to typing imports in git
Show description for c8ad3a3
EliahKagan
committed
c8ad3a3
View commit details
Copy full SHA for c8ad3a3
View code at this point
Browse repository at this point
Add refresh to top-level __all__
Show description for e49327d
EliahKagan
committed
e49327d
View commit details
Copy full SHA for e49327d
View code at this point
Browse repository at this point
Commits on Feb 29, 2024
More docstring revisions in second-level modules and git.__init__
EliahKagan
committed
ee0301a
View commit details
Copy full SHA for ee0301a
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
Further revise docstrings in second-level modules
Show description for cd61eb4
EliahKagan
committed
cd61eb4
View commit details
Copy full SHA for cd61eb4
View code at this point
Browse repository at this point
Commits on Feb 26, 2024
Revise docstrings in git.__init__ and git.cmd
Show description for e08066c
EliahKagan
committed
e08066c
View commit details
Copy full SHA for e08066c
View code at this point
Browse repository at this point
Commits on Feb 23, 2024
Document manual refresh path treatment
Show description for d7b952e
EliahKagan
committed
d7b952e
View commit details
Copy full SHA for d7b952e
View code at this point
Browse repository at this point
Commits on Dec 9, 2023
Overhaul noqa directives
Show description for 41d22b2
EliahKagan
committed
41d22b2
View commit details
Copy full SHA for 41d22b2
View code at this point
Browse repository at this point
Commits on Nov 3, 2023
Make comments more consistent and clarify license
Show description for 454032c
EliahKagan
committed
454032c
View commit details
Copy full SHA for 454032c
View code at this point
Browse repository at this point
Commits on Oct 22, 2023
Revise docstrings and comments for clarity and formatting
Show description for cd16a35
EliahKagan
committed
cd16a35
View commit details
Copy full SHA for cd16a35
View code at this point
Browse repository at this point
Commits on Oct 20, 2023
Never modify sys.path
Show description for 00aee49
EliahKagan
committed
00aee49
View commit details
Copy full SHA for 00aee49
View code at this point
Browse repository at this point
Add __all__ in git.exc, adjust __init__.py imports
Show description for 7545b80
EliahKagan
committed
7545b80
View commit details
Copy full SHA for 7545b80
View code at this point
Browse repository at this point
Remove now-unused import in top-level __init__.py
Show description for 8197e90
EliahKagan
committed
8197e90
View commit details
Copy full SHA for 8197e90
View code at this point
Browse repository at this point
Commits on Oct 10, 2023
Merge branch 'main' of https://github.com/DeflateAwning/GitPython
DeflateAwning
committed
87cc325
View commit details
Copy full SHA for 87cc325
View code at this point
Browse repository at this point
black lint
DeflateAwning
committed
a4eb2b3
View commit details
Copy full SHA for a4eb2b3
View code at this point
Browse repository at this point
Merge branch 'main' into main
DeflateAwning
authored
fbac514
View commit details
Copy full SHA for fbac514
View code at this point
Browse repository at this point
Commits on Oct 6, 2023
Clean up __all__ in main, and explicit imports in exc
Show description for 8edc53b
DeflateAwning
committed
8edc53b
View commit details
Copy full SHA for 8edc53b
View code at this point
Browse repository at this point
Commits on Sep 17, 2023
Fix URLs that were redirecting to another license
Show description for ae8c018
EliahKagan
committed
ae8c018
View commit details
Copy full SHA for ae8c018
View code at this point
Browse repository at this point
Commits on Sep 12, 2023
Fix dynamically-set __all__ variable
DeflateAwning
committed
c862845
View commit details
Copy full SHA for c862845
View code at this point
Browse repository at this point
Commits on Jul 20, 2023
Ignore remaining [unreachable] type errors
bodograumann
committed
76394d4
View commit details
Copy full SHA for 76394d4
View code at this point
Browse repository at this point
Commits on May 15, 2023
Name top-level exceptions as private variables
Show description for 2a0305b
Hawk777
committed
2a0305b
View commit details
Copy full SHA for 2a0305b
View code at this point
Browse repository at this point
Commits on May 18, 2022
reformat according to 'black' configuration file.
Byron
committed
e530544
View commit details
Copy full SHA for e530544
View code at this point
Browse repository at this point
Commits on May 17, 2022
Revert "Remove flake8 linting in favor of `black` formatting"
Show description for b4b2380
Byron
committed
b4b2380
View commit details
Copy full SHA for b4b2380
View code at this point
Browse repository at this point
Remove flake8 linting in favor of `black` formatting
Show description for a7c5d88
Byron
committed
a7c5d88
View commit details
Copy full SHA for a7c5d88
View code at this point
Browse repository at this point
Run everything through 'black'
Show description for 21ec529
Byron
committed
21ec529
View commit details
Copy full SHA for 21ec529
View code at this point
Browse repository at this point
Commits on Oct 3, 2021
Revert "Replace wildcard imports with concrete imports"
Show description for ce4afe4
trym-b
authored and
Byron
committed
ce4afe4
View commit details
Copy full SHA for ce4afe4
View code at this point
Browse repository at this point
Commits on Oct 1, 2021
Replace wildcard imports with concrete imports
Show description for 53d94b8
trym-b
authored and
Byron
committed
53d94b8
View commit details
Copy full SHA for 53d94b8
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL