[issue9377] socket, PEP 383: Mishandling of non-ASCII bytes in host/domain names

2010-08-24 Thread Martin v . Löwis
Martin v. Löwis added the comment: > That would be an improvement. The idea of the patches I posted > is to combine this with the existing surrogateescape mechanism, > which handles situations like this perfectly well. The surrogateescape mechanism is a very hackish approach, and violates the

[issue1099] Mac compile fails with pydebug and framework enabled

2010-08-24 Thread Ned Deily
Ned Deily added the comment: Yes, it is still an issue for all active branches. I'm working on a patch for it. -- nosy: +ned.deily versions: +Python 2.7, Python 3.1, Python 3.2 -Python 3.0 ___ Python tracker

[issue5911] built-in compile() should take encoding option.

2010-08-24 Thread Benjamin Peterson
Benjamin Peterson added the comment: I'll close this then. -- resolution: -> rejected status: open -> closed ___ Python tracker ___ _

[issue9541] node.pre_order() does not do preorder traversal

2010-08-24 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue5911] built-in compile() should take encoding option.

2010-08-24 Thread INADA Naoki
INADA Naoki added the comment: This problem is not heavy on Python 3. Because Python 3's byte string can't contain non-ASCII string directory. So passing unicode string to the compile() is good enough for all cases I can imagine. -- ___ Python track

[issue9678] uuid._ifconfig_getnode can't work on NetBSD

2010-08-24 Thread Takayuki SHIMIZUKAWA
New submission from Takayuki SHIMIZUKAWA : uuid.getnode() not work correctly on NetBSD5, then uuid.getnode() return random value per Python interpreter instance. This problem is caused by the uuid._ifconfig_getnode() not supporting a 'ifconfig' / 'arp' output format of NetBSD. I create a patch

[issue9610] buildbot: uncaptured python exception (smtpd), but no failure in regrtest

2010-08-24 Thread R. David Murray
Changes by R. David Murray : -- nosy: +giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue4508] distutils compiler not handling spaces in path to output/src files

2010-08-24 Thread Éric Araujo
Éric Araujo added the comment: Thanks, this time it worked. I had to remove the example.i source file in setup.py since I don’t have swig installed, but apart from that, compiling “ex ample.c” or “ex ample/ex ample.c” worked. Next steps: - Write something similar to your example (can’t just c

[issue1194222] parsedate and Y2K

2010-08-24 Thread R. David Murray
R. David Murray added the comment: Ported to 2.7 in r84311 and to 3.1 in r84312. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue4508] distutils compiler not handling spaces in path to output/src files

2010-08-24 Thread Brian Thorne
Brian Thorne added the comment: Hopefully this works! Otherwise would a tar.gz or a zip archive be ok? -- Added file: http://bugs.python.org/file18640/4508example.diff ___ Python tracker ___

[issue4508] distutils compiler not handling spaces in path to output/src files

2010-08-24 Thread Brian Thorne
Changes by Brian Thorne : Removed file: http://bugs.python.org/file18638/example.diff ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue8622] Add PYTHONFSENCODING environment variable

2010-08-24 Thread R. David Murray
R. David Murray added the comment: test_sys is still failing on my system where LC_CTYPE only is set to utf-8. Victor, do you want me to apply the LANG->LC_ALL change to the test? -- status: closed -> open ___ Python tracker

[issue8521] Allow some winreg functions to accept named arguments

2010-08-24 Thread Brian Curtin
Brian Curtin added the comment: Attached is a better patch which, I think, uses better names. CreateKeyEx, OpenKeyEx, and DeleteKeyEx (x64 only) all take named arguments. key, sub_key, reserved, and access are the names of the arguments. The tests run Create and Open regardless, but use Delet

[issue8521] Allow some winreg functions to accept keyword arguments

2010-08-24 Thread Brian Curtin
Changes by Brian Curtin : Removed file: http://bugs.python.org/file17073/issue8521.diff ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue4508] distutils compiler not handling spaces in path to output/src files

2010-08-24 Thread Éric Araujo
Éric Araujo added the comment: I can’t open the archive with unrar-free, and can’t apply the diff with patch (tried context mode and ed mode). Would you mind making it a unified diff this time? -- ___ Python tracker

