[issue3928] os.mknod missing on Solaris

2010-04-26 Thread Roumen Petrov
Roumen Petrov added the comment: Sorry Jesús, right now I cannot test new patch it but It looks goodand I expect first test to succeed so that second won't be tested as result OCF_XXX to be defined. If there is no spelling error it is fine. Roumen --

[issue5099] subprocess.Popen.__del__ causes AttributeError (os module == None)

2010-04-26 Thread Brett Cannon
Brett Cannon added the comment: Code reviews are always helpful, Éric. I just wanted since that is what is preventing me from committing. And you are right that I can commit my change now and we can fix it after the fact. -- ___ Python tracker

[issue5099] subprocess.Popen.__del__ causes AttributeError (os module == None)

2010-04-26 Thread Brett Cannon
Changes by Brett Cannon : -- assignee: -> brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue5099] subprocess.Popen.__del__ causes AttributeError (os module == None)

2010-04-26 Thread Brett Cannon
Changes by Brett Cannon : -- priority: normal -> high ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue8524] SSL sockets do not retain the parent socket's attributes

2010-04-26 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Well, at the risk of stating the obvious, perhaps the dup() thing > should be eliminated. The justification for it seems less than clear, > and apparently it causes some problems. I've just found another problem while investigating the cause of some sporadic

[issue5774] _winreg.OpenKey() is documented with keyword arguments, but doesn't take them

2010-04-26 Thread Éric Araujo
Éric Araujo added the comment: Hello See also #8350 Regards -- nosy: +merwok ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue7384] curses crash on FreeBSD

2010-04-26 Thread Roumen Petrov
Roumen Petrov added the comment: Yes , I understand . For the protocol did gcc on FreeBSD warn if library order is -lncursesw -lreadline ? Forget for Also I'm not able to write C test case similar to python msg103231 by Mark Dickinson that fail on system where readline library is not link

[issue1712522] urllib.quote throws exception on Unicode URL

2010-04-26 Thread Lino Mastrodomenico
Changes by Lino Mastrodomenico : -- nosy: +mastrodomenico ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue8536] Support new features of ZLIB 1.2.4

2010-04-26 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Do you intend to provide a patch? -- nosy: +giampaolo.rodola ___ Python tracker ___ ___ Python-bu

[issue8524] SSL sockets do not retain the parent socket's attributes

2010-04-26 Thread Jean-Paul Calderone
Jean-Paul Calderone added the comment: getpeername() "sometimes" failing "soon" after a socket is created is a semi-well-known Windows socket... feature. For whatever that's worth. -- ___ Python tracker _

[issue6916] Remove deprecated items from asynchat

2010-04-26 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: I seem to remember that those classes were initially removed and then re-added by Josiah for backward compatibility (see discussions in issue 1641 and issue 1736190). Despite practically useless after the changes applied to asynchat in Python 2.6, both cl

[issue2521] ABC caches should use weak refs

2010-04-26 Thread Antoine Pitrou
Antoine Pitrou added the comment: Someone with a better knowledge of ABCs than me should probably do a final review of this. -- ___ Python tracker ___ __

[issue7946] Convoy effect with I/O bound threads and New GIL

2010-04-26 Thread Nir Aides
Nir Aides added the comment: Dave, there seems to be a bug in your patch on Windows XP. It crashes in ccbench.py with the following output: >python_d.exe y:\ccbench.py == CPython 3.2a0.0 (py3k) == == x86 Windows on 'x86 Family 6 Model 23 Stepping 10, GenuineIntel' == --- Throughput --- Pi ca

[issue8536] Support new features of ZLIB 1.2.4

2010-04-26 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: I am documenting a "need" and marking it as "easy". If somebody else want to work on this, perfect. If not, I would adopt it in the future, and provide a patch myself. I rather prefer the first option, and I think is a good issue for a newbie (with C knowled

[issue2521] ABC caches should use weak refs

2010-04-26 Thread Daniel Stutzbach
Daniel Stutzbach added the comment: Someone with appropriate permissions want to update the "Stage"? -- versions: +Python 2.7 ___ Python tracker ___ _

[issue2521] ABC caches should use weak refs

2010-04-26 Thread Michael Foord
Changes by Michael Foord : -- stage: unit test needed -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue8005] datetime's comparison methods do not return NotImplemented when they should

2010-04-26 Thread Daniel Stutzbach
Daniel Stutzbach added the comment: Thomas, could you write a unit test to go along with your patch? -- ___ Python tracker ___ ___ Pyt

[issue8543] asynchat documentation issues

2010-04-26 Thread Giampaolo Rodola'
New submission from Giampaolo Rodola' : I recently took a look at asynchat doc and found out it has some issues which should be addressed. In my opinion the following methods and functions should NOT be mentioned: - async_chat.refill_buffer() this has been removed in Python 2.6 and no longer

[issue7833] Bdist_wininst installers fail to load extensions built with Issue4120 patch

2010-04-26 Thread Mark Hammond
Changes by Mark Hammond : -- nosy: +mhammond ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue7946] Convoy effect with I/O bound threads and New GIL

2010-04-26 Thread David Beazley
Changes by David Beazley : Removed file: http://bugs.python.org/file17094/dabeaz_gil.patch ___ Python tracker ___ ___ Python-bugs-list mailing

[issue7946] Convoy effect with I/O bound threads and New GIL

2010-04-26 Thread David Beazley
David Beazley added the comment: New version of patch that will probably fix Windows-XP problems. Was doing something stupid in the monitor (not sure how it worked on Unix). -- Added file: http://bugs.python.org/file17102/dabeaz_gil.patch ___ Python

[issue8544] i didn't get rqrd output for programme in python?(plz... help)

2010-04-26 Thread LOLLA RADHA KRISHNA MURTHY
New submission from LOLLA RADHA KRISHNA MURTHY : i want to print the all posssibilities that occurs in rearrangement of letter between given input?(repetations are not allowed)? suppose i give input as car => the output is like this car cra acr arc rac rca like that ..i want factorial of leng

[issue8545] i didn't get rqrd output for programme in python?(plz... help)

2010-04-26 Thread LOLLA RADHA KRISHNA MURTHY
New submission from LOLLA RADHA KRISHNA MURTHY : i want to print the all posssibilities that occurs in rearrangement of letter between given input?(repetations are not allowed)? suppose i give input as car => the output is like this car cra acr arc rac rca like that ..i want factorial of leng

[issue8544] i didn't get rqrd output for programme in python?(plz... help)

2010-04-26 Thread Senthil Kumaran
Senthil Kumaran added the comment: Please use python-h...@python.org or comp.lang.python, not the tracker. Also check the collections module. -- nosy: +orsenthil resolution: -> invalid status: open -> closed ___ Python tracker

[issue8545] i didn't get rqrd output for programme in python?(plz... help)

2010-04-26 Thread Georg Brandl
Georg Brandl added the comment: Please use python-h...@python.org or comp.lang.python for usage questions, not the tracker. -- nosy: +georg.brandl resolution: -> invalid status: open -> closed ___ Python tracker

[issue1462525] URI parsing library

2010-04-26 Thread Paul Jimenez
Paul Jimenez added the comment: Since no one else has commented on this in over a year, and the new (2.6+) code works fine, I'll just close this to help clean things up. -- status: open -> closed ___ Python tracker

<    1   2