[issue2682] cyclic reference in ctypes CFunctionType objects

2008-04-24 Thread Thomas Heller
Thomas Heller [EMAIL PROTECTED] added the comment: Fixed in trunk and py3k, committed as rev 62481 (trunk), rev 62484 (py3k). I'll leave this open until the decision about backporting to release25-maint is made. -- resolution: - accepted __ Tracker

[issue2672] speed of set.update(

2008-04-24 Thread Alexander Belopolsky
Alexander Belopolsky [EMAIL PROTECTED] added the comment: On Thu, Apr 24, 2008 at 2:23 PM, John Arbash Meinel [EMAIL PROTECTED] wrote: .. So if you compare consuming a generator multiple times to creating it each time, it is 0.662 usec - 0.173 usec = 0.489 usec to create a generator. So

[issue2683] subprocess.Popen.communicate takes bytes, not str

2008-04-24 Thread Lenard Lindstrom
New submission from Lenard Lindstrom [EMAIL PROTECTED]: subprocess.Popen.communicate is documented as taking a string as the input argument. Instead is accepts only a binary stream (bytes). Python 3.0a4 (r30a4:62126, Apr 3 2008, 15:34:18) [MSC v.1500 32 bit (Intel)] on win32 Type help,

[issue2684] Logging Module still failing for %(filename)s, __init__

2008-04-24 Thread Charles Merriam
New submission from Charles Merriam [EMAIL PROTECTED]: About same as problem in 2.4 Issue1470422 closed without a test case on MacOS X/Python 2.4. Also same as http://mail.python.org/pipermail/python-bugs-list/2004-July/024111.html and so on back for years. What happens: [EMAIL

[issue2684] Logging Module still failing for %(filename)s, __init__

2008-04-24 Thread Charles Merriam
Charles Merriam [EMAIL PROTECTED] added the comment: oops, last line should be exits the stack frames for the logging module. This should be a once-per-program-execution event Hmm.. tracker should have a preview button. __ Tracker [EMAIL PROTECTED]

[issue2471] imp.get_magic() should return bytes, not bytearray

2008-04-24 Thread Benjamin Peterson
Benjamin Peterson [EMAIL PROTECTED] added the comment: This was fixed as r62484. -- resolution: - fixed status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2471 __

[issue2471] imp.get_magic() should return bytes, not bytearray

2008-04-24 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc [EMAIL PROTECTED] added the comment: Oops, sorry for missing the tracker item. The change was sleeping in my workspace for some time... Thanks for closing it. -- nosy: +amaury.forgeotdarc __ Tracker [EMAIL PROTECTED]

[issue799428] tk_focusNext() fails

2008-04-24 Thread Guilherme Polo
Changes by Guilherme Polo [EMAIL PROTECTED]: Removed file: http://bugs.python.org/file9938/bugfix_and_revamp_nametowidget.diff Tracker [EMAIL PROTECTED] http://bugs.python.org/issue799428

[issue799428] tk_focusNext() fails

2008-04-24 Thread Guilherme Polo
Guilherme Polo [EMAIL PROTECTED] added the comment: There was a problem with my previous patch if the widget name was just '.' New patch attached Added file: http://bugs.python.org/file10087/bugfix_and_revamp_nametowidget.diff Tracker [EMAIL PROTECTED]

[issue799428] tk_focusNext() fails

2008-04-24 Thread Guilherme Polo
Changes by Guilherme Polo [EMAIL PROTECTED]: Removed file: http://bugs.python.org/file10087/bugfix_and_revamp_nametowidget.diff Tracker [EMAIL PROTECTED] http://bugs.python.org/issue799428

[issue799428] tk_focusNext() fails

2008-04-24 Thread Guilherme Polo
Guilherme Polo [EMAIL PROTECTED] added the comment: Sorry for the previous patch, correct one attached now Added file: http://bugs.python.org/file10088/bugfix_and_revamp_nametowidget.diff Tracker [EMAIL PROTECTED] http://bugs.python.org/issue799428

[issue2636] Regexp 2.6 (modifications to current re 2.2.2)

2008-04-24 Thread Russ Cox
Changes by Russ Cox [EMAIL PROTECTED]: -- nosy: +rsc __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2636 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue2537] re.compile(r'((x|y+)*)*') should fail

2008-04-24 Thread Russ Cox
Changes by Russ Cox [EMAIL PROTECTED]: -- nosy: +rsc __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2537 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1160] Medium size regexp crashes python

2008-04-24 Thread Russ Cox
Changes by Russ Cox [EMAIL PROTECTED]: -- nosy: +rsc __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1160 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1662581] the re module can perform poorly: O(2**n) versus O(n**2)

