[issue20462] Python IDLE auto closed when creating a new file or open existing file

2014-01-31 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- components: +IDLE nosy: +terry.reedy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20462 ___ ___

[issue20152] Derby #15: Convert 50 sites to Argument Clinic across 9 files

2014-01-31 Thread Brett Cannon
Brett Cannon added the comment: It took a bit of finessing but I managed to convert cmath in a way that didn't make it worse compared to before AC. I now consider this part of the derby done and ready for Larry to review. -- assignee: brett.cannon - larry Added file:

[issue17159] Remove explicit type check from inspect.Signature.from_function()

2014-01-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8a91132ed6aa by Yury Selivanov in branch 'default': inspect.Signauture.from_function: validate duck functions in Signature constructor #17159 http://hg.python.org/cpython/rev/8a91132ed6aa -- ___ Python

[issue17633] zipimport's handling of namespace packages is incorrect

2014-01-31 Thread Eric V. Smith
Changes by Eric V. Smith e...@trueblade.com: -- keywords: +needs review versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17633 ___

[issue20463] sqlite dumpiter dumps invalid script when virtual tables are used

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- nosy: +ghaering ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20463 ___ ___ Python-bugs-list

[issue17633] zipimport's handling of namespace packages is incorrect

2014-01-31 Thread Thomas Heller
Changes by Thomas Heller thel...@ctypes.org: -- nosy: +theller ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17633 ___ ___ Python-bugs-list

[issue18916] Various out-of-date Lock text in 3.2+

2014-01-31 Thread Christopher Welborn
Christopher Welborn added the comment: I meant to say 'attempting to work on the 3.4 arg clinic version', i can't make any promises. I'm using it as a learning experience but probably won't yield any real results any time soon. -- ___ Python

[issue20464] Update distutils sample config file in Doc/install/index.rst

2014-01-31 Thread Zachary Ware
New submission from Zachary Ware: From docs@: On Thu, Jan 16, 2014 at 2:56 AM, Peter Bröcker peter.broec...@uni-koeln.de wrote: Hi, I have tried to set up the distutils config files for a custom module installation. Using the suggested snippet from http://docs.python.org/2/install/

[issue20465] Upgrade SQLite to 3.8.3 with 3.4.0 Windows and OS X installers

2014-01-31 Thread Ned Deily
New submission from Ned Deily: The SQLite project has requested that we consider shipping SQLite version 3.8.3 with the Windows and OS X binary installers for Python 3.4.0, primarily to make available support for the new Common Table Expressions feature. 3.8.3 is expected to be officially

[issue20453] json.load() error message changed in 3.4

2014-01-31 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20453 ___ ___

[issue16991] Add OrderedDict written in C

2014-01-31 Thread Eric Snow
Eric Snow added the comment: I agree with Antoine. It's first on my todo list for 3.5. My goal is that this and a couple of related features will land during the PyCon sprints. -- ___ Python tracker rep...@bugs.python.org

[issue20218] Add `pathlib.Path.write` and `pathlib.Path.read`

2014-01-31 Thread Ram Rachum
Ram Rachum added the comment: Patch with documentation attached. -- Added file: http://bugs.python.org/file33840/patch.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20218 ___

[issue11117] Implementing Async IO

2014-01-31 Thread Yury Selivanov
Yury Selivanov added the comment: I guess PEP 3156 covers this, closing this one. -- nosy: +yselivanov resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7

[issue8733] list type and UserList do not call super in __init__ and therefore, they cannot be parents in a multiple inheritence scheme

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8733 ___ ___

[issue1402289] Allow mappings as globals (was: Fix dictionary subclass ...)

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1402289 ___

[issue20463] sqlite dumpiter dumps invalid script when virtual tables are used

2014-01-31 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- nosy: +r.david.murray ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20463 ___ ___

[issue11107] Cache constant slice instances

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11107 ___

[issue20456] Argument Clinic rollup patch, 2014/01/31

2014-01-31 Thread Larry Hastings
Larry Hastings added the comment: Updated the patch. * The methoddef_ifndef template is now sent to the buffer destination by default. I expected posixmodule to have an #ifndef, I was surprised to find _import had one too. Both files touched to move the buffer to an appropriate spot. *

