Уведомления

Группа в Telegram: @pythonsu

#1 Июль 9, 2013 12:40:37

lorien
От:
Зарегистрирован: 2006-08-20
Сообщения: 755
Репутация: +  37  -
Профиль  

Ошибки Python и их родители

> Не знаете, где такой есть? Я что-то уяндился - не могу найти.

Он вам не нужен, и зубрить ничего не нужно. Просто решайте простенькие задачк.и. Вам сюда: http://docs.python.org/3/tutorial/index.html

Если охото что-то зубрить, зубрите английский язык.

Офлайн

#2 Июль 9, 2013 12:45:58

Stanislav
Зарегистрирован: 2013-07-09
Сообщения: 8
Репутация: +  0  -
Профиль   Отправить e-mail  

Ошибки Python и их родители

lorien
> Не знаете, где такой есть? Я что-то уяндился - не могу найти.Он вам не нужен, и зубрить ничего не нужно. Просто решайте простенькие задачк.и. Вам сюда: http://docs.python.org/3/tutorial/index.htmlЕсли охото что-то зубрить, зубрите английский язык.
Покорно благодарю, Изначальный, надеюсь, эти манускрипты с За Ха Дум пригодятся. Жаль только, что список стандартных сообщений об ошибках, похоже, придётся искать в другом месте.

Офлайн

#3 Июль 9, 2013 13:34:20

sergeek
Зарегистрирован: 2012-06-26
Сообщения: 470
Репутация: +  43  -
Профиль   Отправить e-mail  

Ошибки Python и их родители

