[issue20648] 3.4 cherry-pick: multiple changesets for asyncio

2014-02-19 Thread Larry Hastings
Larry Hastings added the comment: Also 6b850722849e -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue20648] 3.4 cherry-pick: multiple changesets for asyncio

2014-02-19 Thread Larry Hastings
Larry Hastings added the comment: There are a few diffs on the asyncio files right now. I went back and looked and discovered a whole bunch of asyncio revisions post-rc1 that you haven't asked to be cherry-picked yet: 20dc8d6430eb 75881b85695f 9c1840e8d643 a631b01d1715 360976a6d8b9 64ad965a2f

[issue20660] Starting a second multiprocessing.Manager causes INCREF on all object created by the first one.

2014-02-19 Thread mythsmith
mythsmith added the comment: > That would probably mean that proxy objects could not be inherited by *any* > sub-process. If I only avoid after-fork incref, I must be very careful at not deleting them in any subprocess, as this would cause a decref which was not compensated by the after-fork

[issue20679] 3.4 cherry-pick: 587fd4b91120 improve Enum subclass behavior

2014-02-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Besides insignificant style nitpick ("if classdict.get('__reduce_ex__') is None" can be written as "if '__reduce_ex__' not in classdict") the patch LGTM at first glance. I'm not very familiar with Enum's complicated machinery and don't sure that no bugs left

[issue20668] Remove dependency on tests.txt when running test_asyncio suite

2014-02-19 Thread Yury Selivanov
Yury Selivanov added the comment: > Please wait until after 3.4 release. Not critical. I'll assign this to myself to commit this after 3.4. -- assignee: -> yselivanov ___ Python tracker ___

[issue20668] Remove dependency on tests.txt when running test_asyncio suite

2014-02-19 Thread Guido van Rossum
Guido van Rossum added the comment: Please wait until after 3.4 release. Not critical. On Wednesday, February 19, 2014, Yury Selivanov wrote: > > Changes by Yury Selivanov >: > > > -- > nosy: +yselivanov > > ___ > Python tracker > >

[issue20668] Remove dependency on tests.txt when running test_asyncio suite

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

[issue20648] 3.4 cherry-pick: multiple changesets for asyncio

2014-02-19 Thread Guido van Rossum
Guido van Rossum added the comment: That one is not critical. It can go in sfter 3.4 is released. On Wednesday, February 19, 2014, Vajrasky Kok wrote: > > Vajrasky Kok added the comment: > > > It is slowing down. I think we now only have some documentation updates > left. > > What about this o

[issue19974] tarfile doesn't overwrite symlink by directory

2014-02-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: There are several issues with last patch. * Fails to extract tarfiles containing the ./ directory (very common case). * And even more common case -- fails to extract non-empty directory. -- ___ Python tracker

[issue20648] 3.4 cherry-pick: multiple changesets for asyncio

2014-02-19 Thread Vajrasky Kok
Vajrasky Kok added the comment: > It is slowing down. I think we now only have some documentation updates left. What about this one? http://bugs.python.org/issue20668 (Remove dependency on tests.txt when running test_asyncio suite) It has been lgtm-ed by Guido and asked by him to be added to t

[issue20688] 3.4 cherry-pick: 65fb95578f94 inspect: Fix getfullargspec() to not to follow __wrapped__ chains

2014-02-19 Thread Yury Selivanov
Yury Selivanov added the comment: > ok. Great, thanks Larry! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20648] 3.4 cherry-pick: multiple changesets for asyncio

2014-02-19 Thread Yury Selivanov
Yury Selivanov added the comment: > *sigh* okay. Including 2e8a142dbccc from last night, that's eight new > revisions to cherry-pick in one day. I really hope this is slowing down. It is slowing down. I think we now only have some documentation updates left. -- _

[issue20648] 3.4 cherry-pick: multiple changesets for asyncio

2014-02-19 Thread Larry Hastings
Larry Hastings added the comment: *sigh* okay. Including 2e8a142dbccc from last night, that's eight new revisions to cherry-pick in one day. I really hope this is slowing down. -- ___ Python tracker

