[issue11185] test_wait4 error on AIX

2011-03-08 Thread Sébastien Sablé
Sébastien Sablé sa...@users.sourceforge.net 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 bloke...@gmail.com: Removed file: http://bugs.python.org/file20863/py3k_rev9921_issue11298.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11298 ___

[issue11298] unittest discovery needs better explanation

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

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread blokeley
Changes by blokeley bloke...@gmail.com: Removed file: http://bugs.python.org/file20866/py3.2-maint_rev9895_issue11298.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11298 ___

[issue11298] unittest discovery needs better explanation

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

[issue11298] unittest discovery needs better explanation

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

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread blokeley
blokeley bloke...@gmail.com 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:

[issue11432] webbrowser.open on unix fails.

2011-03-08 Thread Charles-Francois Natali
Charles-Francois Natali neolo...@free.fr 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

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

2011-03-08 Thread Davide Rizzo
Changes by Davide Rizzo sor...@gmail.com: -- nosy: +davide.rizzo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2636 ___ ___ Python-bugs-list

[issue2771] new commit

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

[issue2771] new commit

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

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- title: new commit - Test issue ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771 ___ ___

[issue2771] Test issue

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

[issue2771] Test issue

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

[issue2771] Test issue

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

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

2011-03-08 Thread Alexander
Alexander b3n...@yandex.ru 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 ge...@python.org added the comment: : test the refactored roundup hook. http://hg.python.org/cpython/cd21195d07ca -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771 ___

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- status: closed - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771 ___ ___ Python-bugs-list

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

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

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

2011-03-08 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- Removed message: http://bugs.python.org/msg130321 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2271 ___

[issue2771] Test issue

2011-03-08 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: re bug 2771 -- testing the roundup hook. http://hg.python.org/cpython/c37da7946f2b -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771

[issue2771] Test issue

2011-03-08 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- nosy: -ezio.melotti, pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771 ___ ___

[issue2771] Test issue

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

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

2011-03-08 Thread Alexander
Alexander b3n...@yandex.ru 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 rep...@bugs.python.org http://bugs.python.org/issue670664

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- assignee: docs@python - ezio.melotti stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11298 ___

[issue11072] Add MLSD command support to ftplib

2011-03-08 Thread SilentGhost
SilentGhost ghost@gmail.com 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

[issue2771] Test issue

2011-03-08 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr 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 bertrand.c...@gmail.com: -- nosy: +bcroq ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9269 ___ ___ Python-bugs-list mailing list

[issue1062277] Pickle breakage with reduction of recursive structures

2011-03-08 Thread bcroq
Changes by bcroq bertrand.c...@gmail.com: -- nosy: +bcroq ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1062277 ___ ___ Python-bugs-list mailing

[issue4033] python search path - .pth recursion

2011-03-08 Thread Graham Wideman
Changes by Graham Wideman initcont...@grahamwideman.com: -- nosy: +gwideman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4033 ___ ___

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

2011-03-08 Thread Francis Devereux
Changes by Francis Devereux python@devrx.org: -- nosy: +frankoid ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9291 ___ ___ Python-bugs-list

[issue11413] Idle doesn't start

2011-03-08 Thread Chris
Chris ceonnbo...@yahoo.com 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 rep...@bugs.python.org wrote: From: Amaury Forgeot d'Arc rep...@bugs.python.org Subject: [issue11413] Idle

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: #11298: Improve the unittest discovery explanation. http://hg.python.org/cpython/rev/bbf8a8a1af17 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11298

[issue11413] Idle doesn't start

2011-03-08 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com 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

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

2011-03-08 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9291 ___ ___ Python-bugs-list mailing list

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

2011-03-08 Thread SilentGhost
Changes by SilentGhost ghost@gmail.com: -- status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11433 ___ ___

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: #11298: merge from 3.2. http://hg.python.org/cpython/rev/fa23f323d747 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11298 ___

[issue11413] Idle doesn't start

2011-03-08 Thread Chris
Chris ceonnbo...@yahoo.com 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\Ceonnc:\python32\python.exe -m idlelib.idle Traceback (most recent call last):   File

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: #11298: Improve the unittest discovery explanation. http://hg.python.org/cpython/rev/88b5a93b1725 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11298

[issue11439] subversion keyword breakage

2011-03-08 Thread Stefan Krah
New submission from Stefan Krah stefan-use...@bytereef.org: 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 =

[issue11298] unittest discovery needs better explanation

2011-03-08 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com 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 rep...@bugs.python.org

[issue11413] Idle doesn't start

2011-03-08 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com 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 --

[issue11413] Idle doesn't start

2011-03-08 Thread Chris
Chris ceonnbo...@yahoo.com added the comment: In the Control Panel - System - Advanced - Environment Variables I find variables:   PYTHONCASEOK, --- On Tue, 3/8/11, Amaury Forgeot d'Arc rep...@bugs.python.org wrote: From: Amaury Forgeot d'Arc rep...@bugs.python.org Subject: [issue11413]

[issue11413] Idle doesn't start

2011-03-08 Thread Chris
Chris ceonnbo...@yahoo.com 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 rep...@bugs.python.org wrote: From: Amaury Forgeot d'Arc rep...@bugs.python.org Subject: [issue11413] Idle doesn't start To:

[issue11440] fix_callable should be dropped from lib2to3 / changed

2011-03-08 Thread SilentGhost
New submission from SilentGhost ghost@gmail.com: 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

[issue11439] subversion keyword breakage

2011-03-08 Thread Skip Montanaro
Changes by Skip Montanaro s...@pobox.com: -- nosy: +skip.montanaro ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11439 ___ ___ Python-bugs-list

[issue11439] subversion keyword breakage

