[issue2889] curses for windows (alternative patch)

2010-08-24 Thread Tim Golden
Tim Golden added the comment: I have no strong opinion, Roumen, (and no experience with the package) but why -1 from you? -- ___ Python tracker ___ _

[issue9572] IOError in test_multiprocessing

2010-08-24 Thread Łukasz Czuja
Łukasz Czuja added the comment: I was just playing around with the changes you made and it seems you've overlooked a small error/typo around line 502: 502 : n elif errno == errno.EACCES: quick fix: 502 : n elif exc.errno == errno.EACCES: Hope this helps

[issue9653] New default argparse output to be added

2010-08-24 Thread Steven Bethard
Steven Bethard added the comment: I see. When there are no arguments you basically want to replace the standard argparse help entirely with your own message, with your own capitalization, etc. What you're doing now looks like a pretty good approach for this, so I guess I'm still not clear wha

[issue1486713] HTMLParser : A auto-tolerant parsing mode

2010-08-24 Thread kxroberto
kxroberto added the comment: for me a parser which cannot be feed with HTML from outside (which I cannot edit myself) has not much use at all. attached my current patch (vs. py26) - many changes meanwhile. and a test case. I've put the default to strict mode, but ... -- Added file: ht

[issue1486713] HTMLParser : A auto-tolerant parsing mode

2010-08-24 Thread kxroberto
Changes by kxroberto : -- versions: +Python 2.6, Python 2.7 Added file: http://bugs.python.org/file18624/test_htmlparser_tolerant.patch ___ Python tracker ___ _

[issue9667] NetBSD curses KEY_* constants

2010-08-24 Thread Bill Green
New submission from Bill Green : _cursesmodule.c provides a list of constants, prefixed with KEY_, corresponding to special keys (KEY_DOWN, KEY_LEFT, KEY_BACKSPACE, etc.). A portion of the function init_curses, which implements these, is #defined out on NetBSD (at line 2860 in Python 2.7). Py

[issue9653] New default argparse output to be added

2010-08-24 Thread Tom Browder
Tom Browder added the comment: ... > I see. When there are no arguments you basically want to replace the standard > argparse help entirely with your own > message, with your own capitalization, > etc. > What you're doing now looks like a pretty good approach for this, so > I guess I'm still no

[issue3754] cross-compilation support for python build

2010-08-24 Thread Roumen Petrov
.py test_sysconfig pass. This patch is restored previous behaviour and now symlinked system python into cross build tree will behave as before i.e. as expected ;) -- Added file: http://bugs.python.org/file18625/python-trunk-20100824-CROSS.patch ___ Pyt

[issue3871] cross and native build of python for mingw32 with distutils

2010-08-24 Thread Roumen Petrov
Roumen Petrov added the comment: update patch still for 2.7 with - restored build of ctypes (broken after recent updates) - python build with ncurses library, test pass - python build with readline library, test pass -- Added file: http://bugs.python.org/file18626/python-trunk-20100824

[issue2889] curses for windows (alternative patch)

2010-08-24 Thread Roumen Petrov
Roumen Petrov added the comment: Recent ncurses pass python tests with only one small update (part of patch to issue 3871): = --- ./Lib/test/test_curses.py.MINGW 2010-08-09 00:03:48.0 +0300 +++ ./Lib/test/test_curses.py 2010-08-09 00:05:38.0

[issue2830] Copy cgi.escape() to html

2010-08-24 Thread Georg Brandl
Georg Brandl added the comment: The actual implementation seems to be missing in the new patch; also the docs are not updated. Is it necessary to escape the slash? -- ___ Python tracker __

[issue3871] cross and native build of python for mingw32 with distutils

2010-08-24 Thread Luke Kenneth Casson Leighton
Luke Kenneth Casson Leighton added the comment: On Sun, Aug 8, 2010 at 12:27 AM, Éric Araujo wrote: > > Éric Araujo added the comment: > > FYI, distutils is frozen because even minor bug fixes have broken third-party > tools in the past, that’s why new features and bug fixes land in distutils

[issue9668] strings in json.dump in '' instead of ""

2010-08-24 Thread refresh
New submission from refresh : when you use json.dump() on object, the strings in the file it was written to are inside '' instead of "" -- components: None messages: 114781 nosy: refresh priority: normal severity: normal status: open title: strings in json.dump in '' instead of "" type:

[issue9668] strings in json.dump in '' instead of ""

2010-08-24 Thread Jordan Szubert
Jordan Szubert added the comment: could not reproduce: Python 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> from cStringIO import StringIO as F >>> import json >>> json.dumps('foo') '"fo

[issue1469629] __dict__ = self in subclass of dict causes a memory leak?

2010-08-24 Thread Armin Rigo
Armin Rigo added the comment: Added the two tests in Lib/test/leakers as r45389 (in 2006) and r84296 (now). -- ___ Python tracker ___ _

[issue1172711] long long support for array module

