[issue1722348] urlparse.urlunparse forms file urls incorrectly

2008-06-10 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> works for me status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue2632] performance problem in socket._fileobject.read

2008-06-10 Thread Gregory P. Smith
Changes by Gregory P. Smith <[EMAIL PROTECTED]>: -- versions: -Python 2.6 ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-li

[issue3056] Simplify the Integral ABC

2008-06-10 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: Not really, see the reply I sent to the checkin mail. ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2918] Merge StringIO/cStringIO in 3.0

2008-06-10 Thread Alexandre Vassalotti
Alexandre Vassalotti <[EMAIL PROTECTED]> added the comment: Here's another patch fixes the failing tests. I have tried to support the buffer attribute using following hack: @property def buffer(self): # XXX Hack to support the buffer attribute. buf = codec

[issue3050] Implement PEP 371: multiprocessing module

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Congrats, you're in! See r64104 in the trunk. -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3021] Lexical exception handlers

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Guido has given the go ahead on this. I will apply in about 8 hours (after some sleep). -- assignee: -> benjamin.peterson resolution: -> accepted ___ Python tracker <[EMAIL PROTECTED]>

[issue1722348] urlparse.urlunparse forms file urls incorrectly

2008-06-10 Thread Senthil
Senthil <[EMAIL PROTECTED]> added the comment: This issue no longer exists. I verified the bug report on the trunk and urlparse() and urlunparse methods behave properly on subsquent usages on the same url. >>> urlparse.urlparse(urlparse.urlunparse(urlparse.urlparse('file:///home/ors/Letter.txt'

[issue1530559] struct.pack raises TypeError where it used to convert

2008-06-10 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' <[EMAIL PROTECTED]>: -- nosy: +giampaolo.rodola ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bu

[issue3076] test_xmlrpc_net fails

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: xmlrpc.com is backup so I reenabled the test. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> __

[issue2911] rewrite test_struct as a unittest

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: I'm sorry. I meant r64102. ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-li

[issue2911] rewrite test_struct as a unittest

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Thanks very much. Reviewed and committed in r64097. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]>

[issue1530559] struct.pack raises TypeError where it used to convert

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: I ran into this issue converting test_struct to unittest. I would fix it, but I'm not sure exactly what is intended. I'm raising priority. -- nosy: +benjamin.peterson priority: normal -> critical __

[issue2976] test_pydoc fails in trunk

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: It seems Amaury fixed the problem with r64095. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> _

[issue2234] cygwinccompiler.py fails for latest MinGW releases.

2008-06-10 Thread Will Brown
Will Brown <[EMAIL PROTECTED]> added the comment: Yes, same problem. Multiple files. I should have read the discussion more carefully. My note was redundant. Will -- William Brown -- -- Boeing Networked Systems Technology -- Kent:253.657.5586

[issue2885] Create the urllib package

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Jeremy, will you have time for this before the betas on Wensday, or should someone else do it? -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]>

[issue3076] test_xmlrpc_net fails

2008-06-10 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- title: test_xmlrpc_net fails on Darwin -> test_xmlrpc_net fails ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3076] test_xmlrpc_net fails on Darwin

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: On Tue, Jun 10, 2008 at 4:27 PM, Amaury Forgeot d'Arc <[EMAIL PROTECTED]> wrote: > > Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: > > But (try a Google search) xmlrpc.com is the main site for xml-rpc resources! > What kind of

[issue3076] test_xmlrpc_net fails on Darwin

2008-06-10 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: But (try a Google search) xmlrpc.com is the main site for xml-rpc resources! What kind of site should we use for testing? ___ Python tracker <[EMAIL PROTECTED]>

[issue3013] disutils fails with GNU ld (GNU Binutils) 2.18.50.20080523

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: This seems to be the same as #2234. -- nosy: +benjamin.peterson superseder: -> cygwinccompiler.py fails for latest MinGW releases. ___ Python tracker <[EMAIL PROTECTED]>

[issue2234] cygwinccompiler.py fails for latest MinGW releases.

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: This seems to be the same as #3013. -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3076] test_xmlrpc_net fails on Darwin

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: I agree. I've temporarily disabled the offending test, but we should fix this soon. -- nosy: +benjamin.peterson priority: release blocker -> critical resolution: invalid -> ___ Python tracker <

[issue2912] let platform.uname try harder

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: >Ah, ok, the code under except AttributeError: gives me some good ideas. >Should I use the methods utilized there to extract information from the >system? Right on! You don't need to write any new code, just make sure the code under the ex

