Pygit2 是一个基于 Pythonlibgit2 绑定。简单来说就是一个python 的 Git 开发包.

Pygit2 0.26.3 发布,libgit2 的 Python 绑定
Pygit2 v0.26.3 发布了。Pygit2 是一个可移植、纯 C 语言实现的 Git 核心开发包,你可以使用它来编写自定义的 Git 应用。这是 v0.26系列“Aufschub”的第一个版本。该版本更新内容请关注发布主页。下载地址:Source code (zip)Source code (tar.gz)

发布于 2017-12-25 00:17:18 | 135 次阅读

Pygit2 0.26.1 发布,libgit2 的 Python 绑定
Pygit2 0.26.1 已发布,Pygit2 是一组通过 Python 绑定到 libgit2 的共享库,libgit2 实现 Git 管道。Pygit2 支持 Python 2.7,3.3,3.4,3.5,3.6 和 PyPy 2.6。更新如下:新的 Repository.free() #730改进 ssh 克隆的凭据处理 #718改进文档 #714 #715 #728 #733 #734 #735详情

发布于 2017-11-20 00:58:36 | 123 次阅读

Pygit2 v0.25.1 发布,添加对 Python 3.6 的支持
Pygit2 v0.25.1 发布了。Pygit2 是一组 Python 绑定到 libgit2 共享库,libgit2 实现了 Git plumbing。该版本更新如下:添加对 Python 3.6 的支持对 stash 新的支持:repository methods stash, stash_apply, stash_drop 和 stash_pop #695改进对子模块的支持:new repository methods 

发布于 2017-04-26 00:59:52 | 174 次阅读

Pygit2 v0.25 发布,Python 的 Git 开发包
Pygit2 v0.25 发布了。Pygit2 是一组 Python 绑定到 libgit2 共享库,libgit2 实现了 Git plumbing。该版本更新如下:升级至 libgit2 0.25 #670现在如果树未找到,Commit.tree 会引发一个错误 #682新设置 — mwindow_mapped_limit, cached_memory, enable_caching, cache_max_size 和 cache_object_limit #6

发布于 2016-12-27 00:00:51 | 130 次阅读

Pygit2 0.24.1 发布,Python 的 Git 开发包
Pygit2 0.24.1 发布了,pygit2 是一组Python绑定到libgit2共享库,libgit2实现了Git plumbing。改进日志如下:New Repository.listall_reference_objects()#634Fix Repository.write_archive(...)#619#621Reproducible builds#636Documentation fixes#606#607#609#623Test updates#629下载地址:Source code (zip)Source co

发布于 2016-06-22 00:57:05 | 104 次阅读

pygit2 0.24.0 发布,Python 的 Git 开发包
pygit2 0.24.0 发布了,pygit2是一组Python绑定到libgit2共享库,libgit2实现了Git plumbing。 Pygit2工作环境Python2.7,3.2,3.3,3.4,3.5和2.6 。改进日志:Update to libgit2 v0.24#594Support Python 3.5New dependency, sixNew Repository.path_is_ignored(path)#589Fix error in Repository(path) when path is a b

发布于 2016-03-06 01:01:51 | 157 次阅读

pygit2 v0.23.3 发布,libgit2 的 Python 绑定
pygit2 v0.23.3 发布,pygit2 是 libgit2 的 Python 绑定,更新内容如下:New Repository.create_blob_fromiobase(...)#490#577New Repository.describe(...)#585Fix Signature default encoding, UTF-8 now#581Fixing pip install pygit2, should install cffi firstUnit tests, fix binary diff test#586Document that Di

发布于 2016-01-02 00:56:38 | 233 次阅读

Pygit2 0.23.2 发布,Python 的 Git 开发包
Pygit2 0.23.2 发布,Pygit2 是 Python 的 Git 开发包。此版本更新内容如下:Unify callbacks system for remotes and clone#568New TreeEntry._name#570Fix segfault in Tag._message#572Documentation improvements#569#574下载:https://github.com/libgit2/pygit2/archive/v0.23.2.zip。

发布于 2015-10-11 23:57:40 | 136 次阅读

Pygit2 0.23.1 发布,Python 的 Git 开发包
Pygit2 0.23.1 发布,Pygit2 是 Python 的 Git 开发包。此版本更新内容如下:Improve support for cffi 1.0+#529#561Fix Remote.push#557New TreeEntry.type#560New pygit2.GIT_DIFF_SHOW_BINARY#566下载:https://github.com/libgit2/pygit2/archive/v0.23.1.zip。

发布于 2015-09-27 00:26:06 | 115 次阅读

Pygit2 0.22.1 发布,Python 的 Git 开发包
Pygit2 0.22.1 发布,Pygit2 是 Python 的 Git 开发包,更新内容如下:不同接口重构#346(in progress):新 iter(pygit2.Blame)新 pygit2.DiffDelta, pygit2.DiffFile 和 pygit.DiffLineAPI 改进和翻译提供:Hunk                =&g

发布于 2015-07-13 00:19:24 | 229 次阅读

Pygit2 0.22.0 发布,Python 的 Git 开发包
Pygit2 是 libgit2 的 Python 绑定。Pygit2 0.22.0 发布,此版本更新内容如下:新特性:Update to libgit2 v0.22#459Add support for libgit2 feature detection (new pygit2.features and pygit2.GIT_FEATURE_*)#475New Repository.remotes (RemoteCollection)#447API 改进:Prototype of clone_

发布于 2015-01-17 01:30:10 | 262 次阅读

PyGit2 0.21.4 发布,Python 的 Git 开发包
PyGit2 0.21.4 发布,此版本现已提供下载,更新内容如下:Fix credentials callback not set when pushing#431#435#437#438Fix Repository.diff(...) when treeish is "empty"#432New Reference.peel(...) renders Reference.get_object() obsolete#434New, authenticate using ssh agent#42

发布于 2014-11-04 23:56:30 | 214 次阅读

PyGit2 0.21.3 发布,Python 的 Git 开发包
Pygit2 是一个基于 Python 的 libgit2 绑定。PyGit2 0.21.3 发布,此版本现已提供下载,更新内容如下:重要改进:Now Repository.blame(...) returns Oid instead of string#413New Reference.set_target(...) replaces the Reference.target setter and Reference.log_append(...)#414N

发布于 2014-09-15 23:47:21 | 240 次阅读


Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务