summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-10Clean up dependency propagation a bit.Ulf Magnusson
2015-06-10s/if's/ifs/Ulf Magnusson
2015-06-10Update module docstring re. Python 3 support.Ulf Magnusson
2015-06-10Test for "y" before "m" and "n" in a few places.Ulf Magnusson
2015-06-10Simplify range() calls.Ulf Magnusson
2015-06-10Nit.Ulf Magnusson
2015-06-09Get some more test coverage for Config.__str__().Ulf Magnusson
2015-06-09Add note re. __str__() tests.Ulf Magnusson
2015-06-09Test object __str__() methods.Ulf Magnusson
2015-06-09Verify that indented .config assignments are ignored.Ulf Magnusson
2015-06-09Support using Python 3 with iscriptconfig.Ulf Magnusson
2015-06-08Test suite nits.Ulf Magnusson
2015-06-08Remove unused .format() argument in test suite.Ulf Magnusson
2015-06-08Add Python 3 support.Ulf Magnusson
2015-06-08Space nits.Ulf Magnusson
2015-06-08Hide regex functions from pydoc.Ulf Magnusson
2015-06-08Avoid redefining builtin.Ulf Magnusson
2015-06-08Get rid of the _HasVisibility class.Ulf Magnusson
2015-06-08Clean up global ordering.Ulf Magnusson
2015-06-08Move _sym_str_string() to a more logical location.Ulf Magnusson
2015-06-08_sym_str_string() nit.Ulf Magnusson
2015-06-08Rename _get_str_value() to _str_val().Ulf Magnusson
2015-06-08expr_to_str() nit.Ulf Magnusson
2015-06-08Move _expr_to_str() to after its helper functions.Ulf Magnusson
2015-06-08Explain Nones in _make_and()'s docstring.Ulf Magnusson
2015-06-08Clean up block of functions and constants.Ulf Magnusson
2015-06-08Move _stderr_msg().Ulf Magnusson
2015-06-08linenr is non-None if filename is non-None.Ulf Magnusson
2015-06-08Get rid of Config.undef_assign().Ulf Magnusson
2015-06-08Make warning format less odd.Ulf Magnusson
2015-06-08Reduce parameter-related vertical spam.Ulf Magnusson
2015-06-08De-engineer _warn_or_undef_assign().Ulf Magnusson
2015-06-08Make _warn_or_undef_assign() global.Ulf Magnusson
2015-06-08Make _get_str_value() global.Ulf Magnusson
2015-06-08Call unused variable in unpacking '_'.Ulf Magnusson
2015-06-08Replace last old-style raise syntax.Ulf Magnusson
2015-06-08Remove unused import.Ulf Magnusson
2015-06-08Replace old-style raise syntax.Ulf Magnusson
2015-06-08More blank line nits.Ulf Magnusson
2015-06-08Clarify that reverse dependencies are related to select.Ulf Magnusson
2015-06-08Space nit.Ulf Magnusson
2015-06-08Compactify get_defconfig_filename().Ulf Magnusson
2015-06-08Compactify some more.Ulf Magnusson
2015-06-08Compactify some methods a bit.Ulf Magnusson
2015-06-08Space nit.Ulf Magnusson
2015-06-08Remove redundant parentheses.Ulf Magnusson
2015-06-08Clean up _get_sym_or_choice_str().Ulf Magnusson
2015-06-07Do not require $srctree to be set for non-kernel projects.Ulf Magnusson
2015-06-07Turn remove_while() into remove_blank().Ulf Magnusson
2015-06-07T_HELP style nits.Ulf Magnusson