[issue2830] Copy cgi.escape() to html

2010-08-24 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. added the comment: Encoding the forward slash should not cause problems, but the quote “forward slash is included as it helps end an HTML entity” is confused; there's no need or additional value in escaping the forward slash. -- nosy: +fdrake

[issue4508] distutils compiler not handling spaces in path to output/src files

2010-08-24 Thread Brian Thorne
Brian Thorne added the comment: Sorry, here is the example as a diff against an empty directory. (I'm 100% sure the Ubuntu archiving program that I just used is free software though...) -- Added file: http://bugs.python.org/file18638/example.diff

[issue9675] segfault: PyDict_SetItem: Assertion `value' failed.

2010-08-24 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: The problem is that the "-We" is converting the CObject use to ERRORs, when this API is perfectly legal in Python 2.7. bsddb 4.8.4 DOES *legally* uses CObjects in Python 2.7. In pybsddb 5.0.0 I migrated to Capsule, since 5.0 doesn't support python 3.0 anymo

[issue4508] distutils compiler not handling spaces in path to output/src files

2010-08-24 Thread Éric Araujo
Éric Araujo added the comment: I tried using a space in a directory rather than in the file name and it worked. Thorney, can you repost your example as plain text files (separate source files or a diff against an empty dir) or at worst in an archive format readable by free software? Thank you

[issue4508] distutils compiler not handling spaces in path to output/src files

2010-08-24 Thread Brian Thorne
Brian Thorne added the comment: Comments on the SciPy-Dev mailing list: >>> While testing Scipy's weave on several different Windows installations, I came across some problems with spaces in paths that often prevent weave from working. I can see a change that could probably get weave working on

[issue1578999] PyArg_ParseTuple corrections

2010-08-24 Thread Éric Araujo
Éric Araujo added the comment: This is best closed, then. Thanks for the reply. -- stage: unit test needed -> committed/rejected ___ Python tracker ___ ___

[issue9675] segfault: PyDict_SetItem: Assertion `value' failed.

2010-08-24 Thread Florent Xicluna
Florent Xicluna added the comment: The crash is triggered because PyDict_SetItemString(d, "api", py_api) is called with py_api=NULL when PyCObject_FromVoidPtr returns an error. A possible workaround is to create a copy of PyCObject_FromVoidPtr (e.g. _PyCObject_FromVoidPtr) which is free of wa

[issue2830] Copy cgi.escape() to html

2010-08-24 Thread Éric Araujo
Éric Araujo added the comment: The link says “forward slash is included as it helps end an HTML entity”, which I don’t understand. -- nosy: +eric.araujo ___ Python tracker ___ _

[issue1578999] PyArg_ParseTuple corrections

2010-08-24 Thread Ned Deily
Ned Deily added the comment: Note, all of the patched files are for deprecated modules that have been removed in Python 3 so the only applicability now could be as a bug fix to 2.7. At this late date, though, I don't think it is worth worrying about trying to review and test the patches. --

[issue2830] Copy cgi.escape() to html

2010-08-24 Thread Pablo Mouzo
Pablo Mouzo added the comment: Sorry about that, I have no idea how I managed to generate that diff. I'm attaching the correct patch. About the slash, there's a link in #9061 that recommends to escape the slash too because it's used to close tags in HTML. Is there any chance that escaping it

[issue9674] make install DESTDIR=/home/blah fails when the prefix specified is /

2010-08-24 Thread Éric Araujo
Éric Araujo added the comment: I have no certitude, but a strong intuition that distutils is not guilty at all here, but the makefile is. When I talk about the cosmetic bug, I refer to the double slash thing. -- ___ Python tracker

[issue1194222] parsedate and Y2K

2010-08-24 Thread R. David Murray
R. David Murray added the comment: Applied in r84310. Leaving issue open pending backport. Thanks, Jeffrey. -- ___ Python tracker ___ ___

[issue4966] Improving Lib Doc Sequence Types Section

2010-08-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: Please go ahead. I will gladly review anything you do. -- ___ Python tracker ___ ___ Python-bugs-lis

[issue9675] segfault: PyDict_SetItem: Assertion `value' failed.

2010-08-24 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Importing "bsddb" crashes. Importing "bsddb3" (the updated version I keep independiently of python) DOESN'T crash. bsddb = 4.8.4 bsddb3 = 5.0.0 (currently). Checking the changelog, I see this possible cause: """ * Capsule support was buggy. The string pa

[issue2830] Copy cgi.escape() to html

2010-08-24 Thread Pablo Mouzo
Changes by Pablo Mouzo : Removed file: http://bugs.python.org/file18619/issue2830.diff ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue9674] make install DESTDIR=/home/blah fails when the prefix specified is /

2010-08-24 Thread aj
aj added the comment: Thanks for the reply Eric. It is not a cosmetic thing. It's a bug for sure in python-2.6 disutils. I will try out python-2.7, 3.1, 3.2 and update the bug. -- ___ Python tracker __

[issue9632] Remove sys.setfilesystemencoding()

2010-08-24 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue9632] Remove sys.setfilesystemencoding()

2010-08-24 Thread STINNER Victor
STINNER Victor added the comment: About the patch: it should patch "Filenames and unicode" section of Doc/whatsnew/3.2.rst (to explain that sys.setfilesystemencoding() is replaced by the PYTHONFSENCODING env var). -- ___ Python tracker

[issue9632] Remove sys.setfilesystemencoding()

2010-08-24 Thread STINNER Victor
STINNER Victor added the comment: > Think of e.g. embedded Python interpreters or py2exe-style applications > running on Linux or other systems that don't use Unicode APIs > for FS-interaction or have fixed FS-encodings. What is the problem here? Python does guess the filesystem encoding. If t

[issue9674] make install DESTDIR=/home/blah fails when the prefix specified is /

2010-08-24 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the clarification. Can you test the bug with the versions that are still open for bug fixes, that is 2.7, 3.1 and 3.2? I’ll add tests and apply the original patch in distutils2. (distutils is frozen except for bug fixes, which this minor cosmetic chan

[issue9674] make install DESTDIR=/home/blah fails when the prefix specified is /

2010-08-24 Thread aj
Changes by aj : -- title: make install DESTDIR=/ fails -> make install DESTDIR=/home/blah fails when the prefix specified is / ___ Python tracker ___

[issue9674] make install DESTDIR=/ fails

2010-08-24 Thread aj
aj added the comment: I ran ./configure --prefix=/ make make install DESTDIR=/home/blah The installation tries to install at /lib/python2.6 which fails because I am not root. It should not try to install anything at / because I specified DESTDIR as /home/blah. -- ___

[issue8622] Add PYTHONFSENCODING environment variable

2010-08-24 Thread STINNER Victor
STINNER Victor added the comment: r84308 should fix the last problems on Mac OS X, FreeBSD and Solaris. The last failure on test_sys is on Windows with test_undecodable_code (TypeError: Type str doesn't support the buffer API), which is unrelated. Reopen the issue if you see new failures. --

[issue9674] make install DESTDIR=/ fails

2010-08-24 Thread Éric Araujo
Éric Araujo added the comment: Thank you for the report. I’m not sure I understand the bug. 1) On my linux-based system, doing something on //dir is the same thing as /dir. Is this a cosmetic bug (IOW, you’d like to see /dir and not //dir)? 2) Since I’m not root, creating /lib/python2.6 fails

[issue9254] __import__ docstring should recommend importlib.import_module()

2010-08-24 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue4783] document that json.load/dump can’t be used twice on the same stream

2010-08-24 Thread Éric Araujo
Éric Araujo added the comment: Bob, what is the status of this bug? -- nosy: +d...@python, eric.araujo -georg.brandl title: json documentation needs a BAWM (Big A** Warning Message) -> document that json.load/dump can’t be used twice on the same stream versions: +Python 2.7, Python 3.1

[issue4966] Improving Lib Doc Sequence Types Section

2010-08-24 Thread Éric Araujo
Éric Araujo added the comment: I’m interested in making a series of patches corresponding to your suggestions, unless you or someone else want to do them. I’m assigning to myself so that I don’t forget (I won’t have time for a couple weeks), if someone wants to do it as an easy first patch (T

[issue1545463] New-style classes fail to cleanup attributes

2010-08-24 Thread Facundo Batista
Changes by Facundo Batista : -- versions: -Python 2.5.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue9677] "Global Module Index" link dead

2010-08-24 Thread Éric Araujo
Éric Araujo added the comment: Attached patch fixes that. This renaming is due to the introduction of domains (namespaces for roles and directives) in Sphinx 1.0. -- keywords: +patch nosy: +eric.araujo Added file: http://bugs.python.org/file18635/modindex.diff

[issue9377] socket, PEP 383: Mishandling of non-ASCII bytes in host/domain names

2010-08-24 Thread David Watson
David Watson added the comment: > > It's about environments, not applications > > Still, my question remains. Is it a theoretical problem (i.e. one > of your imagination), or a real one (i.e. one you observed in real > life, without explicitly triggering it)? If real: what was the > specific en

[issue8855] Shelve documentation lacks security warning

2010-08-24 Thread Éric Araujo
Éric Araujo added the comment: Thank you for the report. Would you like to propose a patch against the py3k branch? -- nosy: +eric.araujo stage: -> needs patch versions: +Python 2.7, Python 3.1, Python 3.2 ___ Python tracker

[issue7353] cporting docs recommend using Include/intobject.h, which was removed in 3.1?

2010-08-24 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: -> d...@python nosy: +d...@python ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue8652] Minor improvements to the "Handling Exceptions" part of the tutorial

2010-08-24 Thread Éric Araujo
Éric Araujo added the comment: Since there has been no feedback, you could write a patch to get the discussion going. -- ___ Python tracker ___ _

[issue3565] array documentation, method names not 3.x-compliant

2010-08-24 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: -> d...@python nosy: +d...@python stage: unit test needed -> patch review title: array documentation, method names not 3.0 compliant -> array documentation, method names not 3.x-compliant versions: +Python 2.7, Python 3.2 _

[issue1570255] redirected cookies

2010-08-24 Thread Éric Araujo
Changes by Éric Araujo : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue1570255] redirected cookies

2010-08-24 Thread Éric Araujo
Éric Araujo added the comment: John: You can subscribe to http://mail.python.org/mailman/listinfo/new-bugs-announce and use email filters. Senthil: I’m making you nosy since I think you’re the most qualified to do something here. -- nosy: +eric.araujo, orsenthil status: pending -> op

[issue1578999] PyArg_ParseTuple corrections

2010-08-24 Thread Éric Araujo
Éric Araujo added the comment: Adding Ronald to nosy, maybe he can confirm this is outdated or reopen. -- nosy: +eric.araujo, ronaldoussoren ___ Python tracker ___ ___

[issue1581906] test_sqlite fails on OS X if test_ctypes is run

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: Refer to msg87277 and msg87278. -- nosy: +BreamoreBoy resolution: -> works for me status: open -> closed ___ Python tracker ___ _

[issue1576598] ftplib doesn't follow standard

2010-08-24 Thread Éric Araujo
Éric Araujo added the comment: Mark, it’s helpful to set the superseder field when closing as duplicate. Thanks in advance :) -- nosy: +eric.araujo superseder: -> ftplib: Strict RFC 959 (telnet in command channel) ___ Python tracker

[issue1578999] PyArg_ParseTuple corrections

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: No reply to msg84526. -- nosy: +BreamoreBoy resolution: -> out of date status: open -> closed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker __

[issue1576598] ftplib doesn't follow standard

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: There's a patch on issue821862. -- dependencies: -ftplib: Strict RFC 959 (telnet in command channel) nosy: +BreamoreBoy resolution: -> duplicate status: open -> closed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 _

[issue1575020] Request wave support > 16 bit samples

2010-08-24 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue8781] 32-bit wchar_t doesn't need to be unsigned to be usable (I think)

2010-08-24 Thread Daniel Stutzbach
Daniel Stutzbach added the comment: Commited in r84307. -- keywords: -needs review resolution: -> accepted stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue1570255] redirected cookies

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: I'll close this in a couple of weeks unless anyone objects. -- components: +Library (Lib) -None nosy: +BreamoreBoy stage: -> unit test needed status: open -> pending type: -> behavior versions: +Python 2.7, Python 3.1, Python 3.2 _

[issue9675] segfault: PyDict_SetItem: Assertion `value' failed.

2010-08-24 Thread Florent Xicluna
Florent Xicluna added the comment: It is probably related to the CObject PendingDeprecationWarning. For the record, bsddb does not use the new Capsule API in Python 2.7. ref: http://bugs.python.org/issue7992#msg104140 -- ___ Python tracker

[issue1566331] Bad behaviour in .obuf*

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: I think SNDCTL_SET_CHANNELS should have read SNDCTL_DSP_CHANNELS. The code was changed in r42752 so is this still a problem? -- nosy: +BreamoreBoy ___ Python tracker __

[issue1194222] parsedate and Y2K

2010-08-24 Thread Jeffrey Finkelstein
Jeffrey Finkelstein added the comment: Removed copyright additions from patch. -- Added file: http://bugs.python.org/file18634/issue1194222-trunk.diff ___ Python tracker ___ _

[issue1194222] parsedate and Y2K

2010-08-24 Thread Jeffrey Finkelstein
Jeffrey Finkelstein added the comment: Removed copyright additions from patch. -- Added file: http://bugs.python.org/file18633/issue1194222-py3k.diff ___ Python tracker ___ __

[issue9677] "Global Module Index" link dead

2010-08-24 Thread Brett Cannon
New submission from Brett Cannon : When you build the HTML docs the "Global Module Index" link does not work while the "modules" link in the upper-right corner does. -- assignee: d...@python components: Documentation messages: 114832 nosy: brett.cannon, d...@python priority: high severi

[issue8750] Many of MutableSet's methods assume that the other parameter is not self

2010-08-24 Thread Daniel Stutzbach
Daniel Stutzbach added the comment: Committed as r84301, r84302, and r84305. -- keywords: -needs review stage: patch review -> committed/rejected status: open -> closed versions: -Python 2.6 ___ Python tracker __

[issue9676] Keyword to disambiguate python version

2010-08-24 Thread Éric Araujo
Changes by Éric Araujo : -- stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue1552880] Unicode Imports

