GitHub / libgit2/pygit2 / commits
Python bindings for libgit2
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| d138ee5e |
chore(CI): bump the actions group with 2 updates
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: J. David Ibáñez <j****p@g****m> |
10 months ago | |
| e5b21e05 | Fix mypy warnings in tests that assume Diff.__iter__ can't yield None | Iliyas Jorio <i****s@j****o> | 10 months ago | |
| a85f6fb2 | CI: build ppc wheels always | J. David Ibáñez <j****p@g****m> | 10 months ago | |
| 45423e99 | Release 1.19.0 | J. David Ibáñez <j****p@g****m> | 10 months ago | |
| 4b2459b1 | merge Merge remote-tracking branch '2bndy5/replace-PyList_GET_ITEM' | J. David Ibáñez <j****p@g****m> | 10 months ago | |
| 2a905801 | Drop support for Python 3.10 | J. David Ibáñez <j****p@g****m> | 10 months ago | |
| 2ea43ed5 | Remove deprecated IndexEntry.hex and deprecate IndexEntry.oid | J. David Ibáñez <j****p@g****m> | 10 months ago | |
| 9fe9f220 | Update Changelog | J. David Ibáñez <j****p@g****m> | 10 months ago | |
| db088ecb | fix: replace `PyList_GET_ITEM()` | Brendan <2****5@g****m> | 11 months ago | |
| 8fb06faf | test: refactor CI | Brendan <2****5@g****m> | 11 months ago | |
| d16e2f36 | skip tests when using qemu to biuld wheel | Brendan <2****5@g****m> | 11 months ago | |
| dbdd36f9 | only compare certain `Signature` attributes | Brendan <2****5@g****m> | 11 months ago | |
| 628fe817 | merge Merge remote-tracking branch '2bndy5/free-thread-able' | J. David Ibáñez <j****p@g****m> | 11 months ago | |
| 706e3576 |
ci: do not build unused openssl components
Signed-off-by: WANG Xuerui <g****t@x****e> |
WANG Xuerui <g****t@x****e> | 11 months ago | |
| 559f3160 | fix: disable GIL for free-threaded builds | Brendan <2****5@g****m> | 11 months ago | |
| 7398c43f | feat: revert future-compatible deployments | Brendan <2****5@g****m> | 11 months ago | |
| 4956dd5e | test: run unit tests for each built wheel | Brendan <2****5@g****m> | 11 months ago | |
| e5620b96 | Drop AppVeyor | J. David Ibáñez <j****p@g****m> | 11 months ago | |
| 06459366 |
chore(CI): bump the actions group with 2 updates
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: J. David Ibáñez <j****p@g****m> |
11 months ago | |
| 03b6afcf | docs: update install docs | Brendan <2****5@g****m> | 11 months ago | |
| 2a5c8747 | build(dev): enable dependabot for automatic updates | Brendan <2****5@g****m> | 11 months ago | |
| f711b4ef | chore: update gitignore with common paths related to Python and C projects | Brendan <2****5@g****m> | 11 months ago | |
| 098cbe30 | feat: build windows distributions with cibuildwheel in GH CI | Brendan <2****5@g****m> | 11 months ago | |
| 5f655b7e | feat: enable future-compatible deployments | Brendan <2****5@g****m> | 11 months ago | |
| d0a17437 | Add an implementation of reference transactions | Craig de Stigter <c****g@d****z> | 11 months ago | |
| ff64e610 | Build wheels for Python 3.14 | J. David Ibáñez <j****p@g****m> | 12 months ago | |
| 2b231a34 | CI: Update setup-python to v6 | J. David Ibáñez <j****p@g****m> | 12 months ago | |
| 3d129c77 | Build musllinux_aarch64 wheels | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| 3e7e10b8 | Wheels: update cibuildwheel | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| e051a146 | git_patch_from_diff may return a NULL patch without an error | Iliyas Jorio <i****s@j****o> | about 1 year ago | |
| d88fa3dc | Release 1.18.2 | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| 68c871b2 | Make mypy happy | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| e894e1c4 | merge Merge remote-tracking branch 'kbaikov/mypy-fixes9' | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| 97255cca | merge Merge remote-tracking branch 'kbaikov/mypy-fixes8' | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| f09359fd | Don't build wheels for Python 3.14 | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| d16378e0 | Remote.ls_remotes returns backwards compatible value for loid | Iliyas Jorio <i****s@j****o> | about 1 year ago | |
| 2c9792a8 | Deprecate Remote.ls_remotes in favor of Remote.list_heads | Iliyas Jorio <i****s@j****o> | about 1 year ago | |
| 5c8ad80e | Update Changelog | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| c921ebc1 | merge Merge remote-tracking branch 'ambv/move-options-to-cffi' | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| 7a7895f0 | Halve the number of quotes in NotImplementedError messages | Łukasz Langa <l****z@l****l> | about 1 year ago | |
| 13dc3016 | Drop (broken) support for GIT_OPT_ADD_SSL_X509_CERT | Łukasz Langa <l****z@l****l> | about 1 year ago | |
| 6007f972 | ruff check --fix | Łukasz Langa <l****z@l****l> | about 1 year ago | |
| 230fad99 | More reformatting | Łukasz Langa <l****z@l****l> | about 1 year ago | |
| c4ad77db | Include the new names in `__all__` and the high-level `settings` sub-module | Łukasz Langa <l****z@l****l> | about 1 year ago | |
| 09ce9c48 | Appease formatting gods | Łukasz Langa <l****z@l****l> | about 1 year ago | |
| cfd7d94d | Fix nits I noticed | Łukasz Langa <l****z@l****l> | about 1 year ago | |
| e035a87c | Implement not implemented options | Łukasz Langa <l****z@l****l> | about 1 year ago | |
| 9d7df463 | Move option handling to CFFI | Łukasz Langa <l****z@l****l> | about 1 year ago | |
| ecd6ff2a | Fix some more mypy disallow_untyped_calls | kbaikov <k****v@g****m> | about 1 year ago | |
| 47df2539 | Fix some disallow_untyped_defs | kbaikov <k****v@g****m> | about 1 year ago | |
| bc42a5a0 | Fix part of mypy disallow_any_generics | kbaikov <k****v@g****m> | about 1 year ago | |
| ff66108e | Fix mypy untyped decorators error | kbaikov <k****v@g****m> | about 1 year ago | |
| 2932e12c | Fix mypy no implicit reexports errors | kbaikov <k****v@g****m> | about 1 year ago | |
| 44bac2ed | Add types-cffi to test requirements | kbaikov <k****v@g****m> | about 1 year ago | |
| 1d9d0bef | Use modern python syntax for types and others | kbaikov <k****v@g****m> | about 1 year ago | |
| 45b40910 | merge Merge remote-tracking branch 'nrybowski/submodule_set_url' | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| ddceff9b | Fix the first stage of mypy stricter errors | kbaikov <k****v@g****m> | about 1 year ago | |
| 0947a213 | Add ignores to setup.py | kbaikov <k****v@g****m> | about 1 year ago | |
| 2a57752a | Introduce stricter mypy options | kbaikov <k****v@g****m> | about 1 year ago | |
| 6caa06de | RemoteHead.loid is Oid zero if not available locally | Iliyas Jorio <i****s@j****o> | about 1 year ago | |
| 93bbff72 | Improve usability of Remote.ls_remotes's result | Iliyas Jorio <i****s@j****o> | about 1 year ago | |
| d7b67e4b | Allow bypassing automatic connection in Remote.ls_remotes() | Iliyas Jorio <i****s@j****o> | about 1 year ago | |
| 80f815ee | Add RemoteCallbacks.push_negotiation | Iliyas Jorio <i****s@j****o> | about 1 year ago | |
| 7cfc6517 | Instrument git_submodule_set_url. | nrybowski <n****i@u****e> | about 1 year ago | |
| 9efa2389 | move types for Repository to implementation | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 2af4bb24 | explicitly import from ._pygit2 | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| fa8a0e95 | move types for Branches to implementation | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 7c0831fb | add types for _ffi_names in RemoteCollection | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 46c84250 | move types for RemoteCollection to implementation | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| e08390d9 | add types to Remote | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 58270d32 | needed to add type ignores | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| e433a4c6 | typing: References.get can return None | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 6028542a | move types for References to implementation | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 468f196d | mypy: enable disallow_untyped_calls for test folder | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 69dd9f44 | mypy: enable disallow_untyped_defs for test folder | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 5d1f6c59 | add types to test/utils.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 51814a91 | improve types according to test/test_tree.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 49d32f35 | improve types according to test/test_signature.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 79a7de57 | add types to several test files | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| fc936574 | improve types according to test/test_repository_bare.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 4dd179d2 | improve types according to test/test_repository.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 876b755a | add types to test/test_remote_utf8.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| cf67fab2 | improve types according to test/test_remote_prune.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| fb0bfd76 | improve types according to test/test_remote.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| edcccfc9 | improve types according to test/test_refs.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| f8d9a05b | improve types according to test/test_refdb_backend.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| ab2a5fe4 | add types to test/test_patch.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| e7f0d4b1 | add types to test/test_patch_encoding.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 6a4e860b | improve types according to test/test_packbuilder.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 551af8d3 | improve types according to test/test_options.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 197cf81c | add types to test/test_oid.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 5424d2c4 | add types to test/test_odb_backend.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 0b93aab8 | improve types according to test/test_odb.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 285b82a6 | improve types according to test/test_object.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 5c57a7f3 | improve types according to test/test_note.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 51d0cacf | improve types according to test/test_nonunicode.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| f9289da6 | merge Merge remote-tracking branch 'BenediktSeidl/typing-5' | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| 7e0f891d | improve types according to test/test_merge.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 1cb902ac | improve types according to test/test_mailmap.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 548f6a7d | improve types according to test/test_index.py | Benedikt Seidl <B****l@g****e> | about 1 year ago |