<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitdb.git/gitdb/test, branch 3.0.0</title>
<subtitle>github.com: gitpython-developers/gitdb.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/'/>
<entry>
<title>Fix deprecated calls for Python 3.9</title>
<updated>2020-02-13T13:25:45+00:00</updated>
<author>
<name>Lubomír Sedlář</name>
<email>lsedlar@redhat.com</email>
</author>
<published>2020-01-08T08:36:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=7729239951b5561f5bb5c2d5152ff76833b11826'/>
<id>7729239951b5561f5bb5c2d5152ff76833b11826</id>
<content type='text'>
The array methods fromstring/tostring have been deprecated since Python
3.2. Python 3.9 removes them completely.

This was discovered when trying to build gitdb package for Fedora 33.
https://bugzilla.redhat.com/show_bug.cgi?id=1788660
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The array methods fromstring/tostring have been deprecated since Python
3.2. Python 3.9 removes them completely.

This was discovered when trying to build gitdb package for Fedora 33.
https://bugzilla.redhat.com/show_bug.cgi?id=1788660
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade</title>
<updated>2018-09-07T18:32:56+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-09-07T18:32:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=140104a7ecb3dfb5c43b57c4829b9d7142b4aeaf'/>
<id>140104a7ecb3dfb5c43b57c4829b9d7142b4aeaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
</feed>