[issue11107] Cache constant slice instances

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- nosy: +yselivanov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11107 ___ ___

[issue14665] faulthandler prints tracebacks in reverse order

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14665 ___

[issue14854] faulthandler: fatal error with SystemError: null argument to internal routine

2014-01-31 Thread Yury Selivanov
Yury Selivanov added the comment: bump? -- nosy: +yselivanov versions: +Python 3.4 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14854 ___

[issue9232] Allow trailing comma in any function argument list.

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- versions: +Python 3.5 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9232 ___ ___

[issue14911] generator.throw() documentation inaccurate

2014-01-31 Thread Yury Selivanov
Yury Selivanov added the comment: Kristjan, can you write a patch for this? -- nosy: +yselivanov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14911 ___

[issue20466] Example in Doc/extending/embedding.rst fails to compile cleanly

2014-01-31 Thread Zachary Ware
New submission from Zachary Ware: Reported by Riccardo Rossi on docs@: The Very High Level Embedding example fails to compile cleanly, due to Py_SetProgramName expecting a wchar_t * argument, while the example passes a char *. -- assignee: docs@python components: Documentation

[issue7325] tempfile.mkdtemp() does not return absolute pathname when relative dir is specified

2014-01-31 Thread Yury Selivanov
Yury Selivanov added the comment: bump? see also #20267 -- nosy: +yselivanov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7325 ___ ___

[issue12691] tokenize.untokenize is broken

2014-01-31 Thread Yury Selivanov
Yury Selivanov added the comment: bump? -- nosy: +yselivanov versions: +Python 3.4 -Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12691 ___

[issue14515] tempfile.TemporaryDirectory documented as returning object but returns name

2014-01-31 Thread Yury Selivanov
Yury Selivanov added the comment: bump? -- nosy: +yselivanov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14515 ___ ___ Python-bugs-list mailing

[issue17444] multiprocessing.cpu_count() should use hw.availcpu on Mac OS X

2014-01-31 Thread Yury Selivanov
Yury Selivanov added the comment: bump? -- nosy: +yselivanov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17444 ___ ___ Python-bugs-list mailing

[issue14965] super() and property inheritance behavior

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14965 ___

[issue18805] ipaddress netmask/hostmask parsing bugs

2014-01-31 Thread Yury Selivanov
Yury Selivanov added the comment: bump? -- nosy: +yselivanov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18805 ___ ___ Python-bugs-list mailing

[issue19157] ipaddress.IPv6Network.hosts function omits network and broadcast addresses

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- nosy: +ncoghlan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19157 ___ ___ Python-bugs-list

[issue10544] yield expression inside generator expression does nothing

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- versions: +Python 3.5 -Python 3.3, Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10544 ___

[issue20467] Confusing wording about __init__

2014-01-31 Thread Mark Lawrence
New submission from Mark Lawrence: I found the wording here http://docs.python.org/3/reference/datamodel.html#object.__init__ very confusing as it implies that __init__ is the class constructor and not the initialiser. Specifically it says As a special constraint on constructors, no value

[issue20468] resource module documentation is incorrect

2014-01-31 Thread Kurt Rose
New submission from Kurt Rose: The documentation in the resource module for get_page_size() is incorrect. resource.getpagesize() Returns the number of bytes in a system page. (This need not be the same as the hardware page size.) This function is useful for determining the number of bytes of

[issue2226] Small _abcoll Bugs / Oddities

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- nosy: +yselivanov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2226 ___ ___

[issue8743] set() operators don't work with collections.Set instances

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- nosy: +yselivanov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8743 ___ ___

[issue12971] os.isdir() should contain skiplinks=False in arguments

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12971 ___

[issue12915] Add inspect.locate and inspect.resolve

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- nosy: +yselivanov versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12915 ___

[issue17170] string method lookup is too slow

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17170 ___

[issue17170] string method lookup is too slow

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- nosy: +yselivanov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17170 ___ ___

[issue13651] Improve redirection in urllib

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13651 ___

[issue13657] IDLE doesn't support sys.ps1 and sys.ps2.

