1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-21 09:46:19 +02:00
github.com_openSUSE_osc/osc
lethliel cc44dded85 Do not decode output from osc api calls
Do not guess the decoding of the returned output on osc api calls.
This could lead to unexptected behavior. Just use sys.stdout.buffer.write()
to print the bytes-like object in python3.
2019-07-19 08:44:57 +02:00
..
util add exception if encoding fails and try ISO-8859-1 2019-04-16 14:40:13 +02:00
__init__.py replace urlgrabber to enable python3 compatibility 2018-10-19 09:31:37 +02:00
.gitignore convert svn:ignore to gitignore 2009-12-03 19:19:53 +01:00
babysitter.py [python3] msg and body are byte strings 2018-12-13 14:32:38 +01:00
build.py fix typo in last commit fixing simpleimage support 2019-06-27 16:34:41 +02:00
checker.py Resolve PEP8 issue W291 2014-08-12 15:01:16 +02:00
cmdln.py [python3] enable full python3 support for man 2018-12-13 13:33:51 +01:00
commandline.py Do not decode output from osc api calls 2019-07-19 08:44:57 +02:00
conf.py Consider the "realname" config option in apiurl sections 2018-08-17 22:45:17 +02:00
core.py open 0.165.3 development 2019-07-08 11:30:42 +02:00
fetch.py cast bytes object to string during os.path.join 2019-05-28 13:29:12 +02:00
grabber.py fix broken URLError handling in OscMirrorGroup.urlgrab() 2018-11-06 13:29:17 +01:00
meter.py Fix ZeroDivisionException in meter.PBTextMeter 2019-01-23 15:37:01 +01:00
OscConfigParser.py Fix Python 3.7 support 2018-11-06 10:35:38 +01:00
oscerr.py [python3] self[i] is now self.args[i] 2018-12-13 13:27:22 +01:00
oscssl.py Import urldefrag function 2019-04-26 10:49:03 +02:00
oscsslexcp.py - remove shebang line to make rpmlint happy 2010-03-21 22:57:06 +01:00