- 24 Nov, 2019 2 commits
-
-
timeless developer authored
-
timeless developer authored
-
- 10 May, 2020 1 commit
-
-
Manuel Jacob authored
-
- 03 Jun, 2019 1 commit
-
-
Manuel Jacob authored
git_handler: support HTTP basic auth for the case when username and password are specified in the URL
-
- 08 May, 2020 2 commits
-
-
Georges Racinet authored
-
Manuel Jacob authored
-
- 03 May, 2020 1 commit
-
-
Manuel Jacob authored
-
- 23 Dec, 2019 1 commit
-
-
Georges Racinet authored
This is ugly indeed, but a true cleaning would be to convert to a sensible testing system.
-
- 06 Mar, 2020 1 commit
-
-
Manuel Jacob authored
It was at some point planned to allow unicode tags (5d45e0edfa3f). This plan was apparently discarded. To play safe, add an assert.
-
- 07 Mar, 2020 1 commit
-
-
Manuel Jacob authored
-
- 08 May, 2020 1 commit
-
-
Manuel Jacob authored
-
- 03 May, 2020 5 commits
-
-
Manuel Jacob authored
-
Manuel Jacob authored
-
Manuel Jacob authored
Dulwich decodes other parts of the path using the utf-8 codec since bcb4459da4. Before, it used the file system encoding. As a follow-up, we could do that conversion ourselves to get consistent behavior on all dulwich versions in case the file system encoding is not utf-8.
-
Manuel Jacob authored
-
Manuel Jacob authored
On Python 2, it worked fine before because str(b'123') == str(123).
-
- 04 May, 2020 1 commit
-
-
Manuel Jacob authored
-
- 03 May, 2020 1 commit
-
-
Manuel Jacob authored
-
- 08 May, 2020 1 commit
-
-
Manuel Jacob authored
-
- 03 May, 2020 1 commit
-
-
Manuel Jacob authored
-
- 06 Mar, 2020 9 commits
-
-
Manuel Jacob authored
-
Manuel Jacob authored
-
Manuel Jacob authored
-
timeless developer authored
-
Manuel Jacob authored
-
Manuel Jacob authored
-
Manuel Jacob authored
changelog.__contains__ compares the argument to integers. On Python 2, this results in a return value of False if passing in non-ints. On Python 3, this results in an exception if passing in non-ints.
-
Manuel Jacob authored
-
Manuel Jacob authored
-
- 25 Nov, 2019 1 commit
-
-
timeless developer authored
-
- 03 May, 2020 1 commit
-
-
Manuel Jacob authored
-
- 06 Mar, 2020 1 commit
-
-
Manuel Jacob authored
-
- 04 May, 2020 1 commit
-
-
Manuel Jacob authored
-
- 06 Mar, 2020 7 commits
-
-
Manuel Jacob authored
-
Manuel Jacob authored
self.git.path is unicode. self.gitdir is bytes (which we need here).
-
Manuel Jacob authored
-
Manuel Jacob authored
-
timeless developer authored
-
Manuel Jacob authored
-
Manuel Jacob authored
-