[issue11185] test_wait4 error on AIX

2011-03-08 Thread Sébastien Sablé
Sébastien Sablé added the comment: Yes, for the test, as I put in msg128727, it works fine by removing WNOHANG. However I should put a note in the AIX-NOTES file to explain that wait4 is broken with WNOHANG on AIX and suggest the 2 workarounds. --

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread blokeley
Changes by blokeley : Removed file: http://bugs.python.org/file20863/py3k_rev9921_issue11298.patch ___ Python tracker ___ ___ Python-bugs-list

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread blokeley
Changes by blokeley : Removed file: http://bugs.python.org/file20865/py2.7-maint_rev45852_issue11298.patch ___ Python tracker ___ ___ Python-

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread blokeley
Changes by blokeley : Removed file: http://bugs.python.org/file20866/py3.2-maint_rev9895_issue11298.patch ___ Python tracker ___ ___ Python-b

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread blokeley
blokeley added the comment: Patch for py3k (default branch). -- Added file: http://bugs.python.org/file21042/issue11298_default.patch ___ Python tracker ___

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread blokeley
blokeley added the comment: Patch for 2.7 branch. -- Added file: http://bugs.python.org/file21043/issue11298_py2.7.patch ___ Python tracker ___ _

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread blokeley
blokeley added the comment: Patch for 3.2 branch. This is the first time I've submitted patches so I hope the format is OK. If I could have submitted 1 patch to apply to 2.7, 3.2 and py3k at the same time let me know. Hope this helps. -- Added file: http://bugs.python.org/file21044/is

[issue11432] webbrowser.open on unix fails.

2011-03-08 Thread Charles-Francois Natali
Charles-Francois Natali added the comment: The problem lies here: /* Close pipe fds. Make sure we don't close the same fd more than */ /* once, or standard fds. */ if (p2cread > 2) { POSIX_CALL(close(p2cread)); } (c2pwrite > 2) { POSIX_CALL(close(c2pwrite)); } if (errwrite != c2pwrite &

[issue2636] Regexp 2.7 (modifications to current re 2.2.2)

2011-03-08 Thread Davide Rizzo
Changes by Davide Rizzo : -- nosy: +davide.rizzo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue2771] new commit

2011-03-08 Thread Georg Brandl
Georg Brandl added the comment: test the roundup hook http://hg.python.org/cpythonb48aeb097432 -- nosy: +georg.brandl title: test issue -> new commit ___ Python tracker ___ _

[issue2771] new commit

2011-03-08 Thread Georg Brandl
Georg Brandl added the comment: test the roundup hook again http://hg.python.org/cpython/dfc4a58fc2d4 -- ___ Python tracker ___ ___ Py

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Changes by Georg Brandl : -- title: new commit -> Test issue ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Georg Brandl added the comment: test the roundup hook another time http://hg.python.org/cpython/65f5077e877b -- ___ Python tracker ___ ___

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Georg Brandl added the comment: test the roundup hook another time http://hg.python.org/cpython/8f21aec26226 -- ___ Python tracker ___ ___

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Georg Brandl added the comment: test the roundup hook another time http://hg.python.org/cpython/cf074b297bf9 -- ___ Python tracker ___ ___

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Georg Brandl added the comment: test the roundup hook another time http://hg.python.org/cpython/502f0683b161 -- ___ Python tracker ___ ___

[issue670664] HTMLParser.py - more robust SCRIPT tag parsing

2011-03-08 Thread Alexander
Alexander added the comment: This is small patch for related bug issue9577 which actually is not related to this bug. -- nosy: +friday Added file: http://bugs.python.org/file21045/cdata_patch.diff ___ Python tracker

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Georg Brandl added the comment: : test the refactored roundup hook. http://hg.python.org/cpython/cd21195d07ca -- ___ Python tracker ___ __

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Changes by Georg Brandl : -- status: closed -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue2271] msi installs to the incorrect location (C drive)

2011-03-08 Thread Georg Brandl
Georg Brandl added the comment: finally fixing issue 2271: yay! http://hg.python.org/cpython/add991f6527a -- nosy: +georg.brandl ___ Python tracker ___ __

[issue2271] msi installs to the incorrect location (C drive)

2011-03-08 Thread Georg Brandl
Changes by Georg Brandl : -- Removed message: http://bugs.python.org/msg130321 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue2771] Test issue