[issue20698] 3.4 cherry-pick: b328f8ccbccf pickle shouldn't look up dunder methods on instances

2014-02-19 Thread Larry Hastings
Changes by Larry Hastings : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue20697] 3.4 cherry-pick: 0399e842073a

2014-02-19 Thread Larry Hastings
Changes by Larry Hastings : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue20676] 3.4 cherry-pick: a63327162063 Mangle __parameters in __annotations__ dict properly

2014-02-19 Thread Larry Hastings
Larry Hastings added the comment: ok. if there's more please open a new issue. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue20688] 3.4 cherry-pick: 65fb95578f94 inspect: Fix getfullargspec() to not to follow __wrapped__ chains

2014-02-19 Thread Larry Hastings
Changes by Larry Hastings : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue20688] 3.4 cherry-pick: 65fb95578f94 inspect: Fix getfullargspec() to not to follow __wrapped__ chains

2014-02-19 Thread Larry Hastings
Larry Hastings added the comment: ok. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.or

[issue20675] 3.4 cherry-pick: 69d13cdc4eeb fix 64-bit build on 32-bit Windows

2014-02-19 Thread Larry Hastings
Changes by Larry Hastings : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue20670] 3.4 cherry-pick: 2dd4922c9371 set line and column numbers for keyword-only arg nodes (#20619)

2014-02-19 Thread Larry Hastings
Changes by Larry Hastings : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue20665] 3.4 cherry-pick: 400a8e4599d9 rename posix_close to avoid namespace clash

2014-02-19 Thread Larry Hastings
Changes by Larry Hastings : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue20647] 3.4 cherry-pick: d50a95fab002 add tracemalloc.Traceback.format() method

2014-02-19 Thread Larry Hastings
Changes by Larry Hastings : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue20645] 3.4 cherry-pick: 1166b3321012 Revert changes of issue #19466 (clear thread state earlier)

2014-02-19 Thread Larry Hastings
Changes by Larry Hastings : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue20651] 3.4 cherry-pick: 52ab9e1ff46a rolls back bad zipimport changes

2014-02-19 Thread Larry Hastings
Changes by Larry Hastings : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue16042] smtplib: unlimited readline() from connection

2014-02-19 Thread Benjamin Peterson
Benjamin Peterson added the comment: 318de3affa3d -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue20568] Pass --default-install to ensurepip in the Windows installers

2014-02-19 Thread Larry Hastings
Larry Hastings added the comment: Martin? Do you concur? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue20199] status of module_for_loader and utils._module_to_load

2014-02-19 Thread Larry Hastings
Larry Hastings added the comment: Are there still changes needed for 3.4.0? Or is 3.4.0 okay? This is marked as "release blocker". -- ___ Python tracker ___ __

[issue16042] smtplib: unlimited readline() from connection

2014-02-19 Thread Larry Hastings
Larry Hastings added the comment: Could someone merge this change from 3.3 into default? I would cherry-pick it for 3.4.0 if they did. -- ___ Python tracker ___ ___

[issue20698] 3.4 cherry-pick: b328f8ccbccf pickle shouldn't look up dunder methods on instances

2014-02-19 Thread Larry Hastings
New submission from Larry Hastings: Benjamin, Barry: I take it #20261 should go in to 3.4.0? -- assignee: larry messages: 211693 nosy: barry, benjamin.peterson, larry priority: release blocker severity: normal stage: commit review status: open title: 3.4 cherry-pick: b328f8ccbccf pickle

[issue20416] Marshal: special case int and float, don't use references

2014-02-19 Thread Larry Hastings
Larry Hastings added the comment: This is not a release blocker. You guys can play with this for 3.5. FWIW I prefer Serhiy's approach. -- priority: release blocker -> normal versions: +Python 3.5 -Python 3.4 ___ Python tracker

[issue20621] Issue with zipimport in 3.3.4 and 3.4.0rc1

