summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-06Tweak python_requires to 2.7/3.2+Ulf Magnusson
2019-06-06Update setup.py now that menuconfig is Python 2-compatibleUlf Magnusson
2019-06-06Update various comments now that menuconfig is Python 2-compatibleUlf Magnusson
2019-06-06Remove Python 3 menuconfig special-casing from Makefile patchUlf Magnusson
2019-06-06menuconfig: Have hashbang point to 'python' instead of 'python3'Ulf Magnusson
2019-06-06menuconfig: Import print_function for Python 2 compatibilityUlf Magnusson
2019-06-06menuconfig: Only decode curses.erasechar() on Python 3Ulf Magnusson
2019-06-06menuconfig: Fall back on getch() when get_wch() isn't availableUlf Magnusson
2019-06-06menuconfig: Get rid of 'nonlocal'Ulf Magnusson
2019-06-04Make 12.1.0 releasev12.1.0Ulf Magnusson
2019-06-04Mention that the load_config() message is different for replace=FalseUlf Magnusson
2019-06-04Remove reference to Kconfiglib 1 APIUlf Magnusson
2019-06-03Get rid of bare 'except:' in _save_old()Ulf Magnusson
2019-06-03Make 12.0.0 releasev12.0.0Ulf Magnusson
2019-06-03Improve warning control API (with backwards compatibility)Ulf Magnusson
2019-06-03Have load_config() and write_(min_)config() return messagesUlf Magnusson
2019-06-03Add kconfiglib.VERSIONUlf Magnusson
2019-06-01Make 11.9.1 releasev11.9.1Ulf Magnusson
2019-06-01Fix obscure crash with rsource and $srctree pointing to a symlinkUlf Magnusson
2019-05-31Make 11.9.0 releasev11.9.0Ulf Magnusson
2019-05-31Comment nitsUlf Magnusson
2019-05-31Leave unchanged output files untouchedUlf Magnusson
2019-05-29Make 11.8.0 releasev11.8.0Ulf Magnusson
2019-05-29Split out helper for writing symbols in write_config()Ulf Magnusson
2019-05-29Use os.replace() if available in _save_old()Ulf Magnusson
2019-05-29Convert docstrings to comments in testsuite.pyUlf Magnusson
2019-05-28Make 11.7.0 releasev11.7.0Ulf Magnusson
2019-05-28Explain why node_iter() is not a good fit for write_config()Ulf Magnusson
2019-05-28Add '# end of <menu>' after menus in .configUlf Magnusson
2019-05-28Touch up write_autoconf() a bitUlf Magnusson
2019-05-28Comment location nitUlf Magnusson
2019-05-27KconfigError-related documentation nitsUlf Magnusson
2019-05-27Shorten MenuNode.__str__() a bitUlf Magnusson
2019-05-27Fix "the the" docstring typoUlf Magnusson
2019-05-25Make 11.6.0 releasev11.6.0Ulf Magnusson
2019-05-25Use the '<type> "prompt"' shorthand in __str__()Ulf Magnusson
2019-05-25Display n/m/y without quotesUlf Magnusson
2019-05-25Strip direct deps. from property conditions in Symbol/Choice/MenuNode.__str__()Ulf Magnusson
2019-05-24Consistently put direct deps. last when propagatingUlf Magnusson
2019-05-24Touch up style a bit in test suiteUlf Magnusson
2019-05-23Clarify that KconfigSyntaxError = KconfigError in the docsUlf Magnusson
2019-05-22Make 11.5.0 releasev11.5.0Ulf Magnusson
2019-05-22Mention that .config can be brought up-to-date via menuconfig/guiconfigUlf Magnusson
2019-05-22Say "removes" instead of "resets" in the unset_value(s)() docstringUlf Magnusson
2019-05-22menuconfig: Fix inconsistent top/bottom scroll offset due to off-by-oneUlf Magnusson
2019-05-21Simplify iscriptconfig target in Makefile patchUlf Magnusson
2019-05-19Make 11.4.0 releasev11.4.0Ulf Magnusson
2019-05-19Remove some comments re. setup.py entry pointsUlf Magnusson
2019-05-19Make .config.old easier to discoverUlf Magnusson
2019-05-19Add guiconfig to PHONY in Makefile patchUlf Magnusson