[issue7229] Manual entry for time.daylight can be misleading

2011-07-09 Thread Kenyon Ralph
Changes by Kenyon Ralph ken...@kenyonralph.com: -- nosy: +kralph ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7229 ___ ___ Python-bugs-list

[issue12470] Fix cutpaste typo in test_shutil

2011-07-09 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset f92bf428c647 by Senthil Kumaran in branch '3.2': Fix closes issue issue12470 - check for utime for the skipUnless condition. http://hg.python.org/cpython/rev/f92bf428c647 -- ___ Python

[issue12438] IDLE problem displaying warning message

2011-07-09 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 7dd9313c300b by Senthil Kumaran in branch '3.2': Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passing an incorrect arg. http://hg.python.org/cpython/rev/7dd9313c300b --

[issue12429] test_io.check_interrupted_write() sporadic failures on FreeBSD 6 on Python 2.7/3.2

2011-07-09 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset ad16e4a0ef80 by Victor Stinner in branch '3.2': Issue #12429: Skip interrupted write tests on FreeBSD = 7 http://hg.python.org/cpython/rev/ad16e4a0ef80 -- ___ Python tracker

[issue12486] tokenize module should have a unicode API

2011-07-09 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: The compiler has a PyCF_SOURCE_IS_UTF8 flag: see compile() builtin. The parser has a flag to ignore the coding cookie: PyPARSE_IGNORE_COOKIE. Patch tokenize to support Unicode is simple: use PyCF_SOURCE_IS_UTF8 and/or

[issue12510] IDLE get_the_calltip mishandles raw strings

2011-07-09 Thread Ned Deily
Ned Deily n...@acm.org added the comment: The problem is easily reproducible. Although it shouldn't give that error (and that can be fixed), it seems to me that IDLE should not be trying to give a calltip in that context. What it is trying to do is display the __doc__ attribute of the string

[issue12522] Implement `os.startfile` under Linux and Mac

2011-07-09 Thread Ram Rachum
New submission from Ram Rachum cool...@cool-rr.com: I want to use `os.startfile` to open a folder in Explorer/Nautilus/Finder. The documentation says that it's only implemented on Windows: http://docs.python.org/dev/library/os.html#os.startfile See discussion on Python-ideas here:

[issue12522] Implement `os.startfile` under Linux and Mac

2011-07-09 Thread Ross Lagerwall
Ross Lagerwall rosslagerw...@gmail.com added the comment: I think this is a duplicate of #3177. -- nosy: +rosslagerwall resolution: - duplicate status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12522

[issue3177] implement os.startfile on posix and MacOSX

2011-07-09 Thread Ross Lagerwall
Ross Lagerwall rosslagerw...@gmail.com added the comment: Closed #12522 as a duplicate. It contains a link to a discussion on python-ideas requesting the feature. -- nosy: +rosslagerwall versions: +Python 3.3 -Python 3.2 ___ Python tracker

[issue3177] implement os.startfile on posix and MacOSX

2011-07-09 Thread Ram Rachum
Changes by Ram Rachum cool...@cool-rr.com: -- nosy: +cool-RR ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3177 ___ ___ Python-bugs-list mailing

[issue12418] python should inherit the library search path from the compiler for stdlib extensions

2011-07-09 Thread Matthias Klose
Matthias Klose d...@debian.org added the comment: I don't think so. But maybe it would be enough to special case GCC as a unix compiler? At least there are already autoconf checks trying to detect gcc. -- nosy: +doko ___ Python tracker

[issue12326] Linux 3: tests should avoid using sys.platform == 'linux2'

2011-07-09 Thread Matthias Klose
Matthias Klose d...@debian.org added the comment: while this is sorted out, I propose to apply the following workaround not to introduce `linux3', at least for the branches: --- a/configure.in 2011-06-11 17:46:28.0 +0200 +++ b/configure.in 2011-06-19 22:32:05.852934453 +0200

[issue12326] Linux 3: tests should avoid using sys.platform == 'linux2'

2011-07-09 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: while this is sorted out, I propose to apply the following workaround not to introduce `linux3', at least for the branches: It's too late, since existing versions won't have the patch and will show linux3 when the kernel gets upgraded. I think

[issue12326] Linux 3: tests should avoid using sys.platform == 'linux2'