2014-02-19 Thread Larry Hastings
Larry Hastings added the comment: Any progress to report? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue20687] Change in expectedFailure breaks testtools

2014-02-19 Thread Robert Collins
Robert Collins added the comment: Oh! I didn't realise it was due to us looking at a private exception - I haven't been given a traceback to review, just the statement of a problem We shouldn't have done that(and *Definitely* should have filed a bug that we needed to). So - I think the qu

[issue20687] Change in expectedFailure breaks testtools

2014-02-19 Thread Larry Hastings
Changes by Larry Hastings : -- priority: release blocker -> high ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20687] Change in expectedFailure breaks testtools

2014-02-19 Thread Larry Hastings
Larry Hastings added the comment: So here's the thing. It only works in Python 3.3 because testtools depends on internal implementation details of unittest, specifically a private exception ("unittest.case._UnexpectedSuccess"). The public interface still works fine. So I don't think this is

[issue20697] 3.4 cherry-pick: 0399e842073a

2014-02-19 Thread Larry Hastings
Larry Hastings added the comment: Title fix because *some* people can't follow directions, thus breaking my search. -- title: cherry-pick 0399e842073a -> 3.4 cherry-pick: 0399e842073a ___ Python tracker __

[issue20693] Sidebar scrolls down 2x as fast as page content

2014-02-19 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue20693] Sidebar scrolls down 2x as fast as page content

2014-02-19 Thread Zachary Ware
Zachary Ware added the comment: I noticed this earlier today as well, but didn't have a chance to report. I also happened to have a week-old doc page still loaded in the next tab over (which didn't have the problem), and noticed that it was marked as being built by Sphinx 1.2, whereas today's

[issue20697] cherry-pick 0399e842073a

2014-02-19 Thread Larry Hastings
Larry Hastings added the comment: Ok, I don't want general sadness. I prefer the sadness I sow to be highly specifically targeted. -- ___ Python tracker ___ ___

[issue20697] cherry-pick 0399e842073a

2014-02-19 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- versions: +Python 3.4 -Python 3.5 ___ Python tracker ___ ___ Python-bugs-list mail

[issue20697] cherry-pick 0399e842073a

2014-02-19 Thread Benjamin Peterson
New submission from Benjamin Peterson: Otherwise people's tests won't pass, which will lead to general sadness. -- assignee: larry components: Tests messages: 211685 nosy: benjamin.peterson, larry priority: release blocker severity: normal status: open title: cherry-pick 0399e842073a ver

[issue20695] test_urllibnet.urlretrieveNetworkTests fails due to new python.org website

2014-02-19 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue20695] test_urllibnet.urlretrieveNetworkTests fails due to new python.org website

2014-02-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0199bff14c5c by Benjamin Peterson in branch '2.7': update logo url (#20695) http://hg.python.org/cpython/rev/0199bff14c5c New changeset d4b9692ac75f by Benjamin Peterson in branch '3.1': update logo url (#20695) http://hg.python.org/cpython/rev/d4b9

[issue20676] 3.4 cherry-pick: a63327162063 Mangle __parameters in __annotations__ dict properly

2014-02-19 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue20625] Argument names in __annotations__ are not mangled for functions defined inside class scope

2014-02-19 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue20658] os.environ.clear() fails with empty keys (posix.unsetenv)

2014-02-19 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue20687] Change in expectedFailure breaks testtools

2014-02-19 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue20570] Bundle pip 1.5.3 in Python 3.4rc2

2014-02-19 Thread Donald Stufft
Donald Stufft added the comment: Just a FYI I'm going to be cutting this release sometime in the next 6-12 hours and I'll commit it to the CPython repository and make the cherry-pick request. -- ___ Python tracker

[issue20648] 3.4 cherry-pick: multiple changesets for asyncio

2014-02-19 Thread Yury Selivanov
Yury Selivanov added the comment: Some documentation. changeset: 89291:58fd64e55b29 tag: tip user:Yury Selivanov date:Wed Feb 19 20:58:44 2014 -0500 files: Doc/library/asyncio-eventloop.rst description: asyncio.docs: Document Error Handling API and asyncio.Handle

