aboutsummaryrefslogtreecommitdiffstats
path: root/debian/lib/python/debian_linux/kconfig.py
Commit message (Collapse)AuthorAgeFilesLines
* debian/bin, debian/lib/python: Fix most errors reported by pycodestyleBen Hutchings2018-10-011-1/+3
| | | | | | | | | | | | | | | | | | | | | Fix coding style violations reported by pycodestyle. This is mostly a matter of reformatting code, particularly to eliminate over-long lines. I also rename one variable ("l" is considered visually ambiguous) and change a bare "except" to explicitly catch all exceptions. There are three types of error or warning remaining: - debian/bin/...: E402 module level import not at top of file Scripts in debian/bin need to modify the import path before importing from debian/lib/python. - E127 continuation line over-indented for visual indent This seems to be a false positive. pycodestyle doesn't seem to be happy with any level of indent (including 0) on a continuation line in a "with" statement. - debian/lib/python/debian_linux/debian.py:15:2: W291 trailing whitespace This is a false positive. The trailing spaces are in a long string and are intentional.
* debian/bin/kconfig.py: Adjust for compatibility with Python 3Ben Hutchings2015-08-301-1/+1
| | | | | | Use open() instead of file(). Use dict.items() instead of .iteritems(). Use collections.OrderedDict.items() instead of .iteritems().
* debian/lib/python/debian_linux/kconfig.py:Bastian Blank2013-09-231-25/+39
| | | | | | Replace entry classes with version from kconfigeditor2. svn path=/dists/trunk/linux/; revision=20669
* debian/lib/python: Remove SortedDict, use collections.OrderedDict instead.Bastian Blank2012-01-111-4/+2
| | | | svn path=/dists/trunk/linux-2.6/; revision=18491
* debian/lib/python: PEP8 and other style fixes.Bastian Blank2012-01-111-4/+6
| | | | svn path=/dists/trunk/linux-2.6/; revision=18488
* * debian/bin/kconfig.py: Add option overrides.Bastian Blank2010-04-271-6/+9
| | | | | | | * debian/lib/python/debian_linux/kconfig.py: Add set method for externaly parsed options. svn path=/dists/trunk/linux-2.6/; revision=15565
* debian/lib/python/debian_linux/kconfig.py: Use sorted dict.Bastian Blank2009-05-201-1/+5
| | | | svn path=/dists/trunk/linux-2.6/; revision=13649
* Revert "debian/bin, debian/lib: Infrastructure was declared irrelevant, drop ↵Maximilian Attems2008-05-011-0/+70
| | | | | | | | | | it." as announced revert trunk sabotage This reverts commit ccf3463f401b082e89a76d3475eff5b30c05622a. svn path=/dists/trunk/linux-2.6/; revision=11215
* debian/bin, debian/lib: Infrastructure was declared irrelevant, drop it.Bastian Blank2008-04-271-70/+0
| | | | svn path=/dists/trunk/linux-2.6/; revision=11213
* debian/bin/kconfig.py, debian/lib/python/debian_linux/kconfig.py: Cleanup.Bastian Blank2007-06-171-18/+11
| | | | svn path=/dists/trunk/linux-2.6/; revision=8985
* debian/lib/python/debian_linux/kconfig.py: Add.Bastian Blank2006-09-031-0/+77
svn path=/dists/trunk/linux-2.6/; revision=7291