[issue1178] IDLE - add paste code functionality

2007-09-20 Thread Sean Reifschneider
Changes by Sean Reifschneider: __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1178 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1176] str.split() takes no keyword arguments (Should this be expected?)

2007-09-20 Thread Sergio Correia
Sergio Correia added the comment: Thanks for the update, Sergio __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1176 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1182] Paticular decimal mod operation wrongly output NaN.

2007-09-20 Thread Georg Brandl
Changes by Georg Brandl: -- assignee: - facundobatista nosy: +facundobatista __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1182 __ ___ Python-bugs-list mailing list

[issue1686386] Python SEGFAULT on tuple.__repr__ and str()

2007-09-20 Thread Georg Brandl
Georg Brandl added the comment: I don't have a specific opinion on this; the usage of Py_EnterRecursiveCall/Py_ReprEnter certainly looks correct. -- assignee: georg.brandl - brett.cannon _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1686386

[issue1696444] Adding an index method to tuples

2007-09-20 Thread Georg Brandl
Changes by Georg Brandl: -- components: +Interpreter Core -None type: - rfe versions: +Python 2.6, Python 3.0 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1696444 _

[issue1181] Redefine clear() for os.environ to use unsetenv() if possible

2007-09-20 Thread Guido van Rossum
Guido van Rossum added the comment: Sounds like a good idea. Anyone care to check it in? -- nosy: +gvanrossum __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1181 __ ___

[issue1179] [CVE-2007-4965] Integer overflow in imageop module

2007-09-20 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: - high __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1179 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1719423] Python package support not properly documented

2007-09-20 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: high - normal resolution: - remind status: open - pending _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1719423 _

[issue1643369] pdb find_function does not find Class methods.

2007-09-20 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- priority: high - low title: function breakpoints in pdb - pdb find_function does not find Class methods. type: - rfe _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1643369

[issue1643369] pdb find_function does not find Class methods.

2007-09-20 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- severity: normal - minor _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1643369 _ ___ Python-bugs-list mailing list

[issue1170766] weakref.proxy incorrect behaviour

2007-09-20 Thread Sean Reifschneider
Sean Reifschneider added the comment: Raymond: Is this still a problem, or should we close it because the reported issue is resolved and 2.4 is no longer maintained? -- assignee: - rhettinger nosy: +jafo priority: high - low resolution: - accepted type: - behavior

[issue1181] Redefine clear() for os.environ to use unsetenv() if possible

2007-09-20 Thread Guido van Rossum
Guido van Rossum added the comment: On 9/20/07, Raghuram Devarakonda [EMAIL PROTECTED] wrote: Shouldn't the first clear() in the patch say del self.data[key.upper()] instead of del self.data[key]? I also think the patch should include doc change. I don't think so -- it goes over

[issue1181] Redefine clear() for os.environ to use unsetenv() if possible

2007-09-20 Thread Georg Brandl
Georg Brandl added the comment: Committed, incl. docs, as rev. 58221. -- assignee: - georg.brandl nosy: +georg.brandl resolution: - accepted status: open - closed __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1181

[issue1183] race in SocketServer.ForkingMixIn.collect_children

2007-09-20 Thread David Ripton
New submission from David Ripton: CentOS Linux 5, Python 2.4.3 (but code appears unchanged in 2.5 and trunk, so I don't believe this bug has already been fixed) We have an xmlrpc server that subclasses DocXMLRPCServer.DocXMLRPCServer and SocketServer.ForkingMixIn. Under load, it sometimes

[issue1185] py3k: Completely remove nb_coerce slot

2007-09-20 Thread Amaury Forgeot d'Arc
New submission from Amaury Forgeot d'Arc: Arguments coercion has been removed in py3k for a while, but there are still some traces of it. This patch removes the nb_coerce slot and the last usages of __coerce__. Documentation is also updated: Py_TPFLAGS_CHECKTYPES does not exists anymore. Note:

[issue1183] race in SocketServer.ForkingMixIn.collect_children

2007-09-20 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- keywords: +patch priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1183 __ ___ Python-bugs-list mailing list

[issue1184] test fixes for immutable bytes change

2007-09-20 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- keywords: +patch, py3k priority: - normal __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1184 __ ___ Python-bugs-list mailing list

[issue1578269] Add os.link() and os.symlink() support for Windows

2007-09-20 Thread Stephen Warren
Stephen Warren added the comment: I'd say that junction points were a great way to expose this feature under Win32 - after all, isn't it specifically what they were designed for? Incidentally, at least one other application uses them for exactly this purpose; a commercial source control tool

[issue1704287] must run make before make install

2007-09-20 Thread Stephen Warren
Stephen Warren added the comment: I can confirm this happens for me too, also on CentOS 5, with SVN 2.5 HEAD as of now. It seems that this problem occurs, whilst running the first compileall command for the libinstall target: Compiling /somewhere/lib/python2.5/test/test_multibytecodec.py ...

[issue1704287] UnicodeError in compileall if make install is run before make.

2007-09-20 Thread Sean Reifschneider
Changes by Sean Reifschneider: -- title: must run make before make install - UnicodeError in compileall if make install is run before make. _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1704287 _