summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-08-07Micro-optimize conditional in get_value()Ulf Magnusson
2016-08-06Micro-optimize parse_val_and_cond()Ulf Magnusson
2016-08-06Update yearUlf Magnusson
2016-08-06Micro-optimize some conditionalsUlf Magnusson
2015-12-30Mention the SConf configuration interfaceUlf Magnusson
2015-08-06Fix _parse_block() 'parent' documentation re. ifs.Ulf Magnusson
2015-07-25Symbol.get_value() style nit.Ulf Magnusson
2015-07-23Add .config header continuation line test.Ulf Magnusson
2015-07-23Simplify .config header reading tests.Ulf Magnusson
2015-07-23Fix _FileFeed.peek_next() continuation line handling.André Erdmann
2015-06-23load_config() only expands existing env. variables.Ulf Magnusson