[issue1468] MSI installer does not include SSL test .pem files

2007-11-25 Thread Martin v. Löwis
Martin v. Löwis added the comment: I verified the installer; this problem is now fixed. -- resolution: - fixed status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1468 __

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

2007-11-25 Thread vila
vila added the comment: The title of this bug is scary. httplib rightly close the socket because that's the way to transfer the responsibility of the close to the user of the HttpResponse object. The close MUST stays there. I do encounter a bug related to that close while trying to use the

[issue1497] Patch to remove API to create new unbound methods

2007-11-25 Thread Christian Heimes
Changes by Christian Heimes: -- components: Interpreter Core files: py3k_remove_newunbound.patch keywords: patch, py3k nosy: georg.brandl, tiran priority: high severity: normal status: open title: Patch to remove API to create new unbound methods versions: Python 3.0 Added file:

[issue1269] Exception in pstats print_callers()

2007-11-25 Thread Thomas Herve
Thomas Herve added the comment: Here's my patch against trunk, with one test. Please review! -- versions: +Python 2.6 Added file: http://bugs.python.org/file8806/1269.diff __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1269

[issue1117670] profiler: Bad return and Bad call errors with exceptions

2007-11-25 Thread Thomas Herve
Thomas Herve added the comment: Ping to close this? -- nosy: +therve _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1117670 _ ___ Python-bugs-list mailing list

[issue1117670] profiler: Bad return and Bad call errors with exceptions

2007-11-25 Thread Georg Brandl
Georg Brandl added the comment: With pleasure. -- nosy: +georg.brandl resolution: - fixed status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1117670 _

[issue1734164] sqlite3 causes memory read error

2007-11-25 Thread Gerhard Häring
Gerhard Häring added the comment: Fixed in revision 59184. -- resolution: - fixed status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1734164 _

[issue1412] test_subprocess fails on SuSE 10

2007-11-25 Thread Christian Heimes
Christian Heimes added the comment: I've fixed a bug in py3k and 2.6 where a test in test_shutil has removed an empty TMP directory. I regard the issue as a minor inconvenience. We can't work around every edge case. -- resolution: - works for me status: open - closed

[issue1067] test_smtplib failures (caused by asyncore)

2007-11-25 Thread Skip Montanaro
Changes by Skip Montanaro: -- nosy: +skip.montanaro __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1067 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1225584] crash in gcmodule.c on python reinitialization

2007-11-25 Thread ita
ita added the comment: The following still crashes (python 2.5.1): for (int i=0; i1000; ++i) { Py_Initialize(); PyRun_SimpleString(import tarfile\n); Py_Finalize(); } Bindings such as Swig are adding weird hacks just for

[issue1381] cmath is numerically unsound

2007-11-25 Thread Mark Dickinson
Mark Dickinson added the comment: Here is (quite a large) patch, cmath.patch, that fixes a variety of problems in the current cmath module. A summary of the changes: * sqrt, log, acos, acosh, asin, asinh, atan, atanh no longer produce overflow errors for very large inputs * exp, cos, sin,

[issue1358] Compile error on OS X 10.5

2007-11-25 Thread Guido van Rossum
Guido van Rossum added the comment: IMO it should be set to 10.4 since we want binaries that run on that platform too. Is this something we can fix in the configure script? __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1358

[issue765228] Subclassing from Modules

2007-11-25 Thread Guido van Rossum
Guido van Rossum added the comment: I don't see an issue to be fixed here; adding special tests in order to provide more detailed error messages is rarely a good idea. Also, PEP 8 has said for years now that modules should *not* be named the same as classes. Yes, there are a few such modules

[issue1496] add str.maketrans()

2007-11-25 Thread Guido van Rossum
Guido van Rossum added the comment: Looks good from a functionality POV. I wonder if we couldn't change the dict though to always map ordinals to strings? Deletions can be mapped to . We could warn about non-string values in the 2.6 version of this code, and make it a (lazy) error in 3.0.

[issue1493] Patch to remove unbound methods

2007-11-25 Thread Guido van Rossum
Guido van Rossum added the comment: On Nov 24, 2007 11:37 AM, Christian Heimes [EMAIL PROTECTED] wrote: Do you still believe in the tooth fairy, too? :p Yes, and in the Easter Bunny, Santa Claus, and Sinterklaas. But in this particular case I believe in Kaboutertjes. (Dutch gnomes.) And it