[issue3042] Add PEP 8 compliant aliases to threading module

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Ok. Pending your acceptance, I'll apply after docs+tests. Added file: http://bugs.python.org/file10576/new_threading_api3.patch ___ Python tracker <[EMAIL PROTECTED]>

[issue3076] test_xmlrpc_net fails on Darwin

2008-06-10 Thread Ismail Donmez
Ismail Donmez <[EMAIL PROTECTED]> added the comment: It is a python bug, test should use a better web page then. ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3076] test_xmlrpc_net fails on Darwin

2008-06-10 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: It's not a python issue: the web site at http://www.xmlrpc.com is completely broken! The ExpatError occurs because the returned HTML page is not strict XML. -- nosy: +amaury.forgeotdarc resolution: -> invalid

[issue3076] test_xmlrpc_net fails on Darwin

2008-06-10 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- priority: -> release blocker ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python

[issue3050] Implement PEP 371: multiprocessing module

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: On Tue, Jun 10, 2008 at 3:50 PM, Jesse Noller <[EMAIL PROTECTED]> wrote: > > Jesse Noller <[EMAIL PROTECTED]> added the comment: > > Richard mentioned it should just work after being run though lib2to3 Excellent! That clears up a main worr

[issue3050] Implement PEP 371: multiprocessing module

2008-06-10 Thread Jesse Noller
Jesse Noller <[EMAIL PROTECTED]> added the comment: Richard mentioned it should just work after being run though lib2to3 ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3076] test_xmlrpc_net fails on Darwin

2008-06-10 Thread Ismail Donmez
Changes by Ismail Donmez <[EMAIL PROTECTED]>: -- title: xml_rpc_net fails on Darwin -> test_xmlrpc_net fails on Darwin ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3076] xml_rpc_net fails on Darwin

2008-06-10 Thread Ismail Donmez
New submission from Ismail Donmez <[EMAIL PROTECTED]>: Latest py3k branch, test_xmlrpc_net test test_xmlrpc_net failed -- Traceback (most recent call last): File "/Users/cartman/Sources/py3k/Lib/test/test_xmlrpc_net.py", line 18, in test_current_time t0 = server.currentTime.getCurrentTime

[issue3050] Implement PEP 371: multiprocessing module

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: How much work needs to be done to port this to Py3k? ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2234] cygwinccompiler.py fails for latest MinGW releases.

2008-06-10 Thread Will Brown
Will Brown <[EMAIL PROTECTED]> added the comment: Same problem in version.py, line 100 (StrictVersion) -- nosy: +wmbrown ___ Python tracker <[EMAIL PROTECTED]> ___

[issue1342] Crash on Windows if Python runs from a directory with umlauts

2008-06-10 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Here is a quick fix, that decodes filenames using Py_FileSystemDefaultEncoding, to let the release pass. I am still working on a version that keep PyObjects* as long as possible, but it will be a major change. -- keywords: +pa

[issue2065] trunk version does not compile with vs8 and vc6

2008-06-10 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10574/ocean.zip ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2065] trunk version does not compile with vs8 and vc6

2008-06-10 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file10536/ocean.zip ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue2912] let platform.uname try harder

2008-06-10 Thread James Thomas
James Thomas <[EMAIL PROTECTED]> added the comment: Ah, ok, the code under except AttributeError: gives me some good ideas. Should I use the methods utilized there to extract information from the system? ___ Python tracker <[EMAIL PROTECTED]>

[issue2912] let platform.uname try harder

2008-06-10 Thread James Thomas
James Thomas <[EMAIL PROTECTED]> added the comment: Alright, that makes things much clearer. I'm looking at this code snippet in platform.py: if system == 'unknown': system = '' if node == 'unknown': node = '' if release == 'unknown': release = '' if versi

[issue2320] Race condition in subprocess using stdin

2008-06-10 Thread Adam Olsen
Changes by Adam Olsen <[EMAIL PROTECTED]>: -- nosy: +Rhamphoryncus ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list maili

[issue3050] Implement PEP 371: multiprocessing module

2008-06-10 Thread Jesse Noller
Jesse Noller <[EMAIL PROTECTED]> added the comment: Added to the code review system too: http://codereview.appspot.com/2061 ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3050] Implement PEP 371: multiprocessing module

2008-06-10 Thread Jesse Noller
Jesse Noller <[EMAIL PROTECTED]> added the comment: Attached is rev 1 of a complete patch for inclusion in 2.6. This patch was developed off of trunk and includes the unit tests, docs, modules, c module, etc. 2 of the unit tests had to be commented out, the first due to the difference in the