2008-04-24 Thread Russ Cox
Changes by Russ Cox [EMAIL PROTECTED]: -- nosy: +rsc _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1662581 _ ___ Python-bugs-list mailing list Unsubscribe:

[issue433030] SRE: Atomic Grouping (?...) is not supported

2008-04-24 Thread Russ Cox
Changes by Russ Cox [EMAIL PROTECTED]: -- nosy: +rsc Tracker [EMAIL PROTECTED] http://bugs.python.org/issue433030 ___ Python-bugs-list mailing list Unsubscribe:

[issue1693050] \w not helpful for non-Roman scripts

2008-04-24 Thread Russ Cox
Changes by Russ Cox [EMAIL PROTECTED]: -- nosy: +rsc _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1693050 _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1883] Adapt pydoc to new doc system

2008-04-24 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc [EMAIL PROTECTED] added the comment: Humberto, I added your test file in trunk. I added some other tests: now pydocfodder.py is used by a basic smoke test. The tests revealed two bugs in python3.0... Thanks! __ Tracker [EMAIL PROTECTED]

[issue1647489] zero-length match confuses re.finditer()

2008-04-24 Thread Russ Cox
Changes by Russ Cox [EMAIL PROTECTED]: -- nosy: +rsc _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1647489 _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1297193] Search is to long with regex like ^(.+|dontmatch)*$

2008-04-24 Thread Russ Cox
Changes by Russ Cox [EMAIL PROTECTED]: -- nosy: +rsc _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1297193 _ ___ Python-bugs-list mailing list Unsubscribe:

[issue2685] Add -mieee to compile flags, when available

2008-04-24 Thread Mark Dickinson
New submission from Mark Dickinson [EMAIL PROTECTED]: test_math and test_cmath currently fail on Debian/alpha, apparently due to mishandling of subnormal numbers. I have high hopes that this can be fixed by compiling with -mieee. The attached patch modifies the configure script to always use

[issue1721518] Small case which hangs

2008-04-24 Thread Russ Cox
Changes by Russ Cox [EMAIL PROTECTED]: -- nosy: +rsc _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1721518 _ ___ Python-bugs-list mailing list Unsubscribe:

[issue433024] SRE: (?flag) isn't properly scoped

2008-04-24 Thread Russ Cox
Changes by Russ Cox [EMAIL PROTECTED]: -- nosy: +rsc Tracker [EMAIL PROTECTED] http://bugs.python.org/issue433024 ___ Python-bugs-list mailing list Unsubscribe:

