<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitdb.git/gitdb, branch py2n3</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>It seems zlib works differently in py26, and thus requires special handling.</title>
<updated>2014-11-14T11:40:22+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-14T11:39:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=0dcec5a27b341ce58e5ab169f91aa25b2cafec0c'/>
<id>0dcec5a27b341ce58e5ab169f91aa25b2cafec0c</id>
<content type='text'>
This also explains why the tests suddenly stopped working - after all, the interpreter changed ... .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also explains why the tests suddenly stopped working - after all, the interpreter changed ... .
</pre>
</div>
</content>
</entry>
<entry>
<title>Now I am skipping a problematic test on travis CI.</title>
<updated>2014-11-14T11:08:08+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-14T11:07:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=e7fdd949d0cb2c42c9217e3c7009eb28c6b53446'/>
<id>e7fdd949d0cb2c42c9217e3c7009eb28c6b53446</id>
<content type='text'>
Maybe I can find a py 2.6 interpreter somewhere to reproduce it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Maybe I can find a py 2.6 interpreter somewhere to reproduce it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added requirements.txt for pip, and optimized test-suite performance on travis.</title>
<updated>2014-11-14T10:29:18+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-14T10:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=b9d189d35073cc80ddbfa61269c65785264880f3'/>
<id>b9d189d35073cc80ddbfa61269c65785264880f3</id>
<content type='text'>
With a bit of luck, this one will just work now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With a bit of luck, this one will just work now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed incorrect computation of compressed bytes read in zlib decompression stream.</title>
<updated>2014-11-14T09:43:28+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-14T09:43:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=232cf20efaef4218a71c348b0f59c5e59c59cbdb'/>
<id>232cf20efaef4218a71c348b0f59c5e59c59cbdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Performance tests are now part of the test-suite.</title>
<updated>2014-11-14T08:43:19+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-14T08:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=f26c869025bc31d3920726a63b15fdb420b1d215'/>
<id>f26c869025bc31d3920726a63b15fdb420b1d215</id>
<content type='text'>
By default, a small repository will be tested, which doesn't take that long actually (~20s)
Additionally, that way we enforce correctness tests, which didn't run by default previously.
As we are handling data here, we must be sure that it's handled correctly, thus the tests should
run.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default, a small repository will be tested, which doesn't take that long actually (~20s)
Additionally, that way we enforce correctness tests, which didn't run by default previously.
As we are handling data here, we must be sure that it's handled correctly, thus the tests should
run.
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.py works now, and binary python module can now be loaded as well.</title>
<updated>2014-11-13T18:49:40+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-13T18:49:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=7fd369c8549a975efd74c312aa91194b4569b99e'/>
<id>7fd369c8549a975efd74c312aa91194b4569b99e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reduced usage of force_bytes as clients are expected to pass bytes.</title>
<updated>2014-11-13T17:46:49+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-13T17:46:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=8ae4e9579a263684c6b760aec2869be480ff22ba'/>
<id>8ae4e9579a263684c6b760aec2869be480ff22ba</id>
<content type='text'>
It was useful for debugging though, maybe an explicit type assertions would
help others ?
As 'others' will be gitpython, I suppose I can handle it myself
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was useful for debugging though, maybe an explicit type assertions would
help others ?
As 'others' will be gitpython, I suppose I can handle it myself
</pre>
</div>
</content>
</entry>
<entry>
<title>Now tests work consistently in py2 and 3</title>
<updated>2014-11-13T17:31:17+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-13T17:31:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=641b64c9f48139cf06774805d32892012fb9b82d'/>
<id>641b64c9f48139cf06774805d32892012fb9b82d</id>
<content type='text'>
It's a nice way of saying that there is still one failing, consistently.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's a nice way of saying that there is still one failing, consistently.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fully removed all async dependencies</title>
<updated>2014-11-13T12:31:32+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-13T12:31:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=bf942a913d69eb2079f9e82888aaccf2f6222643'/>
<id>bf942a913d69eb2079f9e82888aaccf2f6222643</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed all applicable lint issues</title>
<updated>2014-11-13T11:17:01+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-13T11:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=b64c771bcb2ec336dd549cfe9d072340c886f3c9'/>
<id>b64c771bcb2ec336dd549cfe9d072340c886f3c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
