| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Use open() instead of file().
Use dict.items() instead of .iteritems().
Use collections.OrderedDict.items() instead of .iteritems().
|
|
|
|
|
|
| |
Replace entry classes with version from kconfigeditor2.
svn path=/dists/trunk/linux/; revision=20669
|
|
|
|
| |
svn path=/dists/trunk/linux-2.6/; revision=18491
|
|
|
|
| |
svn path=/dists/trunk/linux-2.6/; revision=18488
|
|
|
|
|
|
|
| |
* debian/lib/python/debian_linux/kconfig.py:
Add set method for externaly parsed options.
svn path=/dists/trunk/linux-2.6/; revision=15565
|
|
|
|
| |
svn path=/dists/trunk/linux-2.6/; revision=13649
|
|
|
|
|
|
|
|
|
|
| |
it."
as announced revert trunk sabotage
This reverts commit ccf3463f401b082e89a76d3475eff5b30c05622a.
svn path=/dists/trunk/linux-2.6/; revision=11215
|
|
|
|
| |
svn path=/dists/trunk/linux-2.6/; revision=11213
|
|
|
|
| |
svn path=/dists/trunk/linux-2.6/; revision=8985
|
|
svn path=/dists/trunk/linux-2.6/; revision=7291
|