<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pysaml2.git/src/saml2test, branch assert_deletion</title>
<subtitle>github.com: rohe/pysaml2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/'/>
<entry>
<title>Fix paramter passing in logging messages</title>
<updated>2015-10-15T13:33:10+00:00</updated>
<author>
<name>Jozef Knaperek</name>
<email>jknaperek@gmail.com</email>
</author>
<published>2015-10-12T14:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=c7febbf9e8c85355dccb53a326a51bfc41db1c66'/>
<id>c7febbf9e8c85355dccb53a326a51bfc41db1c66</id>
<content type='text'>
Pass parameters into logger calls directly instead of pre-merging
with the logger message. This way the logs are easier to maintain
and process. The code is also faster when logging is turned off
since it doesn't have to evaluate all params and render them into
strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pass parameters into logger calls directly instead of pre-merging
with the logger message. This way the logs are easier to maintain
and process. The code is also faster when logging is turned off
since it doesn't have to evaluate all params and render them into
strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix more basestring py3k issues</title>
<updated>2015-05-21T07:13:26+00:00</updated>
<author>
<name>Clint Byrum</name>
<email>clint@fewbar.com</email>
</author>
<published>2015-05-21T06:31:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=9c91638891c9b29d8b1b7032422af5f8aa596fd9'/>
<id>9c91638891c9b29d8b1b7032422af5f8aa596fd9</id>
<content type='text'>
basestring has been removed from python 3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
basestring has been removed from python 3.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix python3 syntax errors</title>
<updated>2015-05-15T18:52:15+00:00</updated>
<author>
<name>Clint Byrum</name>
<email>clint@fewbar.com</email>
</author>
<published>2015-05-15T17:52:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=99911f6c4c7d51071f70709e55fabcd2e6853284'/>
<id>99911f6c4c7d51071f70709e55fabcd2e6853284</id>
<content type='text'>
Retains python2.7 compatibility for all files. Fixes only syntax errors,
tests still fail on python3 for various reasons.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Retains python2.7 compatibility for all files. Fixes only syntax errors,
tests still fail on python3 for various reasons.
</pre>
</div>
</content>
</entry>
<entry>
<title>added new tests category between "pre" and "post: "mid". added new test cases</title>
<updated>2014-08-11T12:52:14+00:00</updated>
<author>
<name>rhoerbe</name>
<email>rainer@hoerbe.at</email>
</author>
<published>2014-08-11T12:52:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=95ffb58b5b1283ffb6bb2e08ff4508ac504322ca'/>
<id>95ffb58b5b1283ffb6bb2e08ff4508ac504322ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Error reporting clarified: CRITICAL level for unexpected conditions in saml2test; ERROR and lower for conditions in the test target; various documentation improvements</title>
<updated>2014-08-11T12:33:40+00:00</updated>
<author>
<name>rhoerbe</name>
<email>rainer@hoerbe.at</email>
</author>
<published>2014-08-11T12:33:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=a2a4698936866526467e28506833113118aa552b'/>
<id>a2a4698936866526467e28506833113118aa552b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>raise CheckError instead of FatalError from severity &gt;= 4</title>
<updated>2014-07-18T08:41:07+00:00</updated>
<author>
<name>rhoerbe</name>
<email>rainer@hoerbe.at</email>
</author>
<published>2014-07-18T08:41:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=4fdbd3b9dc3df8006c816402a685d711013f39a7'/>
<id>4fdbd3b9dc3df8006c816402a685d711013f39a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utility for run_all_test script</title>
<updated>2014-07-11T09:42:25+00:00</updated>
<author>
<name>rhoerbe</name>
<email>rainer@hoerbe.at</email>
</author>
<published>2014-07-11T09:42:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=9327fbd3fffa3b435ab1a8f1543a89c72a44b787'/>
<id>9327fbd3fffa3b435ab1a8f1543a89c72a44b787</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added function that can find out which IP address interfaces on a computer has.</title>
<updated>2013-09-02T13:43:30+00:00</updated>
<author>
<name>Roland Hedberg</name>
<email>roland.hedberg@adm.umu.se</email>
</author>
<published>2013-09-02T13:43:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=5d76d453a59b02dbaa9a4f46c6d93a147e0504fc'/>
<id>5d76d453a59b02dbaa9a4f46c6d93a147e0504fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved operations error handling</title>
<updated>2013-08-27T12:43:05+00:00</updated>
<author>
<name>Roland Hedberg</name>
<email>roland.hedberg@adm.umu.se</email>
</author>
<published>2013-08-27T12:43:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=79d78079cd01119e4be8a2a9c6d926dadc597fa0'/>
<id>79d78079cd01119e4be8a2a9c6d926dadc597fa0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moe log info</title>
<updated>2013-08-27T09:19:20+00:00</updated>
<author>
<name>Roland Hedberg</name>
<email>roland.hedberg@adm.umu.se</email>
</author>
<published>2013-08-27T09:19:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pysaml2.git/commit/?id=604a8481bc6eb15efde9c30347fb331d49144a86'/>
<id>604a8481bc6eb15efde9c30347fb331d49144a86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
