<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/objects, branch index-no-read-lock</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>Revert "Replace wildcard imports with concrete imports"</title>
<updated>2021-10-03T11:28:45+00:00</updated>
<author>
<name>Trym Bremnes</name>
<email>trym.bremnes@gmail.com</email>
</author>
<published>2021-10-02T14:42:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=ce4afe46d211cdfb611b8e8109bb0dc160a12540'/>
<id>ce4afe46d211cdfb611b8e8109bb0dc160a12540</id>
<content type='text'>
This reverts commit 53d94b8091b36847bb9e495c76bb5a3ec2a2fdb5.

The reason for the revert is that the commit in question introduced a
regression where certain modules, functions and classes that were
exposed before were no longer exposed.

See https://github.com/gitpython-developers/GitPython/pull/1352#issuecomment-932757204
for additional information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 53d94b8091b36847bb9e495c76bb5a3ec2a2fdb5.

The reason for the revert is that the commit in question introduced a
regression where certain modules, functions and classes that were
exposed before were no longer exposed.

See https://github.com/gitpython-developers/GitPython/pull/1352#issuecomment-932757204
for additional information.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace wildcard imports with concrete imports</title>
<updated>2021-10-01T14:27:00+00:00</updated>
<author>
<name>Trym Bremnes</name>
<email>trym.bremnes@gmail.com</email>
</author>
<published>2021-09-30T06:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=53d94b8091b36847bb9e495c76bb5a3ec2a2fdb5'/>
<id>53d94b8091b36847bb9e495c76bb5a3ec2a2fdb5</id>
<content type='text'>
All `from &lt;module&gt; import *` has now been replaced by
`from &lt;module&gt; import X, Y, ...`.

Contributes to #1349
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All `from &lt;module&gt; import *` has now been replaced by
`from &lt;module&gt; import X, Y, ...`.

Contributes to #1349
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade sphinx for 3.10 compat</title>
<updated>2021-08-09T16:14:31+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-08-09T16:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=c35ab1dd61e91bd55d939302d1f02e1c58985826'/>
<id>c35ab1dd61e91bd55d939302d1f02e1c58985826</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>try fix for Protocol buy in 3.10 3</title>
<updated>2021-08-09T09:08:42+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-08-09T09:08:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=2f42966cd1ec287d1c2011224940131dbda2383d'/>
<id>2f42966cd1ec287d1c2011224940131dbda2383d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>try fix for Protocol buy in 3.10 2</title>
<updated>2021-08-09T08:58:16+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-08-09T08:58:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=1349ddc19f5a7f6aa56b0bc53d2f2c002128d360'/>
<id>1349ddc19f5a7f6aa56b0bc53d2f2c002128d360</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>try fix for Protocol buy in 3.10</title>
<updated>2021-08-09T08:55:56+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-08-09T08:55:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=079d7fd6994bc6751bef4797a027b9e6daf966f4'/>
<id>079d7fd6994bc6751bef4797a027b9e6daf966f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>type fixo</title>
<updated>2021-08-08T20:51:31+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-08-08T20:51:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=07078e9f11499ab0001e0eb1e6000b52e8a5fb81'/>
<id>07078e9f11499ab0001e0eb1e6000b52e8a5fb81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>type fix</title>
<updated>2021-08-08T20:49:34+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-08-08T20:49:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=22e05c4dc83291321f97ee9d2a369e77f9a4eb1f'/>
<id>22e05c4dc83291321f97ee9d2a369e77f9a4eb1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add type check to conf_encoding (in thoery could be bool or int)</title>
<updated>2021-08-08T20:42:34+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-08-08T20:42:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=38f5157253beb5801be80812e9b013a3cdd0bdc9'/>
<id>38f5157253beb5801be80812e9b013a3cdd0bdc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add __future__.annotations to repo/base.py</title>
<updated>2021-08-02T16:56:06+00:00</updated>
<author>
<name>Yobmod</name>
<email>yobmod@gmail.com</email>
</author>
<published>2021-08-02T16:56:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitpython.git/commit/?id=481f672baab666d6e2f81e9288a5f3c42c884a8e'/>
<id>481f672baab666d6e2f81e9288a5f3c42c884a8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