2010-08-24 Thread Meador Inge
Meador Inge added the comment: Overall the patch looks good. I don't think it is an extremely important feature, but similar support is already available in other places (e.g. 'struct', 'ctypes'). Here is a patch updated for py3k with some minor additions: (1) Fixed some doc inconsistenc

[issue9669] regexp: zero-width matches in MIN_UNTIL

2010-08-24 Thread Armin Rigo
New submission from Armin Rigo : The attached example shows a case where the '_sre' module goes into an instantaneous infinite memory leak. The bug (and probably the fix too) is related to empty matches in the MIN_UNTIL operator ("+?", "*?"). It looks very similar to the bug and fix already

[issue1486713] HTMLParser : A auto-tolerant parsing mode

2010-08-24 Thread R. David Murray
R. David Murray added the comment: 2.6 is now in security-fix-only mode. Since this is a new feature, it can only go into 3.2. Can you provide a patch against py3k trunk? I've only glanced at the patch briefly, but one thing that concerns me is 'warning file'. I suppose that either the log

[issue9670] Exceed Recursion Limit in Thread

2010-08-24 Thread Jared Lang
New submission from Jared Lang : Recursion within a thread on OSX can result in a crash by exceeding the systems recursion limit. Recursion behaves as expected if not in thread, meaning it throws a RunTimeError with the message "maximum recursion depth exceeded." The crash is able to be avoid

[issue9670] Exceed Recursion Limit in Thread

2010-08-24 Thread R. David Murray
R. David Murray added the comment: This is not the first recursion limit related problem we've seen with FreeBSD derived systems. See for example Issue1201456. It would be nice to have an actual fix for this class of problem, but I have no clue what that would look like. There may also be a

[issue6822] Error calling .storlines from ftplib

2010-08-24 Thread d nazario
Changes by d nazario : -- versions: -Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue9670] Exceed Recursion Limit in Thread

2010-08-24 Thread Ronald Oussoren
Ronald Oussoren added the comment: This is the same issue as #6763. The root cause of this issue is that the default stack size for threads other than the main thread is small. One way to fix this issue is to increase the default stacksize for new threads. -- __

[issue6822] Error calling .storlines from ftplib

2010-08-24 Thread d nazario
d nazario added the comment: There seems to be a lot of confusion on this thread. So I'll add mine and hopefully clear things up a bit.In short I think aymanhs has it right. This is what I get when trying to send a simple text file on a Windows Xp PC using python 3.x

[issue8432] buildbot: test_send_signal of test_subprocess failure

2010-08-24 Thread Florent Xicluna
Florent Xicluna added the comment: Also occurs on Python 2.7, with "x86 FreeBSD 7.2" buildbot. (I found it on many builds since revision 83725 at least. Older builds are not available) Seen on "x86 FreeBSD" buildbot, too. test test_subprocess failed -- Traceback (most recent call last): Fil

[issue6763] Crash on mac os x leopard in mimetypes.guess_type (or PyObject_Malloc)

2010-08-24 Thread R. David Murray
R. David Murray added the comment: Issue1454481, which introduced the ability to set the thread stack size, indicates that the FreeBSD port maintainers were bumping the default limit higher. So I think (3) is probably the correct solution. -- ___

[issue9670] Exceed Recursion Limit in Thread

2010-08-24 Thread R. David Murray
R. David Murray added the comment: As I mentioned on the other ticket, I think bumping the default stack size is probably the most useful solution. This is is a clearer description of the stack problem, since it doesn't get involved in MIMETypes internals, so I'm not closing it as a duplicat

[issue3754] cross-compilation support for python build

2010-08-24 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue9129] DoS smtpd module vulnerability

2010-08-24 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue2942] mingw/cygwin do not accept asm file as extension source

2010-08-24 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: -> tarek components: +Distutils2 -Distutils dependencies: +msvc9compiler.py: add .asm extension nosy: +eric.araujo, tarek type: -> feature request versions: +Python 2.5, Python 3.1, Python 3.2 ___ Python tracker

[issue2942] mingw/cygwin do not accept asm file as extension source

2010-08-24 Thread Éric Araujo
Changes by Éric Araujo : -- dependencies: -msvc9compiler.py: add .asm extension ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue6822] Error calling .storlines from ftplib

2010-08-24 Thread danonymous
danonymous added the comment: One other observation on this issue. I just 'backleveled' the python on my PC from 3.x to 2.7. My test script works fine on 2.7. - Dan -- versions: +Python 3.1, Python 3.2, Python 3.3 ___ Python tracker

[issue6822] Error calling .storlines from ftplib

2010-08-24 Thread Ayman
Ayman added the comment: My other 2 cents worth. Actually that is my main issue. Things used to work in 2.x, and "suddenly" refused to work after my 3.x upgrade. I'm not saying it worked means it is correct, but the Exception being thrown does not look right. I think we should always have co

[issue2942] mingw/cygwin do not accept asm file as extension source

2010-08-24 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: -terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue1486713] HTMLParser : A auto-tolerant parsing mode