Stanislav
Жаль только, что список стандартных сообщений об ошибках, похоже, придётся искать в другом месте
держи
sergeek@sergeek-desktop ~ $ grep -Erno "raise .+Error\(('|\")(.*)"  ~/src/Python-3.3.0
/home/sergeek/src/Python-3.3.0/Parser/asdl.py:104:raise ValueError("unmatched input: %r" % s)
/home/sergeek/src/Python-3.3.0/Parser/asdl_c.py:544:raise TypeError("could not determine the default value for %s" % field.name)
/home/sergeek/src/Python-3.3.0/Mac/Tools/bundlebuilder.py:415:raise BundleBuilderError("must specify 'mainprogram' when "
/home/sergeek/src/Python-3.3.0/Mac/Tools/bundlebuilder.py:418:raise BundleBuilderError("must specify either or both of "
/home/sergeek/src/Python-3.3.0/Mac/Tools/bundlebuilder.py:774:raise IOError("No such file or directory: '%s'" % src)
/home/sergeek/src/Python-3.3.0/Mac/Tools/Doc/HelpIndexingTool/Standard_Suite.py:53:raise TypeError('No optional args expected')
/home/sergeek/src/Python-3.3.0/Mac/Tools/Doc/HelpIndexingTool/Standard_Suite.py:74:raise TypeError('No optional args expected')
/home/sergeek/src/Python-3.3.0/Mac/Tools/Doc/HelpIndexingTool/Standard_Suite.py:106:raise TypeError('No direct arg expected')
/home/sergeek/src/Python-3.3.0/Mac/Tools/Doc/HelpIndexingTool/Standard_Suite.py:125:raise TypeError('No optional args expected')
/home/sergeek/src/Python-3.3.0/Mac/Tools/Doc/HelpIndexingTool/Standard_Suite.py:145:raise TypeError('No optional args expected')
/home/sergeek/src/Python-3.3.0/Mac/Tools/Doc/HelpIndexingTool/odds_and_ends.py:23:raise TypeError('No optional args expected')
/home/sergeek/src/Python-3.3.0/Mac/Tools/Doc/HelpIndexingTool/Miscellaneous_Standards.py:23:raise TypeError('No optional args expected')
/home/sergeek/src/Python-3.3.0/Mac/Tools/Doc/HelpIndexingTool/Help_Indexing_Tool_Suite.py:23:raise TypeError('No optional args expected')
/home/sergeek/src/Python-3.3.0/Mac/Tools/Doc/HelpIndexingTool/Help_Indexing_Tool_Suite.py:68:raise TypeError('No optional args expected')
/home/sergeek/src/Python-3.3.0/Mac/Tools/Doc/setup.py:62:raise RuntimeError('%s: already exists, please remove and try again' % self.build_html)
/home/sergeek/src/Python-3.3.0/Mac/Tools/Doc/setup.py:149:raise RuntimeError("Can't find source folder for documentation.")
/home/sergeek/src/Python-3.3.0/Mac/BuildScript/build-installer.py:68:raise RuntimeError("Cannot find variable %s" % variable[:-1])
/home/sergeek/src/Python-3.3.0/Mac/BuildScript/build-installer.py:96:raise RuntimeError("Cannot find full version??")
/home/sergeek/src/Python-3.3.0/Mac/BuildScript/build-installer.py:437:raise RuntimeError("command failed: %s"%(commandline,))
/home/sergeek/src/Python-3.3.0/Mac/BuildScript/build-installer.py:448:raise RuntimeError("command failed: %s"%(commandline,))
/home/sergeek/src/Python-3.3.0/Mac/BuildScript/build-installer.py:665:raise RuntimeError("Cannot extract %s"%(archiveName,))
/home/sergeek/src/Python-3.3.0/Tools/pybench/CommandLine.py:170:raise TypeError('option names must start with "-"')
/home/sergeek/src/Python-3.3.0/Tools/pybench/pybench.py:112:raise TypeError('unknown timer type: %s' % timertype)
/home/sergeek/src/Python-3.3.0/Tools/pybench/pybench.py:234:raise ValueError('warp factor set too high')
/home/sergeek/src/Python-3.3.0/Tools/pybench/pybench.py:239:raise ValueError('at least one calibration run is required')
/home/sergeek/src/Python-3.3.0/Tools/pybench/pybench.py:314:raise ValueError('calibration setup did not work')
/home/sergeek/src/Python-3.3.0/Tools/pybench/pybench.py:338:raise ValueError('warp factor too high: '
/home/sergeek/src/Python-3.3.0/Tools/pybench/pybench.py:342:raise ValueError('wrong calibration')
/home/sergeek/src/Python-3.3.0/Tools/pybench/systimes.py:145:raise TypeError('GetProcessTimes() returned an error')
/home/sergeek/src/Python-3.3.0/Tools/pybench/systimes.py:170:raise TypeError('no suitable systimes() implementation found')
/home/sergeek/src/Python-3.3.0/Tools/scripts/svneol.py:50:raise ValueError("Unknown repository format")
/home/sergeek/src/Python-3.3.0/Tools/scripts/get-remote-certificate.py:40:raise RuntimeError('OpenSSL x509 failed with status %s and '
/home/sergeek/src/Python-3.3.0/Tools/scripts/get-remote-certificate.py:66:raise RuntimeError('OpenSSL connect failed with status %s and '
/home/sergeek/src/Python-3.3.0/Tools/scripts/get-remote-certificate.py:70:raise ValueError("Invalid response received from server at %s:%s" %
/home/sergeek/src/Python-3.3.0/Tools/scripts/findlinksto.py:16:raise getopt.GetoptError('not enough arguments', None)
/home/sergeek/src/Python-3.3.0/Tools/scripts/analyze_dxp.py:30:raise RuntimeError("Can't import analyze_dxp: Python built without"
/home/sergeek/src/Python-3.3.0/Tools/scripts/texi2html.py:261:raise SyntaxError('file does not begin with %r' % (MAGIC,))
/home/sergeek/src/Python-3.3.0/Tools/scripts/texi2html.py:479:raise RuntimeError('unexpected funny %r' % c)
/home/sergeek/src/Python-3.3.0/Tools/demo/life.py:65:raise ValueError("Coordinates out of range %i,%i" % (y, x))
/home/sergeek/src/Python-3.3.0/Tools/demo/life.py:71:raise ValueError("Coordinates out of range %i,%i" % (y, x))
/home/sergeek/src/Python-3.3.0/Tools/demo/sortvisu.py:349:raise ValueError("can't interpolate arrays of different length")
/home/sergeek/src/Python-3.3.0/Tools/stringbench/stringbench.py:60:raise AssertionError("Multiple functions with same name: %r" %
/home/sergeek/src/Python-3.3.0/Tools/msi/msi.py:181:raise RuntimeError("'nmake /f msisupport.mak' failed")
/home/sergeek/src/Python-3.3.0/Tools/msi/msi.py:185:raise SystemError("msisupport.dll for incorrect architecture")
/home/sergeek/src/Python-3.3.0/Tools/msi/msi.py:373:raise RuntimeError("Run icons.mak in PC directory")
/home/sergeek/src/Python-3.3.0/Tools/freeze/winmakemakefile.py:42:raise ValueError("The subsystem %s is not known" % subsystem)
/home/sergeek/src/Python-3.3.0/Tools/unicode/makeunicodedata.py:786:raise NotImplementedError("exclusions differ")
/home/sergeek/src/Python-3.3.0/Tools/unicode/makeunicodedata.py:940:raise ValueError("CJK ranges deviate: have %r" % cjk_ranges_found)
/home/sergeek/src/Python-3.3.0/Tools/unicode/makeunicodedata.py:1174:raise AssertionError("ran out of polynomials")
/home/sergeek/src/Python-3.3.0/Tools/unicode/mkstringprep.py:4:raise RuntimeError("need UCS-4 Python")
/home/sergeek/src/Python-3.3.0/Tools/unicode/mkstringprep.py:66:raise RuntimeError("Double Start", (curname, l))
/home/sergeek/src/Python-3.3.0/Tools/unicode/mkstringprep.py:73:raise RuntimeError("End without start", l)
/home/sergeek/src/Python-3.3.0/Tools/unicode/mkstringprep.py:90:raise RuntimeError("Unpacking problem", l)
/home/sergeek/src/Python-3.3.0/Modules/_decimal/tests/deccheck.py:321:raise AttributeError("unsupported operation")
/home/sergeek/src/Python-3.3.0/Modules/_decimal/tests/deccheck.py:324:raise AttributeError("unsupported operation")
/home/sergeek/src/Python-3.3.0/Modules/_decimal/tests/deccheck.py:404:raise ValueError("Unexpected rounding mode: %s" % mode)
/home/sergeek/src/Python-3.3.0/setup.py:199:raise ValueError("No source directory; cannot proceed.")
/home/sergeek/src/Python-3.3.0/setup.py:880:raise ValueError("unknown major BerkeleyDB version", major)
/home/sergeek/src/Python-3.3.0/setup.py:1989:raise DistutilsError("_decimal: unsupported architecture")
/home/sergeek/src/Python-3.3.0/Doc/whatsnew/2.6.rst:1236:raise ValueError("Mapping object expected, not %r" % d)
/home/sergeek/src/Python-3.3.0/Doc/library/doctest.rst:67:raise ValueError("n must be >= 0")
/home/sergeek/src/Python-3.3.0/Doc/library/doctest.rst:69:raise ValueError("n must be exact integer")
/home/sergeek/src/Python-3.3.0/Doc/library/doctest.rst:71:raise OverflowError("n too large")
/home/sergeek/src/Python-3.3.0/Doc/library/doctest.rst:414:raise ValueError('multi\n line\ndetail')
/home/sergeek/src/Python-3.3.0/Doc/library/doctest.rst:427:raise ValueError('multi\n line\ndetail')
/home/sergeek/src/Python-3.3.0/Doc/library/doctest.rst:551:raise CustomError('message') #doctest: +IGNORE_EXCEPTION_DETAIL
/home/sergeek/src/Python-3.3.0/Doc/library/doctest.rst:555:raise CustomError('message') #doctest: +IGNORE_EXCEPTION_DETAIL
/home/sergeek/src/Python-3.3.0/Doc/library/signal.rst:425:raise OSError("Couldn't open device!")
/home/sergeek/src/Python-3.3.0/Doc/library/ipaddress.rst:483:raise ValueError('new prefix must be longer')
/home/sergeek/src/Python-3.3.0/Doc/library/optparse.rst:1689:raise OptionValueError("can't use -a after -b")
/home/sergeek/src/Python-3.3.0/Doc/library/optparse.rst:1707:raise OptionValueError("can't use %s after -b" % opt_str)
/home/sergeek/src/Python-3.3.0/Doc/library/optparse.rst:1726:raise OptionValueError("%s option invalid when moon is full"
/home/sergeek/src/Python-3.3.0/Doc/library/re.rst:1318:raise RuntimeError('Unexpected character %r on line %d' %(s[pos], line))
/home/sergeek/src/Python-3.3.0/Doc/library/heapq.rst:205:raise KeyError('pop from an empty priority queue')
/home/sergeek/src/Python-3.3.0/Doc/library/operator.rst:254:raise TypeError('attribute name must be a string')
/home/sergeek/src/Python-3.3.0/Doc/library/crypt.rst:135:raise ValueError('no support for shadow passwords')
/home/sergeek/src/Python-3.3.0/Doc/library/crypt.rst:148:raise ValueError("hashed version doesn't validate against original")
/home/sergeek/src/Python-3.3.0/Doc/library/pickle.rst:758:raise pickle.UnpicklingError("global '%s.%s' is forbidden" %
/home/sergeek/src/Python-3.3.0/Doc/includes/mp_synchronize.py:254:raise ValueError('there should be no positive refcounts left')
/home/sergeek/src/Python-3.3.0/Doc/includes/dbpickle.py:46:raise pickle.UnpicklingError("unsupported persistent object")
/home/sergeek/src/Python-3.3.0/Doc/includes/mp_pool.py:152:raise AssertionError('expected ZeroDivisionError')
/home/sergeek/src/Python-3.3.0/Doc/includes/mp_pool.py:159:raise AssertionError('expected ZeroDivisionError')
/home/sergeek/src/Python-3.3.0/Doc/includes/mp_pool.py:166:raise AssertionError('expected ZeroDivisionError')
/home/sergeek/src/Python-3.3.0/Doc/includes/mp_pool.py:179:raise AssertionError('expected ZeroDivisionError')
/home/sergeek/src/Python-3.3.0/Doc/howto/logging.rst:160:raise ValueError('Invalid log level: %s' % loglevel)
/home/sergeek/src/Python-3.3.0/Doc/howto/sockets.rst:207:raise RuntimeError("socket connection broken")
/home/sergeek/src/Python-3.3.0/Doc/howto/sockets.rst:215:raise RuntimeError("socket connection broken")
/home/sergeek/src/Python-3.3.0/Doc/reference/simple_stmts.rst:546:raise RuntimeError("Something bad happened") from exc
/home/sergeek/src/Python-3.3.0/Doc/reference/simple_stmts.rst:565:raise RuntimeError("Something bad happened")
/home/sergeek/src/Python-3.3.0/Doc/tutorial/controlflow.rst:373:raise IOError('refusenik user')
/home/sergeek/src/Python-3.3.0/Doc/tutorial/errors.rst:215:raise NameError('HiThere')
/home/sergeek/src/Python-3.3.0/Doc/tutorial/errors.rst:229:raise NameError('HiThere')
/home/sergeek/src/Python-3.3.0/Doc/tutorial/errors.rst:262:raise MyError('oops!')
/home/sergeek/src/Python-3.3.0/Doc/tools/roman.py:43:raise OutOfRangeError("number out of range (must be 1..4999)")
/home/sergeek/src/Python-3.3.0/Doc/tools/roman.py:45:raise NotIntegerError("decimals can not be converted")
/home/sergeek/src/Python-3.3.0/Doc/tools/roman.py:70:raise InvalidRomanNumeralError('Input can not be blank')
/home/sergeek/src/Python-3.3.0/Doc/tools/roman.py:72:raise InvalidRomanNumeralError('Invalid Roman numeral: %s' % s)
/home/sergeek/src/Python-3.3.0/Lib/asyncore.py:412:raise AttributeError("%s instance has no attribute '%s'"
/home/sergeek/src/Python-3.3.0/Lib/asyncore.py:558:raise AssertionError("traceback does not exist")
/home/sergeek/src/Python-3.3.0/Lib/asyncore.py:627:raise NotImplementedError("Only asyncore specific behaviour "
/home/sergeek/src/Python-3.3.0/Lib/xmlrpc/client.py:318:raise TypeError("Can't compare %s and %s" %
/home/sergeek/src/Python-3.3.0/Lib/xmlrpc/client.py:391:raise TypeError("expected bytes or bytearray, not %s" %
/home/sergeek/src/Python-3.3.0/Lib/xmlrpc/client.py:516:raise TypeError("cannot marshal %s objects" % type(value))
/home/sergeek/src/Python-3.3.0/Lib/xmlrpc/client.py:522:raise TypeError("cannot marshal %s objects" % type(value))
/home/sergeek/src/Python-3.3.0/Lib/xmlrpc/client.py:530:raise TypeError("cannot marshal None unless allow_none is enabled")
/home/sergeek/src/Python-3.3.0/Lib/xmlrpc/client.py:542:raise OverflowError("long int exceeds XML-RPC limits")
/home/sergeek/src/Python-3.3.0/Lib/xmlrpc/client.py:574:raise TypeError("cannot marshal recursive sequences")
/home/sergeek/src/Python-3.3.0/Lib/xmlrpc/client.py:588:raise TypeError("cannot marshal recursive dictionaries")
/home/sergeek/src/Python-3.3.0/Lib/xmlrpc/client.py:595:raise TypeError("dictionary key must be string")
/home/sergeek/src/Python-3.3.0/Lib/xmlrpc/client.py:717:raise TypeError("bad boolean value")
/home/sergeek/src/Python-3.3.0/Lib/xmlrpc/client.py:826:raise ValueError("unexpected type in multicall result")
/home/sergeek/src/Python-3.3.0/Lib/xmlrpc/client.py:1049:raise ValueError("invalid data")
/home/sergeek/src/Python-3.3.0/Lib/xmlrpc/client.py:1388:raise IOError("unsupported XML-RPC protocol")
/home/sergeek/src/Python-3.3.0/Lib/xmlrpc/client.py:1450:raise AttributeError("Attribute %r not found" % (attr,))
/home/sergeek/src/Python-3.3.0/Lib/xmlrpc/server.py:70:raise ValueError('bad method')
/home/sergeek/src/Python-3.3.0/Lib/email/message.py:226:raise TypeError('Expected list, got %s' % type(self._payload))
/home/sergeek/src/Python-3.3.0/Lib/email/message.py:357:raise ValueError("There may be at most {} {} headers "
/home/sergeek/src/Python-3.3.0/Lib/email/message.py:797:raise errors.HeaderParseError('No Content-Type header found')
/home/sergeek/src/Python-3.3.0/Lib/email/headerregistry.py:39:raise TypeError("addrspec specified when username and/or "
/home/sergeek/src/Python-3.3.0/Lib/email/headerregistry.py:43:raise ValueError("Invalid addr_spec; only '{}' "
/home/sergeek/src/Python-3.3.0/Lib/email/utils.py:189:raise ValueError("usegmt option requires a UTC datetime")
/home/sergeek/src/Python-3.3.0/Lib/email/quoprimime.py:225:raise ValueError("maxlinelen must be at least 4")
/home/sergeek/src/Python-3.3.0/Lib/email/generator.py:211:raise TypeError('string payload expected: %s' % type(payload))
/home/sergeek/src/Python-3.3.0/Lib/email/mime/audio.py:70:raise TypeError('Could not find audio MIME subtype')
/home/sergeek/src/Python-3.3.0/Lib/email/mime/message.py:29:raise TypeError('Argument is not an instance of Message')
/home/sergeek/src/Python-3.3.0/Lib/email/mime/application.py:33:raise TypeError('Invalid application MIME subtype')
/home/sergeek/src/Python-3.3.0/Lib/email/mime/image.py:43:raise TypeError('Could not guess image MIME subtype')
/home/sergeek/src/Python-3.3.0/Lib/email/_header_value_parser.py:1208:raise ValueError("Malformed Header token list")
/home/sergeek/src/Python-3.3.0/Lib/email/_header_value_parser.py:1680:raise errors.HeaderParseError("expected atom at a start of "
/home/sergeek/src/Python-3.3.0/Lib/email/_header_value_parser.py:1689:raise errors.HeaderParseError("expected atom at end of dot-atom-text "
/home/sergeek/src/Python-3.3.0/Lib/email/_header_value_parser.py:1731:raise errors.HeaderParseError("Expected 'atom' or 'quoted-string' "
/home/sergeek/src/Python-3.3.0/Lib/email/_header_value_parser.py:1900:raise errors.HeaderParseError("expected domain-literal")
/home/sergeek/src/Python-3.3.0/Lib/email/_header_value_parser.py:1902:raise errors.HeaderParseError("expected '[' at start of domain-literal "
/home/sergeek/src/Python-3.3.0/Lib/email/_header_value_parser.py:1921:raise errors.HeaderParseError("expected ']' at end of domain-literal "
/home/sergeek/src/Python-3.3.0/Lib/email/_header_value_parser.py:2016:raise errors.HeaderParseError("end of header while parsing obs-route")
/home/sergeek/src/Python-3.3.0/Lib/email/_header_value_parser.py:2254:raise errors.HeaderParseError("expected ':' at end of group "
/home/sergeek/src/Python-3.3.0/Lib/email/_header_value_parser.py:2589:raise errors.HeaderParseError("Expected section but found {}".format(
/home/sergeek/src/Python-3.3.0/Lib/email/_header_value_parser.py:2594:raise errors.HeaderParseError("Expected section number but "
/home/sergeek/src/Python-3.3.0/Lib/email/_header_value_parser.py:2614:raise errors.HeaderParseError("Expected value but found end of string")
/home/sergeek/src/Python-3.3.0/Lib/email/_header_value_parser.py:2619:raise errors.HeaderParseError("Expected value but found "
/home/sergeek/src/Python-3.3.0/Lib/email/_header_value_parser.py:2656:raise errors.HeaderParseError("Incomplete parameter")
/home/sergeek/src/Python-3.3.0/Lib/email/_header_value_parser.py:2662:raise errors.HeaderParseError("Parameter not followed by '='")
/home/sergeek/src/Python-3.3.0/Lib/email/_header_value_parser.py:2738:raise errors.HeaderParseError("Expected RFC2231 char/lang encoding "
/home/sergeek/src/Python-3.3.0/Lib/email/_header_value_parser.py:2747:raise errors.HeaderParseError("Expected RFC2231 char/lang encoding "
/home/sergeek/src/Python-3.3.0/Lib/email/policy.py:117:raise ValueError("Header values may not contain linefeed "
/home/sergeek/src/Python-3.3.0/Lib/email/header.py:129:raise HeaderParseError('Base64 decoding error')
/home/sergeek/src/Python-3.3.0/Lib/email/header.py:133:raise AssertionError('Unexpected encoding: ' + encoding)
/home/sergeek/src/Python-3.3.0/Lib/email/header.py:394:raise HeaderParseError("header value appears to contain "
/home/sergeek/src/Python-3.3.0/Lib/email/charset.py:133:raise ValueError('SHORTEST not allowed for body_enc')
/home/sergeek/src/Python-3.3.0/Lib/email/_encoded_words.py:124:raise AssertionError("unexpected binascii.Error")
/home/sergeek/src/Python-3.3.0/Lib/uuid.py:132:raise TypeError('need one of hex, bytes, bytes_le, fields, or int')
/home/sergeek/src/Python-3.3.0/Lib/uuid.py:137:raise ValueError('badly formed hexadecimal UUID string')
/home/sergeek/src/Python-3.3.0/Lib/uuid.py:141:raise ValueError('bytes_le is not a 16-char string')
/home/sergeek/src/Python-3.3.0/Lib/uuid.py:148:raise ValueError('bytes is not a 16-char string')
/home/sergeek/src/Python-3.3.0/Lib/uuid.py:153:raise ValueError('fields is not a 6-tuple')
/home/sergeek/src/Python-3.3.0/Lib/uuid.py:157:raise ValueError('field 1 out of range (need a 32-bit value)')
/home/sergeek/src/Python-3.3.0/Lib/uuid.py:159:raise ValueError('field 2 out of range (need a 16-bit value)')
/home/sergeek/src/Python-3.3.0/Lib/uuid.py:161:raise ValueError('field 3 out of range (need a 16-bit value)')
/home/sergeek/src/Python-3.3.0/Lib/uuid.py:163:raise ValueError('field 4 out of range (need an 8-bit value)')
/home/sergeek/src/Python-3.3.0/Lib/uuid.py:165:raise ValueError('field 5 out of range (need an 8-bit value)')
/home/sergeek/src/Python-3.3.0/Lib/uuid.py:167:raise ValueError('field 6 out of range (need a 48-bit value)')
/home/sergeek/src/Python-3.3.0/Lib/uuid.py:173:raise ValueError('int is out of range (need a 128-bit value)')
/home/sergeek/src/Python-3.3.0/Lib/uuid.py:176:raise ValueError('illegal version number')
/home/sergeek/src/Python-3.3.0/Lib/uuid.py:228:raise TypeError('UUID objects are immutable')
/home/sergeek/src/Python-3.3.0/Lib/pkgutil.py:316:raise ImportError("Loader for module %s cannot handle "
/home/sergeek/src/Python-3.3.0/Lib/bisect.py:13:raise ValueError('lo must be non-negative')
/home/sergeek/src/Python-3.3.0/Lib/bisect.py:36:raise ValueError('lo must be non-negative')
/home/sergeek/src/Python-3.3.0/Lib/bisect.py:57:raise ValueError('lo must be non-negative')
/home/sergeek/src/Python-3.3.0/Lib/bisect.py:79:raise ValueError('lo must be non-negative')
/home/sergeek/src/Python-3.3.0/Lib/string.py:94:raise ValueError('Invalid placeholder in string: line %d, col %d' %
/home/sergeek/src/Python-3.3.0/Lib/string.py:99:raise TypeError('Too many positional arguments')
/home/sergeek/src/Python-3.3.0/Lib/string.py:119:raise ValueError('Unrecognized named group in pattern',
/home/sergeek/src/Python-3.3.0/Lib/string.py:125:raise TypeError('Too many positional arguments')
/home/sergeek/src/Python-3.3.0/Lib/string.py:146:raise ValueError('Unrecognized named group in pattern',
/home/sergeek/src/Python-3.3.0/Lib/string.py:174:raise ValueError('Max string recursion exceeded')
/home/sergeek/src/Python-3.3.0/Lib/string.py:231:raise ValueError("Unknown conversion specifier {0!s}".format(conversion))
/home/sergeek/src/Python-3.3.0/Lib/random.py:145:raise ValueError("state with version %s passed to "
/home/sergeek/src/Python-3.3.0/Lib/random.py:178:raise ValueError("non-integer arg 1 for randrange()")
/home/sergeek/src/Python-3.3.0/Lib/random.py:182:raise ValueError("empty range for randrange()")
/home/sergeek/src/Python-3.3.0/Lib/random.py:187:raise ValueError("non-integer stop for randrange()")
/home/sergeek/src/Python-3.3.0/Lib/random.py:192:raise ValueError("empty range for randrange() (%d,%d, %d)" % (istart, istop, width))
/home/sergeek/src/Python-3.3.0/Lib/random.py:197:raise ValueError("non-integer step for randrange()")
/home/sergeek/src/Python-3.3.0/Lib/random.py:203:raise ValueError("zero step for randrange()")
/home/sergeek/src/Python-3.3.0/Lib/random.py:206:raise ValueError("empty range for randrange()")
/home/sergeek/src/Python-3.3.0/Lib/random.py:251:raise IndexError('Cannot choose from an empty sequence')
/home/sergeek/src/Python-3.3.0/Lib/random.py:298:raise TypeError("Population must be a sequence or set. For dicts, use list(d).")
/home/sergeek/src/Python-3.3.0/Lib/random.py:302:raise ValueError("Sample larger than population")
/home/sergeek/src/Python-3.3.0/Lib/random.py:478:raise ValueError('gammavariate: alpha and beta must be > 0.0')
/home/sergeek/src/Python-3.3.0/Lib/random.py:640:raise ValueError('number of bits must be greater than zero')
/home/sergeek/src/Python-3.3.0/Lib/random.py:642:raise TypeError('number of bits should be an integer')
/home/sergeek/src/Python-3.3.0/Lib/random.py:653:raise NotImplementedError('System entropy source does not have state.')
/home/sergeek/src/Python-3.3.0/Lib/dbm/dumb.py:171:raise TypeError("keys must be bytes or strings")
/home/sergeek/src/Python-3.3.0/Lib/dbm/dumb.py:175:raise TypeError("values must be bytes or strings")
/home/sergeek/src/Python-3.3.0/Lib/dbm/__init__.py:70:raise ImportError("no dbm clone found; tried %s" % _names)
/home/sergeek/src/Python-3.3.0/Lib/socketserver.py:554:raise ValueError('%s. x=%d and list=%r' % (e.message, pid,
/home/sergeek/src/Python-3.3.0/Lib/optparse.py:254:raise NotImplementedError("subclasses must implement")
/home/sergeek/src/Python-3.3.0/Lib/optparse.py:257:raise NotImplementedError("subclasses must implement")
/home/sergeek/src/Python-3.3.0/Lib/optparse.py:587:raise TypeError("at least one option string must be supplied")
/home/sergeek/src/Python-3.3.0/Lib/optparse.py:634:raise OptionError("invalid action: %r" % self.action, self)
/home/sergeek/src/Python-3.3.0/Lib/optparse.py:661:raise OptionError("invalid option type: %r" % self.type, self)
/home/sergeek/src/Python-3.3.0/Lib/optparse.py:817:raise ValueError("unknown action %r" % self.action)
/home/sergeek/src/Python-3.3.0/Lib/optparse.py:874:raise ValueError("invalid update mode: %r" % mode)
/home/sergeek/src/Python-3.3.0/Lib/optparse.py:953:raise ValueError("invalid conflict_resolution value %r" % handler)
/home/sergeek/src/Python-3.3.0/Lib/optparse.py:1008:raise TypeError("not an Option instance: %r" % option)
/home/sergeek/src/Python-3.3.0/Lib/optparse.py:1010:raise TypeError("invalid arguments")
/home/sergeek/src/Python-3.3.0/Lib/optparse.py:1048:raise ValueError("no such option %r" % opt_str)
/home/sergeek/src/Python-3.3.0/Lib/optparse.py:1334:raise TypeError("not an OptionGroup instance: %r" % group)
/home/sergeek/src/Python-3.3.0/Lib/optparse.py:1336:raise ValueError("invalid OptionGroup (wrong parser)")
/home/sergeek/src/Python-3.3.0/Lib/optparse.py:1338:raise TypeError("invalid arguments")
/home/sergeek/src/Python-3.3.0/Lib/os2emxpath.py:40:raise TypeError("normcase() argument must be str or bytes, "
/home/sergeek/src/Python-3.3.0/Lib/venv/__init__.py:106:raise ValueError('Directory exists: %s' % env_dir)
/home/sergeek/src/Python-3.3.0/Lib/venv/__init__.py:342:raise ValueError('This script is only for use with Python 3.3')
/home/sergeek/src/Python-3.3.0/Lib/venv/__init__.py:384:raise ValueError('you cannot supply --upgrade and --clear together.')
/home/sergeek/src/Python-3.3.0/Lib/telnetlib.py:452:raise EOFError('telnet connection closed')
/home/sergeek/src/Python-3.3.0/Lib/ftplib.py:676:raise ValueError("context and keyfile arguments are mutually "
/home/sergeek/src/Python-3.3.0/Lib/ftplib.py:679:raise ValueError("context and certfile arguments are mutually "
/home/sergeek/src/Python-3.3.0/Lib/ftplib.py:695:raise ValueError("Already using TLS")
/home/sergeek/src/Python-3.3.0/Lib/ftplib.py:712:raise ValueError("not using TLS")
/home/sergeek/src/Python-3.3.0/Lib/ftplib.py:956:raise IOError("specify file to load or set $HOME")
/home/sergeek/src/Python-3.3.0/Lib/asynchat.py:86:raise NotImplementedError("must be implemented in subclass")
/home/sergeek/src/Python-3.3.0/Lib/asynchat.py:97:raise NotImplementedError("must be implemented in subclass")
/home/sergeek/src/Python-3.3.0/Lib/shutil.py:104:raise SpecialFileError("`%s` is a named pipe" % fn)
/home/sergeek/src/Python-3.3.0/Lib/shutil.py:345:raise OSError("Cannot call rmtree on a symbolic link")
/home/sergeek/src/Python-3.3.0/Lib/shutil.py:578:raise ValueError("bad value for 'compress', or compression format not "
/home/sergeek/src/Python-3.3.0/Lib/shutil.py:628:raise ExecError("unable to create zip file '%s': "
/home/sergeek/src/Python-3.3.0/Lib/shutil.py:711:raise TypeError('The %s object is not callable' % function)
/home/sergeek/src/Python-3.3.0/Lib/shutil.py:713:raise TypeError('extra_args needs to be a sequence')
/home/sergeek/src/Python-3.3.0/Lib/shutil.py:716:raise TypeError('extra_args elements are : (arg_name, value)')
/home/sergeek/src/Python-3.3.0/Lib/shutil.py:757:raise ValueError("unknown archive format '%s'" % format)
/home/sergeek/src/Python-3.3.0/Lib/shutil.py:804:raise TypeError('The registered function must be a callable')
/home/sergeek/src/Python-3.3.0/Lib/shutil.py:845:raise ReadError('zlib not supported, cannot unpack this archive.')
/home/sergeek/src/Python-3.3.0/Lib/shutil.py:848:raise ReadError("%s is not a zip file" % filename)
/home/sergeek/src/Python-3.3.0/Lib/shutil.py:928:raise ValueError("Unknown unpack format '{0}'".format(format))
/home/sergeek/src/Python-3.3.0/Lib/shutil.py:936:raise ReadError("Unknown archive format '{0}'".format(filename))
/home/sergeek/src/Python-3.3.0/Lib/shutil.py:985:raise ValueError("user and/or group must be set")
/home/sergeek/src/Python-3.3.0/Lib/shutil.py:997:raise LookupError("no such user: {!r}".format(user))
/home/sergeek/src/Python-3.3.0/Lib/shutil.py:1004:raise LookupError("no such group: {!r}".format(group))
/home/sergeek/src/Python-3.3.0/Lib/base64.py:37:raise ValueError('string argument should contain only ASCII characters')
/home/sergeek/src/Python-3.3.0/Lib/base64.py:41:raise TypeError("argument should be bytes or ASCII string, not %s" % s.__class__.__name__)
/home/sergeek/src/Python-3.3.0/Lib/base64.py:58:raise TypeError("expected bytes, not %s" % s.__class__.__name__)
/home/sergeek/src/Python-3.3.0/Lib/base64.py:63:raise TypeError("expected bytes, not %s"
/home/sergeek/src/Python-3.3.0/Lib/base64.py:90:raise binascii.Error('Non-base64 digit found')
/home/sergeek/src/Python-3.3.0/Lib/base64.py:163:raise TypeError("expected bytes, not %s" % s.__class__.__name__)
/home/sergeek/src/Python-3.3.0/Lib/base64.py:222:raise binascii.Error('Incorrect padding')
/home/sergeek/src/Python-3.3.0/Lib/base64.py:248:raise TypeError('Non-base32 digit found')
/home/sergeek/src/Python-3.3.0/Lib/base64.py:268:raise binascii.Error('Incorrect padding')
/home/sergeek/src/Python-3.3.0/Lib/base64.py:283:raise TypeError("expected bytes, not %s" % s.__class__.__name__)
/home/sergeek/src/Python-3.3.0/Lib/base64.py:302:raise binascii.Error('Non-base16 digit found')
/home/sergeek/src/Python-3.3.0/Lib/base64.py:343:raise TypeError("expected bytes, not %s" % s.__class__.__name__)
/home/sergeek/src/Python-3.3.0/Lib/base64.py:361:raise TypeError("expected bytes, not %s" % s.__class__.__name__)
/home/sergeek/src/Python-3.3.0/Lib/codecs.py:17:raise SystemError('Failed to load the builtin codecs: %s' % why)
/home/sergeek/src/Python-3.3.0/Lib/xdrlib.py:80:raise ValueError('fstring size must be nonnegative')
/home/sergeek/src/Python-3.3.0/Lib/xdrlib.py:104:raise ValueError('wrong array size')
/home/sergeek/src/Python-3.3.0/Lib/xdrlib.py:188:raise ValueError('fstring size must be nonnegative')
/home/sergeek/src/Python-3.3.0/Lib/xdrlib.py:211:raise ConversionError('0 or 1 expected, got %r' % (x,))
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:649:raise ValueError('Invalid tuple size in creation of Decimal '
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:654:raise ValueError("Invalid sign. The first value in the tuple "
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:672:raise ValueError("The second value in the tuple must "
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:686:raise ValueError("The third value in the tuple must "
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:704:raise TypeError("Cannot convert %r to Decimal" % value)
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:732:raise TypeError("argument must be int or float.")
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:993:raise TypeError('Cannot hash a signaling NaN value.')
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:1606:raise ValueError("Cannot convert signaling NaN to float")
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:1616:raise ValueError("Cannot convert NaN to integer")
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:1618:raise OverflowError("Cannot convert infinity to integer")
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:1872:raise TypeError('Second argument to round should be integral')
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:1879:raise ValueError("cannot round a NaN")
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:1881:raise OverflowError("cannot round an infinity")
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:1894:raise ValueError("cannot round a NaN")
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:1896:raise OverflowError("cannot round an infinity")
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:1909:raise ValueError("cannot round a NaN")
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:1911:raise OverflowError("cannot round an infinity")
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:2659:raise ValueError("argument should be at least 1 in _round")
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:3926:raise TypeError("%s must be an integer" % name)
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:3929:raise ValueError("%s must be in [%s, %d]. got: %s" % (name, vmin, vmax, value))
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:3932:raise ValueError("%s must be in [%d, %s]. got: %s" % (name, vmin, vmax, value))
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:3935:raise ValueError("%s must be in [%d, %d]. got %s" % (name, vmin, vmax, value))
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:3940:raise TypeError("%s must be a signal dict" % d)
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:3943:raise KeyError("%s is not a valid signal dict" % d)
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:3946:raise KeyError("%s is not a valid signal dict" % d)
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:3964:raise TypeError("%s: invalid rounding mode" % value)
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:3975:raise AttributeError("%s cannot be deleted" % name)
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:4167:raise TypeError("Unable to convert %s to Decimal" % b)
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:4184:raise TypeError("canonical requires a Decimal as an argument.")
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:4391:raise TypeError("Unable to convert %s to Decimal" % b)
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:4414:raise TypeError("Unable to convert %s to Decimal" % b)
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:4435:raise TypeError("Unable to convert %s to Decimal" % b)
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:4496:raise TypeError("is_canonical requires a Decimal as an argument.")
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:4971:raise TypeError("Unable to convert %s to Decimal" % b)
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:5217:raise TypeError("Unable to convert %s to Decimal" % b)
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:5321:raise TypeError("Unable to convert %s to Decimal" % b)
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:5512:raise TypeError("Unable to convert %s to Decimal" % b)
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:5683:raise ValueError("Both arguments to _sqrt_nearest should be positive.")
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:5849:raise ValueError("p should be nonnegative")
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:5989:raise ValueError("The argument to _log10_lb should be nonnegative.")
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:6011:raise TypeError("Unable to convert %s to Decimal" % other)
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:6176:raise ValueError("Invalid format specifier: " + format_spec)
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:6188:raise ValueError("Fill character conflicts with '0'"
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:6191:raise ValueError("Alignment conflicts with '0' in "
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:6222:raise ValueError("Explicit thousands separator conflicts with "
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:6258:raise ValueError('Unrecognised alignment field')
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:6283:raise ValueError('unrecognised format for grouping')
/home/sergeek/src/Python-3.3.0/Lib/decimal.py:6308:raise ValueError("group length should be positive")
/home/sergeek/src/Python-3.3.0/Lib/imaplib.py:228:raise AttributeError("Unknown IMAP4 command: '%s'" % attr)
/home/sergeek/src/Python-3.3.0/Lib/imaplib.py:1189:raise ValueError("ssl_context and keyfile arguments are mutually "
/home/sergeek/src/Python-3.3.0/Lib/imaplib.py:1192:raise ValueError("ssl_context and certfile arguments are mutually "
/home/sergeek/src/Python-3.3.0/Lib/imaplib.py:1408:raise ValueError("date_time must be aware")
/home/sergeek/src/Python-3.3.0/Lib/imaplib.py:1413:raise ValueError("date_time not of a known type")
/home/sergeek/src/Python-3.3.0/Lib/turtle.py:890:raise TurtleGraphicsError("There is no shape type %s" % type_)
/home/sergeek/src/Python-3.3.0/Lib/turtle.py:910:raise TurtleGraphicsError("Cannot add component to %s Shape"
/home/sergeek/src/Python-3.3.0/Lib/turtle.py:1052:raise TurtleGraphicsError("No turtle-graphics-mode %s" % mode)
/home/sergeek/src/Python-3.3.0/Lib/turtle.py:1127:raise TurtleGraphicsError("Bad arguments for register_shape.\n"
/home/sergeek/src/Python-3.3.0/Lib/turtle.py:1150:raise TurtleGraphicsError("bad color string: %s" % str(color))
/home/sergeek/src/Python-3.3.0/Lib/turtle.py:1154:raise TurtleGraphicsError("bad color arguments: %s" % str(color))
/home/sergeek/src/Python-3.3.0/Lib/turtle.py:1158:raise TurtleGraphicsError("bad color sequence: %s" % str(color))
/home/sergeek/src/Python-3.3.0/Lib/turtle.py:1169:raise TurtleGraphicsError("bad colorstring: %s" % cstr)
/home/sergeek/src/Python-3.3.0/Lib/turtle.py:2530:raise TurtleGraphicsError("bad cavas argument %s" % canvas)
/home/sergeek/src/Python-3.3.0/Lib/turtle.py:2698:raise TurtleGraphicsError("bad color arguments: %s" % str(args))
/home/sergeek/src/Python-3.3.0/Lib/turtle.py:2702:raise TurtleGraphicsError("bad color sequence: %s" % str(args))
/home/sergeek/src/Python-3.3.0/Lib/turtle.py:2768:raise TurtleGraphicsError("There is no shape named %s" % name)
/home/sergeek/src/Python-3.3.0/Lib/turtle.py:2797:raise TurtleGraphicsError("stretch_wid/stretch_len must not be zero")
/home/sergeek/src/Python-3.3.0/Lib/turtle.py:2932:raise TurtleGraphicsError("Bad shape transform matrix: must not be singular")
/home/sergeek/src/Python-3.3.0/Lib/unittest/suite.py:46:raise TypeError("{} is not callable".format(repr(test)))
/home/sergeek/src/Python-3.3.0/Lib/unittest/suite.py:49:raise TypeError("TestCases and TestSuites must be instantiated "
/home/sergeek/src/Python-3.3.0/Lib/unittest/suite.py:55:raise TypeError("tests must be an iterable of tests, not a string")
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/test_case.py:152:raise RuntimeError('raised by Foo.setUp')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/test_case.py:168:raise RuntimeError('raised by Foo.setUp')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/test_case.py:189:raise RuntimeError('raised by Foo.test')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/test_case.py:207:raise RuntimeError('raised by Foo.test')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/test_case.py:265:raise RuntimeError('raised by Foo.tearDown')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/test_case.py:280:raise RuntimeError('raised by Foo.tearDown')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/test_case.py:748:raise SystemError('this should not be raised')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/test_loader.py:180:raise TypeError('some failure')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/test_assertions.py:80:raise KeyError("key")
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/test_assertions.py:332:raise TypeError('foo')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/testmock/testwith.py:125:raise NameError('Konrad')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/testmock/testhelpers.py:678:raise AttributeError('Can only be accessed via an instance')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/testmock/testpatch.py:627:raise NameError('Konrad')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/testmock/testpatch.py:1447:raise NameError('crasher')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/testmock/testpatch.py:1505:raise NameError('crasher')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/testmock/testmock.py:122:raise SystemError('kablooie')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/testmock/testmock.py:534:raise NameError('strange error')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/test_functiontestcase.py:28:raise RuntimeError('raised by setUp')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/test_functiontestcase.py:56:raise RuntimeError('raised by test')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/test_functiontestcase.py:111:raise RuntimeError('raised by tearDown')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/test_setups.py:102:raise TypeError('foo')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/test_setups.py:122:raise TypeError('foo')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/test_setups.py:133:raise TypeError('foo')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/test_setups.py:158:raise TypeError('foo')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/test_setups.py:292:raise TypeError('foo')
/home/sergeek/src/Python-3.3.0/Lib/unittest/test/test_setups.py:368:raise TypeError('foo')
/home/sergeek/src/Python-3.3.0/Lib/unittest/mock.py:549:raise AttributeError("Mock object has no attribute %r" % name)
/home/sergeek/src/Python-3.3.0/Lib/unittest/mock.py:652:raise AttributeError("Mock object has no attribute '%s'" % name)
/home/sergeek/src/Python-3.3.0/Lib/unittest/mock.py:658:raise AttributeError("Mock object has no attribute '%s'" % name)
/home/sergeek/src/Python-3.3.0/Lib/unittest/mock.py:722:raise AssertionError('Expected call: %s\nNot called' % (expected,))
/home/sergeek/src/Python-3.3.0/Lib/unittest/mock.py:1144:raise TypeError("Can't specify spec and autospec")
/home/sergeek/src/Python-3.3.0/Lib/unittest/mock.py:1147:raise TypeError("Can't provide explicit spec_set *and* spec or autospec")
/home/sergeek/src/Python-3.3.0/Lib/unittest/mock.py:1168:raise TypeError("Can't use 'spec' with create=True")
/home/sergeek/src/Python-3.3.0/Lib/unittest/mock.py:1224:raise TypeError("Can't use 'autospec' with create=True")
/home/sergeek/src/Python-3.3.0/Lib/unittest/mock.py:1234:raise TypeError("Can't pass kwargs to a mock we aren't creating")
/home/sergeek/src/Python-3.3.0/Lib/unittest/mock.py:1257:raise RuntimeError('stop called on unstarted patcher')
/home/sergeek/src/Python-3.3.0/Lib/unittest/mock.py:1293:raise TypeError("Need a valid target to patch. You supplied: %r" %
/home/sergeek/src/Python-3.3.0/Lib/unittest/loader.py:56:raise TypeError("Test cases should not be derived from TestSuite." \
/home/sergeek/src/Python-3.3.0/Lib/unittest/loader.py:128:raise TypeError("calling %s returned %s, not a test" %
/home/sergeek/src/Python-3.3.0/Lib/unittest/loader.py:131:raise TypeError("don't know how to make test from: %s" % obj)
/home/sergeek/src/Python-3.3.0/Lib/unittest/loader.py:211:raise ImportError('Start directory is not importable: %r' % start_dir)
/home/sergeek/src/Python-3.3.0/Lib/unittest/case.py:282:raise ValueError("no such test method in %s: %s" %
/home/sergeek/src/Python-3.3.0/Lib/unittest/case.py:670:raise TypeError("specify delta or places not both")
/home/sergeek/src/Python-3.3.0/Lib/unittest/case.py:705:raise TypeError("specify delta or places not both")
/home/sergeek/src/Python-3.3.0/Lib/macurl2path.py:18:raise RuntimeError('Cannot convert non-local URL to pathname')
/home/sergeek/src/Python-3.3.0/Lib/macurl2path.py:23:raise RuntimeError('Cannot convert non-local URL to pathname')
/home/sergeek/src/Python-3.3.0/Lib/macurl2path.py:56:raise RuntimeError("Cannot convert pathname containing slashes")
/home/sergeek/src/Python-3.3.0/Lib/subprocess.py:439:raise ValueError("already closed")
/home/sergeek/src/Python-3.3.0/Lib/subprocess.py:570:raise ValueError('stdout argument not allowed, it will be overridden.')
/home/sergeek/src/Python-3.3.0/Lib/subprocess.py:728:raise TypeError("bufsize must be an integer")
/home/sergeek/src/Python-3.3.0/Lib/subprocess.py:732:raise ValueError("preexec_fn is not supported on Windows "
/home/sergeek/src/Python-3.3.0/Lib/subprocess.py:753:raise ValueError("startupinfo is only supported on Windows "
/home/sergeek/src/Python-3.3.0/Lib/subprocess.py:756:raise ValueError("creationflags is only supported on Windows "
/home/sergeek/src/Python-3.3.0/Lib/subprocess.py:875:raise ValueError("Cannot send input after starting communication")
/home/sergeek/src/Python-3.3.0/Lib/subprocess.py:1031:raise RuntimeError("Cannot locate w9xpopen.exe, which is "
/home/sergeek/src/Python-3.3.0/Lib/subprocess.py:1227:raise ValueError("Unsupported signal: {}".format(sig))
/home/sergeek/src/Python-3.3.0/Lib/subprocess.py:1431:raise RuntimeError("Unknown child exit status!")
/home/sergeek/src/Python-3.3.0/Lib/zipfile.py:325:raise ValueError('ZIP does not support timestamps before 1980')
/home/sergeek/src/Python-3.3.0/Lib/zipfile.py:412:raise RuntimeError("Corrupt extra field %s"%(ln,))
/home/sergeek/src/Python-3.3.0/Lib/zipfile.py:579:raise RuntimeError("That compression method is not supported")
/home/sergeek/src/Python-3.3.0/Lib/zipfile.py:606:raise NotImplementedError("compression type %d (%s)" % (compress_type, descr))
/home/sergeek/src/Python-3.3.0/Lib/zipfile.py:608:raise NotImplementedError("compression type %d" % (compress_type,))
/home/sergeek/src/Python-3.3.0/Lib/zipfile.py:876:raise RuntimeError('ZipFile() requires mode "r", "w", or "a"')
/home/sergeek/src/Python-3.3.0/Lib/zipfile.py:932:raise RuntimeError('Mode must be "r", "w" or "a"')
/home/sergeek/src/Python-3.3.0/Lib/zipfile.py:1005:raise NotImplementedError("zip file version %.1f" %
/home/sergeek/src/Python-3.3.0/Lib/zipfile.py:1070:raise TypeError("pwd: expected bytes, got %s" % type(pwd))
/home/sergeek/src/Python-3.3.0/Lib/zipfile.py:1084:raise TypeError("comment: expected bytes, got %s" % type(comment))
/home/sergeek/src/Python-3.3.0/Lib/zipfile.py:1102:raise RuntimeError('open() requires mode "r", "U", or "rU"')
/home/sergeek/src/Python-3.3.0/Lib/zipfile.py:1104:raise TypeError("pwd: expected bytes, got %s" % type(pwd))
/home/sergeek/src/Python-3.3.0/Lib/zipfile.py:1142:raise NotImplementedError("compressed patched data (flag bit 5)")
/home/sergeek/src/Python-3.3.0/Lib/zipfile.py:1146:raise NotImplementedError("strong encryption (flag bit 6)")
/home/sergeek/src/Python-3.3.0/Lib/zipfile.py:1170:raise RuntimeError("File %s is encrypted, "
/home/sergeek/src/Python-3.3.0/Lib/zipfile.py:1190:raise RuntimeError("Bad password for file", name)
/home/sergeek/src/Python-3.3.0/Lib/zipfile.py:1264:raise RuntimeError('write() requires mode "w" or "a"')
/home/sergeek/src/Python-3.3.0/Lib/types.py:97:raise TypeError("metaclass conflict: "
/home/sergeek/src/Python-3.3.0/Lib/warnings.py:100:raise _OptionError("too many fields (max 5): %r" % (arg,))
/home/sergeek/src/Python-3.3.0/Lib/warnings.py:117:raise _OptionError("invalid lineno %r" % (lineno,))
/home/sergeek/src/Python-3.3.0/Lib/warnings.py:130:raise _OptionError("invalid action: %r" % (action,))
/home/sergeek/src/Python-3.3.0/Lib/warnings.py:141:raise _OptionError("unknown warning category: %r" % (category,))
/home/sergeek/src/Python-3.3.0/Lib/warnings.py:149:raise _OptionError("invalid module name: %r" % (module,))
/home/sergeek/src/Python-3.3.0/Lib/warnings.py:153:raise _OptionError("unknown warning category: %r" % (category,))
/home/sergeek/src/Python-3.3.0/Lib/warnings.py:155:raise _OptionError("invalid warning category: %r" % (category,))
/home/sergeek/src/Python-3.3.0/Lib/warnings.py:263:raise TypeError("warnings.showwarning() must be set to a "
/home/sergeek/src/Python-3.3.0/Lib/warnings.py:329:raise RuntimeError("Cannot enter %r twice" % self)
/home/sergeek/src/Python-3.3.0/Lib/warnings.py:345:raise RuntimeError("Cannot exit %r without entering first" % self)
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:217:raise ValueError("not enough data in stream to read uint1")
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:238:raise ValueError("not enough data in stream to read uint2")
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:259:raise ValueError("not enough data in stream to read int4")
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:297:raise ValueError("no newline found when trying to read stringnl")
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:304:raise ValueError("strinq quote %r not found at both "
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:309:raise ValueError("no string quotes around %r" % data)
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:376:raise ValueError("string4 byte count < 0: %d" % n)
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:380:raise ValueError("expected %d bytes in a string4, but only %d remain" %
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:409:raise ValueError("expected %d bytes in a string1, but only %d remain" %
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:433:raise ValueError("no newline found when trying to read "
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:469:raise ValueError("unicodestring4 byte count < 0: %d" % n)
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:473:raise ValueError("expected %d bytes in a unicodestring4, but only %d "
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:503:raise ValueError("trailing 'L' not allowed in %r" % s)
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:591:raise ValueError("not enough data in stream to read float8")
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:634:raise ValueError("not enough data in stream to read long1")
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:665:raise ValueError("long4 byte count < 0: %d" % n)
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:668:raise ValueError("not enough data in stream to read long4")
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:1761:raise ValueError("repeated name %r at indices %d and %d" %
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:1764:raise ValueError("repeated code %r at indices %d and %d" %
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:1803:raise ValueError("for pickle code %r, pickle.py uses name %r "
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:1811:raise ValueError("pickle.py appears to have a pickle opcode with "
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:1818:raise ValueError("\n".join(msg))
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:1865:raise ValueError("pickle exhausted before seeing STOP")
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:1867:raise ValueError("at position %s, opcode %r unknown" % (
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:2045:raise ValueError("tries to pop %d items from stack with "
/home/sergeek/src/Python-3.3.0/Lib/pickletools.py:2057:raise ValueError("stack not empty after STOP: %r" % stack)
/home/sergeek/src/Python-3.3.0/Lib/gettext.py:71:raise ValueError('plural forms expression error, maybe unbalanced parenthesis')
/home/sergeek/src/Python-3.3.0/Lib/gettext.py:74:raise ValueError('plural forms expression could be dangerous')
/home/sergeek/src/Python-3.3.0/Lib/gettext.py:100:raise ValueError('unbalanced parenthesis in plural form')
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:53:raise ValueError('%r does not appear to be an IPv4 or IPv6 address' %
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:83:raise ValueError('%r does not appear to be an IPv4 or IPv6 network' %
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:118:raise ValueError('%r does not appear to be an IPv4 or IPv6 interface' %
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:139:raise ValueError("Address negative or too large for IPv4")
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:155:raise ValueError("Address negative or too large for IPv6")
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:162:raise AddressValueError("Only one '/' permitted in %r" % address)
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:232:raise TypeError('first and last must be IP addresses, not networks')
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:234:raise TypeError("%s and %s are not of the same version" % (
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:237:raise ValueError('last IP address must be greater than first')
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:244:raise ValueError('unknown IP version')
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:335:raise TypeError("%s and %s are not of the same version" % (
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:340:raise TypeError("%s and %s are not of the same version" % (
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:348:raise TypeError("%s and %s are not of the same version" % (
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:512:raise AddressValueError("Unexpected '/' in %r" % address)
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:526:raise TypeError('%s and %s are not of the same version' % (
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:529:raise TypeError('%s and %s are not of the same type' % (
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:610:raise TypeError('%s and %s are not of the same version' % (
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:613:raise TypeError('%s and %s are not of the same type' % (
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:735:raise TypeError("%s and %s are not of the same version" % (
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:739:raise TypeError("%s is not a network object" % other)
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:743:raise ValueError('%s not contained in %s' % (other, self))
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:763:raise AssertionError('Error performing exclusion: '
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:772:raise AssertionError('Error performing exclusion: '
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:810:raise TypeError('%s and %s are not of the same type' % (
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:866:raise ValueError('new prefix must be longer')
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:868:raise ValueError('cannot set prefixlen_diff and new_prefix')
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:872:raise ValueError('prefix length diff must be > 0')
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:922:raise ValueError('new prefix must be shorter')
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:924:raise ValueError('cannot set prefixlen_diff and new_prefix')
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:1045:raise AddressValueError('Address cannot be empty')
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:1049:raise AddressValueError("Expected 4 octets in %r" % ip_str)
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:1054:raise AddressValueError("%s in %r" % (exc, ip_str)) from None
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:1070:raise ValueError("Empty octet not permitted")
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:1089:raise ValueError("Octet %d (> 255) not permitted" % octet_int)
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:1441:raise NetmaskValueError('%r is not a valid netmask'
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:1448:raise NetmaskValueError('%r is not a valid netmask'
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:1461:raise ValueError('%s has host bits set' % self)
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:1500:raise AddressValueError('Address cannot be empty')
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:1515:raise AddressValueError("%s in %r" % (exc, ip_str)) from None
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:1587:raise AddressValueError("%s in %r" % (exc, ip_str)) from None
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:1605:raise ValueError("Only hex digits permitted in %r" % hextet_str)
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:1678:raise ValueError('IPv6 address is too large')
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:2047:raise NetmaskValueError('%r is not a valid netmask'
/home/sergeek/src/Python-3.3.0/Lib/ipaddress.py:2056:raise ValueError('%s has host bits set' % self)
/home/sergeek/src/Python-3.3.0/Lib/plat-os2emx/grp.py:97:raise KeyError('>> group database fields not delimited <<')
/home/sergeek/src/Python-3.3.0/Lib/plat-os2emx/grp.py:118:raise AttributeError('attribute read-only: %s' % name)
/home/sergeek/src/Python-3.3.0/Lib/plat-os2emx/grp.py:139:raise KeyError('>> no group database <<')
/home/sergeek/src/Python-3.3.0/Lib/plat-os2emx/pwd.py:116:raise KeyError('>> passwd database fields not delimited <<')
/home/sergeek/src/Python-3.3.0/Lib/plat-os2emx/pwd.py:142:raise AttributeError('attribute read-only: %s' % name)
/home/sergeek/src/Python-3.3.0/Lib/plat-os2emx/pwd.py:163:raise KeyError('>> no password database <<')
/home/sergeek/src/Python-3.3.0/Lib/_strptime.py:79:raise ValueError("locale changed during initialization")
/home/sergeek/src/Python-3.3.0/Lib/_strptime.py:328:raise ValueError("'%s' is a bad directive in format '%s'" %
/home/sergeek/src/Python-3.3.0/Lib/_strptime.py:332:raise ValueError("stray %% in format '%s'" % format)
/home/sergeek/src/Python-3.3.0/Lib/_strptime.py:336:raise ValueError("time data %r does not match format %r" %
/home/sergeek/src/Python-3.3.0/Lib/_strptime.py:339:raise ValueError("unconverted data remains: %s" %
/home/sergeek/src/Python-3.3.0/Lib/imp.py:67:raise ImportError('empty pathname', path='')
/home/sergeek/src/Python-3.3.0/Lib/imp.py:69:raise ImportError('existing directory', path=path)
/home/sergeek/src/Python-3.3.0/Lib/imp.py:139:raise ValueError('{!r} is not a package'.format(path))
/home/sergeek/src/Python-3.3.0/Lib/imp.py:155:raise ValueError('invalid file open mode {!r}'.format(mode))
/home/sergeek/src/Python-3.3.0/Lib/imp.py:188:raise TypeError("'name' must be a str, not {}".format(type(name)))
/home/sergeek/src/Python-3.3.0/Lib/imp.py:191:raise RuntimeError("'list' must be None or a list, "
/home/sergeek/src/Python-3.3.0/Lib/imp.py:239:raise TypeError("reload() argument must be module")
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/process.py:208:raise ValueError("process not started")
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:80:raise ValueError('unrecognized family')
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:87:raise ValueError('Family %s is not recognized.' % family)
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:92:raise ValueError('Family %s is not recognized.' % family)
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:107:raise ValueError('address type of %r unrecognized' % address)
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:119:raise ValueError("invalid handle")
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:135:raise IOError("handle is closed")
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:139:raise IOError("connection is write-only")
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:143:raise IOError("connection is read-only")
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:150:raise IOError("bad message length")
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:190:raise ValueError("offset is negative")
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:192:raise ValueError("buffer length < offset")
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:196:raise ValueError("size is negative")
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:198:raise ValueError("buffer length < offset + size")
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:216:raise ValueError("negative maxlength")
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:234:raise ValueError("negative offset")
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:236:raise ValueError("offset too large")
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:325:raise RuntimeError("shouldn't get here; expected KeyboardInterrupt")
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:386:raise IOError("got end of file during message")
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:435:raise TypeError('authkey should be a byte string')
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:446:raise IOError('listener is closed')
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:483:raise TypeError('authkey should be a byte string')
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:714:raise AuthenticationError('digest received was wrong')
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:726:raise AuthenticationError('digest sent was rejected')
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/connection.py:786:raise RuntimeError('Should not get here')
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/managers.py:473:raise TypeError('initializer must be a callable')
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/forking.py:309:raise RuntimeError('''
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/pool.py:130:raise ValueError("Number of processes must be at least 1")
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/pool.py:133:raise TypeError('initializer must be a callable')
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/synchronize.py:29:raise ImportError("This platform lacks a functioning sem_open" +
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/reduction.py:31:raise ImportError('pickling of connections not supported')
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/reduction.py:132:raise RuntimeError('did not receive acknowledgement of fd')
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/reduction.py:147:raise RuntimeError('Invalid data received')
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/sharedctypes.py:76:raise AttributeError("'%r' has no method 'acquire'" % lock)
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/sharedctypes.py:89:raise AttributeError("'%r' has no method 'acquire'" % lock)
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/__init__.py:110:raise NotImplementedError('cannot determine number of cpus')
/home/sergeek/src/Python-3.3.0/Lib/multiprocessing/queues.py:315:raise ValueError('task_done() called too many times')
/home/sergeek/src/Python-3.3.0/Lib/html/parser.py:417:raise AssertionError("we should not get here!")
/home/sergeek/src/Python-3.3.0/Lib/xml/sax/xmlreader.py:32:raise NotImplementedError("This method must be implemented!")
/home/sergeek/src/Python-3.3.0/Lib/xml/sax/xmlreader.py:134:raise NotImplementedError("This method must be implemented!")
/home/sergeek/src/Python-3.3.0/Lib/xml/sax/xmlreader.py:139:raise NotImplementedError("prepareParser must be overridden!")
/home/sergeek/src/Python-3.3.0/Lib/xml/sax/xmlreader.py:152:raise NotImplementedError("This method must be implemented!")
/home/sergeek/src/Python-3.3.0/Lib/xml/sax/xmlreader.py:159:raise NotImplementedError("This method must be implemented!")
/home/sergeek/src/Python-3.3.0/Lib/xml/sax/_exceptions.py:41:raise AttributeError("__getitem__")
/home/sergeek/src/Python-3.3.0/Lib/xml/dom/xmlbuilder.py:199:raise ValueError("not a legal action")
/home/sergeek/src/Python-3.3.0/Lib/xml/dom/xmlbuilder.py:200:raise NotImplementedError("Haven't written this yet...")
/home/sergeek/src/Python-3.3.0/Lib/xml/dom/xmlbuilder.py:353:raise NotImplementedError("haven't written this yet")
/home/sergeek/src/Python-3.3.0/Lib/xml/dom/xmlbuilder.py:356:raise NotImplementedError("haven't written this yet")
/home/sergeek/src/Python-3.3.0/Lib/xml/dom/xmlbuilder.py:379:raise ValueError("unknown value for mode")
/home/sergeek/src/Python-3.3.0/Lib/xml/dom/domreg.py:78:raise ImportError("no suitable DOM implementation found")
/home/sergeek/src/Python-3.3.0/Lib/xml/dom/domreg.py:88:raise ValueError("bad feature name: %r" % (feature,))
/home/sergeek/src/Python-3.3.0/Lib/xml/dom/pulldom.py:182:raise AssertionError("Unknown pending event ",e[0][0])
/home/sergeek/src/Python-3.3.0/Lib/xml/dom/minidom.py:571:raise TypeError("value must be a string or Attr object")
/home/sergeek/src/Python-3.3.0/Lib/xml/dom/minidom.py:1188:raise ValueError("'--' is not allowed in a comment node")
/home/sergeek/src/Python-3.3.0/Lib/xml/dom/minidom.py:1200:raise ValueError("']]>' not allowed in a CDATA section")
/home/sergeek/src/Python-3.3.0/Lib/xml/dom/minidom.py:1662:raise TypeError("node contents must be a string")
/home/sergeek/src/Python-3.3.0/Lib/xml/dom/minidom.py:1670:raise TypeError("node contents must be a string")
/home/sergeek/src/Python-3.3.0/Lib/xml/etree/ElementTree.py:187:raise TypeError("attrib must be dict, not %s" % (
/home/sergeek/src/Python-3.3.0/Lib/xml/etree/ElementTree.py:307:raise TypeError('expected an Element, not %s' % type(e).__name__)
/home/sergeek/src/Python-3.3.0/Lib/xml/etree/ElementTree.py:804:raise ValueError("unknown method %r" % method)
/home/sergeek/src/Python-3.3.0/Lib/xml/etree/ElementTree.py:1082:raise ValueError("Prefix format reserved for internal use")
/home/sergeek/src/Python-3.3.0/Lib/xml/etree/ElementTree.py:1308:raise ValueError("unknown event %r" % event)
/home/sergeek/src/Python-3.3.0/Lib/xml/etree/ElementPath.py:83:raise SyntaxError("prefix %r not found in prefix map" % prefix)
/home/sergeek/src/Python-3.3.0/Lib/xml/etree/ElementPath.py:125:raise SyntaxError("invalid descendant")
/home/sergeek/src/Python-3.3.0/Lib/xml/etree/ElementPath.py:204:raise SyntaxError("unsupported function")
/home/sergeek/src/Python-3.3.0/Lib/xml/etree/ElementPath.py:209:raise SyntaxError("unsupported expression")
/home/sergeek/src/Python-3.3.0/Lib/xml/etree/ElementPath.py:224:raise SyntaxError("invalid predicate")
/home/sergeek/src/Python-3.3.0/Lib/xml/etree/ElementPath.py:257:raise SyntaxError("cannot use absolute path on element")
/home/sergeek/src/Python-3.3.0/Lib/xml/etree/ElementPath.py:265:raise SyntaxError("invalid path")
/home/sergeek/src/Python-3.3.0/Lib/ast.py:85:raise ValueError('malformed node or string: ' + repr(node))
/home/sergeek/src/Python-3.3.0/Lib/ast.py:115:raise TypeError('expected AST, got %r' % node.__class__.__name__)
/home/sergeek/src/Python-3.3.0/Lib/ast.py:200:raise TypeError("%r can't have docstrings" % node.__class__.__name__)
/home/sergeek/src/Python-3.3.0/Lib/abc.py:154:raise TypeError("Can only register classes")
/home/sergeek/src/Python-3.3.0/Lib/abc.py:161:raise RuntimeError("Refusing to create an inheritance cycle")
/home/sergeek/src/Python-3.3.0/Lib/macpath.py:36:raise TypeError("normcase() argument must be str or bytes, "
/home/sergeek/src/Python-3.3.0/Lib/smtplib.py:658:raise RuntimeError("No SSL support included in this Python")
/home/sergeek/src/Python-3.3.0/Lib/smtplib.py:660:raise ValueError("context and keyfile arguments are mutually "
/home/sergeek/src/Python-3.3.0/Lib/smtplib.py:663:raise ValueError("context and certfile arguments are mutually "
/home/sergeek/src/Python-3.3.0/Lib/smtplib.py:805:raise ValueError("message has more than one 'Resent-' header block")
/home/sergeek/src/Python-3.3.0/Lib/smtplib.py:863:raise ValueError("context and keyfile arguments are mutually "
/home/sergeek/src/Python-3.3.0/Lib/smtplib.py:866:raise ValueError("context and certfile arguments are mutually "
/home/sergeek/src/Python-3.3.0/Lib/test/test_kqueue.py:100:raise AssertionError("Connect should have raised EINPROGRESS")
/home/sergeek/src/Python-3.3.0/Lib/test/test_traceback.py:24:raise ValueError("call did not raise exception")
/home/sergeek/src/Python-3.3.0/Lib/test/test_traceback.py:108:raise RuntimeError('{1}')
/home/sergeek/src/Python-3.3.0/Lib/test/test_traceback.py:124:raise RuntimeError('{0}')".format(message_ascii)
/home/sergeek/src/Python-3.3.0/Lib/test/test_traceback.py:155:raise KeyError('blah')
/home/sergeek/src/Python-3.3.0/Lib/test/test_traceback.py:310:raise SyntaxError('', ('', 0, 5, 'hello'))
/home/sergeek/src/Python-3.3.0/Lib/test/test_exceptions.py:157:raise RuntimeError("can't instantiate BadException")
/home/sergeek/src/Python-3.3.0/Lib/test/test_exceptions.py:603:raise KeyError("caught")
/home/sergeek/src/Python-3.3.0/Lib/test/test_exceptions.py:617:raise TypeError("foo")
/home/sergeek/src/Python-3.3.0/Lib/test/test_grammar.py:497:raise RuntimeError('just testing')
/home/sergeek/src/Python-3.3.0/Lib/test/test_binop.py:39:raise TypeError("Rat numerator must be int (%r)" % num)
/home/sergeek/src/Python-3.3.0/Lib/test/test_binop.py:41:raise TypeError("Rat denominator must be int (%r)" % den)
/home/sergeek/src/Python-3.3.0/Lib/test/test_binop.py:44:raise ZeroDivisionError("zero denominator")
/home/sergeek/src/Python-3.3.0/Lib/test/test_binop.py:77:raise OverflowError("%s too large to convert to int" %
/home/sergeek/src/Python-3.3.0/Lib/test/test_binop.py:79:raise ValueError("can't convert %s to int" % repr(self))
/home/sergeek/src/Python-3.3.0/Lib/test/test_itertools.py:82:raise RuntimeError("infinite recursion encountered")
/home/sergeek/src/Python-3.3.0/Lib/test/leakers/test_gestalt.py:4:raise ValueError("This test only leaks on Mac OS X")
/home/sergeek/src/Python-3.3.0/Lib/test/test_contextlib.py:236:raise NameError('foo')
/home/sergeek/src/Python-3.3.0/Lib/test/test_contextlib.py:243:raise NameError('foo')
/home/sergeek/src/Python-3.3.0/Lib/test/test_contextlib.py:266:raise NameError('foo')
/home/sergeek/src/Python-3.3.0/Lib/test/test_gdb.py:316:raise RuntimeError("I am an error")
/home/sergeek/src/Python-3.3.0/Lib/test/time_hashlib.py:9:raise RuntimeError("eek, creatorFunc not overridden")
/home/sergeek/src/Python-3.3.0/Lib/test/test_optparse.py:1032:raise OptionValueError("%s: file does not exist" % value)
/home/sergeek/src/Python-3.3.0/Lib/test/test_optparse.py:1034:raise OptionValueError("%s: not a regular file" % value)
/home/sergeek/src/Python-3.3.0/Lib/test/test_scope.py:188:raise ValueError("x must be >= 0")
/home/sergeek/src/Python-3.3.0/Lib/test/test_epoll.py:62:raise AssertionError("Connect should have raised EINPROGRESS")
/home/sergeek/src/Python-3.3.0/Lib/test/regrtest.py:1284:raise SystemError("os.path says %r exists but is neither "
/home/sergeek/src/Python-3.3.0/Lib/test/test_ssl.py:1242:raise AssertionError("Use of invalid cert should have failed!")
/home/sergeek/src/Python-3.3.0/Lib/test/test_pkg.py:163:raise RuntimeError('Shouldnt load t4.py')"),
/home/sergeek/src/Python-3.3.0/Lib/test/test_pkg.py:166:raise RuntimeError('Shouldnt load sub.py')"),
/home/sergeek/src/Python-3.3.0/Lib/test/test_pkg.py:170:raise RuntimeError('Shouldnt load subsub.py')"),
/home/sergeek/src/Python-3.3.0/Lib/test/test_pkg.py:243:raise RuntimeError('Shouldnt load sub.py')"),
/home/sergeek/src/Python-3.3.0/Lib/test/test_pkg.py:247:raise RuntimeError('Shouldnt load subsub.py')"),
/home/sergeek/src/Python-3.3.0/Lib/test/test_socketserver.py:45:raise RuntimeError("timed out on %r" % (sock,))
/home/sergeek/src/Python-3.3.0/Lib/test/pickletester.py:1367:raise TypeError("SimpleNewObj.__init__() didn't expect to get called")
/home/sergeek/src/Python-3.3.0/Lib/test/test_sys_settrace.py:447:raise RuntimeError("i am crashing")
/home/sergeek/src/Python-3.3.0/Lib/test/test_sys_settrace.py:699:raise RuntimeError("Trace-function-less jump failed to fail")
/home/sergeek/src/Python-3.3.0/Lib/test/test_xmlrpc.py:445:raise RuntimeError("broken dispatcher")
/home/sergeek/src/Python-3.3.0/Lib/test/test_socket.py:242:raise TypeError("test_func must be a callable function")
/home/sergeek/src/Python-3.3.0/Lib/test/test_socket.py:254:raise NotImplementedError("clientSetUp must be implemented.")
/home/sergeek/src/Python-3.3.0/Lib/test/test_subprocess.py:1011:raise ValueError("What if two swallows carried a coconut?")
/home/sergeek/src/Python-3.3.0/Lib/test/test_subprocess.py:1029:raise RuntimeError("this shouldn't escape")
/home/sergeek/src/Python-3.3.0/Lib/test/test_subprocess.py:1370:raise ValueError("surrogate:\uDCff")
/home/sergeek/src/Python-3.3.0/Lib/test/test_importlib/import_/test_api.py:17:raise ImportError('I cannot be loaded!')
/home/sergeek/src/Python-3.3.0/Lib/test/test_httplib.py:63:raise AssertionError('caller tried to read past EOF')
/home/sergeek/src/Python-3.3.0/Lib/test/test_httplib.py:69:raise AssertionError('caller tried to read past EOF')
/home/sergeek/src/Python-3.3.0/Lib/test/test_argparse.py:117:raise ArgumentParserError("SystemExit", stdout, stderr, code)
/home/sergeek/src/Python-3.3.0/Lib/test/test_argparse.py:1644:raise AssertionError('value: %s' % value)
/home/sergeek/src/Python-3.3.0/Lib/test/test_argparse.py:1649:raise ArgumentParserError('opt_action failed: %s' % e)
/home/sergeek/src/Python-3.3.0/Lib/test/test_argparse.py:1670:raise AssertionError('value: %s' % value)
/home/sergeek/src/Python-3.3.0/Lib/test/test_argparse.py:1675:raise ArgumentParserError('arg_action failed: %s' % e)
/home/sergeek/src/Python-3.3.0/Lib/test/test_argparse.py:4488:raise argparse.ArgumentTypeError('spam!')
/home/sergeek/src/Python-3.3.0/Lib/test/test_descr.py:3916:raise RuntimeError("bozo")
/home/sergeek/src/Python-3.3.0/Lib/test/test_descr.py:4204:raise RuntimeError("Premature access to sys.stdout.%s" % attr)
/home/sergeek/src/Python-3.3.0/Lib/test/test_builtin.py:595:raise SystemError('error return without exception set')
/home/sergeek/src/Python-3.3.0/Lib/test/test_cmd_line_script.py:28:raise AssertionError('%r != %r' % (lhs, rhs))
/home/sergeek/src/Python-3.3.0/Lib/test/test_cmd_line_script.py:31:raise AssertionError('%r is not %r' % (lhs, rhs))
/home/sergeek/src/Python-3.3.0/Lib/test/test_signal.py:444:raise signal.ItimerError("setitimer didn't disable ITIMER_VIRTUAL "
/home/sergeek/src/Python-3.3.0/Lib/test/test_wsgiref.py:107:raise AssertionError("Too many items from __getitem__",it)
/home/sergeek/src/Python-3.3.0/Lib/test/test_wsgiref.py:124:raise AssertionError("Too many items from .__next__()", it)
/home/sergeek/src/Python-3.3.0/Lib/test/test_wsgiref.py:571:raise AssertionError("This should be caught by handler")
/home/sergeek/src/Python-3.3.0/Lib/test/test_wsgiref.py:596:raise AssertionError("This should be caught by handler")
/home/sergeek/src/Python-3.3.0/Lib/test/test_logging.py:118:raise AssertionError('Unexpected handlers: %s' % hlist)
/home/sergeek/src/Python-3.3.0/Lib/test/test_logging.py:121:raise AssertionError('Unexpected handlers: %s' % hlist)
/home/sergeek/src/Python-3.3.0/Lib/test/test_logging.py:623:raise RuntimeError('deliberate mistake')
/home/sergeek/src/Python-3.3.0/Lib/test/test_logging.py:1426:raise RuntimeError('Deliberate mistake')
/home/sergeek/src/Python-3.3.0/Lib/test/test_logging.py:2946:raise RuntimeError('deliberate mistake')
/home/sergeek/src/Python-3.3.0/Lib/test/test_cgitb.py:23:raise ValueError("Hello World")
/home/sergeek/src/Python-3.3.0/Lib/test/test_cgitb.py:33:raise ValueError("Hello World")
/home/sergeek/src/Python-3.3.0/Lib/test/test_cgitb.py:43:raise ValueError("Hello World")')],
/home/sergeek/src/Python-3.3.0/Lib/test/test_richcmp.py:54:raise TypeError("Vectors cannot be used in Boolean contexts")
/home/sergeek/src/Python-3.3.0/Lib/test/test_richcmp.py:84:raise ValueError("Cannot compare vectors of different length")
/home/sergeek/src/Python-3.3.0/Lib/test/test_pep380.py:60:raise ValueError("spanish inquisition occurred")
/home/sergeek/src/Python-3.3.0/Lib/test/test_pep380.py:123:raise ValueError("hovercraft is full of eels")
/home/sergeek/src/Python-3.3.0/Lib/test/test_pep380.py:204:raise ValueError("hovercraft is full of eels")
/home/sergeek/src/Python-3.3.0/Lib/test/test_pep380.py:282:raise ValueError("nybbles have exploded with delight")
/home/sergeek/src/Python-3.3.0/Lib/test/test_pep380.py:826:raise ValueError("Vorpal bunny encountered")
/home/sergeek/src/Python-3.3.0/Lib/test/buffer_tests.py:14:raise RuntimeError('test class must provide a marshal method')
/home/sergeek/src/Python-3.3.0/Lib/test/test_copy.py:635:raise ValueError("ain't got no stickin' state")
/home/sergeek/src/Python-3.3.0/Lib/test/test_format.py:32:raise AssertionError("%r %% %r == %r != %r" %
/home/sergeek/src/Python-3.3.0/Lib/test/test_re.py:461:raise ValueError('If match is not None, span should be specified '
/home/sergeek/src/Python-3.3.0/Lib/test/test_re.py:943:raise ValueError('Test tuples should have 3 or 5 fields', t)
/home/sergeek/src/Python-3.3.0/Lib/test/test_strtod.py:37:raise ValueError('invalid numeric string')
/home/sergeek/src/Python-3.3.0/Lib/test/test_xml_etree.py:1221:raise OSError("resource not found")
/home/sergeek/src/Python-3.3.0/Lib/test/test_poll.py:51:raise RuntimeError("no pipes ready for writing")
/home/sergeek/src/Python-3.3.0/Lib/test/test_poll.py:58:raise RuntimeError("no pipes ready for reading")
/home/sergeek/src/Python-3.3.0/Lib/test/test_raise.py:51:raise TypeError("foo")
/home/sergeek/src/Python-3.3.0/Lib/test/test_raise.py:54:raise KeyError("caught")
/home/sergeek/src/Python-3.3.0/Lib/test/test_raise.py:63:raise TypeError("foo")
/home/sergeek/src/Python-3.3.0/Lib/test/test_raise.py:66:raise KeyError("caught")
/home/sergeek/src/Python-3.3.0/Lib/test/test_raise.py:76:raise TypeError("foo")
/home/sergeek/src/Python-3.3.0/Lib/test/test_raise.py:84:raise TypeError("foo")
/home/sergeek/src/Python-3.3.0/Lib/test/test_raise.py:94:raise TypeError("foo")
/home/sergeek/src/Python-3.3.0/Lib/test/test_raise.py:104:raise TypeError("foo")
/home/sergeek/src/Python-3.3.0/Lib/test/test_raise.py:107:raise KeyError("caught")
/home/sergeek/src/Python-3.3.0/Lib/test/test_raise.py:114:raise TypeError("foo")
/home/sergeek/src/Python-3.3.0/Lib/test/test_warnings.py:110:raise ValueError("loop variant unhandled")
/home/sergeek/src/Python-3.3.0/Lib/test/test_urllib2.py:372:raise urllib.error.URLError("blah")
/home/sergeek/src/Python-3.3.0/Lib/test/test_cmd_line.py:141:raise AssertionError("Unknown exit code: %s, output=%a" % (p.returncode, stdout))
/home/sergeek/src/Python-3.3.0/Lib/test/test_cmd_line.py:143:raise AssertionError("%a doesn't start with %a" % (stdout, pattern))
/home/sergeek/src/Python-3.3.0/Lib/test/test_tarfile.py:1795:raise AssertionError("infinite loop detected in tarfile.open()")
/home/sergeek/src/Python-3.3.0/Lib/test/test_string.py:133:raise ValueError("unused arguments")
/home/sergeek/src/Python-3.3.0/Lib/test/test_buffer.py:299:raise ValueError("prod(shape) != len(items)")
/home/sergeek/src/Python-3.3.0/Lib/test/test_buffer.py:304:raise ValueError("prod(shape) != len(items)")
/home/sergeek/src/Python-3.3.0/Lib/test/test_buffer.py:399:raise ValueError("lvalue and rvalue have different structures")
/home/sergeek/src/Python-3.3.0/Lib/test/test_zipimport.py:299:raise AssertionError("bad data")\n"""
/home/sergeek/src/Python-3.3.0/Lib/test/test_zipimport.py:372:raise AssertionError("This ought to be impossible")
/home/sergeek/src/Python-3.3.0/Lib/test/test_multiprocessing.py:167:raise NotImplementedError("shouldn't try to pickle a test case")
/home/sergeek/src/Python-3.3.0/Lib/test/test_multiprocessing.py:1733:raise KeyError("key")
/home/sergeek/src/Python-3.3.0/Lib/test/test_queue.py:92:raise RuntimeError("Call this function with an empty queue")
/home/sergeek/src/Python-3.3.0/Lib/test/test_queue.py:267:raise RuntimeError("Call this function with an empty queue")
/home/sergeek/src/Python-3.3.0/Lib/test/test_iterlen.py:204:raise RuntimeError('hello')
/home/sergeek/src/Python-3.3.0/Lib/test/test_iterlen.py:209:raise RuntimeError('hello')
/home/sergeek/src/Python-3.3.0/Lib/test/multibytecodec_support.py:92:raise TypeError("don't know how to handle %r" % exc)
/home/sergeek/src/Python-3.3.0/Lib/test/test_descrtut.py:318:raise AttributeError("this attribute is read-only")
/home/sergeek/src/Python-3.3.0/Lib/test/test_fractions.py:21:raise TypeError("DummyFloat can only be initialized from float")
/home/sergeek/src/Python-3.3.0/Lib/test/test_curses.py:80:raise RuntimeError("Expected win.border() to raise TypeError")
/home/sergeek/src/Python-3.3.0/Lib/test/test_curses.py:251:raise RuntimeError('userptr should fail since not set')
/home/sergeek/src/Python-3.3.0/Lib/test/test_curses.py:261:raise RuntimeError("Expected resizeterm to update LINES and COLS")
/home/sergeek/src/Python-3.3.0/Lib/test/test_curses.py:283:raise AssertionError("%r != %r" % (read, ch))
/home/sergeek/src/Python-3.3.0/Lib/test/test_curses.py:289:raise AssertionError("%r != %r" % (read, ch))
/home/sergeek/src/Python-3.3.0/Lib/test/test_curses.py:305:raise AssertionError("TypeError not raised")
/home/sergeek/src/Python-3.3.0/Lib/test/test_curses.py:312:raise AssertionError("TypeError not raised")
/home/sergeek/src/Python-3.3.0/Lib/test/test_importhooks.py:99:raise ImportError("I dare you")
/home/sergeek/src/Python-3.3.0/Lib/test/test_sax.py:10:raise ImportError("no XML parsers available")
/home/sergeek/src/Python-3.3.0/Lib/test/test_doctest.py:247:raise ValueError("1\n 2")', '', exc_msg)
/home/sergeek/src/Python-3.3.0/Lib/test/test_doctest.py:252:raise ValueError("1\n 2")', '', exc_msg)
/home/sergeek/src/Python-3.3.0/Lib/test/test_doctest.py:880:raise ValueError('multi\nline\nmessage')
/home/sergeek/src/Python-3.3.0/Lib/test/test_doctest.py:895:raise ValueError('message')
/home/sergeek/src/Python-3.3.0/Lib/test/test_doctest.py:905:raise ValueError('message')
/home/sergeek/src/Python-3.3.0/Lib/test/test_doctest.py:920:raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL
/home/sergeek/src/Python-3.3.0/Lib/test/test_doctest.py:1003:raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL
/home/sergeek/src/Python-3.3.0/Lib/test/test_doctest.py:1013:raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL
/home/sergeek/src/Python-3.3.0/Lib/test/support.py:4:raise ImportError('support must be imported from the test package')
/home/sergeek/src/Python-3.3.0/Lib/test/support.py:804:raise AttributeError("%r has no attribute %r" % (self, attr))
/home/sergeek/src/Python-3.3.0/Lib/test/support.py:847:raise AssertionError("unhandled warning %s" % reraise[0])
/home/sergeek/src/Python-3.3.0/Lib/test/support.py:849:raise AssertionError("filter (%r, %s) did not catch any warning" %
/home/sergeek/src/Python-3.3.0/Lib/test/support.py:1072:raise IOError('socket error', msg).with_traceback(sys.exc_info()[2])
/home/sergeek/src/Python-3.3.0/Lib/test/support.py:1271:raise ValueError('Invalid memory limit %r' % (limit,))
/home/sergeek/src/Python-3.3.0/Lib/test/support.py:1277:raise ValueError('Memory limit %r too low to be useful' % (limit,))
/home/sergeek/src/Python-3.3.0/Lib/test/support.py:1498:raise ValueError("str arguments must be keys in sys.modules")
/home/sergeek/src/Python-3.3.0/Lib/test/test_cgi.py:46:raise ValueError("unknown method: %s" % method)
/home/sergeek/src/Python-3.3.0/Lib/test/test_long.py:80:raise OverflowError("integer too large to convert to float")
/home/sergeek/src/Python-3.3.0/Lib/test/test_long.py:101:raise ZeroDivisionError("division by zero")
/home/sergeek/src/Python-3.3.0/Lib/test/test_long.py:103:raise OverflowError("int/int too large to represent as a float")
/home/sergeek/src/Python-3.3.0/Lib/test/test_long.py:600:raise TypeError("can't deal with %r" % value)
/home/sergeek/src/Python-3.3.0/Lib/test/test_nntplib.py:439:raise ValueError("line doesn't end with \\r\\n: {!r}".format(line))
/home/sergeek/src/Python-3.3.0/Lib/test/test_nntplib.py:450:raise ValueError("command failed: {!r}".format(line)) from e
/home/sergeek/src/Python-3.3.0/Lib/test/test_codeccallbacks.py:98:raise TypeError("don't know how to handle %r" % exc)
/home/sergeek/src/Python-3.3.0/Lib/test/test_codeccallbacks.py:129:raise TypeError("don't know how to handle %r" % exc)
/home/sergeek/src/Python-3.3.0/Lib/test/test_codeccallbacks.py:168:raise TypeError("don't know how to handle %r" % exc)
/home/sergeek/src/Python-3.3.0/Lib/test/test_codeccallbacks.py:218:raise TypeError("don't know how to handle %r" % exc)
/home/sergeek/src/Python-3.3.0/Lib/test/test_codeccallbacks.py:248:raise TypeError("don't know how to handle %r" % exc)
/home/sergeek/src/Python-3.3.0/Lib/test/test_codeccallbacks.py:255:raise TypeError("don't know how to handle %r" % exc)
/home/sergeek/src/Python-3.3.0/Lib/test/test_codeccallbacks.py:660:raise TypeError("don't know how to handle %r" % exc)
/home/sergeek/src/Python-3.3.0/Lib/test/test_codeccallbacks.py:854:raise TypeError("don't know how to handle %r" % exc)
/home/sergeek/src/Python-3.3.0/Lib/test/test_codeccallbacks.py:868:raise TypeError("don't know how to handle %r" % exc)
/home/sergeek/src/Python-3.3.0/Lib/test/test_inspect.py:443:raise AssertionError("should not __get__ data descriptors")
/home/sergeek/src/Python-3.3.0/Lib/test/test_inspect.py:449:raise AssertionError("should not __getattr__ data descriptors")
/home/sergeek/src/Python-3.3.0/Lib/test/test_inspect.py:457:raise AssertionError("should not __get__ method descriptors")
/home/sergeek/src/Python-3.3.0/Lib/test/test_inspect.py:460:raise AssertionError("should not __getattr__ method descriptors")
/home/sergeek/src/Python-3.3.0/Lib/test/test_inspect.py:1040:raise AttributeError("I'm pretending not to exist")
/home/sergeek/src/Python-3.3.0/Lib/test/test_inspect.py:1047:raise AttributeError("I'm pretending not to exist")
/home/sergeek/src/Python-3.3.0/Lib/test/test_runpy.py:308:raise ValueError("Relative module test needs depth > 1")
/home/sergeek/src/Python-3.3.0/Lib/test/test_with.py:64:raise RuntimeError("Context is not reentrant")
/home/sergeek/src/Python-3.3.0/Lib/test/test_with.py:165:raise RuntimeError("Enter threw")
/home/sergeek/src/Python-3.3.0/Lib/test/test_class.py:489:raise AttributeError("booh")
/home/sergeek/src/Python-3.3.0/Lib/test/test_code_module.py:48:raise AssertionError("no console stdout")
/home/sergeek/src/Python-3.3.0/Lib/test/test_code_module.py:57:raise AssertionError("No syntax error from console")
/home/sergeek/src/Python-3.3.0/Lib/test/test_code_module.py:60:raise ValueError('')",
/home/sergeek/src/Python-3.3.0/Lib/test/test_struct.py:192:raise ValueError("unrecognized packing byteorder: %s" %
/home/sergeek/src/Python-3.3.0/Lib/test/test_struct.py:205:raise ValueError("unrecognized format code: %s" %
/home/sergeek/src/Python-3.3.0/Lib/test/test_generators.py:436:raise ValueError("Sorry, I'm not a root!")
/home/sergeek/src/Python-3.3.0/Lib/test/test_generators.py:1743:raise TypeError("fie!")
/home/sergeek/src/Python-3.3.0/Lib/test/test_ossaudiodev.py:36:raise RuntimeError("Expect .au file with 8-bit mu-law samples")
/home/sergeek/src/Python-3.3.0/Lib/test/test_ossaudiodev.py:108:raise RuntimeError("unable to set audio sampling parameters: "
/home/sergeek/src/Python-3.3.0/Lib/test/test_iter.py:855:raise AssertionError("shouldn't have gotten this far")
/home/sergeek/src/Python-3.3.0/Lib/test/test_os.py:958:raise RuntimeError("execv called")
/home/sergeek/src/Python-3.3.0/Lib/test/test_os.py:1270:raise ValueError("duplicate filename")
/home/sergeek/src/Python-3.3.0/Lib/test/test_shutil.py:1467:raise IOError("Cannot close")
/home/sergeek/src/Python-3.3.0/Lib/test/test_shutil.py:1481:raise IOError('Cannot open "srcfile"')
/home/sergeek/src/Python-3.3.0/Lib/test/test_shutil.py:1496:raise IOError('Cannot open "destfile"')
/home/sergeek/src/Python-3.3.0/Lib/test/test_pkgimport.py:56:raise RuntimeError('Failed to induce SyntaxError') # self.fail()?
/home/sergeek/src/Python-3.3.0/Lib/test/test_pkgimport.py:70:raise RuntimeError('Failed to induce NameError.')
/home/sergeek/src/Python-3.3.0/Lib/tkinter/commondialog.py:21:raise TclError("this module requires Tk 4.2 or newer")
/home/sergeek/src/Python-3.3.0/Lib/tkinter/ttk.py:1606:raise tkinter.TclError('unknown option -%s' % (
/home/sergeek/src/Python-3.3.0/Lib/tkinter/tix.py:34:raise ImportError("This version of Tix.py requires Tk 4.0 or higher")
/home/sergeek/src/Python-3.3.0/Lib/tkinter/tix.py:352:raise TclError("Subwidget " + name + " not child of " + self._name)
/home/sergeek/src/Python-3.3.0/Lib/tkinter/tix.py:403:raise RuntimeError('Too early to create image')
/home/sergeek/src/Python-3.3.0/Lib/tkinter/tix.py:493:raise RuntimeError("Too early to create display style: no root window")
/home/sergeek/src/Python-3.3.0/Lib/tkinter/__init__.py:177:raise TypeError("name must be a string")
/home/sergeek/src/Python-3.3.0/Lib/tkinter/__init__.py:321:raise ValueError("invalid literal for getboolean()")
/home/sergeek/src/Python-3.3.0/Lib/tkinter/__init__.py:336:raise ValueError("invalid literal for getboolean()")
/home/sergeek/src/Python-3.3.0/Lib/tkinter/__init__.py:429:raise ValueError("invalid literal for getboolean()")
/home/sergeek/src/Python-3.3.0/Lib/tkinter/__init__.py:1770:raise RuntimeError("tk.h version (%s) doesn't match libtk.a version (%s)"
/home/sergeek/src/Python-3.3.0/Lib/tkinter/__init__.py:1775:raise RuntimeError("tcl.h version (%s) doesn't match libtcl.a version (%s)" \
/home/sergeek/src/Python-3.3.0/Lib/tkinter/__init__.py:1778:raise RuntimeError("Tk 4.0 or higher is required; found Tk %s"
/home/sergeek/src/Python-3.3.0/Lib/tkinter/__init__.py:3286:raise TclError('unknown option -'+kwargs.keys()[0])
/home/sergeek/src/Python-3.3.0/Lib/tkinter/__init__.py:3312:raise RuntimeError('Too early to create image')
/home/sergeek/src/Python-3.3.0/Lib/tabnanny.py:28:raise ValueError("tokenize.NL doesn't exist -- tokenize module too old")
/home/sergeek/src/Python-3.3.0/Lib/sre_parse.py:708:raise ValueError("ASCII and UNICODE flags are incompatible")
/home/sergeek/src/Python-3.3.0/Lib/sre_parse.py:711:raise ValueError("can't use UNICODE flag with a bytes pattern")
/home/sergeek/src/Python-3.3.0/Lib/sre_parse.py:789:raise IndexError("unknown group name")
/home/sergeek/src/Python-3.3.0/Lib/aifc.py:215:raise ValueError("string exceeds maximum pstring length")
/home/sergeek/src/Python-3.3.0/Lib/ntpath.py:89:raise TypeError("normcase() argument must be str or bytes, "
/home/sergeek/src/Python-3.3.0/Lib/ntpath.py:613:raise ValueError("no path specified")
/home/sergeek/src/Python-3.3.0/Lib/fractions.py:129:raise ValueError('Invalid literal for Fraction: %r' %
/home/sergeek/src/Python-3.3.0/Lib/fractions.py:153:raise TypeError("argument should be a string "
/home/sergeek/src/Python-3.3.0/Lib/fractions.py:163:raise TypeError("both arguments should be "
/home/sergeek/src/Python-3.3.0/Lib/fractions.py:167:raise ZeroDivisionError('Fraction(%s, 0)' % numerator)
/home/sergeek/src/Python-3.3.0/Lib/fractions.py:183:raise TypeError("%s.from_float() only takes floats, not %r (%s)" %
/home/sergeek/src/Python-3.3.0/Lib/fractions.py:186:raise TypeError("Cannot convert %r to %s." % (f, cls.__name__))
/home/sergeek/src/Python-3.3.0/Lib/fractions.py:201:raise TypeError("Cannot convert %s to %s." % (dec, cls.__name__))
/home/sergeek/src/Python-3.3.0/Lib/fractions.py:244:raise ValueError("max_denominator should be at least 1")
/home/sergeek/src/Python-3.3.0/Lib/logging/handlers.py:238:raise ValueError("You must specify a day for weekly rollover from 0 to 6 (0 is Monday): %s" % self.when)
/home/sergeek/src/Python-3.3.0/Lib/logging/handlers.py:240:raise ValueError("Invalid day specified for weekly rollover: %s" % self.when)
/home/sergeek/src/Python-3.3.0/Lib/logging/handlers.py:245:raise ValueError("Invalid rollover interval specified: %s" % self.when)
/home/sergeek/src/Python-3.3.0/Lib/logging/handlers.py:1078:raise ValueError("method must be GET or POST")
/home/sergeek/src/Python-3.3.0/Lib/logging/config.py:270:raise ValueError('Not a valid Python identifier: %r' % s)
/home/sergeek/src/Python-3.3.0/Lib/logging/config.py:411:raise ValueError("Unable to convert %r" % value)
/home/sergeek/src/Python-3.3.0/Lib/logging/config.py:435:raise ValueError('Unable to convert '
/home/sergeek/src/Python-3.3.0/Lib/logging/config.py:499:raise ValueError("dictionary doesn't specify a version")
/home/sergeek/src/Python-3.3.0/Lib/logging/config.py:501:raise ValueError("Unsupported version: %s" % config['version'])
/home/sergeek/src/Python-3.3.0/Lib/logging/config.py:510:raise ValueError('No handler found with '
/home/sergeek/src/Python-3.3.0/Lib/logging/config.py:520:raise ValueError('Unable to configure handler '
/home/sergeek/src/Python-3.3.0/Lib/logging/config.py:527:raise ValueError('Unable to configure logger '
/home/sergeek/src/Python-3.3.0/Lib/logging/config.py:534:raise ValueError('Unable to configure root '
/home/sergeek/src/Python-3.3.0/Lib/logging/config.py:549:raise ValueError('Unable to configure '
/home/sergeek/src/Python-3.3.0/Lib/logging/config.py:557:raise ValueError('Unable to configure '
/home/sergeek/src/Python-3.3.0/Lib/logging/config.py:570:raise ValueError('Unable to configure handler '
/home/sergeek/src/Python-3.3.0/Lib/logging/config.py:608:raise ValueError('Unable to configure logger '
/home/sergeek/src/Python-3.3.0/Lib/logging/config.py:633:raise ValueError('Unable to configure root '
/home/sergeek/src/Python-3.3.0/Lib/logging/config.py:675:raise ValueError('Unable to add filter %r: %s' % (f, e))
/home/sergeek/src/Python-3.3.0/Lib/logging/config.py:684:raise ValueError('Unable to set formatter '
/home/sergeek/src/Python-3.3.0/Lib/logging/config.py:701:raise ValueError('Unable to set target handler '
/home/sergeek/src/Python-3.3.0/Lib/logging/config.py:736:raise ValueError('Unable to add handler %r: %s' % (h, e))
/home/sergeek/src/Python-3.3.0/Lib/logging/config.py:787:raise NotImplementedError("listen() needs threading to work")
/home/sergeek/src/Python-3.3.0/Lib/logging/__init__.py:176:raise ValueError("Unknown level: %r" % level)
/home/sergeek/src/Python-3.3.0/Lib/logging/__init__.py:179:raise TypeError("Level not an integer or a valid string: %r" % level)
/home/sergeek/src/Python-3.3.0/Lib/logging/__init__.py:457:raise ValueError('Style must be one of: %s' % ','.join(
/home/sergeek/src/Python-3.3.0/Lib/logging/__init__.py:816:raise NotImplementedError('emit must be implemented '
/home/sergeek/src/Python-3.3.0/Lib/logging/__init__.py:1056:raise TypeError("logger not derived from logging.Logger: "
/home/sergeek/src/Python-3.3.0/Lib/logging/__init__.py:1097:raise TypeError('A logger name must be a string')
/home/sergeek/src/Python-3.3.0/Lib/logging/__init__.py:1124:raise TypeError("logger not derived from logging.Logger: "
/home/sergeek/src/Python-3.3.0/Lib/logging/__init__.py:1294:raise TypeError("level must be an integer")
/home/sergeek/src/Python-3.3.0/Lib/logging/__init__.py:1341:raise KeyError("Attempt to overwrite %r in LogRecord" % key)
/home/sergeek/src/Python-3.3.0/Lib/logging/__init__.py:1688:raise ValueError("'stream' and 'filename' should not be "
/home/sergeek/src/Python-3.3.0/Lib/logging/__init__.py:1692:raise ValueError("'stream' or 'filename' should not be "
/home/sergeek/src/Python-3.3.0/Lib/json/decoder.py:370:raise ValueError("No JSON object could be decoded")
/home/sergeek/src/Python-3.3.0/Lib/json/encoder.py:271:raise ValueError("Circular reference detected")
/home/sergeek/src/Python-3.3.0/Lib/json/encoder.py:324:raise ValueError("Circular reference detected")
/home/sergeek/src/Python-3.3.0/Lib/json/encoder.py:358:raise TypeError("key " + repr(key) + " is not a string")
/home/sergeek/src/Python-3.3.0/Lib/json/encoder.py:416:raise ValueError("Circular reference detected")
/home/sergeek/src/Python-3.3.0/Lib/locale.py:132:raise ValueError("invalid grouping")
/home/sergeek/src/Python-3.3.0/Lib/locale.py:263:raise ValueError("Currency formatting is not possible using "
/home/sergeek/src/Python-3.3.0/Lib/locale.py:433:raise ValueError('unknown locale: %s' % localename)
/home/sergeek/src/Python-3.3.0/Lib/locale.py:453:raise TypeError('Locale must be None, a string, or an iterable of two strings -- language code, encoding.')
/home/sergeek/src/Python-3.3.0/Lib/locale.py:523:raise TypeError('category LC_ALL is not supported')
/home/sergeek/src/Python-3.3.0/Lib/bdb.py:147:raise NotImplementedError("subclass of bdb must implement do_clear()")
/home/sergeek/src/Python-3.3.0/Lib/bdb.py:309:raise ValueError('Breakpoint number expected')
/home/sergeek/src/Python-3.3.0/Lib/bdb.py:313:raise ValueError('Non-numeric breakpoint number %s' % arg)
/home/sergeek/src/Python-3.3.0/Lib/bdb.py:317:raise ValueError('Breakpoint number %d out of range' % number)
/home/sergeek/src/Python-3.3.0/Lib/bdb.py:319:raise ValueError('Breakpoint %d already deleted' % number)
/home/sergeek/src/Python-3.3.0/Lib/_threading_local.py:62:raise SystemError('__init__ called too many times')
/home/sergeek/src/Python-3.3.0/Lib/_threading_local.py:213:raise TypeError("Initialization arguments are not supported")
/home/sergeek/src/Python-3.3.0/Lib/argparse.py:838:raise ValueError('nargs for store actions must be > 0; if you '
/home/sergeek/src/Python-3.3.0/Lib/argparse.py:842:raise ValueError('nargs must be %r to supply const' % OPTIONAL)
/home/sergeek/src/Python-3.3.0/Lib/argparse.py:930:raise ValueError('nargs for append actions must be > 0; if arg '
/home/sergeek/src/Python-3.3.0/Lib/argparse.py:934:raise ValueError('nargs must be %r to supply const' % OPTIONAL)
/home/sergeek/src/Python-3.3.0/Lib/argparse.py:1293:raise ValueError('dest supplied twice for positional argument')
/home/sergeek/src/Python-3.3.0/Lib/argparse.py:1311:raise ValueError('unknown action "%s"' % (action_class,))
/home/sergeek/src/Python-3.3.0/Lib/argparse.py:1317:raise ValueError('%r is not callable' % (type_func,))
/home/sergeek/src/Python-3.3.0/Lib/argparse.py:1324:raise ValueError("length of metavar tuple does not match nargs")
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/refactor.py:254:raise FixerError("Can't find %s.%s" % (fix_name, class_name))
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/refactor.py:267:raise FixerError("Illegal fixer order: %r" % fixer.order)
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/refactor.py:685:raise AssertionError("line=%r, prefix=%r" % (line, prefix))
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/refactor.py:712:raise RuntimeError("already doing multiple processes")
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/patcomp.py:150:raise PatternSyntaxError("Invalid token: %r" % value)
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/patcomp.py:152:raise PatternSyntaxError("Can't have details for token")
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/patcomp.py:160:raise PatternSyntaxError("Invalid symbol: %r" % value)
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/pgen2/driver.py:82:raise parse.ParseError("incomplete input",
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/pgen2/literals.py:28:raise ValueError("invalid hex string escape ('\\%s')" % tail)
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/pgen2/literals.py:32:raise ValueError("invalid hex string escape ('\\%s')" % tail)
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/pgen2/literals.py:37:raise ValueError("invalid octal string escape ('\\%s')" % tail)
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/pgen2/parse.py:155:raise ParseError("too much input",
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/pgen2/parse.py:159:raise ParseError("bad input", type, value, context)
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/pgen2/parse.py:172:raise ParseError("bad token", type, value, context)
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/pgen2/pgen.py:126:raise ValueError("recursion for rule %r" % name)
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/pgen2/pgen.py:139:raise ValueError("rule %s is ambiguous; %s is in the"
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/pgen2/tokenize.py:293:raise SyntaxError("unknown encoding: " + encoding)
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/pgen2/tokenize.py:298:raise SyntaxError('encoding problem: utf-8')
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/pgen2/tokenize.py:377:raise TokenError("EOF in multi-line string", strstart)
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/pgen2/tokenize.py:433:raise TokenError("EOF in multi-line statement", (lnum, 0))
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/fixes/fix_idioms.py:98:raise RuntimeError("Invalid match")
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/fixes/fix_idioms.py:130:raise RuntimeError("should not have reached here")
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/fixes/fix_metaclass.py:59:raise ValueError("No class suite and no ':'!")
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/fixes/fix_metaclass.py:106:raise ValueError("No class suite!")
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/fixes/fix_metaclass.py:190:raise ValueError("Unexpected class definition")
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/fixes/fix_tuple_params.py:148:raise RuntimeError("Received unexpected node %s" % node)
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/fixes/fix_import.py:35:raise AssertionError("unkown node type")
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/main.py:76:raise ValueError('filename %s does not start with the '
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/tests/data/py3_test_grammar.py:464:raise RuntimeError('just testing')
/home/sergeek/src/Python-3.3.0/Lib/lib2to3/tests/test_parser.py:48:raise AssertionError("Syntax shouldn't have been valid")
/home/sergeek/src/Python-3.3.0/Lib/symtable.py:233:raise ValueError("name is bound to multiple namespaces")
/home/sergeek/src/Python-3.3.0/Lib/concurrent/futures/thread.py:97:raise RuntimeError('cannot schedule new futures after shutdown')
/home/sergeek/src/Python-3.3.0/Lib/concurrent/futures/process.py:391:raise RuntimeError('cannot schedule new futures after shutdown')
/home/sergeek/src/Python-3.3.0/Lib/concurrent/futures/_base.py:166:raise ValueError("Invalid return condition: %r" % return_when)
/home/sergeek/src/Python-3.3.0/Lib/concurrent/futures/_base.py:475:raise RuntimeError('Future in unexpected state')
/home/sergeek/src/Python-3.3.0/Lib/pyclbr.py:134:raise ImportError('No package named {}'.format(package))
/home/sergeek/src/Python-3.3.0/Lib/collections/abc.py:519:raise TypeError("update() takes at most 2 positional "
/home/sergeek/src/Python-3.3.0/Lib/collections/abc.py:522:raise TypeError("update() takes at least 1 argument (0 given)")
Binary file /home/sergeek/src/Python-3.3.0/Lib/collections/__pycache__/__init__.cpython-33.pyc matches
Binary file /home/sergeek/src/Python-3.3.0/Lib/collections/__pycache__/__init__.cpython-33.pyo matches
/home/sergeek/src/Python-3.3.0/Lib/collections/__init__.py:48:raise TypeError('expected at most 1 arguments, got %d' % len(args))
/home/sergeek/src/Python-3.3.0/Lib/collections/__init__.py:114:raise KeyError('dictionary is empty')
/home/sergeek/src/Python-3.3.0/Lib/collections/__init__.py:261:raise TypeError('Expected {num_fields:d} arguments, got %d' % len(result))
/home/sergeek/src/Python-3.3.0/Lib/collections/__init__.py:278:raise ValueError('Got unexpected field names: %r' % list(kwds))
/home/sergeek/src/Python-3.3.0/Lib/collections/__init__.py:336:raise ValueError('Type names and field names can only contain '
/home/sergeek/src/Python-3.3.0/Lib/collections/__init__.py:339:raise ValueError('Type names and field names cannot be a '
/home/sergeek/src/Python-3.3.0/Lib/collections/__init__.py:342:raise ValueError('Type names and field names cannot start with '
/home/sergeek/src/Python-3.3.0/Lib/collections/__init__.py:347:raise ValueError('Field names cannot start with an underscore: '
/home/sergeek/src/Python-3.3.0/Lib/collections/__init__.py:350:raise ValueError('Encountered duplicate field name: %r' % name)
/home/sergeek/src/Python-3.3.0/Lib/collections/__init__.py:841:raise KeyError('Key not found in the first mapping: {!r}'.format(key))
/home/sergeek/src/Python-3.3.0/Lib/collections/__init__.py:848:raise KeyError('No keys found in the first mapping.')
/home/sergeek/src/Python-3.3.0/Lib/collections/__init__.py:855:raise KeyError('Key not found in the first mapping: {!r}'.format(key))
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:155:raise ValueError("empty or no certificate")
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:175:raise CertificateError("hostname %r "
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:179:raise CertificateError("hostname %r "
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:183:raise CertificateError("no appropriate commonName or "
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:217:raise SSLError('NPN protocols must be 1 to 255 in length')
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:242:raise ValueError("certfile must be specified for server-side "
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:245:raise ValueError("certfile must be specified")
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:265:raise ValueError("server_hostname can only be specified "
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:305:raise ValueError("do_handshake_on_connect should not be specified for non-blocking sockets")
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:402:raise ValueError("sendto not allowed on instances of %s" %
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:412:raise NotImplementedError("sendmsg not allowed on instances of %s" %
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:460:raise ValueError("recvfrom not allowed on instances of %s" %
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:468:raise ValueError("recvfrom_into not allowed on instances of %s" %
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:474:raise NotImplementedError("recvmsg not allowed on instances of %s" %
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:478:raise NotImplementedError("recvmsg_into not allowed on instances of "
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:499:raise ValueError("No SSL wrapper around " + str(self))
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:519:raise ValueError("can't connect in server-side mode")
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:523:raise ValueError("attempt to connect already-connected SSLSocket!")
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:573:raise ValueError("Unsupported channel binding type")
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:628:raise ValueError("Invalid PEM encoding; must start with %s"
/home/sergeek/src/Python-3.3.0/Lib/ssl.py:631:raise ValueError("Invalid PEM encoding; must end with %s"
/home/sergeek/src/Python-3.3.0/Lib/tempfile.py:184:raise FileNotFoundError("No usable temporary directory found in %s" % dirlist)
/home/sergeek/src/Python-3.3.0/Lib/tempfile.py:217:raise FileExistsError("No usable temporary file name found")
/home/sergeek/src/Python-3.3.0/Lib/tempfile.py:304:raise FileExistsError("No usable temporary directory name found")
/home/sergeek/src/Python-3.3.0/Lib/tempfile.py:333:raise FileExistsError("No usable temporary filename found")
/home/sergeek/src/Python-3.3.0/Lib/tempfile.py:521:raise ValueError("Cannot enter context with closed file")
/home/sergeek/src/Python-3.3.0/Lib/cgi.py:161:raise ValueError('Maximum content length exceeded')
/home/sergeek/src/Python-3.3.0/Lib/cgi.py:230:raise ValueError('Invalid boundary in multipart form: %r'
/home/sergeek/src/Python-3.3.0/Lib/cgi.py:252:raise ValueError('Maximum content length exceeded')
/home/sergeek/src/Python-3.3.0/Lib/cgi.py:488:raise TypeError('outerboundary must be bytes, not %s'
/home/sergeek/src/Python-3.3.0/Lib/cgi.py:541:raise ValueError('Maximum content length exceeded')
/home/sergeek/src/Python-3.3.0/Lib/cgi.py:579:raise TypeError("not indexable")
/home/sergeek/src/Python-3.3.0/Lib/cgi.py:626:raise TypeError("not indexable")
/home/sergeek/src/Python-3.3.0/Lib/cgi.py:632:raise TypeError("not indexable")
/home/sergeek/src/Python-3.3.0/Lib/cgi.py:646:raise ValueError("%s should return bytes, got %s" \
/home/sergeek/src/Python-3.3.0/Lib/cgi.py:665:raise ValueError('Invalid boundary in multipart form: %r' % (ib,))
/home/sergeek/src/Python-3.3.0/Lib/cgi.py:678:raise ValueError("%s should return bytes, got %s" \
/home/sergeek/src/Python-3.3.0/Lib/cgi.py:725:raise ValueError("%s should return bytes, got %s"
/home/sergeek/src/Python-3.3.0/Lib/pydoc.py:1536:raise ImportError('no Python documentation found for %r' % thing)
/home/sergeek/src/Python-3.3.0/Lib/pydoc.py:1941:raise ValueError('could not find topic')
/home/sergeek/src/Python-3.3.0/Lib/pydoc.py:2412:raise ValueError('could not find object')
/home/sergeek/src/Python-3.3.0/Lib/pydoc.py:2461:raise ValueError('bad pydoc url')
/home/sergeek/src/Python-3.3.0/Lib/pydoc.py:2479:raise TypeError('unknown content type %r for url %s' % (content_type, url))
/home/sergeek/src/Python-3.3.0/Lib/fileinput.py:103:raise RuntimeError("input() already active")
/home/sergeek/src/Python-3.3.0/Lib/fileinput.py:126:raise RuntimeError("no active input()")
/home/sergeek/src/Python-3.3.0/Lib/fileinput.py:135:raise RuntimeError("no active input()")
/home/sergeek/src/Python-3.3.0/Lib/fileinput.py:145:raise RuntimeError("no active input()")
/home/sergeek/src/Python-3.3.0/Lib/fileinput.py:155:raise RuntimeError("no active input()")
/home/sergeek/src/Python-3.3.0/Lib/fileinput.py:164:raise RuntimeError("no active input()")
/home/sergeek/src/Python-3.3.0/Lib/fileinput.py:173:raise RuntimeError("no active input()")
/home/sergeek/src/Python-3.3.0/Lib/fileinput.py:182:raise RuntimeError("no active input()")
/home/sergeek/src/Python-3.3.0/Lib/fileinput.py:225:raise ValueError("FileInput opening mode must be one of "
/home/sergeek/src/Python-3.3.0/Lib/fileinput.py:230:raise ValueError("FileInput cannot use an opening hook in inplace mode")
/home/sergeek/src/Python-3.3.0/Lib/fileinput.py:232:raise ValueError("FileInput openhook must be callable")
/home/sergeek/src/Python-3.3.0/Lib/fileinput.py:268:raise RuntimeError("accessing lines out of order")
/home/sergeek/src/Python-3.3.0/Lib/fileinput.py:272:raise IndexError("end of input reached")
/home/sergeek/src/Python-3.3.0/Lib/hmac.py:38:raise TypeError("key: expected bytes, but got %r" % type(key).__name__)
/home/sergeek/src/Python-3.3.0/Lib/hmac.py:79:raise TypeError("expected bytes, but got %r" % type(msg).__name__)
/home/sergeek/src/Python-3.3.0/Lib/lzma.py:100:raise ValueError("Cannot specify an integrity check "
/home/sergeek/src/Python-3.3.0/Lib/lzma.py:103:raise ValueError("Cannot specify a preset compression "
/home/sergeek/src/Python-3.3.0/Lib/lzma.py:121:raise ValueError("Invalid mode: {!r}".format(mode))
/home/sergeek/src/Python-3.3.0/Lib/lzma.py:133:raise TypeError("filename must be a str or bytes object, or a file")
/home/sergeek/src/Python-3.3.0/Lib/lzma.py:187:raise ValueError("I/O operation on closed file")
/home/sergeek/src/Python-3.3.0/Lib/lzma.py:224:raise EOFError("Compressed file ended before the "
/home/sergeek/src/Python-3.3.0/Lib/lzma.py:359:raise ValueError("Invalid value for whence: {}".format(whence))
/home/sergeek/src/Python-3.3.0/Lib/lzma.py:405:raise ValueError("Invalid mode: %r" % (mode,))
/home/sergeek/src/Python-3.3.0/Lib/lzma.py:408:raise ValueError("Argument 'encoding' not supported in binary mode")
/home/sergeek/src/Python-3.3.0/Lib/lzma.py:410:raise ValueError("Argument 'errors' not supported in binary mode")
/home/sergeek/src/Python-3.3.0/Lib/lzma.py:412:raise ValueError("Argument 'newline' not supported in binary mode")
/home/sergeek/src/Python-3.3.0/Lib/lzma.py:449:raise LZMAError("Compressed data ended before the "
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:153:raise TypeError("invalid file: %r" % file)
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:155:raise TypeError("invalid mode: %r" % mode)
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:157:raise TypeError("invalid buffering: %r" % buffering)
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:159:raise TypeError("invalid encoding: %r" % encoding)
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:161:raise TypeError("invalid errors: %r" % errors)
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:164:raise ValueError("invalid mode: %r" % mode)
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:174:raise ValueError("can't use U and writing mode at once")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:177:raise ValueError("can't have text and binary mode at once")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:179:raise ValueError("can't have read/write/append mode at once")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:181:raise ValueError("must have exactly one of read/write/append mode")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:183:raise ValueError("binary mode doesn't take an encoding argument")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:185:raise ValueError("binary mode doesn't take an errors argument")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:187:raise ValueError("binary mode doesn't take a newline argument")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:209:raise ValueError("invalid buffering size")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:213:raise ValueError("can't have unbuffered text I/O")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:221:raise ValueError("unknown mode: %r" % mode)
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:421:raise ValueError("I/O operation on closed file."
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:482:raise TypeError("limit must be an integer")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:700:raise IOError("seek() returned an invalid position")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:706:raise IOError("tell() returned an invalid position")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:725:raise ValueError("flush of closed file")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:738:raise ValueError("raw stream already detached")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:772:raise TypeError("can not serialize a '{0}' object"
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:806:raise ValueError("__getstate__ on closed file")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:813:raise ValueError("getvalue on closed file")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:823:raise ValueError("read from closed file")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:842:raise ValueError("write to closed file")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:844:raise TypeError("can't write str to binary stream")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:860:raise ValueError("seek on closed file")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:864:raise TypeError("an integer is required") from err
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:867:raise ValueError("negative seek position %r" % (pos,))
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:874:raise ValueError("unsupported whence value")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:879:raise ValueError("tell on closed file")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:884:raise ValueError("truncate on closed file")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:891:raise TypeError("an integer is required") from err
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:893:raise ValueError("negative truncate position %r" % (pos,))
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:922:raise IOError('"raw" argument must be readable.')
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:926:raise ValueError("invalid buffer size")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:944:raise ValueError("invalid number of bytes to read")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1037:raise ValueError("number of bytes to read must be positive")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1050:raise ValueError("invalid whence value")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1069:raise IOError('"raw" argument must be writable.')
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1073:raise ValueError("invalid buffer size")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1080:raise ValueError("write to closed file")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1082:raise TypeError("can't write str to binary stream")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1119:raise ValueError("flush of closed file")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1126:raise RuntimeError("self.raw should implement RawIOBase: it "
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1133:raise IOError("write() returned incorrect number of bytes")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1141:raise ValueError("invalid whence value")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1169:raise IOError('"reader" argument must be readable.')
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1172:raise IOError('"writer" argument must be writable.')
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1231:raise ValueError("invalid whence value")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1243:raise IOError("seek() returned invalid position")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1470:raise TypeError("illegal newline type: %r" % (type(newline),))
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1472:raise ValueError("illegal newline value: %r" % (newline,))
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1488:raise ValueError("invalid encoding: %r" % encoding)
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1494:raise ValueError("invalid errors: %r" % errors)
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1599:raise ValueError("write to closed file")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1601:raise TypeError("can't write %s to text stream" %
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1652:raise AssertionError("rewind decoded_chars out of bounds")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1667:raise ValueError("no decoder")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1718:raise IOError("telling position disabled by next() call")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1725:raise AssertionError("pending decoded text")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1805:raise IOError("can't reconstruct logical file position")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1821:raise ValueError("buffer is already detached")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1829:raise ValueError("tell on closed file")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1850:raise ValueError("unsupported whence (%r)" % (whence,))
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1852:raise ValueError("negative seek position %r" % (cookie,))
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1882:raise IOError("can't restore logical file position")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1906:raise TypeError("an integer is required") from err
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1934:raise ValueError("read from closed file")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:1938:raise TypeError("limit must be an integer")
/home/sergeek/src/Python-3.3.0/Lib/_pyio.py:2043:raise TypeError("initial_value must be str or None, not {0}"
/home/sergeek/src/Python-3.3.0/Lib/socket.py:116:raise TypeError("Cannot serialize socket object")
/home/sergeek/src/Python-3.3.0/Lib/socket.py:154:raise ValueError("invalid mode %r (only r, w, b allowed)")
/home/sergeek/src/Python-3.3.0/Lib/socket.py:172:raise ValueError("unbuffered streams must be binary")
/home/sergeek/src/Python-3.3.0/Lib/socket.py:273:raise ValueError("invalid mode: %r" % mode)
/home/sergeek/src/Python-3.3.0/Lib/socket.py:294:raise IOError("cannot read from timed out object")
/home/sergeek/src/Python-3.3.0/Lib/re.py:273:raise TypeError("first argument must be string or compiled pattern")
/home/sergeek/src/Python-3.3.0/Lib/http/client.py:865:raise TypeError("data should be a bytes-like object "
/home/sergeek/src/Python-3.3.0/Lib/http/client.py:1171:raise ValueError("check_hostname needs a SSL context with "
/home/sergeek/src/Python-3.3.0/Lib/http/cookiejar.py:747:raise ValueError("if port is None, port_specified must be false")
/home/sergeek/src/Python-3.3.0/Lib/http/cookiejar.py:1751:raise ValueError("filename must be string-like")
/home/sergeek/src/Python-3.3.0/Lib/http/cookiejar.py:1946:raise LoadError("invalid Set-Cookie3 format file %r: %r" %
/home/sergeek/src/Python-3.3.0/Lib/http/cookiejar.py:2052:raise LoadError("invalid Netscape format cookies file %r: %r" %
/home/sergeek/src/Python-3.3.0/Lib/http/cookies.py:352:raise CookieError("Invalid Attribute %s" % K)
/home/sergeek/src/Python-3.3.0/Lib/http/cookies.py:362:raise CookieError("Attempt to set a reserved key: %s" % key)
/home/sergeek/src/Python-3.3.0/Lib/http/cookies.py:364:raise CookieError("Illegal key value: %s" % key)
/home/sergeek/src/Python-3.3.0/Lib/filecmp.py:288:raise getopt.GetoptError('need exactly two args', None)
/home/sergeek/src/Python-3.3.0/Lib/distutils/extension.py:105:raise AssertionError("'name' must be a string")
/home/sergeek/src/Python-3.3.0/Lib/distutils/extension.py:108:raise AssertionError("'sources' must be a list of strings")
/home/sergeek/src/Python-3.3.0/Lib/distutils/util.py:125:raise ValueError("path '%s' cannot be absolute" % pathname)
/home/sergeek/src/Python-3.3.0/Lib/distutils/util.py:127:raise ValueError("path '%s' cannot end with '/'" % pathname)
/home/sergeek/src/Python-3.3.0/Lib/distutils/util.py:164:raise DistutilsPlatformError("nothing known about platform '%s'" % os.name)
/home/sergeek/src/Python-3.3.0/Lib/distutils/util.py:210:raise ValueError("invalid variable '$%s'" % var)
/home/sergeek/src/Python-3.3.0/Lib/distutils/util.py:288:raise RuntimeError("this can't happen (bad char '%c')" % s[end])
/home/sergeek/src/Python-3.3.0/Lib/distutils/util.py:291:raise ValueError("bad string (mismatched %s quotes?)" % s[end])
/home/sergeek/src/Python-3.3.0/Lib/distutils/util.py:338:raise ValueError("invalid truth value %r" % (val,))
/home/sergeek/src/Python-3.3.0/Lib/distutils/util.py:376:raise DistutilsByteCompileError('byte-compiling is disabled.')
/home/sergeek/src/Python-3.3.0/Lib/distutils/util.py:468:raise ValueError("invalid prefix: filename %r doesn't start with %r"
/home/sergeek/src/Python-3.3.0/Lib/distutils/log.py:21:raise ValueError('%s wrong log level' % str(level))
/home/sergeek/src/Python-3.3.0/Lib/distutils/unixccompiler.py:159:raise TypeError("'output_dir' must be a string or None")
/home/sergeek/src/Python-3.3.0/Lib/distutils/dep_util.py:18:raise DistutilsFileError("file '%s' does not exist" %
/home/sergeek/src/Python-3.3.0/Lib/distutils/dep_util.py:39:raise ValueError("'sources' and 'targets' must be same length")
/home/sergeek/src/Python-3.3.0/Lib/distutils/core.py:204:raise ValueError("invalid value for 'stop_after': %r" % (stop_after,))
/home/sergeek/src/Python-3.3.0/Lib/distutils/cygwinccompiler.py:85:raise ValueError("Unknown MS Compiler version %s " % msc_ver)
/home/sergeek/src/Python-3.3.0/Lib/distutils/cygwinccompiler.py:260:raise UnknownFileError("unknown file type '%s' (from '%s')" % \
/home/sergeek/src/Python-3.3.0/Lib/distutils/msvccompiler.py:259:raise DistutilsPlatformError("Python was built with %s, "
/home/sergeek/src/Python-3.3.0/Lib/distutils/msvccompiler.py:411:raise CompileError("Don't know how to compile %s to %s"
/home/sergeek/src/Python-3.3.0/Lib/distutils/text_file.py:84:raise RuntimeError("you must supply either or both of 'filename' and 'file'")
/home/sergeek/src/Python-3.3.0/Lib/distutils/text_file.py:97:raise KeyError("invalid TextFile option '%s'" % opt)
/home/sergeek/src/Python-3.3.0/Lib/distutils/text_file.py:139:raise ValueError("error: " + self.gen_error(msg, line))
/home/sergeek/src/Python-3.3.0/Lib/distutils/bcppcompiler.py:344:raise UnknownFileError("unknown file type '%s' (from '%s')" % \
/home/sergeek/src/Python-3.3.0/Lib/distutils/ccompiler.py:149:raise ValueError("unknown executable '%s' for class %s" %
/home/sergeek/src/Python-3.3.0/Lib/distutils/ccompiler.py:316:raise TypeError("'output_dir' must be a string or None")
/home/sergeek/src/Python-3.3.0/Lib/distutils/ccompiler.py:323:raise TypeError("'macros' (if supplied) must be a list of tuples")
/home/sergeek/src/Python-3.3.0/Lib/distutils/ccompiler.py:375:raise TypeError("'output_dir' must be a string or None")
/home/sergeek/src/Python-3.3.0/Lib/distutils/ccompiler.py:382:raise TypeError("'macros' (if supplied) must be a list of tuples")
/home/sergeek/src/Python-3.3.0/Lib/distutils/ccompiler.py:417:raise TypeError("'objects' must be a list or tuple of strings")
/home/sergeek/src/Python-3.3.0/Lib/distutils/ccompiler.py:423:raise TypeError("'output_dir' must be a string or None")
/home/sergeek/src/Python-3.3.0/Lib/distutils/ccompiler.py:456:raise TypeError("'runtime_library_dirs' (if supplied) "
/home/sergeek/src/Python-3.3.0/Lib/distutils/fancy_getopt.py:152:raise ValueError("invalid option tuple: %r" % (option,))
/home/sergeek/src/Python-3.3.0/Lib/distutils/fancy_getopt.py:161:raise DistutilsGetoptError("invalid short option '%s': "
/home/sergeek/src/Python-3.3.0/Lib/distutils/fancy_getopt.py:277:raise RuntimeError("'getopt()' hasn't been called yet")
/home/sergeek/src/Python-3.3.0/Lib/distutils/filelist.py:99:raise DistutilsTemplateError("unknown action '%s'" % action)
/home/sergeek/src/Python-3.3.0/Lib/distutils/command/bdist_rpm.py:199:raise DistutilsPlatformError("don't know how to create RPM "
/home/sergeek/src/Python-3.3.0/Lib/distutils/command/bdist_rpm.py:361:raise DistutilsExecError("Failed to execute: %s" % repr(q_cmd))
/home/sergeek/src/Python-3.3.0/Lib/distutils/command/build_clib.py:145:raise DistutilsSetupError("bad library name '%s': "
/home/sergeek/src/Python-3.3.0/Lib/distutils/command/check.py:70:raise DistutilsSetupError('The docutils package is needed.')
/home/sergeek/src/Python-3.3.0/Lib/distutils/command/check.py:75:raise DistutilsSetupError('Please correct your package.')
/home/sergeek/src/Python-3.3.0/Lib/distutils/command/register.py:80:raise ValueError('%s not found in .pypirc' % self.repository)
/home/sergeek/src/Python-3.3.0/Lib/distutils/command/bdist.py:117:raise DistutilsOptionError("invalid format '%s'" % format)
/home/sergeek/src/Python-3.3.0/Lib/distutils/command/upload.py:64:raise DistutilsOptionError("No dist file created in earlier command")
/home/sergeek/src/Python-3.3.0/Lib/distutils/command/upload.py:176:raise AssertionError("unsupported schema "+schema)
/home/sergeek/src/Python-3.3.0/Lib/distutils/command/install.py:281:raise DistutilsOptionError("can't combine user with with prefix/"
/home/sergeek/src/Python-3.3.0/Lib/distutils/command/install.py:576:raise DistutilsPlatformError("Can't install when "
/home/sergeek/src/Python-3.3.0/Lib/distutils/command/build_py.py:65:raise DistutilsOptionError("optimize must be 0, 1, or 2")
/home/sergeek/src/Python-3.3.0/Lib/distutils/command/install_lib.py:84:raise DistutilsOptionError("optimize must be 0, 1, or 2")
/home/sergeek/src/Python-3.3.0/Lib/distutils/versionpredicate.py:24:raise ValueError("bad package restriction syntax: %r" % pred)
/home/sergeek/src/Python-3.3.0/Lib/distutils/versionpredicate.py:105:raise ValueError("empty package restriction")
/home/sergeek/src/Python-3.3.0/Lib/distutils/versionpredicate.py:108:raise ValueError("bad package name in %r" % versionPredicateStr)
/home/sergeek/src/Python-3.3.0/Lib/distutils/versionpredicate.py:114:raise ValueError("expected parenthesized list: %r" % paren)
/home/sergeek/src/Python-3.3.0/Lib/distutils/versionpredicate.py:118:raise ValueError("empty parenthesized list in %r"
/home/sergeek/src/Python-3.3.0/Lib/distutils/versionpredicate.py:162:raise ValueError("illegal provides specification: %r" % value)
/home/sergeek/src/Python-3.3.0/Lib/distutils/file_util.py:31:raise DistutilsFileError("could not open '%s': %s" % (src, e.strerror))
/home/sergeek/src/Python-3.3.0/Lib/distutils/file_util.py:120:raise ValueError("invalid value '%s' for 'link' argument" % link)
/home/sergeek/src/Python-3.3.0/Lib/distutils/file_util.py:179:raise DistutilsFileError("can't move '%s': not a regular file" % src)
/home/sergeek/src/Python-3.3.0/Lib/distutils/dist.py:451:raise DistutilsArgError("no commands supplied")
/home/sergeek/src/Python-3.3.0/Lib/distutils/dist.py:794:raise DistutilsModuleError("invalid command '%s'" % command)
/home/sergeek/src/Python-3.3.0/Lib/distutils/emxccompiler.py:190:raise UnknownFileError("unknown file type '%s' (from '%s')" % \
/home/sergeek/src/Python-3.3.0/Lib/distutils/tests/support.py:34:raise ValueError('%s wrong log level' % str(level))
/home/sergeek/src/Python-3.3.0/Lib/distutils/cmd.py:57:raise TypeError("dist must be a Distribution instance")
/home/sergeek/src/Python-3.3.0/Lib/distutils/cmd.py:59:raise RuntimeError("Command is an abstract class")
/home/sergeek/src/Python-3.3.0/Lib/distutils/cmd.py:133:raise RuntimeError("abstract method -- subclass %s must override"
/home/sergeek/src/Python-3.3.0/Lib/distutils/cmd.py:147:raise RuntimeError("abstract method -- subclass %s must override"
/home/sergeek/src/Python-3.3.0/Lib/distutils/cmd.py:175:raise RuntimeError("abstract method -- subclass %s must override"
/home/sergeek/src/Python-3.3.0/Lib/distutils/cmd.py:213:raise DistutilsOptionError("'%s' must be a %s (got `%s`)"
/home/sergeek/src/Python-3.3.0/Lib/distutils/version.py:143:raise ValueError("invalid version number '%s'" % vstring)
/home/sergeek/src/Python-3.3.0/Lib/distutils/msvc9compiler.py:142:raise KeyError("sdkinstallrootv2.0")
/home/sergeek/src/Python-3.3.0/Lib/distutils/msvc9compiler.py:259:raise DistutilsPlatformError("Unable to find vcvarsall.bat")
/home/sergeek/src/Python-3.3.0/Lib/distutils/msvc9compiler.py:294:raise DistutilsPlatformError("VC %0.1f is not supported by this module" % VERSION)
/home/sergeek/src/Python-3.3.0/Lib/distutils/msvc9compiler.py:346:raise DistutilsPlatformError("--plat-name must be one of %s" %
/home/sergeek/src/Python-3.3.0/Lib/distutils/msvc9compiler.py:378:raise DistutilsPlatformError("Python was built with %s, "
/home/sergeek/src/Python-3.3.0/Lib/distutils/msvc9compiler.py:526:raise CompileError("Don't know how to compile %s to %s"
/home/sergeek/src/Python-3.3.0/Lib/distutils/archive_util.py:172:raise ValueError("unknown archive format '%s'" % format)
/home/sergeek/src/Python-3.3.0/Lib/timeit.py:129:raise ValueError("setup is neither a string nor callable")
/home/sergeek/src/Python-3.3.0/Lib/timeit.py:141:raise ValueError("setup is neither a string nor callable")
/home/sergeek/src/Python-3.3.0/Lib/timeit.py:144:raise ValueError("stmt is neither a string nor callable")
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:48:raise NotImplementedError('Method must be implemented by subclass')
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:52:raise NotImplementedError('Method must be implemented by subclass')
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:66:raise NotImplementedError('Method must be implemented by subclass')
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:85:raise NotImplementedError('Method must be implemented by subclass')
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:96:raise NotImplementedError('Method must be implemented by subclass')
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:100:raise NotImplementedError('Method must be implemented by subclass')
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:104:raise NotImplementedError('Method must be implemented by subclass')
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:141:raise NotImplementedError('Method must be implemented by subclass')
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:145:raise NotImplementedError('Method must be implemented by subclass')
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:166:raise KeyError('No messages in mailbox')
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:183:raise KeyError('No message with key(s)')
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:187:raise NotImplementedError('Method must be implemented by subclass')
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:191:raise NotImplementedError('Method must be implemented by subclass')
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:195:raise NotImplementedError('Method must be implemented by subclass')
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:199:raise NotImplementedError('Method must be implemented by subclass')
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:208:raise ValueError("String input must be ASCII-only; "
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:252:raise TypeError('Invalid message type: %s' % type(message))
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:309:raise ExternalClashError('Name clash with existing message: %s'
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:455:raise NotEmptyError('Folder contains message(s): %s' % folder)
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:459:raise NotEmptyError("Folder contains subdirectory '%s': %s" %
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:503:raise ExternalClashError('Name clash prevented file creation: %s' %
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:553:raise KeyError('No message with key: %s' % key)
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:665:raise ExternalClashError('Size of mailbox file changed '
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:740:raise KeyError('No message with key: %s' % key)
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:966:raise KeyError('No message with key: %s' % key)
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:980:raise KeyError('No message with key: %s' % key)
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:1006:raise KeyError('No message with key: %s' % key)
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:1033:raise KeyError('No message with key: %s' % key)
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:1053:raise KeyError('No message with key: %s' % key)
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:1122:raise NotEmptyError('Folder not empty: %s' % self._path)
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:1145:raise FormatError('Invalid sequence specification: %s' %
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:1462:raise TypeError('Invalid message type: %s' % type(message))
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:1487:raise TypeError('Invalid message type: %s' % type(message))
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:1501:raise TypeError('Cannot convert to specified type')
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:1525:raise ValueError("subdir must be 'new' or 'cur': %s" % subdir)
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:1556:raise TypeError("can't convert to float: %s" % date)
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:1567:raise TypeError('info must be a string: %s' % type(info))
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:1609:raise TypeError('Cannot convert to specified type: %s' %
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:1722:raise TypeError('Cannot convert to specified type: %s' %
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:1754:raise TypeError('sequence type must be str: %s' % type(sequence))
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:1798:raise TypeError('Cannot convert to specified type: %s' %
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:1827:raise TypeError('label must be a string: %s' % type(label))
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:1893:raise TypeError('Cannot convert to specified type: %s' %
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:2046:raise ExternalClashError('lockf: lock unavailable: %s' %
/home/sergeek/src/Python-3.3.0/Lib/mailbox.py:2071:raise ExternalClashError('dot lock unavailable: %s' %
/home/sergeek/src/Python-3.3.0/Lib/netrc.py:28:raise IOError("Could not find .netrc: $HOME is not set")
/home/sergeek/src/Python-3.3.0/Lib/netrc.py:91:raise NetrcParseError("bad follower token %r" % tt,
/home/sergeek/src/Python-3.3.0/Lib/pydoc_data/topics.py:57:raise Exception("foo occurred").with_traceback(tracebackobj)\n\nThe ``from`` clause is used for exception chaining: if given, the\nsecond *expression* must be another exception class or instance, which\nwill then be attached to the raised exception as the ``__cause__``\nattribute (which is writable). If the raised exception is not\nhandled, both exceptions will be printed:\n\n >>> try:\n ... print(1 / 0)\n ... except Exception as exc:\n ... raise RuntimeError("Something bad happened") from exc\n ...\n Traceback (most recent call last):\n File "<stdin>", line 2, in <module>\n ZeroDivisionError: int division or modulo by zero\n\n The above exception was the direct cause of the following exception:\n\n Traceback (most recent call last):\n File "<stdin>", line 4, in <module>\n RuntimeError: Something bad happened\n\nA similar mechanism works implicitly if an exception is raised inside\nan exception handler: the previous exception is then attached as the\nnew exception\'s ``__context__`` attribute:\n\n >>> try:\n ... print(1 / 0)\n ... except:\n ... raise RuntimeError("Something bad happened")\n ...\n Traceback (most recent call last):\n File "<stdin>", line 2, in <module>\n ZeroDivisionError: int division or modulo by zero\n\n During handling of the above exception, another exception occurred:\n\n Traceback (most recent call last):\n File "<stdin>", line 4, in <module>\n RuntimeError: Something bad happened\n\nAdditional information on exceptions can be found in section\n*Exceptions*, and information about handling exceptions is in section\n*The try statement*.\n',
/home/sergeek/src/Python-3.3.0/Lib/doctest.py:209:raise TypeError("Expected a module, string, or None")
/home/sergeek/src/Python-3.3.0/Lib/doctest.py:356:raise TypeError('Expected a module: %r' % module)
/home/sergeek/src/Python-3.3.0/Lib/doctest.py:358:raise ValueError('Module-relative files may not have absolute paths')
/home/sergeek/src/Python-3.3.0/Lib/doctest.py:372:raise ValueError("Can't resolve paths relative to the module " +
/home/sergeek/src/Python-3.3.0/Lib/doctest.py:720:raise ValueError('line %r of the doctest for %s '
/home/sergeek/src/Python-3.3.0/Lib/doctest.py:726:raise ValueError('line %r of the doctest for %s has an option '
/home/sergeek/src/Python-3.3.0/Lib/doctest.py:752:raise ValueError('line %r of the docstring for %s '
/home/sergeek/src/Python-3.3.0/Lib/doctest.py:764:raise ValueError('line %r of the docstring for %s has '
/home/sergeek/src/Python-3.3.0/Lib/doctest.py:843:raise ValueError("DocTestFinder.find: name must be given "
/home/sergeek/src/Python-3.3.0/Lib/doctest.py:924:raise ValueError("object must be a class or function")
/home/sergeek/src/Python-3.3.0/Lib/doctest.py:958:raise ValueError("DocTestFinder.find: __test__ keys "
/home/sergeek/src/Python-3.3.0/Lib/doctest.py:964:raise ValueError("DocTestFinder.find: __test__ values "
/home/sergeek/src/Python-3.3.0/Lib/doctest.py:1891:raise TypeError("testmod: module required; %r" % (m,))
/home/sergeek/src/Python-3.3.0/Lib/doctest.py:2001:raise ValueError("Package may only be specified for module-"
/home/sergeek/src/Python-3.3.0/Lib/doctest.py:2100:raise ValueError("Only reporting flags allowed", flags)
/home/sergeek/src/Python-3.3.0/Lib/doctest.py:2377:raise ValueError("Package may only be specified for module-"
/home/sergeek/src/Python-3.3.0/Lib/dis.py:58:raise TypeError("don't know how to disassemble %s objects" %
/home/sergeek/src/Python-3.3.0/Lib/dis.py:67:raise RuntimeError("no last traceback to disassemble")
/home/sergeek/src/Python-3.3.0/Lib/dis.py:109:raise TypeError("don't know how to disassemble %s objects" %
/home/sergeek/src/Python-3.3.0/Lib/msilib/__init__.py:93:raise ValueError("Action not found in sequence")
/home/sergeek/src/Python-3.3.0/Lib/msilib/__init__.py:112:raise TypeError("Unsupported type %s" % field.__class__.__name__)
/home/sergeek/src/Python-3.3.0/Lib/msilib/__init__.py:116:raise MSIError("Could not insert "+repr(values)+" into "+table)
/home/sergeek/src/Python-3.3.0/Lib/threading.py:94:raise RuntimeError("cannot release un-acquired lock")
/home/sergeek/src/Python-3.3.0/Lib/threading.py:111:raise RuntimeError("cannot release un-acquired lock")
/home/sergeek/src/Python-3.3.0/Lib/threading.py:177:raise RuntimeError("cannot wait on un-acquired lock")
/home/sergeek/src/Python-3.3.0/Lib/threading.py:218:raise RuntimeError("cannot notify on un-acquired lock")
/home/sergeek/src/Python-3.3.0/Lib/threading.py:242:raise ValueError("semaphore initial value must be >= 0")
/home/sergeek/src/Python-3.3.0/Lib/threading.py:248:raise ValueError("can't specify timeout for non-blocking acquire")
/home/sergeek/src/Python-3.3.0/Lib/threading.py:289:raise ValueError("Semaphore released too many times")
/home/sergeek/src/Python-3.3.0/Lib/threading.py:579:raise RuntimeError("thread.__init__() not called")
/home/sergeek/src/Python-3.3.0/Lib/threading.py:582:raise RuntimeError("threads can only be started once")
/home/sergeek/src/Python-3.3.0/Lib/threading.py:733:raise RuntimeError("Thread.__init__() not called")
/home/sergeek/src/Python-3.3.0/Lib/threading.py:735:raise RuntimeError("cannot join thread before it is started")
/home/sergeek/src/Python-3.3.0/Lib/threading.py:737:raise RuntimeError("cannot join current thread")
/home/sergeek/src/Python-3.3.0/Lib/threading.py:783:raise RuntimeError("Thread.__init__() not called")
/home/sergeek/src/Python-3.3.0/Lib/threading.py:785:raise RuntimeError("cannot set daemon status of active thread");
/home/sergeek/src/Python-3.3.0/Lib/functools.py:98:raise ValueError('must define at least one ordering operation: < > <= >=')
/home/sergeek/src/Python-3.3.0/Lib/platform.py:1309:raise ValueError("failed to parse PyPy sys.version: %s" %
/home/sergeek/src/Python-3.3.0/Lib/traceback.py:279:raise ValueError("no last exception")
/home/sergeek/src/Python-3.3.0/Lib/posixpath.py:53:raise TypeError("normcase() argument must be str or bytes, "
/home/sergeek/src/Python-3.3.0/Lib/posixpath.py:91:raise TypeError("Can't mix strings and bytes in path "
/home/sergeek/src/Python-3.3.0/Lib/posixpath.py:446:raise ValueError("no path specified")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:208:raise InvalidHeaderError("invalid header")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:235:raise ValueError("overflow in number field")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:267:raise IOError("end of file reached")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:273:raise IOError("end of file reached")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:385:raise CompressionError("zlib module is not available")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:398:raise CompressionError("bz2 module is not available")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:410:raise CompressionError("lzma module is not available")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:419:raise CompressionError("unknown compression type %r" % comptype)
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:500:raise ReadError("not a gzip file")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:502:raise CompressionError("unsupported compression method")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:538:raise StreamError("seeking backwards is not allowed")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:573:raise ReadError("invalid compressed data")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:687:raise ValueError("Invalid argument")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:829:raise ValueError("invalid format")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:837:raise ValueError("linkname is too long")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:925:raise ValueError("name is too long")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1039:raise EmptyHeaderError("empty header")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1041:raise TruncatedHeaderError("truncated header")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1043:raise EOFHeaderError("end of file header")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1047:raise InvalidHeaderError("bad checksum")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1158:raise SubsequentHeaderError("missing or bad subsequent header")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1269:raise SubsequentHeaderError("missing or bad subsequent header")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1433:raise ValueError("mode must be 'r', 'a' or 'w'")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1557:raise ValueError("nothing to open")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1571:raise ReadError("file could not be opened successfully")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1583:raise CompressionError("unknown compression type %r" % comptype)
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1592:raise ValueError("mode must be 'r' or 'w'")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1606:raise ValueError("undiscernible mode")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1613:raise ValueError("mode must be 'r', 'a' or 'w'")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1622:raise ValueError("mode must be 'r' or 'w'")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1628:raise CompressionError("gzip module is not available")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1639:raise ReadError("not a gzip file")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1653:raise ValueError("mode must be 'r' or 'w'.")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1658:raise CompressionError("bz2 module is not available")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1667:raise ReadError("not a bzip2 file")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1677:raise ValueError("mode must be 'r' or 'w'")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1682:raise CompressionError("lzma module is not available")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1690:raise ReadError("not an lzma file")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:1733:raise KeyError("filename %r not found" % name)
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:2062:raise StreamError("cannot extract (sym)link as file object")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:2159:raise ExtractError("fifo not supported by system")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:2165:raise ExtractError("special devices not supported by system")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:2197:raise ExtractError("unable to resolve link inside archive")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:2219:raise ExtractError("could not change owner")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:2228:raise ExtractError("could not change mode")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:2238:raise ExtractError("could not change modification time")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:2272:raise ReadError("empty file")
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:2328:raise IOError("%s is closed" % self.__class__.__name__)
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:2330:raise IOError("bad operation for mode %r" % self.mode)
/home/sergeek/src/Python-3.3.0/Lib/tarfile.py:2348:raise KeyError("linkname %r not found" % linkname)
/home/sergeek/src/Python-3.3.0/Lib/pdb.py:1580:raise ValueError("A valid traceback must be passed if no "
/home/sergeek/src/Python-3.3.0/Lib/csv.py:135:raise ValueError("extrasaction (%s) must be 'raise' or 'ignore'"
/home/sergeek/src/Python-3.3.0/Lib/csv.py:148:raise ValueError("dict contains fields not in fieldnames: "
/home/sergeek/src/Python-3.3.0/Lib/sre_compile.py:176:raise ValueError("unsupported operand type", op)
/home/sergeek/src/Python-3.3.0/Lib/profile.py:464:raise TypeError("Subclasses must override .calibrate().")
/home/sergeek/src/Python-3.3.0/Lib/profile.py:524:raise ValueError("internal error: total calls = %d" % total_calls)
/home/sergeek/src/Python-3.3.0/Lib/importlib/util.py:14:raise ValueError('{!r} is not a relative name '
/home/sergeek/src/Python-3.3.0/Lib/importlib/abc.py:316:raise ImportError("no source or bytecode path available for "
/home/sergeek/src/Python-3.3.0/Lib/importlib/abc.py:339:raise EOFError("bad timestamp in {}".format(fullname))
/home/sergeek/src/Python-3.3.0/Lib/importlib/abc.py:343:raise EOFError("bad file size in {}".format(fullname))
/home/sergeek/src/Python-3.3.0/Lib/importlib/abc.py:356:raise ImportError("bytecode is stale", name=fullname,
/home/sergeek/src/Python-3.3.0/Lib/importlib/abc.py:368:raise ImportError("no source or bytecode available to create code "
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:217:raise _DeadlockError("deadlock detected by %r" % self)
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:230:raise RuntimeError("cannot release un-acquired lock")
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:257:raise RuntimeError("cannot release un-acquired lock")
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:437:raise NotImplementedError('sys.implementation.cache_tag is None')
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:452:raise NotImplementedError('sys.implementation.cache_tag is None')
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:456:raise ValueError('{} not bottom-level directory in '
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:459:raise ValueError('expected only 2 dots in '
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:585:raise ImportError("loader cannot handle %s" % name, name=name)
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:595:raise ImportError("{} is not a built-in module".format(fullname),
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:606:raise ImportError("{} is not a frozen module".format(fullname),
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:919:raise ImportError("source not available through get_data()",
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:925:raise ImportError("Failed to detect encoding",
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:931:raise ImportError("Failed to decode source file",
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:1098:raise ImportError("Non-code object in {}".format(path),
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:1431:raise ImportError("only directories are supported", path=path)
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:1459:raise ValueError('attempted relative import beyond top-level package')
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:1484:raise TypeError("module name must be str, not {}".format(type(name)))
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:1486:raise ValueError('level must be >= 0')
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:1489:raise TypeError("__package__ not set to a string")
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:1495:raise ValueError("Empty module name")
/home/sergeek/src/Python-3.3.0/Lib/importlib/_bootstrap.py:1726:raise ImportError('importlib requires posix or nt')
/home/sergeek/src/Python-3.3.0/Lib/importlib/__init__.py:64:raise ValueError('{}.__loader__ is None'.format(name))
/home/sergeek/src/Python-3.3.0/Lib/importlib/__init__.py:83:raise TypeError("relative imports require the 'package' argument")
/home/sergeek/src/Python-3.3.0/Lib/os.py:130:raise ImportError('no os specific module found')
/home/sergeek/src/Python-3.3.0/Lib/os.py:722:raise TypeError("str expected, not %s" % type(value).__name__)
/home/sergeek/src/Python-3.3.0/Lib/os.py:736:raise TypeError("str expected, not %s" % type(value).__name__)
/home/sergeek/src/Python-3.3.0/Lib/os.py:764:raise TypeError("bytes expected, not %s" % type(value).__name__)
/home/sergeek/src/Python-3.3.0/Lib/os.py:800:raise TypeError("expect bytes or str, not %s" % type(filename).__name__)
/home/sergeek/src/Python-3.3.0/Lib/os.py:813:raise TypeError("expect bytes or str, not %s" % type(filename).__name__)
/home/sergeek/src/Python-3.3.0/Lib/os.py:985:raise TypeError("invalid cmd type (%s, expected string)" % type(cmd))
/home/sergeek/src/Python-3.3.0/Lib/os.py:987:raise ValueError("invalid mode %r" % mode)
/home/sergeek/src/Python-3.3.0/Lib/os.py:989:raise ValueError("popen() does not support unbuffered streams")
/home/sergeek/src/Python-3.3.0/Lib/os.py:1030:raise TypeError("invalid fd type (%s, expected integer)" % type(fd))
/home/sergeek/src/Python-3.3.0/Lib/rlcompleter.py:54:raise TypeError('namespace must be a dictionary')
/home/sergeek/src/Python-3.3.0/Lib/sysconfig.py:177:raise AttributeError('{%s}' % var)
/home/sergeek/src/Python-3.3.0/Lib/cmd.py:359:raise TypeError("list[i] not a string for i in %s"
/home/sergeek/src/Python-3.3.0/Lib/modulefinder.py:141:raise ImportError("relative importpath too deep")
/home/sergeek/src/Python-3.3.0/Lib/modulefinder.py:186:raise ImportError("No module named " + qname)
/home/sergeek/src/Python-3.3.0/Lib/modulefinder.py:199:raise ImportError("No module named " + mname)
/home/sergeek/src/Python-3.3.0/Lib/modulefinder.py:215:raise ImportError("No module named " + subname)
/home/sergeek/src/Python-3.3.0/Lib/modulefinder.py:288:raise ImportError("Bad magic number in %s" % pathname)
/home/sergeek/src/Python-3.3.0/Lib/contextlib.py:50:raise RuntimeError("generator didn't yield")
/home/sergeek/src/Python-3.3.0/Lib/contextlib.py:59:raise RuntimeError("generator didn't stop")
/home/sergeek/src/Python-3.3.0/Lib/contextlib.py:67:raise RuntimeError("generator didn't stop after throw()")
/home/sergeek/src/Python-3.3.0/Lib/ctypes/util.py:109:raise OSError('gcc or cc command not found')
/home/sergeek/src/Python-3.3.0/Lib/ctypes/util.py:139:raise OSError('objdump command not found')
/home/sergeek/src/Python-3.3.0/Lib/ctypes/macholib/dyld.py:127:raise ValueError("dylib %s could not be found" % (name,))
/home/sergeek/src/Python-3.3.0/Lib/ctypes/test/test_macholib.py:45:raise ValueError("%s not found" % (name,))
/home/sergeek/src/Python-3.3.0/Lib/ctypes/_endian.py:21:raise TypeError("This type does not support other endian: %s" % typ)
/home/sergeek/src/Python-3.3.0/Lib/ctypes/_endian.py:59:raise RuntimeError("Invalid byteorder")
/home/sergeek/src/Python-3.3.0/Lib/ctypes/__init__.py:97:raise ValueError("unexpected keyword argument(s) %s" % kw.keys())
/home/sergeek/src/Python-3.3.0/Lib/ctypes/__init__.py:124:raise ValueError("unexpected keyword argument(s) %s" % kw.keys())
/home/sergeek/src/Python-3.3.0/Lib/ctypes/__init__.py:153:raise SystemError("sizeof(%s) wrong: %d instead of %d" % \
/home/sergeek/src/Python-3.3.0/Lib/ctypes/__init__.py:306:raise RuntimeError("This type already exists in the cache")
/home/sergeek/src/Python-3.3.0/Lib/ctypes/__init__.py:308:raise RuntimeError("What's this???")
/home/sergeek/src/Python-3.3.0/Lib/chunk.py:93:raise ValueError("I/O operation on closed file")
/home/sergeek/src/Python-3.3.0/Lib/chunk.py:103:raise ValueError("I/O operation on closed file")
/home/sergeek/src/Python-3.3.0/Lib/chunk.py:105:raise IOError("cannot seek")
/home/sergeek/src/Python-3.3.0/Lib/chunk.py:117:raise ValueError("I/O operation on closed file")
/home/sergeek/src/Python-3.3.0/Lib/chunk.py:127:raise ValueError("I/O operation on closed file")
/home/sergeek/src/Python-3.3.0/Lib/chunk.py:151:raise ValueError("I/O operation on closed file")
/home/sergeek/src/Python-3.3.0/Lib/encodings/undefined.py:19:raise UnicodeError("undefined encoding")
/home/sergeek/src/Python-3.3.0/Lib/encodings/undefined.py:22:raise UnicodeError("undefined encoding")
/home/sergeek/src/Python-3.3.0/Lib/encodings/undefined.py:26:raise UnicodeError("undefined encoding")
/home/sergeek/src/Python-3.3.0/Lib/encodings/undefined.py:30:raise UnicodeError("undefined encoding")
/home/sergeek/src/Python-3.3.0/Lib/encodings/uu_codec.py:45:raise ValueError('Missing "begin" line in input data')
/home/sergeek/src/Python-3.3.0/Lib/encodings/uu_codec.py:63:raise ValueError('Truncated input data')
/home/sergeek/src/Python-3.3.0/Lib/encodings/punycode.py:137:raise UnicodeError("incomplete punicode string")
/home/sergeek/src/Python-3.3.0/Lib/encodings/punycode.py:145:raise UnicodeError("Invalid extended code point '%s'"
/home/sergeek/src/Python-3.3.0/Lib/encodings/punycode.py:174:raise UnicodeError("Invalid character U+%x" % char)
/home/sergeek/src/Python-3.3.0/Lib/encodings/punycode.py:206:raise UnicodeError("Unsupported error handling "+errors)
/home/sergeek/src/Python-3.3.0/Lib/encodings/punycode.py:217:raise UnicodeError("Unsupported error handling "+self.errors)
/home/sergeek/src/Python-3.3.0/Lib/encodings/utf_16.py:67:raise UnicodeError("UTF-16 stream does not start with BOM")
/home/sergeek/src/Python-3.3.0/Lib/encodings/utf_16.py:141:raise UnicodeError("UTF-16 stream does not start with BOM")
/home/sergeek/src/Python-3.3.0/Lib/encodings/utf_32.py:62:raise UnicodeError("UTF-32 stream does not start with BOM")
/home/sergeek/src/Python-3.3.0/Lib/encodings/utf_32.py:136:raise UnicodeError("UTF-32 stream does not start with BOM")
/home/sergeek/src/Python-3.3.0/Lib/encodings/idna.py:38:raise UnicodeError("Invalid character %r" % c)
/home/sergeek/src/Python-3.3.0/Lib/encodings/idna.py:51:raise UnicodeError("Violation of BIDI requirement 2")
/home/sergeek/src/Python-3.3.0/Lib/encodings/idna.py:58:raise UnicodeError("Violation of BIDI requirement 3")
/home/sergeek/src/Python-3.3.0/Lib/encodings/idna.py:73:raise UnicodeError("label empty or too long")
/home/sergeek/src/Python-3.3.0/Lib/encodings/idna.py:88:raise UnicodeError("label empty or too long")
/home/sergeek/src/Python-3.3.0/Lib/encodings/idna.py:92:raise UnicodeError("Label starts with ACE prefix")
/home/sergeek/src/Python-3.3.0/Lib/encodings/idna.py:103:raise UnicodeError("label empty or too long")
/home/sergeek/src/Python-3.3.0/Lib/encodings/idna.py:122:raise UnicodeError("Invalid character in IDN label")
/home/sergeek/src/Python-3.3.0/Lib/encodings/idna.py:139:raise UnicodeError("IDNA does not round-trip", label, label2)
/home/sergeek/src/Python-3.3.0/Lib/encodings/idna.py:151:raise UnicodeError("unsupported error handling "+errors)
/home/sergeek/src/Python-3.3.0/Lib/encodings/idna.py:165:raise UnicodeError("label empty or too long")
/home/sergeek/src/Python-3.3.0/Lib/encodings/idna.py:167:raise UnicodeError("label too long")
/home/sergeek/src/Python-3.3.0/Lib/encodings/idna.py:187:raise UnicodeError("Unsupported error handling "+errors)
/home/sergeek/src/Python-3.3.0/Lib/encodings/idna.py:222:raise UnicodeError("unsupported error handling "+errors)
/home/sergeek/src/Python-3.3.0/Lib/encodings/idna.py:256:raise UnicodeError("Unsupported error handling "+errors)
/home/sergeek/src/Python-3.3.0/Lib/encodings/cp65001.py:9:raise LookupError("cp65001 encoding is only available on Windows")
/home/sergeek/src/Python-3.3.0/Lib/encodings/__init__.py:121:raise CodecRegistryError('module "%s" (%s) failed to register'
/home/sergeek/src/Python-3.3.0/Lib/encodings/__init__.py:128:raise CodecRegistryError('incompatible codecs in module "%s" (%s)'
/home/sergeek/src/Python-3.3.0/Lib/copyreg.py:14:raise TypeError("reduction functions must be callable")
/home/sergeek/src/Python-3.3.0/Lib/copyreg.py:24:raise TypeError("constructors must be callable")
/home/sergeek/src/Python-3.3.0/Lib/copyreg.py:65:raise TypeError("can't pickle %s objects" % base.__name__)
/home/sergeek/src/Python-3.3.0/Lib/copyreg.py:72:raise TypeError("a class that defines __slots__ without "
/home/sergeek/src/Python-3.3.0/Lib/copyreg.py:156:raise ValueError("code out of range")
/home/sergeek/src/Python-3.3.0/Lib/copyreg.py:162:raise ValueError("key %s is already registered with code %s" %
/home/sergeek/src/Python-3.3.0/Lib/copyreg.py:165:raise ValueError("code %s is already in use for key %s" %
/home/sergeek/src/Python-3.3.0/Lib/copyreg.py:175:raise ValueError("key %s is not registered with code %s" %
/home/sergeek/src/Python-3.3.0/Lib/_weakrefset.py:99:raise KeyError('pop from empty WeakSet')
/home/sergeek/src/Python-3.3.0/Lib/bz2.py:76:raise ValueError("compresslevel must be between 1 and 9")
/home/sergeek/src/Python-3.3.0/Lib/bz2.py:92:raise ValueError("Invalid mode: {!r}".format(mode))
/home/sergeek/src/Python-3.3.0/Lib/bz2.py:102:raise TypeError("filename must be a str or bytes object, or a file")
/home/sergeek/src/Python-3.3.0/Lib/bz2.py:157:raise ValueError("I/O operation on closed file")
/home/sergeek/src/Python-3.3.0/Lib/bz2.py:194:raise EOFError("Compressed file ended before the "
/home/sergeek/src/Python-3.3.0/Lib/bz2.py:299:raise TypeError("Integer argument expected")
/home/sergeek/src/Python-3.3.0/Lib/bz2.py:312:raise TypeError("Integer argument expected")
/home/sergeek/src/Python-3.3.0/Lib/bz2.py:379:raise ValueError("Invalid value for whence: {}".format(whence))
/home/sergeek/src/Python-3.3.0/Lib/bz2.py:422:raise ValueError("Invalid mode: %r" % (mode,))
/home/sergeek/src/Python-3.3.0/Lib/bz2.py:425:raise ValueError("Argument 'encoding' not supported in binary mode")
/home/sergeek/src/Python-3.3.0/Lib/bz2.py:427:raise ValueError("Argument 'errors' not supported in binary mode")
/home/sergeek/src/Python-3.3.0/Lib/bz2.py:429:raise ValueError("Argument 'newline' not supported in binary mode")
/home/sergeek/src/Python-3.3.0/Lib/bz2.py:464:raise ValueError("Compressed data ended before the "
/home/sergeek/src/Python-3.3.0/Lib/pstats.py:110:raise TypeError("Cannot create or construct a %r object from %r"
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:239:raise TypeError("tzinfo.tzname() must return None or string, "
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:253:raise TypeError("tzinfo.%s() must return None "
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:256:raise ValueError("tzinfo.%s() must return a whole number "
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:259:raise ValueError("%s()=%s, must be must be strictly between"
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:265:raise TypeError('int expected')
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:267:raise ValueError('year must be in %d..%d' % (MINYEAR, MAXYEAR), year)
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:269:raise ValueError('month must be in 1..12', month)
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:272:raise ValueError('day must be in 1..%d' % dim, day)
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:276:raise TypeError('int expected')
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:278:raise ValueError('hour must be in 0..23', hour)
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:280:raise ValueError('minute must be in 0..59', minute)
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:282:raise ValueError('second must be in 0..59', second)
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:284:raise ValueError('microsecond must be in 0..999999', microsecond)
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:288:raise TypeError("tzinfo argument must be None or of a tzinfo subclass")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:291:raise TypeError("can't compare '%s' to '%s'" % (
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:422:raise OverflowError("timedelta # of days is too large: %d" % d)
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:846:raise OverflowError("result out of range")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:907:raise TypeError("not enough arguments")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:928:raise NotImplementedError("tzinfo subclass must override tzname()")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:932:raise NotImplementedError("tzinfo subclass must override utcoffset()")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:940:raise NotImplementedError("tzinfo subclass must override dst()")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:946:raise TypeError("fromutc() requires a datetime argument")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:948:raise ValueError("dt.tzinfo is not self")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:952:raise ValueError("fromutc() requires a non-None utcoffset() "
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:959:raise ValueError("fromutc() requires a non-None dst() result")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:965:raise ValueError("fromutc(): dt.dst gave inconsistent "
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1124:raise TypeError("cannot compare naive and aware times")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1283:raise TypeError("an integer is required")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1290:raise TypeError("bad tzinfo state arg %r" % tzinfo)
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1420:raise TypeError("date argument must be a date instance")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1422:raise TypeError("time argument must be a time instance")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1499:raise ValueError("astimezone() requires an aware datetime")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1522:raise TypeError("tz argument must be an instance of tzinfo")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1526:raise ValueError("astimezone() requires an aware datetime")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1534:raise ValueError("astimezone() requires an aware datetime")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1715:raise TypeError("cannot compare naive and aware datetimes")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1739:raise OverflowError("result out of range")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1764:raise TypeError("cannot mix naive and timezone-aware time")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1797:raise TypeError("bad tzinfo state arg %r" % tzinfo)
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1826:raise TypeError("offset must be a timedelta")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1832:raise TypeError("name must be a string")
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1834:raise ValueError("offset must be a timedelta"
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1839:raise ValueError("offset must be a timedelta"
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1888:raise TypeError("utcoffset() argument must be a datetime instance"
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1896:raise TypeError("tzname() argument must be a datetime instance"
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1902:raise TypeError("dst() argument must be a datetime instance"
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1908:raise ValueError("fromutc: dt.tzinfo "
/home/sergeek/src/Python-3.3.0/Lib/datetime.py:1911:raise TypeError("fromutc() argument must be a datetime instance"
/home/sergeek/src/Python-3.3.0/Lib/shelve.py:70:raise ValueError('invalid operation on closed shelf')
/home/sergeek/src/Python-3.3.0/Lib/poplib.py:340:raise ValueError("context and keyfile arguments are mutually "
/home/sergeek/src/Python-3.3.0/Lib/poplib.py:343:raise ValueError("context and certfile arguments are mutually "
/home/sergeek/src/Python-3.3.0/Lib/textwrap.py:225:raise ValueError("invalid width %r (must be > 0)" % self.width)
/home/sergeek/src/Python-3.3.0/Lib/nntplib.py:191:raise NNTPDataError("LIST OVERVIEW.FMT response too short")
/home/sergeek/src/Python-3.3.0/Lib/nntplib.py:193:raise NNTPDataError("LIST OVERVIEW.FMT redefines default fields")
/home/sergeek/src/Python-3.3.0/Lib/nntplib.py:218:raise NNTPDataError("OVER/XOVER response doesn't include "
/home/sergeek/src/Python-3.3.0/Lib/nntplib.py:935:raise ValueError("Already logged in.")
/home/sergeek/src/Python-3.3.0/Lib/nntplib.py:995:raise ValueError("TLS is already enabled.")
/home/sergeek/src/Python-3.3.0/Lib/nntplib.py:997:raise ValueError("TLS cannot be started after authentication.")
/home/sergeek/src/Python-3.3.0/Lib/nntplib.py:1009:raise NNTPError("TLS failed to start.")
/home/sergeek/src/Python-3.3.0/Lib/tokenize.py:489:raise TokenError("EOF in multi-line string", strstart)
/home/sergeek/src/Python-3.3.0/Lib/tokenize.py:550:raise TokenError("EOF in multi-line statement", (lnum, 0))
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:418:raise TypeError('{!r} is a built-in module'.format(object))
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:423:raise TypeError('{!r} is a built-in class'.format(object))
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:434:raise TypeError('{!r} is not a module, class, method, '
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:554:raise IOError('source code not available')
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:563:raise IOError('could not get source code')
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:589:raise IOError('could not find class definition')
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:601:raise IOError('could not find function definition')
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:608:raise IOError('could not find code object')
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:786:raise TypeError('{!r} is not a code object'.format(co))
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:825:raise ValueError("Function has keyword-only arguments or annotations"
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:850:raise TypeError('{!r} is not a Python function'.format(func))
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:961:raise TypeError("%s() missing %i required %s argument%s: %s" %
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:983:raise TypeError("%s() takes %s positional argument%s but %d%s %s given" %
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:1017:raise TypeError("%s() got an unexpected keyword argument %r" %
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:1022:raise TypeError("%s() got multiple values for argument %r" %
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:1062:raise TypeError("'{!r}' is not a Python function".format(func))
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:1118:raise TypeError('{!r} is not a frame or traceback object'.format(frame))
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:1302:raise TypeError("'{!r}' is not a Python generator".format(generator))
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:1339:raise TypeError('{!r} is not a callable object'.format(obj))
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:1446:raise ValueError('callable {!r} is not supported by signature'.format(obj))
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:1512:raise ValueError("invalid value for 'Parameter.kind' attribute")
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:1524:raise ValueError("None is not a valid name for a "
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:1779:raise TypeError('{!r} is not a Python function'.format(func))
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:1967:raise TypeError('too many positional arguments') from None
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:1972:raise TypeError('too many positional arguments')
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:1984:raise TypeError('multiple values for argument '
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:1997:raise TypeError('{arg!r} parameter is positional only, '
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:2016:raise TypeError('{arg!r} parameter lacking default value'. \
/home/sergeek/src/Python-3.3.0/Lib/inspect.py:2027:raise TypeError('too many keyword arguments')
/home/sergeek/src/Python-3.3.0/Lib/pickle.py:204:raise ValueError("pickle protocol must be <= %d" % HIGHEST_PROTOCOL)
/home/sergeek/src/Python-3.3.0/Lib/pickle.py:208:raise TypeError("file must have a 'write' attribute")
/home/sergeek/src/Python-3.3.0/Lib/pickle.py:231:raise PicklingError("Pickler.__init__() was not called by "
/home/sergeek/src/Python-3.3.0/Lib/pickle.py:323:raise PicklingError("Can't pickle %r object: %r" %
/home/sergeek/src/Python-3.3.0/Lib/pickle.py:333:raise PicklingError("%s must return string or tuple" % reduce)
/home/sergeek/src/Python-3.3.0/Lib/pickle.py:338:raise PicklingError("Tuple returned by %s must have "
/home/sergeek/src/Python-3.3.0/Lib/pickle.py:362:raise PicklingError("args from save_reduce() should be a tuple")
/home/sergeek/src/Python-3.3.0/Lib/pickle.py:366:raise PicklingError("func from save_reduce() should be callable")
/home/sergeek/src/Python-3.3.0/Lib/pickle.py:827:raise UnpicklingError("Unpickler.__init__() was not called by "
/home/sergeek/src/Python-3.3.0/Lib/pickle.py:860:raise UnpicklingError("unsupported persistent id encountered")
/home/sergeek/src/Python-3.3.0/Lib/pickle.py:867:raise ValueError("unsupported pickle protocol: %d" % proto)
/home/sergeek/src/Python-3.3.0/Lib/pickle.py:952:raise ValueError("insecure string pickle")
/home/sergeek/src/Python-3.3.0/Lib/pickle.py:956:raise ValueError("insecure string pickle: %r" % orig)
/home/sergeek/src/Python-3.3.0/Lib/pickle.py:1052:raise TypeError("in constructor for %s: %s" %
/home/sergeek/src/Python-3.3.0/Lib/pickle.py:1109:raise ValueError("unregistered extension code %d" % code)
/home/sergeek/src/Python-3.3.0/Lib/pickle.py:1170:raise ValueError("negative PUT argument")
/home/sergeek/src/Python-3.3.0/Lib/pickle.py:1177:raise ValueError("negative BINPUT argument")
/home/sergeek/src/Python-3.3.0/Lib/pickle.py:1184:raise ValueError("negative LONG_BINPUT argument")
/home/sergeek/src/Python-3.3.0/Lib/pickle.py:1324:raise TypeError("Can't load pickle from unicode string")
/home/sergeek/src/Python-3.3.0/Lib/shlex.py:169:raise ValueError("No closing quotation")
/home/sergeek/src/Python-3.3.0/Lib/shlex.py:188:raise ValueError("No escaped character")
/home/sergeek/src/Python-3.3.0/Lib/gzip.py:41:raise ValueError("Invalid mode: %r" % (mode,))
/home/sergeek/src/Python-3.3.0/Lib/gzip.py:44:raise ValueError("Argument 'encoding' not supported in binary mode")
/home/sergeek/src/Python-3.3.0/Lib/gzip.py:46:raise ValueError("Argument 'errors' not supported in binary mode")
/home/sergeek/src/Python-3.3.0/Lib/gzip.py:48:raise ValueError("Argument 'newline' not supported in binary mode")
/home/sergeek/src/Python-3.3.0/Lib/gzip.py:56:raise TypeError("filename must be a str or bytes object, or a file")
/home/sergeek/src/Python-3.3.0/Lib/gzip.py:179:raise ValueError("Invalid mode: {!r}".format(mode))
/home/sergeek/src/Python-3.3.0/Lib/gzip.py:215:raise ValueError("Invalid mode: {!r}".format(mode))
/home/sergeek/src/Python-3.3.0/Lib/gzip.py:244:raise ValueError('I/O operation on closed file.')
/home/sergeek/src/Python-3.3.0/Lib/gzip.py:286:raise EOFError("Reached EOF")
/home/sergeek/src/Python-3.3.0/Lib/gzip.py:289:raise IOError('Not a gzipped file')
/home/sergeek/src/Python-3.3.0/Lib/gzip.py:292:raise IOError('Unknown compression method')
/home/sergeek/src/Python-3.3.0/Lib/gzip.py:331:raise ValueError("write() on closed GzipFile object")
/home/sergeek/src/Python-3.3.0/Lib/gzip.py:433:raise EOFError("Reached EOF")
/home/sergeek/src/Python-3.3.0/Lib/gzip.py:456:raise EOFError('Reached EOF')
/home/sergeek/src/Python-3.3.0/Lib/gzip.py:489:raise IOError("CRC check failed %s != %s" % (hex(crc32),
/home/sergeek/src/Python-3.3.0/Lib/gzip.py:492:raise IOError("Incorrect length of data produced")
/home/sergeek/src/Python-3.3.0/Lib/gzip.py:541:raise IOError("Can't rewind in write mode")
/home/sergeek/src/Python-3.3.0/Lib/gzip.py:563:raise ValueError('Seek from end not supported')
/home/sergeek/src/Python-3.3.0/Lib/gzip.py:566:raise IOError('Negative seek in write mode')
/home/sergeek/src/Python-3.3.0/Lib/configparser.py:301:raise ValueError("Cannot specify both `filename' and `source'. "
/home/sergeek/src/Python-3.3.0/Lib/configparser.py:304:raise ValueError("Required argument `source' not given.")
/home/sergeek/src/Python-3.3.0/Lib/configparser.py:399:raise ValueError("invalid interpolation syntax in %r at "
/home/sergeek/src/Python-3.3.0/Lib/configparser.py:459:raise ValueError("invalid interpolation syntax in %r at "
/home/sergeek/src/Python-3.3.0/Lib/configparser.py:649:raise ValueError('Invalid section name: %r' % section)
/home/sergeek/src/Python-3.3.0/Lib/configparser.py:956:raise ValueError("Cannot remove the default section.")
/home/sergeek/src/Python-3.3.0/Lib/configparser.py:1135:raise ValueError('Not a boolean: %s' % value)
/home/sergeek/src/Python-3.3.0/Lib/configparser.py:1152:raise TypeError("section names must be strings")
/home/sergeek/src/Python-3.3.0/Lib/configparser.py:1154:raise TypeError("option keys must be strings")
/home/sergeek/src/Python-3.3.0/Lib/configparser.py:1157:raise TypeError("option values must be strings")
/home/sergeek/src/Python-3.3.0/Lib/plistlib.py:181:raise ValueError("strings can't contains control characters; "
/home/sergeek/src/Python-3.3.0/Lib/plistlib.py:226:raise TypeError("unsupported type: %s" % type(value))
/home/sergeek/src/Python-3.3.0/Lib/plistlib.py:245:raise TypeError("keys must be strings")
/home/sergeek/src/Python-3.3.0/Lib/plistlib.py:342:raise TypeError("data must be as bytes")
/home/sergeek/src/Python-3.3.0/Lib/plistlib.py:398:raise ValueError("unexpected element at line %d" %
/home/sergeek/src/Python-3.3.0/Lib/plistlib.py:407:raise ValueError("unexpected element at line %d" %
/home/sergeek/src/Python-3.3.0/Lib/plistlib.py:424:raise ValueError("missing value for key '%s' at line %d" %
/home/sergeek/src/Python-3.3.0/Lib/plistlib.py:430:raise ValueError("unexpected key at line %d" %
/home/sergeek/src/Python-3.3.0/Lib/difflib.py:735:raise ValueError("n must be > 0: %r" % (n,))
/home/sergeek/src/Python-3.3.0/Lib/difflib.py:737:raise ValueError("cutoff must be in [0.0, 1.0]: %r" % (cutoff,))
/home/sergeek/src/Python-3.3.0/Lib/difflib.py:923:raise ValueError('unknown tag %r' % (tag,))
/home/sergeek/src/Python-3.3.0/Lib/difflib.py:1035:raise ValueError('unknown tag %r' % (tag,))
/home/sergeek/src/Python-3.3.0/Lib/difflib.py:2051:raise ValueError('unknown delta choice (must be 1 or 2): %r'
/home/sergeek/src/Python-3.3.0/Lib/runpy.py:53:raise RuntimeError("Already preserving saved value")
/home/sergeek/src/Python-3.3.0/Lib/runpy.py:104:raise ImportError("No module named %s" % mod_name)
/home/sergeek/src/Python-3.3.0/Lib/runpy.py:107:raise ImportError("Cannot use package as __main__ module")
/home/sergeek/src/Python-3.3.0/Lib/runpy.py:116:raise ImportError("No code object available for %s" % mod_name)
/home/sergeek/src/Python-3.3.0/Lib/runpy.py:192:raise ImportError("can't find %r module in %r" %
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:142:raise ValueError('SSL support not available')
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:284:raise ValueError("unknown url type: %s" % self.full_url)
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:395:raise TypeError("expected BaseHandler instance, got %r" %
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:763:raise ValueError("proxy URL with no authority: %r" % proxy)
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:933:raise ValueError("AbstractBasicAuthHandler does not"
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1034:raise ValueError("AbstractDigestAuthHandler does not support"
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1104:raise URLError("qop '%s' is not supported." % qop)
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1176:raise URLError('no host given')
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1193:raise ValueError("Content-Length should be specified "
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1220:raise URLError('no host given')
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1314:raise URLError('unknown url type: %s' % type)
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1376:raise URLError("file:// scheme is supported only on localhost")
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1419:raise URLError('file not on local host')
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1433:raise URLError('ftp error: no host given')
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1664:raise IOError('socket error', msg).with_traceback(sys.exc_info()[2])
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1669:raise IOError('url error', 'unknown url type', type)
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1674:raise IOError('url error', 'invalid proxy for %s' % type, proxy)
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1783:raise IOError('http error', 'no host given')
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1823:raise URLError("http protocol error: bad status line")
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1873:raise URLError('file error', 'proxy support for file protocol currently not implemented')
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1875:raise ValueError("file:// scheme is supported only on localhost")
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1907:raise ValueError("local file url may start with / or file:. Unknown url of type: %s" % url)
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1909:raise URLError('local file error', 'not on local host')
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1914:raise URLError('ftp error', 'proxy support for ftp protocol currently not implemented')
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1917:raise URLError('ftp error', 'no host given')
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1967:raise URLError('ftp error', msg).with_traceback(sys.exc_info()[2])
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1972:raise URLError('data error', 'proxy support for data protocol currently not implemented')
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:1983:raise IOError('data error', 'bad data URL')
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:2301:raise URLError('ftp error', reason).with_traceback(
/home/sergeek/src/Python-3.3.0/Lib/urllib/request.py:2313:raise URLError('ftp error', reason) from reason
/home/sergeek/src/Python-3.3.0/Lib/urllib/parse.py:108:raise TypeError("Cannot mix str and non-str arguments")
/home/sergeek/src/Python-3.3.0/Lib/urllib/parse.py:342:raise ValueError("Invalid IPv6 URL")
/home/sergeek/src/Python-3.3.0/Lib/urllib/parse.py:365:raise ValueError("Invalid IPv6 URL")
/home/sergeek/src/Python-3.3.0/Lib/urllib/parse.py:602:raise ValueError("bad query field: %r" % (name_value,))
/home/sergeek/src/Python-3.3.0/Lib/urllib/parse.py:695:raise TypeError("quote() doesn't support 'encoding' for bytes")
/home/sergeek/src/Python-3.3.0/Lib/urllib/parse.py:697:raise TypeError("quote() doesn't support 'errors' for bytes")
/home/sergeek/src/Python-3.3.0/Lib/urllib/parse.py:723:raise TypeError("quote_from_bytes() expected bytes")
/home/sergeek/src/Python-3.3.0/Lib/urllib/parse.py:770:raise TypeError("not a valid non-string sequence "
/home/sergeek/src/Python-3.3.0/Lib/urllib/parse.py:841:raise UnicodeError("URL " + repr(url) +
/home/sergeek/src/Python-3.3.0/Lib/urllib/parse.py:936:raise ValueError("no digits")
/home/sergeek/src/Python-3.3.0/Lib/urllib/response.py:52:raise ValueError("I/O operation on closed file")
/home/sergeek/src/Python-3.3.0/Lib/hashlib.py:91:raise ValueError('unsupported hash type ' + name)
/home/sergeek/src/Python-3.3.0/Lib/idlelib/rpc.py:342:raise IOError("socket no longer exists")
/home/sergeek/src/Python-3.3.0/Lib/idlelib/EditorWindow.py:52:raise ImportError('No source for module ' + module.__name__)
/home/sergeek/src/Python-3.3.0/Lib/idlelib/PyShell.py:1244:raise UnicodeEncodeError("UCS-2", char, start, start+1,
/home/sergeek/src/Python-3.3.0/Lib/idlelib/PyShell.py:1268:raise TypeError('must be str, not ' + type(s).__name__)
/home/sergeek/src/Python-3.3.0/Lib/idlelib/TreeWidget.py:34:raise RuntimeError("can't find icon directory (%r)" % (ICONDIR,))
/home/sergeek/src/Python-3.3.0/Lib/idlelib/IOBinding.py:100:raise LookupError("Unknown encoding: "+name)
/home/sergeek/src/Python-3.3.0/Lib/idlelib/HyperParser.py:79:raise ValueError("The index given is before the analyzed statement")
/home/sergeek/src/Python-3.3.0/Lib/idlelib/HyperParser.py:166:raise ValueError("get_expression should only be called if index "\
/home/sergeek/src/Python-3.3.0/Lib/idlelib/tabbedpages.py:71:raise InvalidNameError("Invalid Tab name: '%s'" % tab_name)
/home/sergeek/src/Python-3.3.0/Lib/idlelib/tabbedpages.py:73:raise AlreadyExistsError("Tab named '%s' already exists" %tab_name)
/home/sergeek/src/Python-3.3.0/Lib/idlelib/tabbedpages.py:81:raise KeyError("No such Tab: '%s" % tab_name)
/home/sergeek/src/Python-3.3.0/Lib/idlelib/tabbedpages.py:91:raise KeyError("No such Tab: '%s" % tab_name)
/home/sergeek/src/Python-3.3.0/Lib/idlelib/tabbedpages.py:418:raise InvalidNameError("Invalid TabPage name: '%s'" % page_name)
/home/sergeek/src/Python-3.3.0/Lib/idlelib/tabbedpages.py:434:raise KeyError("No such TabPage: '%s" % page_name)
/home/sergeek/src/Python-3.3.0/Lib/idlelib/tabbedpages.py:458:raise KeyError("No such TabPage: '%s'" % page_name)
/home/sergeek/src/Python-3.3.0/Lib/idlelib/run.py:284:raise TypeError('must be str, not ' + type(s).__name__)
/home/sergeek/src/Python-3.3.0/Lib/idlelib/run.py:292:raise TypeError('must be str, not ' + type(s).__name__)
/home/sergeek/src/Python-3.3.0/Lib/wsgiref/handlers.py:221:raise AssertionError("Headers already set!")
/home/sergeek/src/Python-3.3.0/Lib/wsgiref/handlers.py:267:raise AssertionError("write() before start_response()")
/home/sergeek/src/Python-3.3.0/Lib/wsgiref/headers.py:34:raise TypeError("Headers must be a list of name/value tuples")
/home/sergeek/src/Python-3.3.0/Lib/wsgiref/headers.py:45:raise AssertionError("Header names/values must be"
/home/sergeek/src/Python-3.3.0/Lib/pipes.py:113:raise TypeError('Template.append: cmd must be a string')
/home/sergeek/src/Python-3.3.0/Lib/pipes.py:115:raise ValueError('Template.append: bad kind %r' % (kind,))
/home/sergeek/src/Python-3.3.0/Lib/pipes.py:117:raise ValueError('Template.append: SOURCE can only be prepended')
/home/sergeek/src/Python-3.3.0/Lib/pipes.py:119:raise ValueError('Template.append: already ends with SINK')
/home/sergeek/src/Python-3.3.0/Lib/pipes.py:121:raise ValueError('Template.append: missing $IN in cmd')
/home/sergeek/src/Python-3.3.0/Lib/pipes.py:123:raise ValueError('Template.append: missing $OUT in cmd')
/home/sergeek/src/Python-3.3.0/Lib/pipes.py:129:raise TypeError('Template.prepend: cmd must be a string')
/home/sergeek/src/Python-3.3.0/Lib/pipes.py:131:raise ValueError('Template.prepend: bad kind %r' % (kind,))
/home/sergeek/src/Python-3.3.0/Lib/pipes.py:133:raise ValueError('Template.prepend: SINK can only be appended')
/home/sergeek/src/Python-3.3.0/Lib/pipes.py:135:raise ValueError('Template.prepend: already begins with SOURCE')
/home/sergeek/src/Python-3.3.0/Lib/pipes.py:137:raise ValueError('Template.prepend: missing $IN in cmd')
/home/sergeek/src/Python-3.3.0/Lib/pipes.py:139:raise ValueError('Template.prepend: missing $OUT in cmd')
/home/sergeek/src/Python-3.3.0/Lib/pipes.py:149:raise ValueError('Template.open: rw must be \'r\' or \'w\', not %r'
/home/sergeek/src/Python-3.3.0/Lib/pipes.py:158:raise ValueError('Template.open_r: pipeline ends width SINK')
/home/sergeek/src/Python-3.3.0/Lib/pipes.py:166:raise ValueError('Template.open_w: pipeline begins with SOURCE')
/home/sergeek/src/Python-3.3.0/Lib/_dummy_thread.py:43:raise TypeError("2nd arg must be a tuple")
/home/sergeek/src/Python-3.3.0/Lib/_dummy_thread.py:45:raise TypeError("3rd arg must be a dict")
/home/sergeek/src/Python-3.3.0/Lib/queue.py:71:raise ValueError('task_done() called too many times')
/home/sergeek/src/Python-3.3.0/Lib/queue.py:138:raise ValueError("'timeout' must be a positive number")
/home/sergeek/src/Python-3.3.0/Lib/queue.py:169:raise ValueError("'timeout' must be a positive number")

Офлайн

#4 Июль 9, 2013 15:15:50

Stanislav
Зарегистрирован: 2013-07-09
Сообщения: 8
Репутация: +  0  -
Профиль   Отправить e-mail  

Ошибки Python и их родители

lorien
>Он вам не нужен, и зубрить ничего не нужно. Просто решайте простенькие задачки.
Ну, до туториалов я всё-таки базу освоить хочу. Тем более, что примитивы и так понятны, а более существенное что-то требует понимания, которое не приходит без знания базы.

Я в сторону Прохорёнка смотрю, Лутц не впечатляет почему-то, воды много что ли, не знаю… Как считаете, Прохорёнок 2013 норм?

А.П.
Ну, и, конечно, я понимаю, что могу ошибаться и надо долбить туториалы.

Отредактировано Stanislav (Июль 9, 2013 15:39:53)

Офлайн

#5 Июль 9, 2013 15:35:07

Stanislav
Зарегистрирован: 2013-07-09
Сообщения: 8
Репутация: +  0  -
Профиль   Отправить e-mail  

Ошибки Python и их родители

sergeek
"
Ага, спасибо, не совсем то, но пробежаться лишним не будет, думаю. Думаю, либо я не так поставил вопрос либо этот “штрих” неуместен и с ним, действительно, надо знакомиться в “боевых условиях”.

Офлайн

#6 Июль 10, 2013 12:37:07

lorien
От:
Зарегистрирован: 2006-08-20
Сообщения: 755
Репутация: +  37  -
Профиль  

Ошибки Python и их родители

Ну, до туториалов я всё-таки базу освоить хочу. Тем более, что примитивы и так понятны, а более существенное что-то требует понимания, которое не приходит без знания базы.

Я в сторону Прохорёнка смотрю, Лутц не впечатляет почему-то, воды много что ли, не знаю… Как считаете, Прохорёнок 2013 норм?

А.П.
Ну, и, конечно, я понимаю, что могу ошибаться и надо долбить туториалы.

Вы студент, что ли? Откуда такое маникальное желание учить какую-то “базу”? Туторилаы на docs.python.org это и есть база. Нет смысл что-то зубрить. Надо решать задачи и база сама собой появится, база нужная конкретно для ваших задач.

Офлайн

Board footer

Модераторировать

Powered by DjangoBB

Lo-Fi Version