summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-08Clarify that load_config() still just worksUlf Magnusson
2017-11-08Explain changes from Kconfiglib 1 to Kconfiglib 2Ulf Magnusson
2017-11-07Test for m, y assignability in a more readable wayUlf Magnusson
2017-11-07Clean up the test suite section a bit moreUlf Magnusson
2017-11-07Clean up the test suite section a bitUlf Magnusson
2017-11-07Add a separate section with real-world examplesUlf Magnusson
2017-11-07Add separate section for real-world examplesUlf Magnusson
2017-11-07Fix typoUlf Magnusson
2017-11-07Add a separate example script README sectionUlf Magnusson
2017-11-07Add a sample 'make scriptconfig'Ulf Magnusson
2017-11-07Remove outdated notesUlf Magnusson
2017-11-07Update documentation to sync. with updated READMEUlf Magnusson
2017-11-07Reference module docstring for Linux installationUlf Magnusson
2017-11-07Update the documentation sectionUlf Magnusson
2017-11-07Clean up intro a bitUlf Magnusson
2017-11-07Update intro in README.rstUlf Magnusson
2017-11-07s/overriden/overridden/Ulf Magnusson
2017-11-07Polish Symbol, Choice, and MenuNode docsUlf Magnusson
2017-11-06Simplify n/m/y to constant symbol translationUlf Magnusson
2017-11-06Get rid of Choice.default_selectionUlf Magnusson
2017-11-06Polish some Symbol and Choice docsUlf Magnusson
2017-11-06Polish the module documentationUlf Magnusson
2017-11-06Refer to kconfiglib.py for iterative tree walkingUlf Magnusson
2017-11-06Rename _RELATION_TO_STR to _REL_TO_STRUlf Magnusson
2017-11-06Use 'sym' instead of 'item' in choice-related loopUlf Magnusson
2017-11-06Remove redundant n/m/y._cached_str_val assignmentsUlf Magnusson
2017-11-06Remove redundant 'is not None' testUlf Magnusson
2017-11-06Rename variable from 'add_fn' to 'append'Ulf Magnusson
2017-11-06Call it 'kconf' in iscriptconfig tooUlf Magnusson
2017-11-06Clean up examples a bitUlf Magnusson
2017-11-06Simplify allyesconfig.pyUlf Magnusson
2017-11-05Add invalidation warning to Choice.selectionUlf Magnusson
2017-11-05Simplify redundant 'is (not) None' testsUlf Magnusson
2017-11-05Simplify redundant 'is (not) None' tests in examplesUlf Magnusson
2017-11-05Simplify allnoconfig.py choice handlingUlf Magnusson
2017-11-05Fix find_symbol.py typoUlf Magnusson
2017-11-05Add example that finds references to a symbolUlf Magnusson
2017-11-05Get rid of some more tristate quotesUlf Magnusson
2017-11-04Add symbolic ../kconfiglib.py link to examples/Ulf Magnusson
2017-11-04Fix some menuconfig.py typosUlf Magnusson
2017-11-04Add documentation for menuconfig exampleUlf Magnusson
2017-11-04Optimize tri_value() a bitUlf Magnusson
2017-11-04Fix test suite Python 3 syntax errorUlf Magnusson
2017-11-04Add menuconfig example/proof of conceptUlf Magnusson
2017-11-04Don't put 0 in .assignable for y-mode choice symsUlf Magnusson
2017-11-04Return False from set_value() for invalid valuesUlf Magnusson
2017-11-03Fix error in commentUlf Magnusson
2017-11-03Remove outdated commentUlf Magnusson
2017-11-03Remove outdated TODO commentUlf Magnusson
2017-11-03Test .assignable with no modulesUlf Magnusson