2014-01-31 Thread Terry J. Reedy
Terry J. Reedy added the comment: If there is a discussion of sys.ps1 and sys.ps2 in the tutorial, then add a note that they are not supported in Idle. The only quick action on this issue would be to reject and close. I am still opposed to the proposal as presented, for reasons stated in my

[issue17911] Extracting tracebacks does too much work

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- keywords: -easy nosy: +yselivanov versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17911 ___

[issue18554] os.__all__ is incomplete

2014-01-31 Thread Yury Selivanov
Yury Selivanov added the comment: bump? -- nosy: +yselivanov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18554 ___ ___ Python-bugs-list mailing

[issue20467] Confusing wording about __init__

2014-01-31 Thread Ethan Furman
Changes by Ethan Furman et...@stoneleaf.us: -- nosy: +ethan.furman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20467 ___ ___ Python-bugs-list

[issue14665] faulthandler prints tracebacks in reverse order

2014-01-31 Thread STINNER Victor
STINNER Victor added the comment: The issue #19306 changed faulthandler output to mention explicitly the frame order. I'm still opposed to reverse_frames.patch for the reason I gave above. Can I close this issue as wont fix? -- ___ Python tracker

[issue17394] Add slicing support to collections.deque

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17394 ___

[issue14854] faulthandler: fatal error with SystemError: null argument to internal routine

2014-01-31 Thread STINNER Victor
STINNER Victor added the comment: Oh, in fact I already fixed this issue long time ago in Python 3.3 and 3.4. --- changeset: 78341:2f1494d243ad user:Victor Stinner victor.stin...@gmail.com date:Tue Jul 31 02:55:49 2012 +0200 files: Lib/test/test_faulthandler.py

[issue20462] Python IDLE auto closed when creating a new file or open existing file

2014-01-31 Thread Terry J. Reedy
Terry J. Reedy added the comment: Please ask for help debugging your system and installation on python-list, where more people, including some who know things I don't, can see and respond. Add more information about exactly what you did. On installation, install for one user or everyone. Did

[issue20469] ssl.getpeercert() should include extensions

2014-01-31 Thread A Hettinger
New submission from A Hettinger: I have crafted an ssl cert which contains a custom extension, when I check the cert using OpenSSL on the commandline, I clearly see the extension, but when I have the server try to pprint.pprint(s.getpeercert()), I do not see these fields. Overall, I think it

[issue20469] ssl.getpeercert() should include extensions

2014-01-31 Thread A Hettinger
Changes by A Hettinger ahettin...@prominic.net: -- type: - enhancement ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20469 ___ ___

[issue19404] Simplify per-instance control of help() output

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- nosy: +yselivanov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19404 ___ ___

[issue19031] Make help() enum aware

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- nosy: +yselivanov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19031 ___ ___

[issue1178] IDLE - add paste code functionality

2014-01-31 Thread Terry J. Reedy
Terry J. Reedy added the comment: By already implemented, I presume Mark was referring to the PastePyShell.py extension that is part of the IdleX package http://idlex.sourceforge.net/. I plan to take a look. -- ___ Python tracker

[issue18162] Add index attribute to IndexError

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov yselivanov...@gmail.com: -- versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18162 ___

[issue20271] urllib.parse.urlparse() accepts wrong URLs

2014-01-31 Thread Yury Selivanov
Yury Selivanov added the comment: I think we should start raising an exception in 3.5 (backwards incompatible change to back-port it) -- nosy: +yselivanov versions: +Python 3.5 -Python 2.7, Python 3.3, Python 3.4 ___ Python tracker

[issue20319] concurrent.futures.wait() can block forever even if Futures have completed

2014-01-31 Thread Brian Quinlan
Brian Quinlan added the comment: Thanks very much for the patch Glenn! -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20319 ___

[issue20319] concurrent.futures.wait() can block forever even if Futures have completed

2014-01-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0bcf23a52d55 by Brian Quinlan in branch 'default': Issue #20319: concurrent.futures.wait() can block forever even if Futures have completed http://hg.python.org/cpython/rev/0bcf23a52d55 -- nosy: +python-dev

[issue20319] concurrent.futures.wait() can block forever even if Futures have completed