[issue3075] make minidom.toxml() encoding argument useful

2008-06-10 Thread Bill Janssen
Bill Janssen <[EMAIL PROTECTED]> added the comment: The method "toxml" is actually on xml.dom.minidom.Node. -- type: -> feature request ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3075] make minidom.toxml() encoding argument useful

2008-06-10 Thread Bill Janssen
New submission from Bill Janssen <[EMAIL PROTECTED]>: Right now, the encoding argument added to xml.dom.minidom.DOMObject.toxml() in Python 2.3 seems fairly useless. It has to be UTF-8. But a one-line change to the implementation of toprettyxml would make it useful; instead of the encoding erro

[issue3074] test_asyncore is failing

2008-06-10 Thread Josiah Carlson
Josiah Carlson <[EMAIL PROTECTED]> added the comment: Fixed in 64080. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue2330] Update PEP 3000 with new release schedule

2008-06-10 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3050] Implement PEP 371: multiprocessing module

2008-06-10 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' <[EMAIL PROTECTED]>: -- nosy: +giampaolo.rodola ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-

[issue3050] Implement PEP 371: multiprocessing module

2008-06-10 Thread Jesse Noller
Jesse Noller <[EMAIL PROTECTED]> added the comment: Thanks Ben - even with that, for some reason I ended up with duplicate chunks and data inside of the .rst file - wiping it all out, and then making a blank version of the .rst and then applying the patch from Georg worked. __

[issue3050] Implement PEP 371: multiprocessing module

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Do this: svn revert -R .; rm Doc/library/multiprocessing.rst rm Doc/includes/mp*.py Then apply just Georg's patch. That should work. ___ Python tracker <[EMAIL PROTECTED]>

[issue3050] Implement PEP 371: multiprocessing module

2008-06-10 Thread Jesse Noller
Jesse Noller <[EMAIL PROTECTED]> added the comment: I applied Ben's updated patch and then applied Georg's patch - but now I am getting an error doing "make html", unfortunately sphinx/ReST doesn't include line numbers with the error: mify library/miniaeframe library/misc library/mm library/mm

[issue2997] PyNumberMethods has left-over fields in Py3

2008-06-10 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- priority: -> critical ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list m

[issue3074] test_asyncore is failing

2008-06-10 Thread Benjamin Peterson
New submission from Benjamin Peterson <[EMAIL PROTECTED]>: test_asyncore test_closeall (test.test_asyncore.HelperFunctionTests) ... ok test_closeall_default (test.test_asyncore.HelperFunctionTests) ... ok test_compact_traceback (test.test_asyncore.HelperFunctionTests) ... ok test_readwrite (test.

[issue2997] PyNumberMethods has left-over fields in Py3

2008-06-10 Thread Stefan Behnel
Stefan Behnel <[EMAIL PROTECTED]> added the comment: The change that removed the nb_divide and nb_inplace_divide members is here: http://svn.python.org/view?rev=43285&view=rev http://svn.python.org/view/python/branches/p3yk/Include/object.h?rev=43285&view=diff&r1=43285&r2=43284 It dates back to

[issue2536] itertools.permutations docstring is misleading

2008-06-10 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r64067. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3073] Cookie.Morsel breaks in parsing cookie values with whitespace

2008-06-10 Thread Lawrence Oluyede
New submission from Lawrence Oluyede <[EMAIL PROTECTED]>: It seems the Cookie module has an odd behavior with whitespaces. According to http://wp.netscape.com/newsref/std/cookie_spec.html and http://en.wikipedia.org/wiki/HTTP_cookie#Cookie_attributes the 'Expires' attribute of the cookie should h

[issue2523] binary buffered reading is quadratic

2008-06-10 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Yup. However, if you try it, you'll probably notice that it decreases performance of normal (blocking) reads as well :-) Anyway, non-blocking file objects are pretty much second-class citizens in Py3k right now, so my remark was theoretical.

[issue3050] Implement PEP 371: multiprocessing module

2008-06-10 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Attaching reviewed docs patch. Added file: http://bugs.python.org/file10572/mpdocs.diff ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue2657] Curses sometimes fails to initialize terminal

2008-06-10 Thread Fernando Pérez
Fernando Pérez <[EMAIL PROTECTED]> added the comment: As reported by Ondrej Certik on the IPython mailing list: Here is how to reliably (100%) reproduce it in ipython 0.8.2 (the bug indeed goes away in 0.8.4): http://code.google.com/p/sympy/issues/detail?id=822 together with a screenshot how t