<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/lib/git/commit.py, branch 3.0.9</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>Reorganized package structure and cleaned up imports</title>
<updated>2009-10-12T09:50:14+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-12T09:50:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=f2834177c0fdf6b1af659e460fd3348f468b8ab0'/>
<id>f2834177c0fdf6b1af659e460fd3348f468b8ab0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed remaining tests to deal with the changes</title>
<updated>2009-10-11T20:22:28+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-11T20:22:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=b01824b1aecf8aadae4501e22feb45c20fb26bce'/>
<id>b01824b1aecf8aadae4501e22feb45c20fb26bce</id>
<content type='text'>
mode is now generally an int compatible to the stat module
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mode is now generally an int compatible to the stat module
</pre>
</div>
</content>
</entry>
<entry>
<title>commit: fixed failing commit tests as the mocked git command would always return the same thing which does not work anymore - re-implemented it in a more dynamic manner, but in the end tests will have to be revised anyway</title>
<updated>2009-10-11T19:17:59+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-11T19:17:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=708b8dda8e7b87841a5f39c60b799c514e75a9c7'/>
<id>708b8dda8e7b87841a5f39c60b799c514e75a9c7</id>
<content type='text'>
Added slots to Diff and Stats type respectively
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added slots to Diff and Stats type respectively
</pre>
</div>
</content>
</entry>
<entry>
<title>lazymixin system now supports per-attribute baking, it is up to the class whether it bakes more. This also leads to more efficient use of memory as values are only cached and set when required - the baking system does not require an own tracking variable anymore, and values are only to be cached once - then python will natively find the cache without involving any additional overhead. This works by using __getattr__ instead of __get_attribute__ which would always be called</title>
<updated>2009-10-11T17:07:03+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-11T17:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=15b9129ec639112e94ea96b6a395ad9b149515d1'/>
<id>15b9129ec639112e94ea96b6a395ad9b149515d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my editor to work with the files properly. Can convert it back for releaes</title>
<updated>2009-10-11T14:49:05+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-11T14:49:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=9374a916588d9fe7169937ba262c86ad710cfa74'/>
<id>9374a916588d9fe7169937ba262c86ad710cfa74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Intermediate commit: commit,tree and blob objects now derive from object - test is in place which still fails on purpose. Need to integrate tags which can be objects or just a special form of a ref</title>
<updated>2009-10-11T09:01:12+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-11T09:01:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=9ee31065abea645cbc2cf3e54b691d5983a228b2'/>
<id>9ee31065abea645cbc2cf3e54b691d5983a228b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed lazy.py to base.py to have a file for base classes - lazy not yet changed to allow proper rename tracking</title>
<updated>2009-10-09T14:19:32+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-08T12:34:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=8430529e1a9fb28d8586d24ee507a8195c370fa5'/>
<id>8430529e1a9fb28d8586d24ee507a8195c370fa5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>finished cleaning usage of regular expressions - they are now precompiled</title>
<updated>2009-10-09T14:04:54+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-09T14:04:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=9c0c2fc4ee2d8a5d0a2de50ba882657989dedc51'/>
<id>9c0c2fc4ee2d8a5d0a2de50ba882657989dedc51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Commit._actor method made protected as it is only used by the Commit class and very specific so it's not suited to be part of the public API</title>
<updated>2009-10-08T21:52:59+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-08T13:32:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=2b7f5cb25e0e03e06ec506d31c001c172dd71ef6'/>
<id>2b7f5cb25e0e03e06ec506d31c001c172dd71ef6</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 'doc_enhancements' into fixes</title>
<updated>2009-10-08T21:50:51+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2009-10-08T21:50:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=b0e84a3401c84507dc017d6e4f57a9dfdb31de53'/>
<id>b0e84a3401c84507dc017d6e4f57a9dfdb31de53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
