<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitdb.git/gitdb/test, 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>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>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>
<entry>
<title>Merge branch 'kevin-brown-issue_4' into py2n3</title>
<updated>2014-11-13T09:39:24+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-13T09:39:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=37393af41229712a4bf46184259c4ed927d31093'/>
<id>37393af41229712a4bf46184259c4ed927d31093</id>
<content type='text'>
Conflicts:
	gitdb/base.py
	gitdb/fun.py
	gitdb/pack.py
	gitdb/stream.py
	gitdb/test/lib.py
	gitdb/util.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	gitdb/base.py
	gitdb/fun.py
	gitdb/pack.py
	gitdb/stream.py
	gitdb/test/lib.py
	gitdb/util.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Made sure xrange is used instead of range in python 2</title>
<updated>2014-11-13T09:31:45+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-13T09:31:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/gitdb.git/commit/?id=a8f2f63823324ad76cbb36b0f4115e73c7d9d594'/>
<id>a8f2f63823324ad76cbb36b0f4115e73c7d9d594</id>
<content type='text'>
range in py2 will return a list, which can mean a lot of time and memory
is spent on generating it even though it's just used for iteration.

Simplified implementation of MAXSIZE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
range in py2 will return a list, which can mean a lot of time and memory
is spent on generating it even though it's just used for iteration.

Simplified implementation of MAXSIZE
</pre>
</div>
</content>
</entry>
</feed>
