summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-24Use --user with pip in the example commandUlf Magnusson
2017-09-24Make 1.0.1 releasev1.0.1Ulf Magnusson
2017-09-24Use os.access() in get_defconfig_filename()Ulf Magnusson
2017-09-24Fix defconfig srctree absolute/relative mixup bugUlf Magnusson
2017-09-24Handle path cleanups in a cleaner wayUlf Magnusson
2017-09-24Remove defaulted open() "r" argumentUlf Magnusson
2017-09-24Fix get_defconfig_filename() $srctree search orderUlf Magnusson
2017-09-24Add _parse_cond() helper for some 'if <y>' casesUlf Magnusson
2017-09-23Make the PyPI link point to the Kconfiglib pageUlf Magnusson
2017-09-23Fix README typoUlf Magnusson
2017-09-23Linkify another kconfiglib.py in the READMEUlf Magnusson
2017-09-23Add installation instructions for PyPIv1.0.0Ulf Magnusson
2017-09-23Modernize and update installation filesUlf Magnusson
2017-09-23Use a separate LICENSE.txt for the ISC licenseUlf Magnusson
2017-09-23README formatting nitUlf Magnusson
2017-09-23Switch README format to reStructuredTextUlf Magnusson
2017-09-22Fix README typoUlf Magnusson
2017-09-22Explain why _make_and() can return NoneUlf Magnusson
2017-09-22Explain the expression structure clearerUlf Magnusson
2017-09-22Simplify _expr_to_str()Ulf Magnusson
2017-09-21Simplify expression representationUlf Magnusson
2017-09-21README formatting nitUlf Magnusson
2017-09-21Improve README formattingUlf Magnusson
2017-09-21Mention support for non-*nix platformsUlf Magnusson
2017-09-21Another README nitUlf Magnusson
2017-09-21README nitUlf Magnusson
2017-09-21Fix minor README nitsUlf Magnusson
2017-09-21Touch up the README a bitUlf Magnusson
2017-09-21Massively reduce test suite memory usageUlf Magnusson
2017-09-21Use non-numbered {} with format()Ulf Magnusson
2017-09-20_parse_properties() nitUlf Magnusson
2017-09-20Simplify 'end_line' handlingUlf Magnusson
2017-09-20Merge T_DEF_BOOL and T_DEF_TRISTATE casesUlf Magnusson
2017-09-20Use tri_greater() where applicableUlf Magnusson
2017-09-20Add support for less/greater than comparisonsUlf Magnusson
2017-09-19Add note on tokenization unhandled character hackUlf Magnusson
2017-09-19File writing nitUlf Magnusson
2017-09-19Simplify dependency propagation for promptsUlf Magnusson
2017-09-19Include 'if' deps. in _determine_actual_symbols()Ulf Magnusson
2017-09-19Clean up _parse_block() casesUlf Magnusson
2017-09-19Simplify block parsing logicUlf Magnusson
2017-09-19testsuite: Use platform.uname() instead of os.uname()Ulf Magnusson
2017-09-18Try a manual approach for referencing the commitUlf Magnusson
2017-09-18Hopefully make commit link workUlf Magnusson
2017-09-18Add note on running tests with older kernlsUlf Magnusson
2017-09-18Update copyright dateUlf Magnusson
2017-09-18Add 'imply' supportUlf Magnusson
2017-09-18Force M visibility to N in choices with mode YUlf Magnusson
2017-09-08Use platform.uname() instead of os.uname()Ulf Magnusson
2017-02-14Add support for the CONFIG_ environment variableChris Dornsife