J. David Ibáñez
J. David Ibáñez
Ah didn't scroll to the bottom. That test message is actually not correct, it was later identified to be an issue related to the filesystem, not the os, see https://github.com/libgit2/pygit2/pull/1329#issuecomment-2599690561...
Good catch, the method was added in 2014 but libgit2 removed git_remote_save in 2015 (v0.23). There was not a unit test for it so it went unnoticed. This is what...
Thanks @DinhHuy2010 for the contribution. And thanks @Tsafaras for the review, I agree with the comments. Regarding select/ignore, it should be more specific. I've pushed a commit where just the...
In the latest release we're using `PyUnicode_DecodeFSDefault()` and `PyUnicode_EncodeFSDefault()` It remains to use `os.fsdecode()` (PRs welcome).
Hi, this PR is too big, could you split it?