2014-01-31 Thread STINNER Victor
STINNER Victor added the comment: New changeset 0bcf23a52d55 by Brian Quinlan in branch 'default': Issue #20319: concurrent.futures.wait() can block forever even if Futures have completed http://hg.python.org/cpython/rev/0bcf23a52d55 Hum, the change also contains: +Fix warning message

[issue20319] concurrent.futures.wait() can block forever even if Futures have completed

2014-01-31 Thread Brian Quinlan
Brian Quinlan added the comment: Oops, no. That was junk due to my sloppiness. I’ll fix it in a minute. On Jan 31, 2014, at 5:03 PM, STINNER Victor rep...@bugs.python.org wrote: STINNER Victor added the comment: New changeset 0bcf23a52d55 by Brian Quinlan in branch 'default': Issue

[issue20452] test_timeout_rounding() of test_asyncio fails on x86 Ubuntu Shared 3.x buildbot

2014-01-31 Thread STINNER Victor
STINNER Victor added the comment: Debug info on the Windows failure: * The busy loop took 89.99 ms * time.motononic() (which is GetTickCount64()) has a resolution of 10.0144 ms http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/7948/steps/test/logs/stdio

[issue20319] concurrent.futures.wait() can block forever even if Futures have completed

2014-01-31 Thread Antoine Pitrou
Antoine Pitrou added the comment: Shouldn't it be fixed in 3.3 too? -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20319 ___ ___

[issue20452] test_timeout_rounding() of test_asyncio fails on x86 Ubuntu Shared 3.x buildbot

2014-01-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset a090804862f8 by Victor Stinner in branch 'default': Issue #20452: test_asyncio checks also the granularity http://hg.python.org/cpython/rev/a090804862f8 New changeset 60a960434e5c by Victor Stinner in branch 'default': Issue #20452: Fix

[issue20444] Reduce logging.config.Converting duplication of code

2014-01-31 Thread dongwm
dongwm added the comment: yes, Your modification is better -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20444 ___ ___ Python-bugs-list mailing

[issue20469] ssl.getpeercert() should include extensions

2014-01-31 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +christian.heimes, giampaolo.rodola, janssen, pitrou versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20469

[issue20470] Fatal Python error: Bus error on the SPARC Solaris 10 buildbot

2014-01-31 Thread STINNER Victor
New submission from STINNER Victor: On the buildbot SPARC Solaris 10 (cc, 64b) [SB] 3.x, Python crash randomly with bus error. It looks like a regression introduced since the build 1422. Since it's a crash, it probably comes from a change in C module and so I expected this changeset:

[issue20470] Fatal Python error: Bus error on the SPARC Solaris 10 buildbot

2014-01-31 Thread STINNER Victor
STINNER Victor added the comment: Example 1: --- [ 15/388] test_tracemalloc Fatal Python error: Bus error Current thread 0x0001 (most recent call first): File frozen importlib._bootstrap, line 321 in _call_with_frames_removed File frozen importlib._bootstrap, line 1270 in

[issue20162] Test test_hash_distribution fails on RHEL 6.5 / ppc64

2014-01-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset caebb4f231da by Victor Stinner in branch 'default': Issue #20162: Fix an alignment issue in the siphash24() hash function which http://hg.python.org/cpython/rev/caebb4f231da -- ___ Python tracker

[issue20162] Test test_hash_distribution fails on RHEL 6.5 / ppc64

2014-01-31 Thread STINNER Victor
STINNER Victor added the comment: I applied siphash_ppc64.patch. Thanks Yury V. Zaytsev for your report and your help to investigate this tricky bug. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org

[issue20354] tracemalloc causes segfault in make profile-opt

2014-01-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset fb2cdec2c70c by Victor Stinner in branch 'default': Issue #20354: Fix alignment issue in the tracemalloc module on 64-bit http://hg.python.org/cpython/rev/fb2cdec2c70c -- nosy: +python-dev ___ Python

[issue20470] Fatal Python error: Bus error on the SPARC Solaris 10 buildbot

2014-01-31 Thread STINNER Victor
STINNER Victor added the comment: Since tracemalloc is present many times in the dump and the error is an unaligned memory access, it looks the issue #20354 which I just fixed. (I also fixed issue #20162 which is another alignment issue, but it may be unrelated to this one.) --