2010-08-24 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Possibly. I made a comment in issue 9425 explaining the particular trick that this here patch makes (using utf-8 as an intermediate form to avoid having to change all the machinery in import.c) -- ___ Pyth

[issue9676] Keyword to disambiguate python version

2010-08-24 Thread Benjamin Peterson
Benjamin Peterson added the comment: Please post to python-ideas first, and note that no syntax changes are allowed until 3.3. -- nosy: +benjamin.peterson resolution: -> rejected ___ Python tracker __

[issue9425] Rewrite import machinery to work with unicode paths

2010-08-24 Thread Kristján Valur Jónsson
Kristján Valur Jónsson added the comment: Yes. in #1552880 I tried to make as minimal a change as possible. This particular patch is still in use in EVE Online, which is installed in various strange and exotic paths in the orient.. The trick I employed there was to encode everything to utf-

[issue9572] IOError in test_multiprocessing

2010-08-24 Thread Brett Cannon
Brett Cannon added the comment: Fixed in r84304. Thanks for catching that, Łukasz. -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue9676] Keyword to disambiguate python version

2010-08-24 Thread Amadiro
New submission from Amadiro : I would propose that an idiomatic way is created, for instance a pragma or statement, which allows one to disambiguate the used python version in a manner that is both obvious for the human reader, and as well allows python to reject the script, should the wrong v