2011-07-09 Thread Matthias Klose
Matthias Klose d...@debian.org added the comment: about the plat-*/ files: they are even wrong for some linux architectures, because some constants like the DLFCN constants have different values depending on the platform/architecture (can't find the issue proposing architecture dependent

[issue12326] Linux 3: tests should avoid using sys.platform == 'linux2'

2011-07-09 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 53d2d30d6ca0 by Antoine Pitrou in branch '2.7': Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. http://hg.python.org/cpython/rev/53d2d30d6ca0 -- nosy: +python-dev

[issue12326] Linux 3: tests should avoid using sys.platform == 'linux2'

2011-07-09 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 8bc9dbc61ba6 by Antoine Pitrou in branch '3.2': Issue #12326: document the recommended idiom for checking sys.platform on Unix systems. http://hg.python.org/cpython/rev/8bc9dbc61ba6 New changeset 19b3b2d93a63 by Antoine Pitrou in

[issue12519] Call next version 3.3.0

2011-07-09 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Benjamin committed 2ebcbdca0dee for patchlevel.h, but idlever, distutils.__init__ and others are not edited yet. -- nosy: +benjamin.peterson ___ Python tracker rep...@bugs.python.org

[issue12519] Call next version 3.3.0

2011-07-09 Thread Benjamin Peterson
Benjamin Peterson benja...@python.org added the comment: 2011/7/9 Éric Araujo rep...@bugs.python.org: Éric Araujo mer...@netwok.org added the comment: Benjamin committed 2ebcbdca0dee for patchlevel.h, but idlever, distutils.__init__ and others are not edited yet. I don't care that much.

[issue12519] Call next version 3.3.0

2011-07-09 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Then this is done. -- resolution: - fixed stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12519

[issue8639] Allow callable objects in inspect.getargspec

2011-07-09 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Adding to nosy the developers who last touched inspect. -- nosy: +benjamin.peterson, eric.araujo, michael.foord, ncoghlan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8639

[issue8639] Allow callable objects in inspect.getargspec

2011-07-09 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- versions: -Python 2.7, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8639 ___ ___

[issue5420] Queue deprecation warning patch

2011-07-09 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I think the docstrings of empty and full should mention they’re obsolete, to make users of pydoc or other tools aware of the deprecation before they write code using them. -- nosy: +eric.araujo ___

[issue11339] annotation for class being defined

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

[issue1553375] Add traceback.print_full_exception()

2011-07-09 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1553375 ___ ___ Python-bugs-list mailing

[issue11365] Integrate Buildroot patches (cross-compilation)

2011-07-09 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: No, they’re not the same. See also my listing of (most of the) cross-compile patches: http://mail.python.org/pipermail/python-dev/2011-March/110099.html -- ___ Python tracker rep...@bugs.python.org

[issue11682] PEP 380 reference implementation for 3.3

2011-07-09 Thread Nick Coghlan
Nick Coghlan ncogh...@gmail.com added the comment: Once again got close to committing this, but then realised it is missing all the necessary documentation updates for a core language change. I have uploaded a patch that includes all the changes from Bitbucket as well as the subsequent fixes

[issue8639] Allow callable objects in inspect.getargspec

2011-07-09 Thread Daniel Urban
Changes by Daniel Urban urban.dani...@gmail.com: -- nosy: +durban ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8639 ___ ___ Python-bugs-list

[issue8639] Allow callable objects in inspect.getargspec

2011-07-09 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: -- nosy: +ericsnow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8639 ___ ___ Python-bugs-list

[issue11339] annotation for class being defined

2011-07-09 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: -- nosy: +ericsnow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11339 ___ ___ Python-bugs-list

[issue1294232] Error in metaclass search order

2011-07-09 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: -- nosy: +ericsnow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1294232 ___ ___

[issue5996] abstract class instantiable when subclassing dict

2011-07-09 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: -- nosy: +ericsnow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5996 ___ ___ Python-bugs-list

[issue12486] tokenize module should have a unicode API

2011-07-09 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: -- nosy: +ericsnow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12486 ___ ___ Python-bugs-list

[issue10403] Use member consistently

2011-07-09 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: -- nosy: +ericsnow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10403 ___ ___ Python-bugs-list

[issue12491] Update glossary documentation for the term 'attribute'

2011-07-09 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: -- nosy: +ericsnow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12491 ___ ___ Python-bugs-list

[issue11549] Build-out an AST optimizer, moving some functionality out of the peephole optimizer

2011-07-09 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: -- nosy: +ericsnow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11549 ___ ___ Python-bugs-list

[issue2377] Replace __import__ w/ importlib.__import__

2011-07-09 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: -- nosy: +ericsnow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2377 ___ ___ Python-bugs-list

[issue12374] Execution model should explain compile vs definition vs execution time

2011-07-09 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: -- nosy: +ericsnow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12374 ___ ___ Python-bugs-list

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

2011-07-09 Thread Eric Snow
Changes by Eric Snow ericsnowcurren...@gmail.com: -- nosy: +ericsnow ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11435 ___ ___ Python-bugs-list

[issue12523] 'str' object has no attribute 'more' [/usr/lib/python3.2/asynchat.py|initiate_send|245]

2011-07-09 Thread Gry
New submission from Gry gryll...@gmail.com: Asynchat push() function has a bug which prevents it from functioning. This code worked fine with Python 2. --- # https://github.com/jstoker/BasicBot import asynchat,asyncore,socket class

[issue12523] 'str' object has no attribute 'more' [/usr/lib/python3.2/asynchat.py|initiate_send|245]

2011-07-09 Thread Jimmy Cao
Changes by Jimmy Cao jcao...@gmail.com: -- nosy: +jcao219 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12523 ___ ___ Python-bugs-list mailing