2011-03-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: re bug 2771 -- testing the roundup hook. http://hg.python.org/cpython/c37da7946f2b -- nosy: +pitrou ___ Python tracker ___ _

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Changes by Georg Brandl : -- nosy: -ezio.melotti, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Georg Brandl added the comment: finally fixing issue 2771: yay! http://hg.python.org/cpython/440238c16a7a -- resolution: invalid -> fixed status: open -> closed ___ Python tracker __

[issue670664] HTMLParser.py - more robust SCRIPT tag parsing

2011-03-08 Thread Alexander
Alexander added the comment: And this patch fix the both bugs in more elegant way -- Added file: http://bugs.python.org/file21046/cdata_patch.diff ___ Python tracker ___ __

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: docs@python -> ezio.melotti stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue11072] Add MLSD command support to ftplib

2011-03-08 Thread SilentGhost
SilentGhost added the comment: Here is a patch incorporating some of the changes proposed by Eric: * drop callback, return generator of (filename, fact-dict) > Aren't you modifying the state on the server (via "OPTS MLST"), and then if > you make a subsequent call without specifying "facts" y

[issue2771] Test issue

2011-03-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: > re bug 2771 -- testing the roundup hook. > http://hg.python.org/cpython/c37da7946f2b Looks like this URL misses the "/rev/" before the changeset id. -- nosy: +pitrou ___ Python tracker

[issue9269] Cannot pickle self-referencing sets

2011-03-08 Thread bcroq
Changes by bcroq : -- nosy: +bcroq ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailma

[issue1062277] Pickle breakage with reduction of recursive structures

2011-03-08 Thread bcroq
Changes by bcroq : -- nosy: +bcroq ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mai

[issue4033] python search path - .pth recursion

2011-03-08 Thread Graham Wideman
Changes by Graham Wideman : -- nosy: +gwideman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue9291] mimetypes initialization fails on Windows because of non-Latin characters in registry

2011-03-08 Thread Francis Devereux
Changes by Francis Devereux : -- nosy: +frankoid ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue11413] Idle doesn't start

2011-03-08 Thread Chris
Chris added the comment: Can you please guide me step by step - how and where exactly do I open a command prompt?   --- On Mon, 3/7/11, Amaury Forgeot d'Arc wrote: From: Amaury Forgeot d'Arc Subject: [issue11413] Idle doesn't start To: ceonnbo...@yahoo.com Date: Monday, March 7, 2011, 4:2

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread Ezio Melotti
Ezio Melotti added the comment: #11298: Improve the unittest discovery explanation. http://hg.python.org/cpython/rev/bbf8a8a1af17 -- ___ Python tracker ___ _

[issue11413] Idle doesn't start

2011-03-08 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: - Click the "Start" button - On this menu, click the "Run..." item (almost at the bottom) - In the small windows that opens, type "cmd" and click OK. This opens the command prompt. - In this window, type: c:\python32\python.exe -m idlelib.idle To cop

[issue9291] mimetypes initialization fails on Windows because of non-Latin characters in registry

2011-03-08 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue11433] syntax error at "while" statement in IDLE/python shell

2011-03-08 Thread SilentGhost
Changes by SilentGhost : -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread Ezio Melotti
Ezio Melotti added the comment: #11298: merge from 3.2. http://hg.python.org/cpython/rev/fa23f323d747 -- ___ Python tracker ___ ___ P

[issue11413] Idle doesn't start

2011-03-08 Thread Chris
Chris added the comment: Thank you, here is the message I got:     Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\Ceonn>c:\python32\python.exe -m idlelib.idle Traceback (most recent call last):   File "c:\python32\lib\runpy.py", line

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread Ezio Melotti
Ezio Melotti added the comment: #11298: Improve the unittest discovery explanation. http://hg.python.org/cpython/rev/88b5a93b1725 -- ___ Python tracker ___ _

[issue11439] subversion keyword breakage

2011-03-08 Thread Stefan Krah
New submission from Stefan Krah : Several files rely on properly substituted subversion keywords. In the cpython clone the keywords aren't substituted. 3.3 example: $ find . -name "*.c" | xargs grep -n '"\$' ./Modules/_bsddb.c:102:static char *rcs_id = "$Id$"; ./Modules/pyexpat.c:

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed on 2.7, 3.2 and py3k, thanks for the patch! -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker __

[issue11413] Idle doesn't start

2011-03-08 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: You certainly have a TCL_LIBRARY environment variable set on your system, it should be removed. For detailed instructions: http://mail.python.org/pipermail/python-list/2010-April/1241061.html -- ___ Python tra

[issue11413] Idle doesn't start