2010-08-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: I agree that a tolerant mode would be good (and often requested). String encoding and decoding also have strict and forgiving modes, so this seems close to a policy. Unit tests with example snippets that properly fail strict mode and pass the new tolerant mo

[issue9671] test_executable_without_cwd fails: AssertionError: 1 != 47

2010-08-24 Thread Sridhar Ratnakumar
New submission from Sridhar Ratnakumar : I see the following failure on Fedora Core 4 (32-bit and 64-bit) with Python 2.7.0. == FAIL: test_executable_without_cwd (test.test_subprocess.ProcessTestCase) --

[issue9672] test_xpickle fails on Windows: invokes pythonx.y instead of pythonxy

2010-08-24 Thread Sridhar Ratnakumar
New submission from Sridhar Ratnakumar : test_xpickle 'python2.4' is not recognized as an internal or external command, operable program or batch file. 'python2.5' is not recognized as an internal or external command, operable program or batch file. 'python2.6' is not recognized as an internal or

[issue9672] test_xpickle fails on Windows: invokes pythonx.y instead of pythonxy

2010-08-24 Thread Sridhar Ratnakumar
Sridhar Ratnakumar added the comment: > On Windows, that should be python24.exe (not python2.4.exe). Hmm, that is only true for ActivePython. For detecting Python interpreters installed on the system, a simple approach could be to hardcode the full paths, as done by tox: http://code.google.co

[issue9673] Entry Widget Not Editable under Windows XP

2010-08-24 Thread Firat Ozgul
New submission from Firat Ozgul : In a Tkinter application that has an Entry() widget on the main window and an askopenfilename() dialog, one should be able to click and type into the Entry() widget as soon as the askopenfilename() dialog is closed. However, the askopenfilename() dialog render

[issue1194222] parsedate and Y2K

2010-08-24 Thread Jeffrey Finkelstein
Jeffrey Finkelstein added the comment: Attached a patch with just the y2k changes and new unit test, for the py3k branch. -- Added file: http://bugs.python.org/file18629/issue1194222-py3k.diff ___ Python tracker

[issue1194222] parsedate and Y2K

2010-08-24 Thread Jeffrey Finkelstein
Jeffrey Finkelstein added the comment: Attached a patch with just the y2k changes and new unit test, for the trunk branch. -- Added file: http://bugs.python.org/file18630/issue1194222-trunk.diff ___ Python tracker

[issue1194222] parsedate and Y2K

2010-08-24 Thread Jeffrey Finkelstein
Jeffrey Finkelstein added the comment: Added my copyright information to the patch for trunk. -- Added file: http://bugs.python.org/file18631/issue1194222-trunk.diff ___ Python tracker __

[issue1194222] parsedate and Y2K

2010-08-24 Thread Jeffrey Finkelstein
Changes by Jeffrey Finkelstein : Removed file: http://bugs.python.org/file18630/issue1194222-trunk.diff ___ Python tracker ___ ___ Python-bu

[issue1820] Enhance Object/structseq.c to match namedtuple and tuple api

2010-08-24 Thread Geoffrey Bache
Changes by Geoffrey Bache : -- nosy: +gjb1002 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue9674] make install DESTDIR=/ fails

2010-08-24 Thread aj
New submission from aj : I tried to install python with make install DESTDIR=/home/blah ./python -E ./setup.py install \ --prefix=/ \ --install-scripts=//bin \ --install-platlib=//lib/python2.6/lib-dynload \ --root=//home/blah

[issue9673] Entry Widget Not Editable under Windows XP

2010-08-24 Thread Cameron Laird
Cameron Laird added the comment: If it'll help, I can translate this to Tcl/Tk, and report it to the Tk maintainers. My first impression, which is in the realm of wild speculation, is that this is a Tk defect which has already been corrected. A bit more care in composition of a homologous T

[issue1525343] Webserver TypeError: expected read buffer, NoneType found

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be closed as there is some doubt as to whether or not this is a Python problem? -- nosy: +BreamoreBoy ___ Python tracker ___ ___

[issue1525806] Tkdnd mouse cursor handling patch

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 ___ _

[issue1527597] New module: miniconf

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: Closed in response to last paragraph of msg84520. -- nosy: +BreamoreBoy resolution: -> out of date status: open -> closed ___ 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 ___ _

[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 _

[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

[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 Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[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

[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

[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

[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

[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 ___ _

[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

[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

[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

[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://

[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

[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 Brian Curtin
Changes by Brian Curtin : -- nosy: +asksol ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[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

[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

[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://

[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 ___ _

[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

[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 __

[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 ___ __

[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

[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
Changes by Florent Xicluna : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[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 ___ ___

[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

[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

[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

[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-

[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 __

[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 Éric Araujo
Changes by Éric Araujo : -- stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing li

[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 __

[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

[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 ___ __

[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 ___ _

[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 __

[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

[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 _

[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 _

[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

[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 _

[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 É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

[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 ___ _

[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 ___ ___

[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

[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

[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 _

  1   2   >