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

2014-01-31 Thread Ned Deily
Changes by Ned Deily : -- assignee: ronaldoussoren -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

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

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

[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

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

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

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

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

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

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

[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

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

[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

[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

[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 "", line 321 in _call_with_frames_removed File "", line 1270 in load_module File "", line 549 in _requires_builtin_wra

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

[issue20469] ssl.getpeercert() should include extensions

2014-01-31 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +christian.heimes, giampaolo.rodola, janssen, pitrou versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___

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

2014-01-31 Thread dongwm
dongwm added the comment: yes, Your modification is better -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

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

[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 ___ ___ Python-bugs-list maili

[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 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 wrote: > > STINNER Victor added the comment: > >> New changeset 0bcf23a52d55 by Brian Quinlan in branch 'default': >> Issue #20319: concurrent.f

[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 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 Brian Quinlan
Brian Quinlan added the comment: Thanks very much for the patch Glenn! -- status: open -> closed ___ Python tracker ___ ___ Python-bug

[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

[issue18162] Add index attribute to IndexError

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[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

[issue19031] Make help() enum aware

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- nosy: +yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

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

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- nosy: +yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue20469] ssl.getpeercert() should include extensions

2014-01-31 Thread A Hettinger
Changes by A Hettinger : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[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

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

[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 date:Tue Jul 31 02:55:49 2012 +0200 files: Lib/test/test_faulthandler.py Python/pythonrun.c description: Fix

[issue17394] Add slicing support to collections.deque

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[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

[issue20467] Confusing wording about __init__

2014-01-31 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: +ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue18554] os.__all__ is incomplete

2014-01-31 Thread Yury Selivanov
Yury Selivanov added the comment: bump? -- nosy: +yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue17911] Extracting tracebacks does too much work

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- keywords: -easy nosy: +yselivanov versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-

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

[issue13651] Improve redirection in urllib

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17170] string method lookup is too slow

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- nosy: +yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue17170] string method lookup is too slow

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12915] Add inspect.locate and inspect.resolve

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- nosy: +yselivanov versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing

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

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- nosy: +yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue2226] Small _abcoll Bugs / Oddities

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- nosy: +yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

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

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

[issue10544] yield expression inside generator expression does nothing

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- versions: +Python 3.5 -Python 3.3, Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list

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

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue18805] ipaddress netmask/hostmask parsing bugs

2014-01-31 Thread Yury Selivanov
Yury Selivanov added the comment: bump? -- nosy: +yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue14965] super() and property inheritance behavior

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list

[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 ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[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 ___ ___ Python-bugs-list mailing list Unsubscribe: ht

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

[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 ___ ___ Python-bugs-list mailing list U

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

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

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

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- versions: +Python 3.5 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

[issue14665] faulthandler prints tracebacks in reverse order

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- versions: +Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue11107] Cache constant "slice" instances

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- nosy: +yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue11107] Cache constant "slice" instances

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- versions: +Python 3.5 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

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

2014-01-31 Thread R. David Murray
Changes by R. David Murray : -- nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

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

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- versions: +Python 3.5 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[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 : -- versions: +Python 3.5 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

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

[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

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

2014-01-31 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

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

[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 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/ > > [install] > install-b

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

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

2014-01-31 Thread Thomas Heller
Changes by Thomas Heller : -- nosy: +theller ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

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

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- nosy: +ghaering ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

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

2014-01-31 Thread Eric V. Smith
Changes by Eric V. Smith : -- keywords: +needs review versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list ma

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

[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: http://bugs.pytho

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

2014-01-31 Thread Ned Deily
Changes by Ned Deily : -- components: +IDLE nosy: +terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2014-01-31 Thread Ronny Pfannschmidt
Changes by Ronny Pfannschmidt : -- components: +Extension Modules type: -> behavior ___ Python tracker ___ ___ Python-bugs-list maili

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

2014-01-31 Thread Ronny Pfannschmidt
New submission from Ronny Pfannschmidt: when using virtual tables, dumpiter generates a broken db script virtual table entries must be created as master table entries the sqlite tools dump does that correctly however pythons iterdump seems to do that rather different and wrong sqlite3 test.db "

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

2014-01-31 Thread Stefan Behnel
Stefan Behnel added the comment: Thanks a lot! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

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

2014-01-31 Thread Christopher Welborn
Christopher Welborn added the comment: Here's the 3.3 version, with the PyThread_allocate_lock comment in the lock type. Still working on the 3.4 argument clinic version. -- Added file: http://bugs.python.org/file33838/threading.lock.docs.3.3-with-comment.patch ___

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

2014-01-31 Thread Christopher Welborn
Changes by Christopher Welborn : Removed file: http://bugs.python.org/file33819/threading.lock.docs3.3.patch ___ Python tracker ___ ___ Python

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

2014-01-31 Thread Yury Selivanov
Yury Selivanov added the comment: OK, closing this one. Stefan, Larry, thank you for your reviews and time. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

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

2014-01-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 32a660a52aae by Yury Selivanov in branch 'default': inspect.signature: Support duck-types of Python functions (Cython, for instance) #17159 http://hg.python.org/cpython/rev/32a660a52aae -- nosy: +python-dev

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

2014-01-31 Thread Yury Selivanov
Yury Selivanov added the comment: > Explicitly rejecting classes is a good idea, IMHO, as is requiring that any > function-like object must be callable, obviously. Yeah, I think it's good to restrict this duck-typing as much as possible. Committing the patch. -- _

[issue18801] inspect.classify_class_attrs() misclassifies object.__new__()

2014-01-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset d0f95094033d by Yury Selivanov in branch 'default': NEWS: Add news item for #18801 http://hg.python.org/cpython/rev/d0f95094033d -- ___ Python tracker

[issue18801] inspect.classify_class_attrs() misclassifies object.__new__()

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue18801] inspect.classify_class_attrs() misclassifies object.__new__()

2014-01-31 Thread Yury Selivanov
Yury Selivanov added the comment: Not sure if we need to backport this to older python versions -- ___ Python tracker ___ ___ Python-b

[issue18801] inspect.classify_class_attrs() misclassifies object.__new__()

2014-01-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset c38f99554be4 by Yury Selivanov in branch 'default': inspect.classify_class_attrs: Classify object.__new__ and __init__ correctly #18801 http://hg.python.org/cpython/rev/c38f99554be4 -- nosy: +python-dev

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

2014-01-31 Thread Stefan Behnel
Stefan Behnel added the comment: Tried it, works for me. Explicitly rejecting classes is a good idea, IMHO, as is requiring that any function-like object must be callable, obviously. -- ___ Python tracker ___

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

2014-01-31 Thread Zachary Ware
Zachary Ware added the comment: Robin Zimmermann on docs@ raised this issue again. Is this likely to be fixed soon, or would it be good to document this limitation of IDLE in the tutorial (since the tutorial is the most likely place for someone to be confused by this)? -- nosy: +zach

[issue17128] OS X system openssl deprecated - installer should build local libssl

2014-01-31 Thread Ned Deily
Ned Deily added the comment: Update: the MacPorts certsync daemon has matured and is now included as an optional MacPorts port. It's not a perfect solution as noted in the macports-devel thread: >>The only catch is that custom added certificates or trust anchors need >>to be in the system keych

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

2014-01-31 Thread Yury Selivanov
Changes by Yury Selivanov : -- keywords: +patch Added file: http://bugs.python.org/file33837/sig_func_ducktype_03.patch ___ Python tracker ___ ___

[issue17162] Py_LIMITED_API needs a PyType_GenericDealloc

2014-01-31 Thread Martin v . Löwis
Martin v. Löwis added the comment: I'm not sure we are looking at the same code base, I look at http://hg.python.org/cpython/file/b56ce3410ca6/Lib/collections/__init__.py#l401 and ISTM that collections.Counter is *not* implemented in C. Also, according to http://hg.python.org/cpython/file/b56c

  1   2   >