<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git, branch v2.2.2</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v2.2.2</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v2.2.2'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2018-01-18T16:51:26Z</updated>
<entry>
<title>Make 2.2.2 release</title>
<updated>2018-01-18T16:51:26Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-01-18T16:46:15Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=25c0adb21db833d2b2660794837dc6e15a74ecca'/>
<id>urn:sha1:25c0adb21db833d2b2660794837dc6e15a74ecca</id>
<content type='text'>
 - 97c7501 ("Fix 'source "missing"' error message for Python 3") makes
   the hint re. environment variables display properly for Python 3 when
   a sourced file can't be opened.

 - 8574dc5 ("Make PyPI's README formatter happy") makes PyPI format the
   README properly.
</content>
</entry>
<entry>
<title>Fix 'source "missing"' error message for Python 3</title>
<updated>2018-01-18T16:47:02Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-01-18T16:24:40Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=33b5e1aef6fbfc61385d31c75c151e24cf3ff5bc'/>
<id>urn:sha1:33b5e1aef6fbfc61385d31c75c151e24cf3ff5bc</id>
<content type='text'>
IOError() generates an OSError in Python 3.6. OSError does not have a
'message' attribute, which caused the following error when trying to add
the hint re. environment variables (the rest of the message was still
displayed):

  AttributeError: 'OSError' object has no attribute 'message'

Use str(exception) instead, which seems to work for both Python 2 and
Python 3.
</content>
</entry>
<entry>
<title>Make PyPI's README formatter happy</title>
<updated>2018-01-18T15:19:23Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-01-18T15:19:23Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=8574dc519c22024041aafb400594c322036cb4e0'/>
<id>urn:sha1:8574dc519c22024041aafb400594c322036cb4e0</id>
<content type='text'>
No longer displayed as an unformatted blob of text.
</content>
</entry>
<entry>
<title>Make 2.2.1 release</title>
<updated>2018-01-18T13:51:46Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-01-18T13:51:46Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=615c572c23f73373310b0c48eb34027a5d940b7f'/>
<id>urn:sha1:615c572c23f73373310b0c48eb34027a5d940b7f</id>
<content type='text'>
 - 7dc5b74 ("Detect recursive 'source' and print backtrace") makes
   debugging recursive 'source's a bit easier.

 - Various minor code nits.
</content>
</entry>
<entry>
<title>Use absolute link for kconfiglib-2-changes.txt</title>
<updated>2018-01-18T13:46:48Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-01-18T13:46:48Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=b3ce924c6ff24d3c0f36605df764d7217a776dd9'/>
<id>urn:sha1:b3ce924c6ff24d3c0f36605df764d7217a776dd9</id>
<content type='text'>
Try to unbreak PyPI display.</content>
</entry>
<entry>
<title>Use absolute links in README</title>
<updated>2018-01-18T13:44:39Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-01-18T13:44:39Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=03b35a69a68afa5a8411ebaa7bfbc9300c451a49'/>
<id>urn:sha1:03b35a69a68afa5a8411ebaa7bfbc9300c451a49</id>
<content type='text'>
See if this unbreaks the display on PyPI.</content>
</entry>
<entry>
<title>Clarify when symbols get the default n value</title>
<updated>2018-01-18T12:28:49Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-01-18T12:28:49Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=620e743fad9bb8a23f981ebead864d23bf89092c'/>
<id>urn:sha1:620e743fad9bb8a23f981ebead864d23bf89092c</id>
<content type='text'>
"Active user value" might have been a bit unclear. The symbol needs to
be visible.
</content>
</entry>
<entry>
<title>Rearrange _T_(MENU)CONFIG parsing code</title>
<updated>2018-01-18T11:43:30Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-01-18T11:43:30Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=b9248cdcff908a45fc53d909850b819fb02a2e32'/>
<id>urn:sha1:b9248cdcff908a45fc53d909850b819fb02a2e32</id>
<content type='text'>
Bit neater.
</content>
</entry>
<entry>
<title>Fix some typos</title>
<updated>2018-01-17T14:32:11Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-01-17T14:32:11Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=5eb55bfce63085151a74db9441797ddd56b854bd'/>
<id>urn:sha1:5eb55bfce63085151a74db9441797ddd56b854bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve recursive 'source' test</title>
<updated>2018-01-17T13:10:02Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2018-01-17T13:08:17Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=3c0e931b553d0c633e65a6dc36cf5aab0a544753'/>
<id>urn:sha1:3c0e931b553d0c633e65a6dc36cf5aab0a544753</id>
<content type='text'>
Check for incorrect exceptions instead of propagating them, and get rid
of the flag.
</content>
</entry>
</feed>
