summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-23Make 12.7.0 releasev12.7.0Ulf Magnusson
2019-06-23Make REL_TO_STR publicUlf Magnusson
2019-06-23Shorten __repr__() functions a bitUlf Magnusson
2019-06-23Whitespace nitUlf Magnusson
2019-06-22Shorten choice parsing a tiny bitUlf Magnusson
2019-06-21Make 12.6.0 releasev12.6.0Ulf Magnusson
2019-06-21Clarify that set_value() takes a string for int/hexUlf Magnusson
2019-06-21Make set_value() no-change check work for "n"/"m"/"y" stringsUlf Magnusson
2019-06-21Clean up _load_config() a bitUlf Magnusson
2019-06-15Use 'change' instead of 'convert' re. changing LC_CTYPEUlf Magnusson
2019-06-15Make 12.5.0 releasev12.5.0Ulf Magnusson
2019-06-15menuconfig: Be silent when changing LC_CTYPE to a UTF-8 localeUlf Magnusson
2019-06-15Move .close() to a better spot in _leave_file()Ulf Magnusson
2019-06-13Hint towards sym.config_string where _write_to_conf is usedUlf Magnusson
2019-06-11Add Python 3.8 trove classifierUlf Magnusson
2019-06-09Replace os.environ.get() with os.getenv()Ulf Magnusson
2019-06-09Make 12.4.0 releasev12.4.0Ulf Magnusson
2019-06-09Move macro-related $ later in regexesUlf Magnusson
2019-06-09Give the 'source ...' line being parsed when a file can't be openedUlf Magnusson
2019-06-09Move self._line setting into _tokenize()Ulf Magnusson
2019-06-09Get test coverage for --help---- and the likeUlf Magnusson
2019-06-09menuconfig/guiconfig: Clean up 'range' checking a bitUlf Magnusson
2019-06-07genconfig: Code ordering nitUlf Magnusson
2019-06-07Make 12.3.0 releasev12.3.0Ulf Magnusson
2019-06-07genconfig: Support generating lists of files and environment vars.Ulf Magnusson
2019-06-07dumpvars: Make the output format copy-pasteableUlf Magnusson
2019-06-06Make 12.2.1 releasev12.2.1Ulf Magnusson
2019-06-06menuconfig: Fix help display on Python 2Ulf Magnusson
2019-06-06Move Linux kernel installation instructions before Python compat. sectionUlf Magnusson
2019-06-06Make 12.2.0 releasev12.2.0Ulf Magnusson
2019-06-06Update sample session in READMEUlf Magnusson
2019-06-06Add a section on version compatibility to the READMEUlf Magnusson
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