2011-03-08 Thread Chris
Chris added the comment: In the Control Panel - System - Advanced - Environment Variables I find variables:   PYTHONCASEOK, --- On Tue, 3/8/11, Amaury Forgeot d'Arc wrote: From: Amaury Forgeot d'Arc Subject: [issue11413] Idle doesn't start To: ceonnbo...@yahoo.com Date: Tuesday, March 8,

[issue11413] Idle doesn't start

2011-03-08 Thread Chris
Chris added the comment: Sent previous message before it was finished, will resend, got to go now though. --- On Tue, 3/8/11, Amaury Forgeot d'Arc wrote: From: Amaury Forgeot d'Arc Subject: [issue11413] Idle doesn't start To: ceonnbo...@yahoo.com Date: Tuesday, March 8, 2011, 10:43 AM Amaur

[issue11440] fix_callable should be dropped from lib2to3 / changed

2011-03-08 Thread SilentGhost
New submission from SilentGhost : Since the callable return in 3.2, should the fix_callable be dropped from lib2to3 or should it be adjusted to make distinction between 3.1 and 3.2 situation? I'm not sure if latter is possible. -- components: 2to3 (2.x to 3.0 conversion tool) messages:

[issue11439] subversion keyword breakage

2011-03-08 Thread Skip Montanaro
Changes by Skip Montanaro : -- nosy: +skip.montanaro ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue11439] subversion keyword breakage

2011-03-08 Thread Skip Montanaro
Skip Montanaro added the comment: See also issue 11421. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue11441] compile() raises SystemError if called from except clause

2011-03-08 Thread July Tikhonov
New submission from July Tikhonov : Normal: >>> compile('1 = 1', '', 'exec') Traceback (most recent call last): File "", line 1, in File "", line 1 SyntaxError: can't assign to literal SystemError is raised instead of SyntaxError: >>> try: abcde ... except NameError: ... compile('1 = 1', '

[issue11441] compile() raises SystemError if called from except clause

2011-03-08 Thread Daniel Urban
Daniel Urban added the comment: Apparently ast_error_finish calls PyTuple_GetItem with a value that is not a tuple, but a SyntaxError instance (in Python/ast.c line 112). It seems that ast_error_finish expects that PyErr_Fetch will return the exception value as a tuple, and in some cases thi

[issue11344] Add height argument to os.path.dirname()

2011-03-08 Thread blokeley
blokeley added the comment: os.path.splitpath() as described by rhettinger would solve the problem. If I wrote the patches, tests and docs, what are the chances of it being accepted? -- ___ Python tracker __

[issue11344] Add height argument to os.path.dirname()

2011-03-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: > If I wrote the patches, tests and docs, what are the chances of it > being accepted? Rather high as far as I'm concerned. Be careful with semantics and implementation under Windows, though (you should probably take a look at existing functions in ntpath.py

[issue11441] compile() raises SystemError if called from except clause

2011-03-08 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Right. In most cases, "PyErr_SetObject(PyExc_SyntaxError, tuple);" will store the untouched tuple in tstate->curexc_value, *except* when "Implicit exception chaining" occurs, in which case the exception is normalized. ast_error_finish() should not expec

[issue11442] list_directory() in SimpleHTTPServer.py should add charset=... to Content-type header

2011-03-08 Thread Guido van Rossum
New submission from Guido van Rossum : The security list received a report about SimpleHTTPServer's list_directory(). It needs to add a charset parameter to the Content-type header. This is already done in Python 3 (where this code lives in http/server.py) but not in any Python 2 versions I ca

[issue11442] list_directory() in SimpleHTTPServer.py should add charset=... to Content-type header

2011-03-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: > It needs to add a charset parameter to the Content-type header. What is the rationale? -- nosy: +orsenthil, pitrou ___ Python tracker ___ __

[issue11442] list_directory() in SimpleHTTPServer.py should add charset=... to Content-type header

