Jelmer Vernooij
|
3317eef581
Reformat with ruff
|
1 gadu atpakaļ |
Jelmer Vernooij
|
e3ca1cb5ce
Reformat and add reformat make target
|
1 gadu atpakaļ |
Jelmer Vernooij
|
0a5c62b2b6
Run pyupgrade
|
1 gadu atpakaļ |
Jelmer Vernooij
|
2fab3300ab
Upgrade to >= python 3.7
|
1 gadu atpakaļ |
Jelmer Vernooij
|
e6ccc98835
Add more typing
|
1 gadu atpakaļ |
Jelmer Vernooij
|
574e529c1c
Run ruff fix
|
1 gadu atpakaļ |
Jelmer Vernooij
|
03df9d0737
Switch to relative imports with abs2rel
|
2 gadi atpakaļ |
Jelmer Vernooij
|
23a986ac9b
Sort Python import definitions with isort
|
2 gadi atpakaļ |
Jelmer Vernooij
|
7c4f65b680
Fix typing.
|
2 gadi atpakaļ |
Jelmer Vernooij
|
f6faf9e187
Upgrade to python 3.7.
|
2 gadi atpakaļ |
Jelmer Vernooij
|
560bf0a5f5
Even more typing.
|
2 gadi atpakaļ |
Jelmer Vernooij
|
2ea0609607
Add some more typing, define ObjectID.
|
2 gadi atpakaļ |
Jelmer Vernooij
|
4fa57f3d0e
Use 'raise from'.
|
2 gadi atpakaļ |
Jelmer Vernooij
|
c8ce22c255
Reformatting.
|
4 gadi atpakaļ |
Jelmer Vernooij
|
6266df34af
Reformat with black.
|
4 gadi atpakaļ |
Jelmer Vernooij
|
aa73abcedb
Port remainder of docstrings to Google style.
|
5 gadi atpakaļ |
Jelmer Vernooij
|
44895f6c07
Only import collections as top-level object.
|
6 gadi atpakaļ |
Jelmer Vernooij
|
aa2a305841
Fix all flake8 style issues.
|
7 gadi atpakaļ |
Jelmer Vernooij
|
7c5f7f0d0f
Check for bytes rather than absence of list. include ought to be an iterable of ids of some sort.
|
8 gadi atpakaļ |
Jelmer Vernooij
|
e282317837
Support passing tag ids to Walkers include argument.
|
8 gadi atpakaļ |
Doug Hellmann
|
dd038d7637
add path filtering to WalkEntry.changes()
|
8 gadi atpakaļ |
Jelmer Vernooij
|
8c35904821
Update header to reflect that license is now Apachev2 or GNU GPLv2+.
|
8 gadi atpakaļ |
Jelmer Vernooij
|
17d644de8e
Convert repo to python3.
|
10 gadi atpakaļ |
Gary van der Merwe
|
4db002431b
Port diff_tree and walk to Python 3
|
10 gadi atpakaļ |
Hannu Valtonen
|
2b721b6b86
py3k: Go through all uses of itertools and make them work on py3k
|
11 gadi atpakaļ |
Gary van der Merwe
|
6deecb549a
Make next methods available as __next__.
|
11 gadi atpakaļ |
Gary van der Merwe
|
70ea9dd73c
Use next(iter) instead of iter.next()
|
11 gadi atpakaļ |
Jelmer Vernooij
|
9d554c7968
Drop compatibility replacement for 'all'.
|
11 gadi atpakaļ |
Jelmer Vernooij
|
1dabfc2542
Remove compatibility code for collections.defaultdict, in preparation of
|
11 gadi atpakaļ |
Jelmer Vernooij
|
12646e0442
Two minor optimizations in heavily used code paths.
|
11 gadi atpakaļ |