<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Kconfiglib.git/README.rst, branch v1.0.3</title>
<subtitle>Fork of https://github.com/zephyrproject-rtos/Kconfiglib.git</subtitle>
<id>https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v1.0.3</id>
<link rel='self' href='https://git.mcdonnell.dev/Kconfiglib.git/atom?h=v1.0.3'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/'/>
<updated>2017-09-27T15:21:16Z</updated>
<entry>
<title>Make 1.0.3 release</title>
<updated>2017-09-27T15:21:16Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-09-27T15:14:54Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=0100bb05fba211ceea21b83697b7bcfd5e2e0bd7'/>
<id>urn:sha1:0100bb05fba211ceea21b83697b7bcfd5e2e0bd7</id>
<content type='text'>
Fixes two minor issues that didn't trigger for the kernel defconfigs but
were found by inspecting the Kconfig C sources:

  - 5f3d307 (Fix 'default' on non-visible choice symbols)
  - f76a524 (Hide non-tristate symbols in non-y tristate choices)

Also includes some minor optimizations and a lot of code cleanups,
including prefixing all internal identifiers with _.
</content>
</entry>
<entry>
<title>Prefix module- and class-internal names with _</title>
<updated>2017-09-25T11:22:56Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-09-24T18:02:43Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=55f00fdd55ec20ea5597b8144f4ea3e59a33efe0'/>
<id>urn:sha1:55f00fdd55ec20ea5597b8144f4ea3e59a33efe0</id>
<content type='text'>
I didn't do this when I first wrote Kconfiglib, for whatever reason.

Makes the public API clearer to people browsing the code (though it was
already done for function names) and has some other nice side effects
like uncluttering the module-level documentation and making
autocompletion in ipython more useful. Might avoid pissing off some
people too.

Remove the trailing from _ from stuff that no longer clashes with
keywords.

Piggyback some formatting cleanups for stuff I happened to spot. It's a
huge unwieldy diff anyway.
</content>
</entry>
<entry>
<title>README formatting nit</title>
<updated>2017-09-24T17:29:09Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-09-24T17:29:09Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=0c15b8e123c60133ba17932567cc848c44da76ee'/>
<id>urn:sha1:0c15b8e123c60133ba17932567cc848c44da76ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix malformed link in README</title>
<updated>2017-09-24T14:52:27Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-09-24T14:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=c7e750dce3b1bd6dcd3f57259e57c45379107199'/>
<id>urn:sha1:c7e750dce3b1bd6dcd3f57259e57c45379107199</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass 'license' param to setuptools.setup()</title>
<updated>2017-09-24T14:35:48Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-09-24T14:29:50Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=747512bd077707215746c78d8b8ed3df35ac965b'/>
<id>urn:sha1:747512bd077707215746c78d8b8ed3df35ac965b</id>
<content type='text'>
Shows up when you do 'pip show kconfiglib', which previously showed
UNKNOWN for the license. I was hoping it'd be inferred from the trove
classifiers.

Make this a 1.0.2 release.
</content>
</entry>
<entry>
<title>Use --user with pip in the example command</title>
<updated>2017-09-24T13:53:02Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-09-24T13:53:02Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=366278e1f5324fbb4ce954bc7e563d36441b5160'/>
<id>urn:sha1:366278e1f5324fbb4ce954bc7e563d36441b5160</id>
<content type='text'>
Will make it work for most people out of the box, plus it's good default practice anyway.</content>
</entry>
<entry>
<title>Make 1.0.1 release</title>
<updated>2017-09-24T13:41:22Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-09-24T13:39:24Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=63aeed02222e0440cb59206f715db2c973fa00f8'/>
<id>urn:sha1:63aeed02222e0440cb59206f715db2c973fa00f8</id>
<content type='text'>
Gets the get_defconfig_filename() fixes out.
</content>
</entry>
<entry>
<title>Make the PyPI link point to the Kconfiglib page</title>
<updated>2017-09-23T18:43:21Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-09-23T18:43:21Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=ffe907d176305fab6df6eaebbd4aaf45b2ef4c03'/>
<id>urn:sha1:ffe907d176305fab6df6eaebbd4aaf45b2ef4c03</id>
<content type='text'>
Bit more specific than https://pypi.python.org.</content>
</entry>
<entry>
<title>Fix README typo</title>
<updated>2017-09-23T17:43:30Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-09-23T17:43:30Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=87ed603ce7ee3014a6049d891ea080ca424e5073'/>
<id>urn:sha1:87ed603ce7ee3014a6049d891ea080ca424e5073</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linkify another kconfiglib.py in the README</title>
<updated>2017-09-23T17:07:38Z</updated>
<author>
<name>Ulf Magnusson</name>
<email>ulfalizer@gmail.com</email>
</author>
<published>2017-09-23T17:07:38Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/Kconfiglib.git/commit/?id=438417dd3b54a156be90ccd82b3280009168458f'/>
<id>urn:sha1:438417dd3b54a156be90ccd82b3280009168458f</id>
<content type='text'>
</content>
</entry>
</feed>
