[issue1475] test_popen fails when the directory contains a space

2007-11-21 Thread Christian Heimes
Christian Heimes added the comment: In Python 3.x os.popen is implemented based on subprocess. I believe it's still a problem with subprocess. Python 3.x also drops support for Windows 95 to ME. Would the additional quoting be ok when the code checks for COMPSPEC == cmd.exe first? # Supply

[issue1481] test_uuid is warning about unreliable functions

2007-11-21 Thread Christian Heimes
New submission from Christian Heimes: I'm putting the report into the tracker as a reminder. WARNING: uuid.getnode is unreliable on many platforms. It is disabled until the code and/or test can be fixed properly. WARNING: uuid._ifconfig_getnode is unreliable on many platforms.

[issue1306] Embedded python reinitialization

2007-11-21 Thread Christian Heimes
Christian Heimes added the comment: I've added some debugging code to _Py_ForgetReference and now I'm getting this: $ ./reinit_test round 1 [23832 refs] round 2 [24558 refs] round 3 * ob object : refcnt 0 at 0x821d728 type: str refcount: 0 address : 0x821d728 * op-_ob_prev-_ob_next object

[issue1482] IMAP4 SSL isn't working

2007-11-21 Thread Christian Heimes
New submission from Christian Heimes: The SSL version of the imap4 client isnt' working under 3.0. After I applied the patch from http://bugs.python.org/issue1210 I tried to connect to an IMAP server over SSL. The connection hangs. import imaplib conn = imaplib.IMAP4_SSL(mailbox.rwth-aachen.de,

[issue1462525] URI parsing library

2007-11-21 Thread vincent kraeutler
vincent kraeutler added the comment: Some more notes. a) RFC3986 explicitly states that the presented regex (which you use) is the regular expression for breaking-down a *well-formed* URI reference into its components. (Emphasis added). I am not sure this is a particularly good starting

[issue1083] Confusing error message when dividing timedelta using /

2007-11-21 Thread Christian Heimes
Changes by Christian Heimes: -- keywords: +patch Added file: http://bugs.python.org/file8792/py3k_datetime_1083.patch __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1083 __

[issue1483] xml.sax.saxutils.prepare_input_source ignores character stream in InputSource

2007-11-21 Thread Yitz Gale
New submission from Yitz Gale: In the documentation for xml.sax.xmlreader.InputSource objects (section 8.12.4 of the Library Reference) we find that users of InputSource objects should use the following sequence to get their input data: 1. If the InputSource has a character stream, use that. 2.

[issue1306] Embedded python reinitialization

2007-11-21 Thread Guido van Rossum
Guido van Rossum added the comment: Note that the OP was complaining about Stackless. This is not the place to report issues with that. -- priority: normal - low __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1306

[issue1067] test_smtplib failures (caused by asyncore)

2007-11-21 Thread Guido van Rossum
Guido van Rossum added the comment: I have no idea. I'm no asynchat expert. Let Thomas look into this once he's back from vacation. __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1067 __

[issue1348] httplib closes socket, then tries to read from it

2007-11-21 Thread Guido van Rossum
Guido van Rossum added the comment: Is this still relevant? -- assignee: - janssen priority: urgent - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1348 __ ___

[issue1484] logging: callHandlers tests handler levels instead of logger levels?

2007-11-21 Thread Gidi Avrahami
New submission from Gidi Avrahami: I am using the logging module with multiple loggers and the following behavior seems incorrect to me: I set the root logger's level to WARN and the foo.bar module's logger's level to DEBUG, and the foo.bar logger should is writing to a file. So basically, I

[issue1109] Warning required when calling register() on an ABCMeta subclass

2007-11-21 Thread Guido van Rossum
Guido van Rossum added the comment: This would be easier to fix if we didn't have unbound methods. I'm going to ask the py3k list if anybody really cares about having those. __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1109

[issue1469] SSL tests leak memory

2007-11-21 Thread Bill Janssen
Bill Janssen added the comment: What platform? Bill On Nov 20, 2007 11:21 PM, Christian Heimes [EMAIL PROTECTED] wrote: Christian Heimes added the comment: I don't see leaks when I run the tests with $ ./python Lib/test/regrtest.py -R:: test_ssl.py test_ssl beginning 9 repetitions

[issue1482] IMAP4 SSL isn't working

2007-11-21 Thread Bill Janssen
Bill Janssen added the comment: I'll take a look at it this weekend. Bill On Nov 21, 2007 1:27 AM, Christian Heimes [EMAIL PROTECTED] wrote: New submission from Christian Heimes: The SSL version of the imap4 client isnt' working under 3.0. After I applied the patch from

[issue1348] httplib closes socket, then tries to read from it

2007-11-21 Thread Bill Janssen
Bill Janssen added the comment: Yes. The close is stil in the wrong place. On Nov 21, 2007 2:30 PM, Guido van Rossum [EMAIL PROTECTED] wrote: Guido van Rossum added the comment: Is this still relevant? -- assignee: - janssen priority: urgent - normal

[issue1269] Exception in pstats print_callers()

2007-11-21 Thread Matthew Fremont
Matthew Fremont added the comment: I hit the same issue, and I think the problem is that at line 515 in pstats.py add_callers() the two stats instead of adding them member-wise. As a result, each time add() is called, the number of stats associated with each func grows by 4. Then, when

[issue1383] Backport abcoll to 2.6

2007-11-21 Thread Guido van Rossum
Guido van Rossum added the comment: I've submitted this as revision 59106. Thanks so much for your effort! I cleaned up the layout of some of the files, and I had to undo a diffing mistake -- somehow your patch undid some changes to collections.py and test_collections.py about renaming

[issue1469] SSL tests leak memory

2007-11-21 Thread Christian Heimes
Christian Heimes added the comment: Ubuntu Linux x86 __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1469 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1477] UnicodeDecodeError that cannot be caught in narrow unicode builds

2007-11-21 Thread Gabriel Genellina
Changes by Gabriel Genellina: -- nosy: +gagenellina __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1477 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1475] test_popen fails when the directory contains a space

2007-11-21 Thread Gabriel Genellina
Changes by Gabriel Genellina: -- nosy: +gagenellina __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1475 __ ___ Python-bugs-list mailing list Unsubscribe: