<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_pycommon.git/src, branch 0.3.9</title>
<subtitle>[leap_pycommon] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/'/>
<entry>
<title>Look for cacert.pem in the Resources dir in OSX</title>
<updated>2014-07-10T14:39:26+00:00</updated>
<author>
<name>Tomás Touceda</name>
<email>chiiph@leap.se</email>
</author>
<published>2014-07-10T14:29:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=60b51222f5aab24e8aab1b9f763c2d63eb29bc89'/>
<id>60b51222f5aab24e8aab1b9f763c2d63eb29bc89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation about events/proto</title>
<updated>2014-07-04T17:16:33+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2014-07-04T17:16:33+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=679de33b95ba88af5fa1a50e29cef39d59ec2d70'/>
<id>679de33b95ba88af5fa1a50e29cef39d59ec2d70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add soledad sync status signals (#5517).</title>
<updated>2014-05-02T18:18:02+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2014-05-02T18:18:02+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=fdd2ec6dde07f48f087b22b5b05f0bef88320be0'/>
<id>fdd2ec6dde07f48f087b22b5b05f0bef88320be0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Soledad invalid auth token event (#5191).</title>
<updated>2014-03-18T18:09:19+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@leap.se</email>
</author>
<published>2014-03-17T20:51:08+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=f3442c3122b35a462166ab14a1a49b969c35710e'/>
<id>f3442c3122b35a462166ab14a1a49b969c35710e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support str type in email charset detection.</title>
<updated>2014-01-17T18:33:19+00:00</updated>
<author>
<name>Ivan Alejandro</name>
<email>ivanalejandro0@gmail.com</email>
</author>
<published>2014-01-17T17:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=3117dd17ebbce9dcf31ecb2951ba58ed67bcf7ce'/>
<id>3117dd17ebbce9dcf31ecb2951ba58ed67bcf7ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add cache invalidation</title>
<updated>2013-12-19T17:22:12+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-12-19T16:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=d46207491b9c0c0fc3a79256fe00bfe3f60712a0'/>
<id>d46207491b9c0c0fc3a79256fe00bfe3f60712a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memoize decorator: raise instead of storing None</title>
<updated>2013-12-19T02:31:23+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-12-19T02:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=4879753edfc7380e1e96d882716b60e981a4de53'/>
<id>4879753edfc7380e1e96d882716b60e981a4de53</id>
<content type='text'>
With this fix, we will re-raise an exception that happens
while evaluating the callable, instead of storing None as value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this fix, we will re-raise an exception that happens
while evaluating the callable, instead of storing None as value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a memoize_method decorator</title>
<updated>2013-12-17T04:39:48+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-12-17T04:39:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=7e26a283226e6f28d1b38bee9597dd2c3df28974'/>
<id>7e26a283226e6f28d1b38bee9597dd2c3df28974</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move get_email_charset to this module</title>
<updated>2013-10-31T15:04:49+00:00</updated>
<author>
<name>Tomás Touceda</name>
<email>chiiph@leap.se</email>
</author>
<published>2013-10-31T13:17:03+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=6c0541c3b8827eb9a5be9ae46d58925b399afc09'/>
<id>6c0541c3b8827eb9a5be9ae46d58925b399afc09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add ca-bundle with ca-cert</title>
<updated>2013-09-30T14:09:41+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2013-09-28T15:03:16+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_pycommon.git/commit/?id=e731adef0f3304098a0aa54cad23fd1769caed76'/>
<id>e731adef0f3304098a0aa54cad23fd1769caed76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
