[issue920573] http libraries throw errors internally

2008-01-05 Thread Facundo Batista
Facundo Batista added the comment: A lot of water passed through httplib.py. A lot of people made corrections from Python versions 2.2 and 2.3. Even me. I added timeout to it. And fixed recently (r58530) a problem that could generate the second exception. But how can check if this is solved? _

[issue1615275] tempile.TemporaryFile differences between linux and windows

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: The behavior should be documented -- components: +Documentation nosy: +tiran versions: +Python 2.5, Python 2.6 _ Tracker <[EMAIL PROTECTED]>

[issue1615158] POSIX capabilities support

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- type: -> rfe versions: +Python 2.6 _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list

[issue1656] Make math.{floor,ceil}(float) return ints per PEP 3141

2008-01-05 Thread Jeffrey Yasskin
Jeffrey Yasskin added the comment: Submitted as r59747. -- keywords: +py3k status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-b

[issue1518617] PEP101/102 out of date

2008-01-05 Thread Georg Brandl
Georg Brandl added the comment: The PEPs don't know about SVN either. -- title: Website updating part of PEP101/102 out of date -> PEP101/102 out of date _ Tracker <[EMAIL PROTECTED]> _

[issue1518] Fast globals/builtins access (patch)

2008-01-05 Thread L. Peter Deutsch
L. Peter Deutsch added the comment: Sorry, I wrote "E's cached pointer to C.f", which of course should be "E's cached pointer to A.f". __ Tracker <[EMAIL PROTECTED]> __

[issue1339673] cross compile and mingw support

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- resolution: -> out of date status: open -> closed superseder: -> Cross compiling patches for MINGW _ Tracker <[EMAIL PROTECTED]> _

[issue1518] Fast globals/builtins access (patch)

2008-01-05 Thread L. Peter Deutsch
L. Peter Deutsch added the comment: The proposed approach to speeding up lookup of inherited methods is not quite sound, given that class attributes can be added and removed dynamically. Consider: class A: def f(x): ... class B(A): pass class C(B): pass If C caches a pointer to A.f, the w

[issue1506296] Add some dicts to datetime module

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Yeah, use the calendar module. -- nosy: +tiran resolution: -> wont fix status: open -> closed _ Tracker <[EMAIL PROTECTED]> _ __

[issue1732212] repr of 'nan' floats not parseable

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- priority: normal -> low type: -> rfe versions: +Python 2.6 _ Tracker <[EMAIL PROTECTED]> _ ___ Pytho

[issue1719] Cosmetic patch for doc/code mismatch (msilib.UuidCreate)

2008-01-05 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r59752, thanks! -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ P

[issue1225584] crash in gcmodule.c on python reinitialization

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- versions: +Python 2.5, Python 2.6 _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing list

[issue751260] Thread in threading.py can only be started once

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Close it for real -- nosy: +tiran status: open -> closed Tracker <[EMAIL PROTECTED]> ___ Python-

[issue602345] option for not writing .py[co] files

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Should the read only option be considered for 2.6? -- nosy: +tiran versions: +Python 2.6 Tracker <[EMAIL PROTECTED]> ___

[issue1601] IDLE not working correctly on Windows (Py30a2/IDLE30a1)

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list

[issue602345] option for not writing .py[co] files

2008-01-05 Thread Guido van Rossum
Guido van Rossum added the comment: I'm okay with this feature, and the patch looks fine, except I don't like the names used. It's not really about "read-only-ness" of bytecode, it's about whether we write certain files. I'd suggest naming the envvar PYTHONDONTWRITEBYTECODE, the C flag variable

[issue1637] urlparse.urlparse misparses URLs with query but no path

2008-01-05 Thread Guido van Rossum
Guido van Rossum added the comment: I checked in your change and made up a test. Committed revision 59758. Thanks! -- resolution: -> accepted status: open -> closed __ Tracker <[EMAIL PROTECTED]> _

[issue1471243] Visual Studio 2005 CRT error handler

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: Added file: http://bugs.python.org/file9071/invparamhandler.c _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-li

[issue1471243] Visual Studio 2005 CRT error handler

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: Removed file: http://bugs.python.org/file1972/invparamfix.c _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list

