[issue17455] ImportError (xml.dom.minidom) in /usr/lib/python2.7/dist-packages/apport/report.py

2013-03-18 Thread Felix Matenaar
New submission from Felix Matenaar: We're getting the following exception in a custom testing framework using sqlalchemy. Our process is running several days and the exception seems to occurs unproducably during runtime, sometimes after a day and sometimes after a couple of hours. The same cod

[issue17299] Test cPickle with real files

2013-03-18 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file29433/test_cpickle_fileio.patch ___ Python tracker ___ ___ Python-bugs-

[issue17299] Test cPickle with real files

2013-03-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Oh, yes. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue17452] ftplib raises exception if ssl module is not available

2013-03-18 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Fixed, thanks. -- assignee: -> giampaolo.rodola resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker __

[issue17452] ftplib raises exception if ssl module is not available

2013-03-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0842c5411ed6 by Giampaolo Rodola' in branch 'default': (issue 17452 / ftplib) fix TypeError occurring in case ssl module is not installed http://hg.python.org/cpython/rev/0842c5411ed6 -- nosy: +python-dev __

[issue2786] Names in traceback should have class names, if they're methods

2013-03-18 Thread Illia Polosukhin
Illia Polosukhin added the comment: Talked with David Murray (r.david.murray) at @pycon2013 sprints - will try to address this. -- nosy: +ilblackdragon ___ Python tracker ___ ___

[issue17445] Return the type you accept

2013-03-18 Thread Nick Coghlan
Nick Coghlan added the comment: At a glance, this just looks like a bug in difflib - it should use different literals when handling bytes. (Given that difflib newline processing assumes ASCII compatibility, a latin-1 based decode/encode solution may also be viable). -- _

[issue17454] ld_so_aix not used when linking c++ (scipy)

2013-03-18 Thread alef
New submission from alef: error: Command "xlC_r xlC_r -bI:/pathp/to/lib/python2.7/config/python.exp ...". unixccompiler.py at line 251 override linker[0] with self.compiler_cxx[0]. This is not true for AIX that uses the script ld_so_aix, and not xlC_r. -- assignee: eric.araujo componen

[issue17450] Failed to build _sqlite3

2013-03-18 Thread Ezio Melotti
Ezio Melotti added the comment: The module is not needed (unless you are planning to use sqlite), so you can simply ignore the warning. See also http://docs.python.org/devguide/setup.html#build-dependencies. -- nosy: +ezio.melotti resolution: -> invalid stage: -> committed/rejected

[issue17453] logging.config.fileConfig error

2013-03-18 Thread Hervé Coatanhay
New submission from Hervé Coatanhay: In python 2.7 this code works: >>> import logging.config >>> import StringIO >>> a="""[loggers] ... keys = root ... [logger_root] ... handlers = "" ... [formatters] ... keys = "" ... [handlers] ... keys = "" ... """ >>> logging.config.fileConfig(StringIO.Stri

[issue3840] if TESTFN == "/tmp/@test", some tests fail

2013-03-18 Thread R. David Murray
R. David Murray added the comment: To clarify Colin's comment (we worked on this at the sprints), in 2.7 and later regrtest no longer will generate a TESTFN that starts with /tmp in any circumstance, so that includes cygwin. (Instead regrtest creates a temporary directory in which the tests a

<    1   2   3