[issue20696] asyncio.docs: Document StreamReader an other streams module APIs

2014-02-19 Thread Yury Selivanov
New submission from Yury Selivanov: Patch is attached, please review. -- assignee: yselivanov components: Documentation files: asyncio_docs_streams_01.patch keywords: patch messages: 211681 nosy: gvanrossum, haypo, larry, yselivanov priority: release blocker severity: normal stage: patch

[issue20695] test_urllibnet.urlretrieveNetworkTests fails due to new python.org website

2014-02-19 Thread Eric Naeseth
Eric Naeseth added the comment: In addition, the test_reporthook and test_data_header tests try to retrieve a Python logo image from http://www.python.org/community/logos/python-logo-master-v3-TM.png. That is now a 404. -- ___ Python tracker

[issue20695] test_urllibnet.urlretrieveNetworkTests fails due to new python.org website

2014-02-19 Thread Eric Naeseth
New submission from Eric Naeseth: The www.python.org website was just redesigned, and apparently is running on some new infrastructure which always responds to `GET /` requests with a body using `Content-Encoding: gzip`. Python's test suite includes some tests which fetch http://www.python.org

[issue20648] 3.4 cherry-pick: multiple changesets for asyncio

2014-02-19 Thread STINNER Victor
STINNER Victor added the comment: changeset: 89290:549f451aa4c3 tag: tip user:Victor Stinner date:Thu Feb 20 01:44:10 2014 +0100 files: Doc/library/asyncio-dev.rst Doc/library/asyncio-eventloop.rst description: asyncio doc: remove reference to _DEBUG (now replaced

[issue20694] asyncio.docs: Document subprocess_exec and subprocess_shell

2014-02-19 Thread Yury Selivanov
New submission from Yury Selivanov: (I'd document this myself, but I lack the experience of working with these functions) -- ___ Python tracker ___ _

[issue20694] asyncio.docs: Document subprocess_exec and subprocess_shell

2014-02-19 Thread Yury Selivanov
Changes by Yury Selivanov : -- assignee: docs@python components: Documentation nosy: docs@python, gvanrossum, haypo, larry, yselivanov priority: release blocker severity: normal status: open title: asyncio.docs: Document subprocess_exec and subprocess_shell type: enhancement versions: Py

[issue20692] Tutorial section 9.4

2014-02-19 Thread Jon Shemitz
Jon Shemitz added the comment: That makes sense. Perhaps, then, the tutorial should include the FAQ? (I can't be the only person who thought to try this.) On Wed, Feb 19, 2014 at 3:59 PM, R. David Murray wrote: > > R. David Murray added the comment: > > It's actually almost a FAQ at this point.

[issue20693] Sidebar scrolls down 2x as fast as page content

2014-02-19 Thread Nick Timkovich
New submission from Nick Timkovich: When scrolling down in the Python 3.4 docs (e.g. http://docs.python.org/3.4/library/index.html ) the Sphinx sidebar's top value increases twice as fast as the user moves down the page, resulting in it "running away". I don't know sufficient JS to identify t

[issue20692] Tutorial section 9.4

2014-02-19 Thread R. David Murray
R. David Murray added the comment: It's actually almost a FAQ at this point. The answer is that because of the way the parser works (it's a relatively simple parser, and we want to keep it that way), the tokenizer sees the '.' as making the token a float, and '3.__class__' is not a valid floa

[issue6676] expat parser throws Memory Error when parsing multiple files

2014-02-19 Thread David H. Gutteridge
David H. Gutteridge added the comment: Updating to reflect the Python 3.4 documentation is now also relevant to this discussion. Perhaps someone could commit a change something like my suggestion in msg143295? -- versions: +Python 3.4 ___ Python tra

[issue20676] 3.4 cherry-pick: a63327162063 Mangle __parameters in __annotations__ dict properly

2014-02-19 Thread Benjamin Peterson
Benjamin Peterson added the comment: Also, e301a515f8f4 -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailin

[issue20625] Argument names in __annotations__ are not mangled for functions defined inside class scope

2014-02-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset e301a515f8f4 by Benjamin Peterson in branch 'default': update magic number for #20625 http://hg.python.org/cpython/rev/e301a515f8f4 -- ___ Python tracker _

[issue20692] Tutorial section 9.4

2014-02-19 Thread Jon Shemitz
New submission from Jon Shemitz: The tutorial says "Each value is an object, and therefore has a class (also called its type). It is stored as object.__class__." So, I tried >>> 3.__class__ File "", line 1 3.__class__ ^ SyntaxError: invalid syntax Yet, "foo".__cl

[issue20691] inspect.signature: Consider exposing 'follow_wrapper_chains' option in public API

2014-02-19 Thread Yury Selivanov
New submission from Yury Selivanov: In the issue #20684, Nick had an idea of exposing 'follow_wrapper_chains' option to the public API. This might be actually very useful. -- assignee: yselivanov messages: 211668 nosy: larry, ncoghlan, yselivanov priority: normal severity: normal statu

[issue20648] 3.4 cherry-pick: multiple changesets for asyncio

2014-02-19 Thread STINNER Victor
STINNER Victor added the comment: changeset: 89283:07cdce316b1d user:Victor Stinner date:Wed Feb 19 18:32:03 2014 +0100 files: Lib/test/test_asyncio/test_events.py description: Issue #20682: Oops, fix test_create_connection() of test_asyncio (fix my previous commit) ch

[issue20684] inspect.getfullargspec (etc) incorrectly follows __wrapped__ chains

2014-02-19 Thread Yury Selivanov
Yury Selivanov added the comment: > I think in 3.5 it may actually make sense to expose these as options > (perhaps with different names), so yeah, I think separate flags is > reasonable. +1 on thinking about exposing your 'follow_wrapper_chains' option in 3.5. I'll create an issue. --

[issue20648] 3.4 cherry-pick: multiple changesets for asyncio

2014-02-19 Thread STINNER Victor
STINNER Victor added the comment: changeset: 89288:dbf13a7d3987 tag: tip user:Victor Stinner date:Wed Feb 19 23:15:02 2014 +0100 files: Doc/library/asyncio-dev.rst Doc/library/asyncio-eventloop.rst Doc/using/cmdline.rst Lib/asyncio/bas description: asyncio, Tulip

[issue20660] Starting a second multiprocessing.Manager causes INCREF on all object created by the first one.

2014-02-19 Thread Richard Oudkerk
Richard Oudkerk added the comment: > Thanks Richard. The set_start_method() call will affect any process > started from that time on? Is it possible to change idea at some point in > the future? You can use different start methods in the same program by creating different contexts: spawn_c

[issue20690] IDLE Indents convert to spaces and then throws error

2014-02-19 Thread Justin Barker
New submission from Justin Barker: When I add some lines to my module code, some of the tabs that I enter convert to spaces. This throws an inconsistency error and I can't get it to stop! -- components: IDLE files: test.py messages: 211664 nosy: Justin.Barker priority: normal severity:

[issue6143] IDLE - an extension to clear the shell window

2014-02-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: I have not looked Idle issues in the last few days because I am working on the unmaintained (since 2006 and 8), embarrassing (~5 bugs in 70 lines), disfunctional mess that tokenize.untokenize has been. It will take me a few more days to finish. Clearing the s

[issue20689] socket.AddressFamily is absent in html pydoc

2014-02-19 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The documentation for socket.AddressFamily (unlike to SocketType) isn't generated in html page by pydoc. May be issue20654 is similar to this issue. -- components: Library (Lib) messages: 211662 nosy: serhiy.storchaka priority: normal severity: nor

[issue20684] inspect.getfullargspec (etc) incorrectly follows __wrapped__ chains

2014-02-19 Thread Yury Selivanov
Yury Selivanov added the comment: Issue #20688 to track cherry-picking this into 3.4.0 -- ___ Python tracker ___ ___ Python-bugs-list

[issue6815] UnicodeDecodeError in os.path.expandvars

2014-02-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset d11ca14c9a61 by Serhiy Storchaka in branch '2.7': Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environment http://hg.python.org/cpython/rev/d11ca14c9a61 -- ___ Python tracker

[issue20688] 3.4 cherry-pick: 65fb95578f94 inspect: Fix getfullargspec() to not to follow __wrapped__ chains

2014-02-19 Thread Yury Selivanov
New submission from Yury Selivanov: Larry, please consider cherry-picking this in 3.4.0. The main motivation to have this in 3.4.0 is to avoid introducing a backwards incompatible change in inspect.getfullargspec() and inspect.getargspec() semantics. changeset: 89284:65fb95578f94 user:

[issue20684] inspect.getfullargspec (etc) incorrectly follows __wrapped__ chains

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

[issue20684] inspect.getfullargspec (etc) incorrectly follows __wrapped__ chains

2014-02-19 Thread Yury Selivanov
Yury Selivanov added the comment: Committed in 65fb95578f94 .. forgot to add the issue # in the commit message :( -- ___ Python tracker ___ _

[issue20684] inspect.getfullargspec (etc) incorrectly follows __wrapped__ chains

2014-02-19 Thread Nick Coghlan
Nick Coghlan added the comment: I think in 3.5 it may actually make sense to expose these as options (perhaps with different names), so yeah, I think separate flags is reasonable. The only plausible combined name would also be something like "legacy", and that would need to be assigned to more m

[issue20654] Pydoc (and help) fails with socket.AddressFamily

2014-02-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Vajrasky! -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed type: -> behavior ___ Python tracker ___

[issue20654] Pydoc (and help) fails with socket.AddressFamily

2014-02-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8a3e896f0681 by Serhiy Storchaka in branch 'default': Issue #20654: Fixed pydoc for enums with zero value. Patch by Vajrasky Kok. http://hg.python.org/cpython/rev/8a3e896f0681 -- nosy: +python-dev ___ Py

[issue20684] inspect.getfullargspec (etc) incorrectly follows __wrapped__ chains

2014-02-19 Thread Yury Selivanov
Yury Selivanov added the comment: > My only question: do they need to be independent flags? ISTM that they're > always either both True or both False. I'd keep them independent solely to make the code easier to read/audit. As, for instance, a combined argument won't make sense for someone who

[issue20684] inspect.getfullargspec (etc) incorrectly follows __wrapped__ chains

2014-02-19 Thread Larry Hastings
Larry Hastings added the comment: My only question: do they need to be independent flags? ISTM that they're always either both True or both False. -- ___ Python tracker ___ ___

[issue20684] inspect.getfullargspec (etc) incorrectly follows __wrapped__ chains

2014-02-19 Thread Nick Coghlan
Nick Coghlan added the comment: Yeah, I think push this (with NEWS etc) for 3.4.1, then create the cherry pick patch for Larry. -- ___ Python tracker ___

[issue20684] inspect.getfullargspec (etc) incorrectly follows __wrapped__ chains

2014-02-19 Thread Yury Selivanov
Yury Selivanov added the comment: Thanks, Nick. Do you want me to commit the patch? (Larry will x-ray the patch before including it in 3.4rc2) -- ___ Python tracker ___ _

[issue20684] inspect.getfullargspec (etc) incorrectly follows __wrapped__ chains

2014-02-19 Thread Nick Coghlan
Nick Coghlan added the comment: Your version looks good to me, Yury (and good idea to add the second flag). -- ___ Python tracker ___

[issue20269] Inconsistent behavior in pdb when pressing Ctrl-C

2014-02-19 Thread Steven Downum
Changes by Steven Downum : -- nosy: +Steven.Downum ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue20684] inspect.getfullargspec (etc) incorrectly follows __wrapped__ chains

2014-02-19 Thread Yury Selivanov
Yury Selivanov added the comment: Nick, thanks for writing this patch! > That's probably OK though - previously those wouldn't report signatures at > all. I honestly don't think it is OK. I think we should stick to the behaviour of old 'getfullargspec' consistently, to make its behaviour alwa

[issue20629] Python ctypes BigEndianStructure bitfield assignment misbehavior in Linux

2014-02-19 Thread Rob Gaddi
Rob Gaddi added the comment: I was just working on similar things, and found the same problem. I can confirm failure on both Python 2.7.4 and Python 3.3.1 running on 64-bit Linux, and that the Windows builds do not have this problem. My code: from __future__ import print_function from ctypes

[issue1529353] Squeezer - squeeze large output in the interpreter

2014-02-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Mainly deprecation warnings about assertEquals(). Run ./python -Wall -b -m test.regrtest -vuall test_idle -- ___ Python tracker ___ ___

[issue20687] Change in expectedFailure breaks testtools

2014-02-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti, michael.foord, pitrou type: -> behavior ___ Python tracker ___ ___ Python-bugs-list

[issue6143] IDLE - an extension to clear the shell window

2014-02-19 Thread Tal Einat
Tal Einat added the comment: Regarding the last patch, see issue1529353 which proposes adding the Squeezer IDLE extension (including patches). -- ___ Python tracker ___ _

[issue1529353] Squeezer - squeeze large output in the interpreter

2014-02-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The test emits a lot of warnings. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Un

[issue1529353] Squeezer - squeeze large output in the interpreter

2014-02-19 Thread Tal Einat
Tal Einat added the comment: See related issue6143 "IDLE - an extension to clear the shell window", where special support for Squeezer is required in that extension (patch included there). -- ___ Python tracker

[issue1529353] Squeezer - squeeze large output in the interpreter

2014-02-19 Thread Tal Einat
Tal Einat added the comment: Serhiy, which warnings? Some of the tests use Tk GUI elements, so they include "requires('gui')". You need to run the tests with a proper environment so that these tests are run; otherwise you get a warning that the 'gui' resource in unavailable. -- _

[issue6143] IDLE - an extension to clear the shell window

2014-02-19 Thread Tal Einat
o reinsert them if the 'clear' operation is undone. This patch also updates the relevant ClearWindow tests as well as adding new tests to check the new functionality. -- Added file: http://bugs.python.org/file34146/taleinat.20140219.IDLE_ClearWindow_Squeez

[issue6143] IDLE - an extension to clear the shell window

2014-02-19 Thread Tal Einat
python.org/file34145/taleinat.20140219.IDLE_ClearWindow_extension.patch ___ Python tracker <http://bugs.python.org/issue6143> ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue20687] Change in expectedFailure breaks testtools

2014-02-19 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Bumping to release blocker so Larry can make a determination. -- nosy: +larry priority: normal -> release blocker ___ Python tracker ___ __

[issue20687] Change in expectedFailure breaks testtools

2014-02-19 Thread Robert Collins
Robert Collins added the comment: I concur that this is a regression - " unittest.expectedFailure() Mark the test as an expected failure. If the test fails when run, the test is not counted as a failure. " is in the public docs for the unittest module, and depending on a private att

[issue20687] Change in expectedFailure breaks testtools

2014-02-19 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- nosy: +rbcollins ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue20687] Change in expectedFailure breaks testtools

2014-02-19 Thread Thomi Richards
Changes by Thomi Richards : -- nosy: +thomir ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue20686] Confusing statement

2014-02-19 Thread Georg Brandl
Georg Brandl added the comment: The only problem I can see is that "print" uses the console encoding. For files and str(), the comment is correct for Python 2. -- nosy: +georg.brandl ___ Python tracker ___

[issue16997] subtests

2014-02-19 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: See issue #20687 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue20687] Change in expectedFailure breaks testtools

2014-02-19 Thread Barry A. Warsaw
New submission from Barry A. Warsaw: The change for issue #16997 82844:5c09e1c57200 introduced a regression with testtools. See attached file and instructions for reproducing it (it requires the testtools package). -- components: Library (Lib) files: test_expected_failure.py keywords:

  1   2   >