.. |
util
|
Fix whitespace issues in osc.util
|
2022-09-12 15:44:27 +02:00 |
__init__.py
|
release 1.0.0b2
|
2022-09-09 09:29:05 +02:00 |
.gitignore
|
convert svn:ignore to gitignore
|
2009-12-03 19:19:53 +01:00 |
babysitter.py
|
Run autopep8 to fix whitespace issues
|
2022-09-12 13:45:19 +02:00 |
build.py
|
Replace 'if not <cond> in ...' with 'if <cond> not in ...'
|
2022-09-12 14:15:34 +02:00 |
checker.py
|
Run autopep8 to fix whitespace issues
|
2022-09-12 13:45:19 +02:00 |
cmdln.py
|
cmdln: Handle multiple signatures of do_* handlers
|
2022-09-20 10:00:45 +02:00 |
commandline.py
|
Fix 'osc rremove' command
|
2022-09-20 10:03:13 +02:00 |
conf.py
|
Replace 'if not <cond> in ...' with 'if <cond> not in ...'
|
2022-09-12 14:15:34 +02:00 |
connection.py
|
Always import at the toplevel
|
2022-09-12 13:45:19 +02:00 |
core.py
|
Replace 'if not <cond> is None' with 'if <cond> is not None'
|
2022-09-12 14:23:47 +02:00 |
credentials.py
|
Fix usage of super()
|
2022-09-09 09:33:51 +02:00 |
fetch.py
|
Run autopep8 to fix whitespace issues
|
2022-09-12 13:45:19 +02:00 |
grabber.py
|
Always import at the toplevel
|
2022-09-12 13:45:19 +02:00 |
meter.py
|
Run autopep8 to fix whitespace issues
|
2022-09-12 13:45:19 +02:00 |
OscConfigParser.py
|
Run autopep8 to fix whitespace issues
|
2022-09-12 13:45:19 +02:00 |
oscerr.py
|
Run autopep8 to fix whitespace issues
|
2022-09-12 13:45:19 +02:00 |
oscssl.py
|
Always import at the toplevel
|
2022-09-12 13:45:19 +02:00 |