[issue1565509] Repair or Change installation error

2010-08-24 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker ___ ___ Pytho

[issue1564508] RFC 2965 BaseCookie does not support "$Port"

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: This won't go anywhere unless someone provides a patch. -- nosy: +BreamoreBoy versions: +Python 3.2 ___ Python tracker ___ ___

[issue9675] segfault: PyDict_SetItem: Assertion `value' failed.

2010-08-24 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue9675] segfault: PyDict_SetItem: Assertion `value' failed.

2010-08-24 Thread Florent Xicluna
Florent Xicluna added the comment: Actually, the issue seems to be in bsddb. $ ./python -We -c 'import bsddb' python: Objects/dictobject.c:759: PyDict_SetItem: Assertion `value' failed. Abandon -- ___ Python tracker

[issue9675] segfault: PyDict_SetItem: Assertion `value' failed.

2010-08-24 Thread Florent Xicluna
New submission from Florent Xicluna : Crash on Python 2.7 branch. $ ./python -We -c 'import anydbm' python: Objects/dictobject.c:759: PyDict_SetItem: Assertion `value' failed. Abandon It occurs with all optional modules compiled. -- messages: 114823 nosy: flox priority: normal severity

[issue1563079] code.InteractiveConsole() and closed sys.stdout

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: Works fine on 2.7 and py3k. -- nosy: +BreamoreBoy resolution: -> out of date status: open -> closed ___ Python tracker ___ __

[issue8296] multiprocessing.Pool hangs when issuing KeyboardInterrupt

2010-08-24 Thread Ask Solem
Ask Solem added the comment: This is related to our discussions at #9205 as well (http://bugs.python.org/issue9205), as the final patch there will also fix this issue. -- ___ Python tracker __

[issue1552880] Unicode Imports

2010-08-24 Thread STINNER Victor
STINNER Victor added the comment: > I think #9425 super*s*edes this. Am I correct? #8611 or #9425, as you want. Anyway, I'm working on this topic and I will try to fix it before Python 3.2 release. -- nosy: +haypo ___ Python tracker

[issue1560032] confusing error msg from random.randint

2010-08-24 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: unit test needed -> patch review versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___ _

[issue9425] Rewrite import machinery to work with unicode paths

2010-08-24 Thread STINNER Victor
STINNER Victor added the comment: See also #1552880. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue1559298] test_popen fails on Windows if installed to "Program Files"

2010-08-24 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue1554133] PyOS_InputHook() and related API funcs. not documented

2010-08-24 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: -> d...@python nosy: +d...@python ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue8296] multiprocessing.Pool hangs when issuing KeyboardInterrupt

2010-08-24 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +asksol ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue1552880] Unicode Imports

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: I think #9425 supercedes this. Am I correct? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Pyth

[issue8296] multiprocessing.Pool hangs when issuing KeyboardInterrupt

2010-08-24 Thread Albert Strasheim
Albert Strasheim added the comment: Any chance of getting this patch applied? Thanks. -- ___ Python tracker ___ ___ Python-bugs-list m

[issue8296] multiprocessing.Pool hangs when issuing KeyboardInterrupt

2010-08-24 Thread Albert Strasheim
Changes by Albert Strasheim : -- nosy: +Albert.Strasheim ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue1544102] ctypes unit test fails (test_macholib.py) under MacOS 10.4.7

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: Can this now be closed? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing

[issue1542677] compile(): IDLE shell gives different len() of unicode strings compared to Python shell

2010-08-24 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list

[issue1194222] parsedate and Y2K

2010-08-24 Thread R. David Murray
R. David Murray added the comment: Adding a copyright notice for a patch is not something that we generally do (and your current mod is implicitly claiming the whole file, which doesn't seem right in any case). My understanding is that US copyright law says you have the copyright whether the

[issue5911] built-in compile() should take encoding option.

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: Anyone interested in producing an updated patch? -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.7 ___ Python tracker ___ _

[issue1542544] Improve dynamic linking support on AIX

2010-08-24 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1538778] pyo's are not overwritten by different optimization levels

2010-08-24 Thread Mark Lawrence
Changes by Mark Lawrence : -- versions: +Python 3.2 -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue1535504] CGIHTTPServer doesn't handle path names with embeded space

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: A patch that includes unit tests and doc changes is presumably needed to take this forward. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker

[issue9673] Entry Widget Not Editable under Windows XP

2010-08-24 Thread Firat Ozgul
Firat Ozgul added the comment: That sounds nice. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue1531775] HTTPSConnection request hangs

2010-08-24 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue1534607] IndexError: Add bad index to msg

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: Is this ever likely to happen, it's already been closed and reopened once? -- nosy: +BreamoreBoy versions: -Python 2.7 ___ Python tracker ___

[issue1531775] HTTPSConnection request hangs

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: Is this still a problem with later versions of Python? -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6, Python 3.0 ___ Python tracker

[issue1528593] Printing: No print dialog or page setup

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: Can our Windows gurus please comment on msg54869. -- nosy: +BreamoreBoy, tim.golden versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker _

[issue1528363] forward in turtle module may cause incorrect display

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: I can't reproduce this with 3.1 on Windows Vista so can this be closed? -- nosy: +BreamoreBoy ___ Python tracker ___ _

  1   2   >