[issue2672] speed of set.update(

2008-04-24 Thread Raymond Hettinger
Raymond Hettinger [EMAIL PROTECTED] added the comment: John, when y=[], the update method has to create a new list iterator on each invocation. But when y is a genexp, it is self-iterable (iow, iter (y) will return self, not a new object). Also, when doing timings, it can be helpful to

[issue2672] speed of set.update(

2008-04-24 Thread John Arbash Meinel
John Arbash Meinel [EMAIL PROTECTED] added the comment: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raymond Hettinger wrote: Raymond Hettinger [EMAIL PROTECTED] added the comment: John, when y=[], the update method has to create a new list iterator on each invocation. But when y is a

[issue2686] Any chance we could double the height of the 'Comment:' text area on tracker?

2008-04-24 Thread Trent Nelson
New submission from Trent Nelson [EMAIL PROTECTED]: I'd give my left arm for the comment box to be at least double its current height. Once you've written more than a paragraph, it becomes a nuisance having to scroll up and down to re-read what you've written before typing more. Quick win?

[issue2686] Any chance we could double the height of the 'Comment:' text area on tracker?

2008-04-24 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc [EMAIL PROTECTED] added the comment: +1 But you should file this in the Meta-Tracker; click Report Tracker Problem at the bottom of the left bar. -- nosy: +amaury.forgeotdarc __ Tracker [EMAIL PROTECTED]

[issue2632] performance problem in socket._fileobject.read

2008-04-24 Thread Gregory P. Smith
Gregory P. Smith [EMAIL PROTECTED] added the comment: available for an easy side by side review here: http://codereview.appspot.com/212 Also, yes I think you're right Ralf. With these changes I should be able to return that to a max() within the while True: for sized reads and things will

[issue1376292] Write user's version of RefGuide

2008-04-24 Thread bob gailer
bob gailer [EMAIL PROTECTED] added the comment: I find a Reference Manual and a Library Reference. I presume you are referring to the Reference Manual. True? I might be interested in helping create the shorter friendlier guide. I suggest we create some guidelines or specifications for it. This

[issue1376292] Write user's version of

2008-04-24 Thread bob gailer
bob gailer [EMAIL PROTECTED] added the comment: My new email address is bgailer at gmail dot com (not google dot com). Please update your address book, and change the above into the form [EMAIL PROTECTED] The old address will expire at the end of 2008. Bob Gailer in Chapel Hill NC. --

[issue1376292] Write user's version of

2008-04-24 Thread bob gailer
bob gailer [EMAIL PROTECTED] added the comment: My new email address is bgailer at gmail dot com (not google dot com). Please update your address book, and change the above into the form [EMAIL PROTECTED] The old address will expire at the end of 2008. Bob Gailer in Chapel Hill NC. Added file:

[issue1376292] Write user's version of

2008-04-24 Thread bob gailer
bob gailer [EMAIL PROTECTED] added the comment: My new email address is bgailer at gmail dot com (not google dot com). Please update your address book, and change the above into the form [EMAIL PROTECTED] The old address will expire at the end of 2008. Bob Gailer in Chapel Hill NC. Added file:

[issue1376292] Write user's version of

2008-04-24 Thread bob gailer
bob gailer [EMAIL PROTECTED] added the comment: My new email address is bgailer at gmail dot com (not google dot com). Please update your address book, and change the above into the form [EMAIL PROTECTED] The old address will expire at the end of 2008. Bob Gailer in Chapel Hill NC. Added file:

[issue1376292] Write user's version of

2008-04-24 Thread bob gailer
bob gailer [EMAIL PROTECTED] added the comment: My new email address is bgailer at gmail dot com (not google dot com). Please update your address book, and change the above into the form [EMAIL PROTECTED] The old address will expire at the end of 2008. Bob Gailer in Chapel Hill NC. Added file:

[issue1376292] Write user's version of

2008-04-24 Thread bob gailer
bob gailer [EMAIL PROTECTED] added the comment: My new email address is bgailer at gmail dot com (not google dot com). Please update your address book, and change the above into the form [EMAIL PROTECTED] The old address will expire at the end of 2008. Bob Gailer in Chapel Hill NC. Added file:

[issue1376292] Write user's version of

2008-04-24 Thread bob gailer
bob gailer [EMAIL PROTECTED] added the comment: My new email address is bgailer at gmail dot com (not google dot com). Please update your address book, and change the above into the form [EMAIL PROTECTED] The old address will expire at the end of 2008. Bob Gailer in Chapel Hill NC. Added file:

[issue1376292] Write user's version of

2008-04-24 Thread bob gailer
bob gailer [EMAIL PROTECTED] added the comment: My new email address is bgailer at gmail dot com (not google dot com). Please update your address book, and change the above into the form [EMAIL PROTECTED] The old address will expire at the end of 2008. Bob Gailer in Chapel Hill NC. Added file:

[issue1376292] Write user's version of

2008-04-24 Thread bob gailer
bob gailer [EMAIL PROTECTED] added the comment: My new email address is bgailer at gmail dot com (not google dot com). Please update your address book, and change the above into the form [EMAIL PROTECTED] The old address will expire at the end of 2008. Bob Gailer in Chapel Hill NC. Added file:

[issue1376292] Write user's version of

2008-04-24 Thread bob gailer
bob gailer [EMAIL PROTECTED] added the comment: My new email address is bgailer at gmail dot com (not google dot com). Please update your address book, and change the above into the form [EMAIL PROTECTED] The old address will expire at the end of 2008. Bob Gailer in Chapel Hill NC. Added file:

[issue1376292] Write user's version of

2008-04-24 Thread bob gailer
bob gailer [EMAIL PROTECTED] added the comment: My new email address is bgailer at gmail dot com (not google dot com). Please update your address book, and change the above into the form [EMAIL PROTECTED] The old address will expire at the end of 2008. Bob Gailer in Chapel Hill NC. Added file:

[issue1376292] Write user's version of

2008-04-24 Thread bob gailer
bob gailer [EMAIL PROTECTED] added the comment: My new email address is bgailer at gmail dot com (not google dot com). Please update your address book, and change the above into the form [EMAIL PROTECTED] The old address will expire at the end of 2008. Bob Gailer in Chapel Hill NC. Added file:

[issue2687] SSL example script fails mysteriously on MacOS

2008-04-24 Thread A.M. Kuchling
New submission from A.M. Kuchling [EMAIL PROTECTED]: On my MacOS 10.4.11 machine, the example SSL server and client in the documentation don't work, and they fail with a mysterious error 0. The attached tarball contains my slightly-modified version of the scripts and the test key/cert I'm

[issue1496032] test_float segfaults with SIGFPE on FreeBSD 6.0 / Alpha

2008-04-24 Thread Neal Norwitz
Neal Norwitz [EMAIL PROTECTED] added the comment: I think `uname -m` will be equal to alpha in this case. There are several uses of `uname -m` in configure.in. You might need to add a new section. It might also be possible to clean up various special cases to make a generic `uname -m`

<    1   2   3