<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitdb.git/gitdb/test/db, branch v2.1.0.dev3</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>feat(streams): use named-tuples</title>
<updated>2016-10-25T14:25:52+00:00</updated>
<author>
<name>Kostis Anagnostopoulos</name>
<email>ankostis@gmail.com</email>
</author>
<published>2016-10-24T20:39:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=fa24dce28f4237da9c63b2f51b60bad83fa48ba9'/>
<id>fa24dce28f4237da9c63b2f51b60bad83fa48ba9</id>
<content type='text'>
speedups:
+ 3.5: ~5% faster
+ 3.4: ~15% faster
+ 3.3/2.7/2.6: the same

BREAKING API 1: `XXOStream` not an instance of `XXOInfo`.
BREAKING API 2: `XXOinfo/XXOStream not inheritable.
(ie no `DeriveTest` class).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
speedups:
+ 3.5: ~5% faster
+ 3.4: ~15% faster
+ 3.3/2.7/2.6: the same

BREAKING API 1: `XXOStream` not an instance of `XXOInfo`.
BREAKING API 2: `XXOinfo/XXOStream not inheritable.
(ie no `DeriveTest` class).</pre>
</div>
</content>
</entry>
<entry>
<title>fix(io): BREAKING, wrap more out-stream usages</title>
<updated>2016-10-25T14:04:34+00:00</updated>
<author>
<name>Kostis Anagnostopoulos</name>
<email>ankostis@gmail.com</email>
</author>
<published>2016-10-25T13:03:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=fda6bc1262cd661eb6c4b66e7c54126fab664f05'/>
<id>fda6bc1262cd661eb6c4b66e7c54126fab664f05</id>
<content type='text'>
+ chrore(deps): depend on *contextlib2* for `ExitStack` in PY2.
+ refact(util): BREAKING API move consts out of utils.
+ style(pep8): fixe all sources.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ chrore(deps): depend on *contextlib2* for `ExitStack` in PY2.
+ refact(util): BREAKING API move consts out of utils.
+ style(pep8): fixe all sources.
</pre>
</div>
</content>
</entry>
<entry>
<title>refact(win_errs): move HIDE_WINDOWS_KNOWN_ERRORS from main-code to test</title>
<updated>2016-10-25T10:00:31+00:00</updated>
<author>
<name>Kostis Anagnostopoulos</name>
<email>ankostis@gmail.com</email>
</author>
<published>2016-10-25T09:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=a566e1189f2aa118728e7b1dc49bcd4dbb3e3c6f'/>
<id>a566e1189f2aa118728e7b1dc49bcd4dbb3e3c6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(win): FIX and HIDE 2 win-errors remaining</title>
<updated>2016-10-24T16:26:06+00:00</updated>
<author>
<name>Kostis Anagnostopoulos</name>
<email>ankostis@gmail.com</email>
</author>
<published>2016-10-24T15:32:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=534c9bbe320f638153f9ffd79b79fa124b544d0f'/>
<id>534c9bbe320f638153f9ffd79b79fa124b544d0f</id>
<content type='text'>
+ File-in-use errors were fixed with `gitdb.util.mman.collect()`!
+ This call is disabled `gitdb.util.HIDE_WINDOWS_KNOWN_ERRORS == False`.
+ Depend on latest smmp `v2.1.0.dev1` tag</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ File-in-use errors were fixed with `gitdb.util.mman.collect()`!
+ This call is disabled `gitdb.util.HIDE_WINDOWS_KNOWN_ERRORS == False`.
+ Depend on latest smmp `v2.1.0.dev1` tag</pre>
</div>
</content>
</entry>
<entry>
<title>feat(io): breaking API: retrofit Packers as context-managers!</title>
<updated>2016-10-24T13:17:00+00:00</updated>
<author>
<name>Kostis Anagnostopoulos</name>
<email>ankostis@gmail.com</email>
</author>
<published>2016-10-02T00:03:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=758c29306f509008d80ee84443e04cf6655215ea'/>
<id>758c29306f509008d80ee84443e04cf6655215ea</id>
<content type='text'>
+ Packers MUST be invoked inside `Withh...` blocks, or `_cursor` won't
exist!
+ Had to drop NotLazy for their hierarchy :-(
+ Count entrances/exits.
+ feat(util: add `rmtree()` for READ_ONLY files on Windows.

3--&gt;2  Windows TCs now fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ Packers MUST be invoked inside `Withh...` blocks, or `_cursor` won't
exist!
+ Had to drop NotLazy for their hierarchy :-(
+ Count entrances/exits.
+ feat(util: add `rmtree()` for READ_ONLY files on Windows.

3--&gt;2  Windows TCs now fail.
</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://91.123.203.49/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://91.123.203.49/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>
<entry>
<title>Spelling fixes</title>
<updated>2016-07-27T06:32:29+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2016-07-27T06:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=2af455266cb3ea454c4f38b182825b9e78b8398d'/>
<id>2af455266cb3ea454c4f38b182825b9e78b8398d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make tests independent of actual repository data</title>
<updated>2015-01-08T17:25:46+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-08T17:25:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=a88a777df3909a61be97f1a7b1194dad6de25702'/>
<id>a88a777df3909a61be97f1a7b1194dad6de25702</id>
<content type='text'>
Therefore, hardcoded sha's are not allowed anymore, as the contents of
the repository is unknown.

Fixes #16, for real this time ;)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Therefore, hardcoded sha's are not allowed anymore, as the contents of
the repository is unknown.

Fixes #16, for real this time ;)
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused imports - should have been in the last commit obviously</title>
<updated>2015-01-08T16:49:05+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2015-01-08T16:49:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=f2233fbf40f3f69309ce5cc714e99fcbdcd33ec3'/>
<id>f2233fbf40f3f69309ce5cc714e99fcbdcd33ec3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
