内容简介:pygit2 1.0.0 发布了。pygit2 是一组 libgit2 共享库的 Python 绑定,libgit2 是 Git 核心方法的纯 C 实现,作为具有可靠 API 的可链接库提供,允许在应用程序中构建 Git 功能。 此版本主要变更内容包括: 不再支...
pygit2 1.0.0 发布了。pygit2 是一组 libgit2 共享库的 Python 绑定,libgit2 是 Git 核心方法的纯 C 实现,作为具有可靠 API 的可链接库提供,允许在应用程序中构建 Git 功能。
此版本主要变更内容包括:
- 不再支持 Python 2.7 与 3.4。
- 新增支持 Python 3.8。
- 新增支持 / 操作符遍历树结构。
- 新的
Branch.raw_branch_name。 - 新的
Index.remove_all()。 - 新的
Remote.ls_remotes(..)。 - 新的
Repository.lookup_reference_dwim(..)与Repository.resolve_refish(..)。 - 新的
Repository.odb返回新的Odb类型实例。新增OdbBackend类型。 - 新的
Repository.references.compress()。 - 优化:延迟加载记录。
- 修复配置中的虚假异常。
- 较小的文档和样式更改。
详情查看更新日志:
https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst
以上所述就是小编给大家介绍的《pygit2 1.0.0 发布,Git 的 Python 开发包》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
RESTful Web Services Cookbook
Subbu Allamaraju / Yahoo Press / 2010-3-11 / USD 39.99
While the REST design philosophy has captured the imagination of web and enterprise developers alike, using this approach to develop real web services is no picnic. This cookbook includes more than 10......一起来看看 《RESTful Web Services Cookbook》 这本书的介绍吧!
HTML 编码/解码
HTML 编码/解码
XML 在线格式化
在线 XML 格式化压缩工具