2011-03-08 Thread Guido van Rossum
Guido van Rossum added the comment: >> It needs to add a charset parameter to the Content-type header. > > What is the rationale? Without a charset parameter, IE7 engages in encoding-sniffing and can be enticed to interpret the output as UTF7. This allows an attacker to hide e.g.

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: Changeset b92334d06445 by Antoine Pitrou : Issue #2771: fixing frobnicator\nI hope this works -- nosy: +python-dev ___ Python tracker ___ ___

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: Changeset b92334d06445 by Antoine Pitrou : Issue #2771: fixing frobnicator\nI hope this works -- nosy: +python-dev ___ Python tracker ___ ___

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: Changeset b92334d06445 by Antoine Pitrou : Issue #2771: fixing frobnicator\nI hope this works -- nosy: +python-dev ___ Python tracker ___ ___

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou : Issue #2771: fixing frobnicator again! -- ___ Python tracker ___ _

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou: Issue #2771: fixing frobnicator again! -- ___ Python tracker ___ __

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou: Issue #2771: fixing frobnicator again! -- ___ Python tracker ___ __

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou: Issue #2771: fixing frobnicator again! -- ___ Python tracker ___ __

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou: Issue #2771: fixing frobnicator again! http://hg.python.org/cpython/rev/ef6738f4ba2e -- ___ Python tracker

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou: Issue #2771: fixing frobnicator again! http://hg.python.org/cpython/rev/ef6738f4ba2e -- ___ Python tracker

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou: Issue #2771: fixing frobnicator again! http://hg.python.org/test/rev/ef6738f4ba2e -- ___ Python tracker ___

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou in branch 'default': Issue #2771: fixing frobnicator again! http://hg.python.org/test/rev/ef6738f4ba2e -- ___ Python tracker ___

[issue11443] Zip password issue

2011-03-08 Thread Yaroslav
New submission from Yaroslav : There's issue while setting password. I brute-force different passwords for that arhive-file, and it pass with different, not correct password. For that arhive password is: "pass", but that arhive is correct in python and even extract files from that with not corr

[issue11444] logging FileHandler.close should acquire its lock before closing stream

2011-03-08 Thread Adam Ernst
New submission from Adam Ernst : This is my first report, apologies if I missed any tracker etiquette. The logging module registers shutdown() to run via atexit. shutdown() calls flush() and close() on each handler. However if a FileHandler is writing to a file while shutdown() is executing, a

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou in branch 'default': Issue #2771: fixing frobnicator again! /rev/ef6738f4ba2e -- ___ Python tracker

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou in branch 'default': Issue #2771: fixing frobnicator again! http://hg.python.org/test/rev/ef6738f4ba2e -- ___ Python tracker ___

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset ef6738f4ba2e by Antoine Pitrou in branch 'default': Issue #2771: fixing frobnicator again! http://hg.python.org/test/rev/ef6738f4ba2e -- ___ Python tracker ___

[issue11443] Zip password issue

2011-03-08 Thread Yaroslav
Yaroslav added the comment: I forgot zip file -- Added file: http://bugs.python.org/file21052/data.zip ___ Python tracker ___ ___ Pyt

[issue11432] webbrowser.open on unix fails.

2011-03-08 Thread Charles-Francois Natali
Charles-Francois Natali added the comment: Attached is a patch checking that no FD is closed more once when closing pipe FDs, along with an update for test_subprocess. -- keywords: +patch Added file: http://bugs.python.org/file21053/subprocess_same_fd.diff _

[issue11443] Zip password issue

2011-03-08 Thread Charles-Francois Natali
Charles-Francois Natali added the comment: The check is done in py3k: Traceback (most recent call last): File "/home/cf/test_zip.py", line 7, in print(z.read("secretfile.txt")) File "/home/cf/py3k/Lib/zipfile.py", line 889, in read with self.open(name, "r", pwd) as fp: File "/hom

[issue11432] webbrowser.open on unix fails.

2011-03-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: That probably won't make a difference here, but be aware that we switched to Mercurial and the SVN repo won't get updates anymore. See http://docs.python.org/devguide/ and http://docs.python.org/devguide/setup.html#getting-the-source-code for details. ---

[issue8594] Add a "source_address" option to ftplib

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7f605fa1688d by Giampaolo Rodol�� in branch 'default': #8594: fix ResourceWarning in test_ftplib.py - patch by Nadeem Vawda. http://hg.python.org/cpython/rev/7f605fa1688d -- nosy: +python-dev ___ Python

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset a25e4c9f7b3a by éléphant in branch 'default': Issue #2771: héhé http://hg.python.org/test/rev/a25e4c9f7b3a -- ___ Python tracker __

[issue8594] Add a "source_address" option to ftplib

2011-03-08 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue10617] Collections ABCs can’t be linked to

2011-03-08 Thread Sandro Tosi
Sandro Tosi added the comment: Hi Éric, after #11085, I think the part of the doc you're referring to has been moved to collections.abc.rst, is that correct? If so, can you please explain what you'd like to see? all those ":class:`Container`" converted into ".. class:: Container" in the table