[issue20354] tracemalloc causes segfault in make profile-opt

2014-01-31 Thread STINNER Victor
STINNER Victor added the comment: I tested ./configure --enable-shared make profile-opt with the fix and it worked. So I close the issue. Thanks for the report Jan Matejek. -- resolution: - fixed status: open - closed ___ Python tracker

[issue20354] tracemalloc causes segfault in make profile-opt

2014-01-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 44b554454971 by Victor Stinner in branch 'default': Issue #20354: Mention the fix in Misc/NEWS http://hg.python.org/cpython/rev/44b554454971 -- ___ Python tracker rep...@bugs.python.org

[issue20471] test_signature_on_class() of test_inspect fails on AMD64 FreeBSD 9.0 3.x buildbot

2014-01-31 Thread STINNER Victor
New submission from STINNER Victor: http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%203.x/builds/6302/steps/test/logs/stdio == ERROR: test_signature_on_class (test.test_inspect.TestSignatureObject)

[issue20472] test_write_pty() of test_asyncio fails on x86 Tiger 3.x buildbot

2014-01-31 Thread STINNER Victor
New submission from STINNER Victor: http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/7801/steps/test/logs/stdio == FAIL: test_write_pty (test.test_asyncio.test_events.PollEventLoopTests)

[issue20473] inspect.Signature no longer handles builtin classes correctly

2014-01-31 Thread Larry Hastings
New submission from Larry Hastings: Yury: In revision 9433b380ad33 you changed inspect.Signature so that it cannot handle builtin classes. Please fix it. import _pickle import inspect str(inspect.signature(_pickle.Pickler)) '()' _pickle.Pickler.__text_signature__ '(file,

[issue20471] test_signature_on_class() of test_inspect fails on AMD64 FreeBSD 9.0 3.x buildbot

2014-01-31 Thread Larry Hastings
Larry Hastings added the comment: I'd like to investigate this, but I can't reproduce it. So far it only happens on the AMD64 FreeBSD 9.0 3.x buildbot. Is there a way I can get remote access to that machine? -- assignee: - larry ___ Python

[issue20472] test_write_pty() of test_asyncio fails on x86 Tiger 3.x buildbot

2014-01-31 Thread Guido van Rossum
Guido van Rossum added the comment: Well, there were other pty problems on OS X versions before Mavericks (10.9) -- let's just disable this test too using the same approach. -- ___ Python tracker rep...@bugs.python.org

[issue20456] Argument Clinic rollup patch, 2014/01/31

2014-01-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 19d81cc213d7 by Larry Hastings in branch 'default': #Issue 20456: Several improvements and bugfixes for Argument Clinic, http://hg.python.org/cpython/rev/19d81cc213d7 -- nosy: +python-dev ___ Python

[issue20456] Argument Clinic rollup patch, 2014/01/31

2014-01-31 Thread Larry Hastings
Larry Hastings added the comment: Checked in! I think that's the last new feature for Argument Clinic until after 3.4 ships. -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker

[issue19761] test_tk fails on OS X with multiple test case failures with both Tk 8.5 and 8.4

2014-01-31 Thread Ned Deily
Ned Deily added the comment: There are three different classes of errors here: 1. test_debug AssertionError: '0' != 0 This has already been fixed by 7dab4feec126/05e84d3ecd1e/e7d922d8ee03 for Issue6517. 2. test_bitmap checks for invalid bitmap values do not fail as expected with Cocoa Tk

[issue19654] test_tkinter sporadic failures on x86 Tiger 3.x buildbot

2014-01-31 Thread Ned Deily
Ned Deily added the comment: The failures in test_tk here are the same ones documented in Issue19761 for Tk 8.4 so this issue could be closed as a duplicate of that one. The mystery remains why test_tk appears to alternately pass and fail on this buildbot. I don't see why it doesn't always

[issue19654] test_tkinter sporadic failures on x86 Tiger 3.x buildbot

2014-01-31 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- assignee: ronaldoussoren - ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19654 ___ ___ Python-bugs-list

<    1   2