<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/git/repo, branch 2.1.8</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>Remove redundant Python 2.4 code</title>
<updated>2017-12-11T14:24:59+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2017-12-05T08:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=d5710466a728446d8169761d9d4c29b1cb752b00'/>
<id>d5710466a728446d8169761d9d4c29b1cb752b00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT</title>
<updated>2017-11-28T01:35:19+00:00</updated>
<author>
<name>Yaroslav Halchenko</name>
<email>debian@onerussian.com</email>
</author>
<published>2017-11-28T01:35:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=6ee08fce6ec508fdc6e577e3e507b342d048fa16'/>
<id>6ee08fce6ec508fdc6e577e3e507b342d048fa16</id>
<content type='text'>
I did keep some "bare" except with catch all Exception: , while tried to disable
flake8 complaints where clearly all exceptions are to be catched
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I did keep some "bare" except with catch all Exception: , while tried to disable
flake8 complaints where clearly all exceptions are to be catched
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #692 from Dreamsorcerer/patch-1</title>
<updated>2017-11-19T14:53:29+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2017-11-19T14:53:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=610d4c97485d2c0d4f65b87f2620a84e0df99341'/>
<id>610d4c97485d2c0d4f65b87f2620a84e0df99341</id>
<content type='text'>
Fix broken progress in clone_from()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix broken progress in clone_from()</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #686 from jeblair/issue-605</title>
<updated>2017-11-02T07:13:26+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2017-11-02T07:13:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=bfae362363b28be9b86250eb7f6a32dac363c993'/>
<id>bfae362363b28be9b86250eb7f6a32dac363c993</id>
<content type='text'>
Only gc.collect() under windows</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only gc.collect() under windows</pre>
</div>
</content>
</entry>
<entry>
<title>Update base.py</title>
<updated>2017-10-30T20:18:48+00:00</updated>
<author>
<name>Sam Bull</name>
<email>fox_qwluwc@TrashMail.net</email>
</author>
<published>2017-10-30T20:18:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=9d4859e26cef6c9c79324cfc10126584c94b1585'/>
<id>9d4859e26cef6c9c79324cfc10126584c94b1585</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update base.py</title>
<updated>2017-10-30T19:45:01+00:00</updated>
<author>
<name>Sam Bull</name>
<email>fox_qwluwc@TrashMail.net</email>
</author>
<published>2017-10-30T19:45:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=67648785d743c4fdfaa49769ba8159fcde1f10a8'/>
<id>67648785d743c4fdfaa49769ba8159fcde1f10a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only gc.collect() under windows</title>
<updated>2017-10-09T20:37:42+00:00</updated>
<author>
<name>James E. Blair</name>
<email>jeblair@redhat.com</email>
</author>
<published>2017-10-09T20:37:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=454fedab8ea138057cc73aa545ecb2cf0dac5b4b'/>
<id>454fedab8ea138057cc73aa545ecb2cf0dac5b4b</id>
<content type='text'>
Under Windows, tempfile objects are holding references to open files
until the garbage collector closes them and frees them.  Explicit
calls to gc.collect() were added to the finalizer for the Repo class
to force them to be closed synchronously.  However, this is expensive,
especially in large, long-running programs.  As a temporary measure
to alleviate the performance regression on other platforms, only
perform these calls when running under Windows.

Fixes #553
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Under Windows, tempfile objects are holding references to open files
until the garbage collector closes them and frees them.  Explicit
calls to gc.collect() were added to the finalizer for the Repo class
to force them to be closed synchronously.  However, this is expensive,
especially in large, long-running programs.  As a temporary measure
to alleviate the performance regression on other platforms, only
perform these calls when running under Windows.

Fixes #553
</pre>
</div>
</content>
</entry>
<entry>
<title>Converting path in clone and clone_from to str before any other operation in case eg pathlib.Path is passed</title>
<updated>2017-10-07T10:23:46+00:00</updated>
<author>
<name>Mikuláš Poul</name>
<email>mikulaspoul@gmail.com</email>
</author>
<published>2017-10-07T10:23:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=4ee7e1a72aa2b9283223a8270a7aa9cb2cdb5ced'/>
<id>4ee7e1a72aa2b9283223a8270a7aa9cb2cdb5ced</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keeping env values passed to `clone_from`</title>
<updated>2017-09-30T20:00:02+00:00</updated>
<author>
<name>Piotr Babij</name>
<email>piotr.babij@gmail.com</email>
</author>
<published>2017-09-30T20:00:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=53373c8069425af5007fb0daac54f44f9aadb288'/>
<id>53373c8069425af5007fb0daac54f44f9aadb288</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #654 from vathpela/worktrees</title>
<updated>2017-09-28T13:02:53+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2017-09-28T13:02:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=a5f034355962c5156f20b4de519aae18478b413a'/>
<id>a5f034355962c5156f20b4de519aae18478b413a</id>
<content type='text'>
worktrees: make non-packed refs also work correctly.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
worktrees: make non-packed refs also work correctly.</pre>
</div>
</content>
</entry>
</feed>