2011-03-08 Thread Skip Montanaro
Skip Montanaro s...@pobox.com added the comment: See also issue 11421. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11439 ___ ___

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

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

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

2011-03-08 Thread Daniel Urban
Daniel Urban urban.dani...@gmail.com 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

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

2011-03-08 Thread blokeley
blokeley bloke...@gmail.com 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 rep...@bugs.python.org

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

2011-03-08 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr 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

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

2011-03-08 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com 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()

[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 gu...@python.org: 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

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

2011-03-08 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: It needs to add a charset parameter to the Content-type header. What is the rationale? -- nosy: +orsenthil, pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11442

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

2011-03-08 Thread Guido van Rossum
Guido van Rossum gu...@python.org 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 devnull added the comment: Changeset b92334d06445 by Antoine Pitrou solip...@pitrou.net: Issue #2771: fixing frobnicator\nI hope this works -- nosy: +python-dev ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot devnull added the comment: Changeset b92334d06445 by Antoine Pitrou solip...@pitrou.net: Issue #2771: fixing frobnicator\nI hope this works -- nosy: +python-dev ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: Changeset b92334d06445 by Antoine Pitrou solip...@pitrou.net: Issue #2771: fixing frobnicator\nI hope this works -- nosy: +python-dev ___ Python tracker rep...@bugs.python.org

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset ef6738f4ba2e by Antoine Pitrou solip...@pitrou.net: Issue #2771: fixing frobnicator again! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2771

[issue2771] Test issue

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

[issue2771] Test issue

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

[issue2771] Test issue

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

[issue2771] Test issue

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

[issue2771] Test issue

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

[issue2771] Test issue

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

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot devnull@devnull 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 rep...@bugs.python.org

[issue11443] Zip password issue

2011-03-08 Thread Yaroslav
New submission from Yaroslav sbojc...@gmail.com: 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

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

2011-03-08 Thread Adam Ernst
New submission from Adam Ernst adamjer...@gmail.com: 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

[issue2771] Test issue

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

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot devnull@devnull 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 rep...@bugs.python.org

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot devnull@devnull 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 rep...@bugs.python.org

[issue11443] Zip password issue

2011-03-08 Thread Yaroslav
Yaroslav sbojc...@gmail.com added the comment: I forgot zip file -- Added file: http://bugs.python.org/file21052/data.zip ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11443 ___

[issue11432] webbrowser.open on unix fails.

2011-03-08 Thread Charles-Francois Natali
Charles-Francois Natali neolo...@free.fr 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 neolo...@free.fr added the comment: The check is done in py3k: Traceback (most recent call last): File /home/cf/test_zip.py, line 7, in module print(z.read(secretfile.txt)) File /home/cf/py3k/Lib/zipfile.py, line 889, in read with self.open(name, r, pwd) as

[issue11432] webbrowser.open on unix fails.

2011-03-08 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr 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

[issue8594] Add a source_address option to ftplib

2011-03-08 Thread Roundup Robot
Roundup Robot devnull@devnull 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

[issue2771] Test issue

2011-03-08 Thread Roundup Robot
Roundup Robot devnull@devnull 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 rep...@bugs.python.org http://bugs.python.org/issue2771

[issue8594] Add a source_address option to ftplib

2011-03-08 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' g.rod...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8594 ___ ___

[issue10617] Collections ABCs can’t be linked to

2011-03-08 Thread Sandro Tosi
Sandro Tosi sandro.t...@gmail.com 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::

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

2011-03-08 Thread blokeley
blokeley bloke...@gmail.com 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 francois.bis...@canterbury.ac.nz: -- nosy: +fbissey ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7689 ___ ___

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

2011-03-08 Thread Daniel Urban
Daniel Urban urban.dani...@gmail.com 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 sandro.t...@gmail.com: -- nosy: +sandro.tosi versions: +Python 2.7, Python 3.2, Python 3.3 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11009 ___

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

2011-03-08 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +vinay.sajip ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11444 ___ ___ Python-bugs-list mailing list

[issue11443] Zip password issue

2011-03-08 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu 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

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

2011-03-08 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- nosy: +benjamin.peterson, brett.cannon, georg.brandl, ncoghlan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11441 ___

[issue11440] fix_callable should be dropped from lib2to3 / changed

2011-03-08 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- nosy: +benjamin.peterson ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11440 ___ ___

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

2011-03-08 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr 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 rep...@bugs.python.org

[issue11440] fix_callable should be dropped from lib2to3 / changed

2011-03-08 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu 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

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

2011-03-08 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: You can put the test in test_compile. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11441 ___

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

2011-03-08 Thread Skip Montanaro
New submission from Skip Montanaro s...@pobox.com: 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

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

2011-03-08 Thread Daniel Urban
Daniel Urban urban.dani...@gmail.com 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 rep...@bugs.python.org

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

2011-03-08 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11445 ___ ___ Python-bugs-list

[issue11413] Idle doesn't start

2011-03-08 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu 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

[issue11413] Idle doesn't start

2011-03-08 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu 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.) --

[issue11413] Idle doesn't start

2011-03-08 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: Removed file: http://bugs.python.org/file21038/unnamed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11413 ___

[issue11413] Idle doesn't start

2011-03-08 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: Removed file: http://bugs.python.org/file21048/unnamed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11413 ___

[issue11413] Idle doesn't start

2011-03-08 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: Removed file: http://bugs.python.org/file21049/unnamed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11413 ___

[issue11413] Idle doesn't start

2011-03-08 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: Removed file: http://bugs.python.org/file21050/unnamed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11413 ___

[issue11413] Idle doesn't start

2011-03-08 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: Removed file: http://bugs.python.org/file21051/unnamed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11413 ___

  1   2   >