<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/test, branch index-no-read-lock</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>Add raise_if_error() to tutorial</title>
<updated>2021-11-13T07:20:20+00:00</updated>
<author>
<name>Sjoerd Langkemper</name>
<email>sjoerd-github@linuxonly.nl</email>
</author>
<published>2021-11-09T11:55:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=63f4ca304bddf019220912b7b8e2abe585d88fe0'/>
<id>63f4ca304bddf019220912b7b8e2abe585d88fe0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test raise_if_error</title>
<updated>2021-11-13T07:20:20+00:00</updated>
<author>
<name>Sjoerd Langkemper</name>
<email>sjoerd-github@linuxonly.nl</email>
</author>
<published>2021-11-08T17:06:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=699e223c51d99d1fc8d05b2b0fe0ef1e2ee7fd01'/>
<id>699e223c51d99d1fc8d05b2b0fe0ef1e2ee7fd01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test that return value of push is a list-like object</title>
<updated>2021-11-13T07:20:20+00:00</updated>
<author>
<name>Sjoerd Langkemper</name>
<email>sjoerd-github@linuxonly.nl</email>
</author>
<published>2021-10-13T08:03:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=1481e7108fb206a95717c331478d4382cda51a6a'/>
<id>1481e7108fb206a95717c331478d4382cda51a6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://trove.baserock.org/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://trove.baserock.org/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>Add a way to force status codes inside AutoInterrupt._terminate, and let tests use it</title>
<updated>2021-09-18T01:26:28+00:00</updated>
<author>
<name>sroet</name>
<email>sanderroet@hotmail.com</email>
</author>
<published>2021-09-15T09:55:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=aa5076626ca9f2ff1279c6b8e67408be9d0fa690'/>
<id>aa5076626ca9f2ff1279c6b8e67408be9d0fa690</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>set timeout to a non-zero value</title>
<updated>2021-09-18T01:26:28+00:00</updated>
<author>
<name>sroet</name>
<email>sanderroet@hotmail.com</email>
</author>
<published>2021-09-14T12:09:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=893ddabd312535bfd906822e42f0223c40655163'/>
<id>893ddabd312535bfd906822e42f0223c40655163</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>two spaces before comments</title>
<updated>2021-09-18T01:26:28+00:00</updated>
<author>
<name>sroet</name>
<email>sanderroet@hotmail.com</email>
</author>
<published>2021-09-14T12:00:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=4588efd0e086a240f3e1c826be63a2bd30eedf36'/>
<id>4588efd0e086a240f3e1c826be63a2bd30eedf36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fetch is also to quick on CI, only test pull</title>
<updated>2021-09-18T01:26:28+00:00</updated>
<author>
<name>sroet</name>
<email>sanderroet@hotmail.com</email>
</author>
<published>2021-09-14T11:59:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e95ee636504a42bd5d8c83314a676253a2de9ad6'/>
<id>e95ee636504a42bd5d8c83314a676253a2de9ad6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make test timeout stricter</title>
<updated>2021-09-18T01:26:28+00:00</updated>
<author>
<name>sroet</name>
<email>sanderroet@hotmail.com</email>
</author>
<published>2021-09-14T11:30:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=42b05b0f5f3ae7ddd0590a42fd120ffdf2b34903'/>
<id>42b05b0f5f3ae7ddd0590a42fd120ffdf2b34903</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