[issue11344] Add os.path.splitpath(path) function

2011-03-08 Thread blokeley
blokeley added the comment: I started writing the patch against py2.7 but realised that 2.7 could be the last in the 2.x series. I'll write the patch against default tip. -- title: Add height argument to os.path.dirname() -> Add os.path.splitpath(path) function __

[issue7689] Pickling of classes with a metaclass and copy_reg

2011-03-08 Thread François Bissey
Changes by François Bissey : -- nosy: +fbissey ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue11441] compile() raises SystemError if called from except clause

2011-03-08 Thread Daniel Urban
Daniel Urban added the comment: Here is a patch. I wasn't sure, where to put the test, so I put it in test_ast. -- keywords: +patch Added file: http://bugs.python.org/file21054/issue11441.patch ___ Python tracker

[issue11009] urllib.splituser is not documented

2011-03-08 Thread Sandro Tosi
Changes by Sandro Tosi : -- nosy: +sandro.tosi versions: +Python 2.7, Python 3.2, Python 3.3 -Python 2.6 ___ Python tracker ___ ___ Py

[issue11444] logging FileHandler.close should acquire its lock before closing stream

2011-03-08 Thread Ned Deily
Changes by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue11443] Zip password issue

2011-03-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: 2.6/2.7 only get security fixes. I do not think this qualifies -- components: +Library (Lib) nosy: +terry.reedy stage: -> test needed type: -> behavior versions: -Python 2.5, Python 2.6 ___ Python tracker

[issue11441] compile() raises SystemError if called from except clause

2011-03-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +benjamin.peterson, brett.cannon, georg.brandl, ncoghlan ___ Python tracker ___ ___ Python-bugs-l

[issue11440] fix_callable should be dropped from lib2to3 / changed

2011-03-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue11435] Links to source code should now point to hg repo

2011-03-08 Thread Antoine Pitrou
Antoine Pitrou added the comment: > So, it's not possible to access http://svn.python.org/view/python > /branches/py3k/ at all now? Hmm, apparently no. Is it important? -- ___ Python tracker _

[issue11440] fix_callable should be dropped from lib2to3 / changed

2011-03-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: I suspect that this will not be the last time that a fix is version dependent. I think that the 2to3 distributed with 3.x should fix to 3.x. Otherwise, the fix would have to do an 'if version...' dance. (Perhaps the version distributed with 2.7 should do *tha

[issue11441] compile() raises SystemError if called from except clause

2011-03-08 Thread Benjamin Peterson
Benjamin Peterson added the comment: You can put the test in test_compile. -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue11445] Something changed w.r.t. /pythonN.M/site-packages in the Hg switch

2011-03-08 Thread Skip Montanaro
New submission from Skip Montanaro : I routinely configure Python like so on my Mac (10.5.8): ./configure --prefix=/Users/skip/local --enable-shared LDFLAGS=-L/opt/local/lib CPPFLAGS=-I/opt/local/include This has always worked for me. Now, after installing from my Mercurial sandbox I hav

[issue11441] compile() raises SystemError if called from except clause

2011-03-08 Thread Daniel Urban
Daniel Urban added the comment: Okay, here is a new patch with the test in the correct place (I hope). -- Added file: http://bugs.python.org/file21055/issue11441_2.patch ___ Python tracker

[issue11445] Something changed w.r.t. /pythonN.M/site-packages in the Hg switch

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

[issue11413] Idle doesn't start

2011-03-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: Chris: I appreciate you wanting use IDLE. I love it, hope to improve it, and am sorry that people occasionally have a problem starting it. However, this is not a bug report but a usage question that would better have been posted to our python-list email list

[issue11413] Idle doesn't start

2011-03-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: It also appears that you are submitting messages as HTML rather than plain text. Hence the junk 'unknown' files. Please do not do that. (Messages to a mailing list or newsgroup should also be plain text.) -- ___ Py

[issue11413] Idle doesn't start

2011-03-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : Removed file: http://bugs.python.org/file21038/unnamed ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue11413] Idle doesn't start

2011-03-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : Removed file: http://bugs.python.org/file21048/unnamed ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue11413] Idle doesn't start

2011-03-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : Removed file: http://bugs.python.org/file21049/unnamed ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue11413] Idle doesn't start

2011-03-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : Removed file: http://bugs.python.org/file21050/unnamed ___ Python tracker ___ ___ Python-bugs-list mailing list Un

  1   2   >