[issue1646] Make socket support TIPC.

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: *PING* I'm still waiting for a new patch. Your feature patch has been accepted but I won't commit it without doc updates. -- resolution: -> accepted __ Tracker <[EMAIL PROTECTED]> __

[issue1595] Probable extra semicolon in Py_LeaveRecursiveCall macro

2008-01-05 Thread Christian Heimes
Changes by Christian Heimes: -- priority: -> high __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue979658] Improve HTML documentation of a directory

2008-01-05 Thread Noam Raphael
Noam Raphael added the comment: I just wanted to say that I'm not going to bother too much with this right now - Personally I will just use epydoc when I want to create an HTML documentation. Of course, you can still do whatever you like with the patch. Good luck, Noam -- nosy: +noam _

[issue602345] option for not writing .py[co] files

2008-01-05 Thread Guido van Rossum
Guido van Rossum added the comment: "dont" is a pretty common contraction (see e.g. telnet.py). Tracker <[EMAIL PROTECTED]> ___ Python-bugs-l

[issue595601] file (& socket) I/O are not thread safe

2008-01-05 Thread Guido van Rossum
Guido van Rossum added the comment: Given how long this has been sitting without action, it's ludicrous to keep it at "high" priority. I'm also taking it away from Jermy since his interest must be minimal by now. And I'm removing 3.0 since it has a completely different I/O implementation (with

[issue1637] urlparse.urlparse misparses URLs with query but no path

2008-01-05 Thread Guido van Rossum
Guido van Rossum added the comment: Backport to 2.5.2: Committed revision 59760. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Uns

[issue602345] option for not writing .py[co] files

2008-01-05 Thread Brett Cannon
Brett Cannon added the comment: For some reason I don't love the use of "dont", with the missing apostrophe. Just looks ugly to me. But I don't know if "donot" is that much better. And I don't think "PYTHONSKIPWRITINGBYTECODE" is much better. In other words, I wish there was a better optio

[issue1526] DeprecationWarning in zipfile.py while zipping 113000 files

2008-01-05 Thread Guido van Rossum
Guido van Rossum added the comment: Sounds like a plan. Can you cook up a patch? Otherwise perhaps the Jan 19 bug day can look into this? -- priority: -> low __ Tracker <[EMAIL PROTECTED]>

[issue1491] BaseHTTPServer incorrectly implements response code 100

2008-01-05 Thread Guido van Rossum
Guido van Rossum added the comment: Something for the bug day on Jan 19. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe

[issue1492] BaseHTTPServer hard-codes Content-Type for error messages

2008-01-05 Thread Guido van Rossum
Guido van Rossum added the comment: Something for the bug day on Jan 19? __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe

[issue1393] function comparing lacks NotImplemented error

2008-01-05 Thread Guido van Rossum
Guido van Rossum added the comment: That solution (return NotImplemented instead of False) appears to work. Committed revision 59761. Thanks for bringing up this regression w.r.t. 2.5! -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PR

[issue1089358] need siginterrupt() on Linux - impossible to do timeouts

2008-01-05 Thread Ralf Schmitt
Ralf Schmitt added the comment: I'm attaching an updated patch against trunk. It also contains some documentation now. Added file: http://bugs.python.org/file9072/siginterrupt _ Tracker <[EMAIL PROTECTED]> ___

[issue1740] use unittest for test_logging

2008-01-05 Thread Antoine Pitrou
New submission from Antoine Pitrou: Lib/test.test_logging.py doesn't use unittest. Here is a patch (against SVN trunk) to fix the problem. -- components: Tests files: logtest.patch messages: 59348 nosy: pitrou severity: normal status: open title: use unittest for test_logging versions: P

[issue1740] use unittest for test_logging

2008-01-05 Thread Christian Heimes
Christian Heimes added the comment: Thanks! :) I quick review hasn't shown any larger issues but it need a proper review before it can be submitted. You probably should save _levelNames, _loggerClass, root, Logger.root and Logger.manager in setUp and reset the objects in tearDown. -- k

[issue1740] use unittest for test_logging

2008-01-05 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ok here is an updated patch with slightly more complete setUp/tearDown semantics. I don't backup all the objects though since some of them (e.g. _loggerClass) aren't touched by the tests. Added file: http://bugs.python.org/file9074/logtest.patch ___

<    1   2