<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitdb.git/gitdb/test, branch 2.0.3</title>
<subtitle>github.com: gitpython-developers/gitdb.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/'/>
<entry>
<title>Typos</title>
<updated>2017-03-27T09:46:23+00:00</updated>
<author>
<name>stuertz</name>
<email>js@contact.de</email>
</author>
<published>2017-03-27T09:46:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=7bced788880015075754ce3645cef3a351166ff4'/>
<id>7bced788880015075754ce3645cef3a351166ff4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed to be py26 compat</title>
<updated>2017-03-27T09:44:14+00:00</updated>
<author>
<name>stuertz</name>
<email>js@contact.de</email>
</author>
<published>2017-03-27T09:44:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=bcdffc46e3993d7743b90982009eec49df667ab4'/>
<id>bcdffc46e3993d7743b90982009eec49df667ab4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>close smmap handles, to be able to delete files / trees in process (req. for windows)</title>
<updated>2017-03-27T09:20:48+00:00</updated>
<author>
<name>stuertz</name>
<email>js@contact.de</email>
</author>
<published>2017-03-27T09:20:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=d6c097eaf759dabfd3c42b55958962b6e9a05063'/>
<id>d6c097eaf759dabfd3c42b55958962b6e9a05063</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release the file handle, before deleting, otherwise win fails.</title>
<updated>2017-03-26T20:50:56+00:00</updated>
<author>
<name>stuertz</name>
<email>js@contact.de</email>
</author>
<published>2017-03-26T20:50:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=060e5ea18b010e4d8441a5cfad699aba69593c72'/>
<id>060e5ea18b010e4d8441a5cfad699aba69593c72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Tests / Code for Windows.</title>
<updated>2017-03-26T13:48:07+00:00</updated>
<author>
<name>stuertz</name>
<email>js@contact.de</email>
</author>
<published>2017-03-26T13:48:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=57c3a4fc59b6babe71859b2bf92b2b2fc909ce2a'/>
<id>57c3a4fc59b6babe71859b2bf92b2b2fc909ce2a</id>
<content type='text'>
Sometimes the OS or some other process has the handle to file a bit longer, and the file could not be deleted immediatly.
Retry 10 Times with 100ms distance.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes the OS or some other process has the handle to file a bit longer, and the file could not be deleted immediatly.
Retry 10 Times with 100ms distance.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip Test on Windows</title>
<updated>2017-03-26T13:45:10+00:00</updated>
<author>
<name>stuertz</name>
<email>js@contact.de</email>
</author>
<published>2017-03-26T13:45:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=30329354b370ed6bfac74290ce0c5d2ab17307d1'/>
<id>30329354b370ed6bfac74290ce0c5d2ab17307d1</id>
<content type='text'>
Currently renaming files is not supported while the the OS doesn't support renaming open files.
When closing the file, as done in the code by using http://smmap.readthedocs.io/en/latest/api.html#smmap.mman.StaticWindowMapManager.force_map_handle_removal_win force_map_handle_removal_win, we can rename, but the cache does still have a handle to this file and crashes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently renaming files is not supported while the the OS doesn't support renaming open files.
When closing the file, as done in the code by using http://smmap.readthedocs.io/en/latest/api.html#smmap.mman.StaticWindowMapManager.force_map_handle_removal_win force_map_handle_removal_win, we can rename, but the cache does still have a handle to this file and crashes.
</pre>
</div>
</content>
</entry>
<entry>
<title>tc: HALF FIX of `test_pack_entity ()`</title>
<updated>2016-10-22T02:08:26+00:00</updated>
<author>
<name>Kostis Anagnostopoulos</name>
<email>ankostis@gmail.com</email>
</author>
<published>2016-10-01T23:10:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=d48679a0b15feae754ebe9ef4c9d5809db0c0d08'/>
<id>d48679a0b15feae754ebe9ef4c9d5809db0c0d08</id>
<content type='text'>
+ On Windows, you cannot write onto a file held by another live
file-pointer (test_pack.py:#L204).
+ The TC fails later, on clean up (the usual).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ On Windows, you cannot write onto a file held by another live
file-pointer (test_pack.py:#L204).
+ The TC fails later, on clean up (the usual).</pre>
</div>
</content>
</entry>
<entry>
<title>TCs: fix div-by-zero on elapsed times (appveyor CPU is fast!)</title>
<updated>2016-10-22T02:08:26+00:00</updated>
<author>
<name>Kostis Anagnostopoulos</name>
<email>ankostis@gmail.com</email>
</author>
<published>2016-10-01T21:08:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=587dc4ec1311e135d70996a077a2f978e303d3fc'/>
<id>587dc4ec1311e135d70996a077a2f978e303d3fc</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 #28 from scop/with</title>
<updated>2016-07-30T14:43:48+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2016-07-30T14:43:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=58cfb7e21253287240f24290e69c00e5e119c400'/>
<id>58cfb7e21253287240f24290e69c00e5e119c400</id>
<content type='text'>
Handle more file open/close with "with"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle more file open/close with "with"</pre>
</div>
</content>
</entry>
<entry>
<title>Handle more file open/close with "with"</title>
<updated>2016-07-27T06:34:09+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2016-07-27T06:34:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitdb.git/commit/?id=f957c812ac3221773058ba2fa8cd38017537da8a'/>
<id>f957c812ac3221773058ba2fa8cd38017537da8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
