1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Feb 21, 2025 — Feb 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
force length of PyArg_ParseTuple("s#) to be Py_ssize_t rather than int More... over 13 years ago
fixed typo in setup() More... over 13 years ago
added pygit2 cache files to .gitignore More... over 13 years ago
added pygit2.utils module More... over 13 years ago
refactoring pygit2.c into several small files More... over 13 years ago
added old and new file path for hunks More... over 13 years ago
removed redundant repo entry in DiffObject More... almost 14 years ago
added some tests for diff More... almost 14 years ago
basic diff implementation More... almost 14 years ago
Release v0.17.0 More... almost 14 years ago
Merge remote branch 'cholin/new-error-handling' More... almost 14 years ago
adapting new-error-handling in pygit2 More... almost 14 years ago
python3 compatibility More... almost 14 years ago
added tests for Repository.create_blob() More... almost 14 years ago
added create_blob-Method for Repository More... almost 14 years ago
Release v0.16.2 More... almost 14 years ago
style: do not use tabs More... almost 14 years ago
Fix double free in case of initializing a TreeBuilder with Tree object. More... almost 14 years ago
Fix use-after-free problem in py_str_to_c_str(). More... almost 14 years ago
use distutils.log instead of logging. Pass args to unittest, so that we can running unittest in such way: python setup.py test --args="test.test_tag.TagTest" More... almost 14 years ago
# -*- coding: UTF-8 -*- # coding: UTF-8 More... almost 14 years ago
copy (lib)git2.dll alongside pygit2 add build_lib into sys path so that unittest can found (lib)git2.dll More... almost 14 years ago
drop support for setuptools. More... almost 14 years ago
Merge remote branch 'hanwen/master' More... almost 14 years ago
Fix spelling in docstring More... almost 14 years ago
Change signature of TreeBuilder.insert to take (name, oid, attribute). More... almost 14 years ago
We don't need zlib/libssl More... almost 14 years ago
Release v0.16.1 More... almost 14 years ago
Fixing TreeEntry lifetime issues More... almost 14 years ago
Merge remote branch 'bos/safe_message' More... almost 14 years ago