[issue20572] subprocess.Popen.wait() undocumented "endtime" parameter

2014-02-11 Thread Larry Hastings
Larry Hastings added the comment: I suggest that that documentation counts for starting the deprecation cycle, however I would still also accept a patch adding a deprecation warning if the parameter is used. -- ___ Python tracker <h

[issue20414] Python 3.4 has two Overlapped types

2014-02-11 Thread Larry Hastings
Larry Hastings added the comment: Some questions. a) Is at least one of these Overlapped objects new in 3.4? b) Which of these Overlapped objects is used by asyncio? c) Is the goal of merging the two objects simple code hygiene, or is the merged object going to work better somehow? Like, will

[issue20616] Add tracemalloc.Traceback.format() method

2014-02-13 Thread Larry Hastings
Larry Hastings added the comment: Victor: at this point I'm cherry-picking all revisions that will go into rc2 / final. -- ___ Python tracker <http://bugs.python.org/is

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

2014-02-13 Thread Larry Hastings
Larry Hastings added the comment: Since this is a problem in Cython, not in CPython, maybe you can fix it in Cython? -- ___ Python tracker <http://bugs.python.org/issue17

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

2014-02-14 Thread Larry Hastings
Larry Hastings added the comment: Why would we mangle the names of arguments in the first place? What possible use case is there? -- ___ Python tracker <http://bugs.python.org/issue20

[issue20637] Support key-sharing dictionaries in subclasses

2014-02-16 Thread Larry Hastings
Larry Hastings added the comment: I agree: definitely not for 3.5, maybe for 3.4.1. -- nosy: +larry ___ Python tracker <http://bugs.python.org/issue20637> ___ ___

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

2014-02-17 Thread Larry Hastings
Larry Hastings added the comment: Yeah, I considered getting fussy about "you didn't follow instructions". But this actually is better for me, as it means I can apply the patches in chronological order. Like Guido said, I intend to be permissive when it comes to asyncio f

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

2014-02-17 Thread Larry Hastings
Larry Hastings added the comment: Okay. I'm holding off a couple days just to get all the requests lined up, so I can apply them in chronological order--that'll cut down on the conflicts. -- ___ Python tracker <http://bugs.python.o

[issue20594] [PATCH] fail to compile posixmodule due to name clash with posix_close

2014-02-17 Thread Larry Hastings
Larry Hastings added the comment: I created a cherry-pick issue (#20665) to track that separately. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

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

2014-02-17 Thread Larry Hastings
New submission from Larry Hastings: Creating new issue from #20594 to track cherry-picking this into 3.4.0. -- assignee: larry components: Build messages: 211439 nosy: larry priority: release blocker severity: normal stage: commit review status: open title: 3.4 cherry-pick: 400a8e4599d9

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

2014-02-17 Thread Larry Hastings
Larry Hastings added the comment: 400a8e4599d9 is the revision. -- ___ Python tracker <http://bugs.python.org/issue20665> ___ ___ Python-bugs-list mailin

[issue20661] 3.4 cherry-pick: eef7899ea7ab use system doc toolchain instead of checking out of svn

2014-02-17 Thread Larry Hastings
Larry Hastings added the comment: Okay. I'll do the first round of cherry-picking Tuesday or Wednesday (my time). I'm waiting for the list of requests to settle down so I can do them in chronological order. -- ___ Python trac

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

2014-02-17 Thread Larry Hastings
Larry Hastings added the comment: Okay. -- ___ Python tracker <http://bugs.python.org/issue20645> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20646] 3.4 cherry-pick: 180e4b678003 select and kqueue round the timeout aways from zero

2014-02-17 Thread Larry Hastings
Larry Hastings added the comment: This one worries me a little. Antoine, do you agree that this should be cherry-picked for 3.4.0? -- nosy: +pitrou ___ Python tracker <http://bugs.python.org/issue20

[issue20570] Bundle pip 1.5.3 in Python 3.4rc2

2014-02-17 Thread Larry Hastings
Larry Hastings added the comment: When you land this fix, please create the separate "3.4 cherry-pick" issue. Those issues are helping me a lot with keeping track of everything. -- ___ Python tracker <http://bugs.python.o

[issue20620] Update the min()/max() docs for the new default argument

2014-02-17 Thread Larry Hastings
Larry Hastings added the comment: key and default are keyword-only arguments, the signature should have a '*'. -- ___ Python tracker <http://bugs.python.o

[issue20671] test_create_at_shutdown_with_encoding() of test_io hangs on "SPARC Solaris 10 OpenCSW 3.x"

2014-02-18 Thread Larry Hastings
Larry Hastings added the comment: For what it's worth I don't mind the noise, if indeed it's a false alarm. I'm glad you're keeping an eye on the buildbots too. -- ___ Python tracker <http:

[issue20653] Pickle enums by name

2014-02-18 Thread Larry Hastings
Larry Hastings added the comment: If you want this in 3.4.0, please create a "3.4 cherry-pick" issue for it. Personally I would feel a lot more confident in the change if there was any evidence of it being reviewed before it was checked in. All I see is a four-minute window between

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

2014-02-18 Thread Larry Hastings
Larry Hastings added the comment: ok. -- ___ Python tracker <http://bugs.python.org/issue20647> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2014-02-18 Thread Larry Hastings
Larry Hastings added the comment: (And obviously this is okay by me.) -- ___ Python tracker <http://bugs.python.org/issue20665> ___ ___ Python-bugs-list mailin

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

2014-02-18 Thread Larry Hastings
Larry Hastings added the comment: ok. -- ___ Python tracker <http://bugs.python.org/issue20675> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2014-02-18 Thread Larry Hastings
Larry Hastings added the comment: ok. -- ___ Python tracker <http://bugs.python.org/issue20670> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2014-02-18 Thread Larry Hastings
Larry Hastings added the comment: I'd like a second opinion about this before it goes in, just due to the size of the patch. -- ___ Python tracker <http://bugs.python.org/is

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

2014-02-18 Thread Larry Hastings
Larry Hastings added the comment: ok. -- ___ Python tracker <http://bugs.python.org/issue20676> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2014-02-18 Thread Larry Hastings
Larry Hastings added the comment: 2e8a142dbccc just missed today's cherry-picking session. I'll add it tomorrow. -- ___ Python tracker <http://bugs.python.o

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

2014-02-18 Thread Larry Hastings
Larry Hastings added the comment: Perhaps, but if they request cherry-picking for revisions after 2e8a142dbccc, skipping 2e8a142dbccc will make the cherry-picking a lot harder. And I bet I haven't seen the last request for cherry-picking asyncio changes for

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

2014-02-18 Thread Larry Hastings
Larry Hastings added the comment: For what it's worth, Lib/asyncio/* Lib/test/test_asyncio/* Doc/library/async* are all exactly the same between default and the tarball I published this evening. (Minus Yury's cleanup patch

[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 <http://bugs.python.org/is

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

[issue20687] Change in expectedFailure breaks testtools

2014-02-19 Thread Larry Hastings
Changes by Larry Hastings : -- priority: release blocker -> high ___ Python tracker <http://bugs.python.org/issue20687> ___ ___ Python-bugs-list mailing list Un

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

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

[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 <http://bugs.python.org/issue20621> ___ ___ Python-bugs-list mailing list Unsub

[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

[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 <http://bugs.python.org/issue16

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

[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 <http://bugs.python.org/issue20568> ___ ___ Python-bugs-list mailing list Unsub

[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 <http://bugs.python.org/issue20651> ___ ___ Python-bugs-list

[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 <http://bugs.python.org/issue20645> ___ ___ Python-bugs-list

[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 <http://bugs.python.org/issue20647> ___ ___ Python-bugs-list

[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 <http://bugs.python.org/issue20665> ___ ___ Python-bugs-list

[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 <http://bugs.python.org/issue20670> ___ ___ Python-bugs-list

[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 <http://bugs.python.org/issue20675> ___ ___ Python-bugs-list

[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 <http://bugs.python.org/issue20688> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.org/issue20688> ___ ___ Python-bugs-list

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

[issue20697] 3.4 cherry-pick: 0399e842073a

2014-02-19 Thread Larry Hastings
Changes by Larry Hastings : -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue20697> ___ ___ Python-bugs-list

[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 <http://bugs.python.org/issue20698> ___ ___ Python-bugs-list

[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 <http://bugs.python.org/is

[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 360976a

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

2014-02-19 Thread Larry Hastings
Larry Hastings added the comment: Also 6b850722849e -- ___ Python tracker <http://bugs.python.org/issue20648> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20687] Change in expectedFailure breaks testtools

2014-02-20 Thread Larry Hastings
Larry Hastings added the comment: Then I'm marking this as 3.5 and clearing the regression keyword. From here we can either fix it in 3.5 or not bother (and just close this issue as wontfix). -- keywords: -3.4regression priority: high -> normal versions: +Python 3.5 -Py

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

2014-02-20 Thread Larry Hastings
Larry Hastings added the comment: I finished the second preview of rc2 just before you posted 96e078663083. That'll go in the third preview. Also, I found another revision you forgot about (something about improving debug info). With that, and the other revisions I mentioned, asyncio i

[issue20707] 3.4 cherry-pick: bf413a97f1a9 fix conflicting hypot definition with VS 2010

2014-02-20 Thread Larry Hastings
Changes by Larry Hastings : -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue20707> ___ ___ Python-bugs-list

[issue20707] 3.4 cherry-pick: bf413a97f1a9 fix conflicting hypot definition with VS 2010

2014-02-20 Thread Larry Hastings
Larry Hastings added the comment: ok. it's a low-risk fix. -- ___ Python tracker <http://bugs.python.org/issue20707> ___ ___ Python-bugs-list mailing list

[issue20685] 3.4 cherry pick: 9f76adbac8b7 better handling of missing SSL/TLS in ensurepip

2014-02-20 Thread Larry Hastings
Larry Hastings added the comment: ok. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue20685> ___ ___ Pyth

[issue20710] Make inspect and pydoc consistent about bound methods

2014-02-20 Thread Larry Hastings
New submission from Larry Hastings: inspect has a bug: * inspect.ismethod() returns False for bound methods on builtins. If I fix that, that exposes a bug in pydoc: * pydoc's two docroutine() functions assume that bound methods have a __func__; bound builtins do not. The only reason

[issue20710] Make inspect and pydoc consistent about bound methods

2014-02-20 Thread Larry Hastings
Changes by Larry Hastings : -- stage: -> patch review type: -> behavior ___ Python tracker <http://bugs.python.org/issue20710> ___ ___ Python-bugs-list

[issue20710] Make inspect and pydoc consistent about bound methods

2014-02-20 Thread Larry Hastings
Larry Hastings added the comment: Whoops, the test suite hadn't finished when I posted that, and it had an error. Here's an updated patch that fixes the tests. Also, there's one more minor fix in the patch. pydoc has cut-and-pasted code for HTML versus text rendering, and

[issue20710] Make inspect and pydoc consistent about bound methods

2014-02-20 Thread Larry Hastings
Larry Hastings added the comment: We discussed it in python-dev: https://mail.python.org/pipermail/python-dev/2014-January/132051.html And the overwhelming majority voted +1 for "don't show self for bound methods". So I'd like to change it for 3.4. (I meant to get it i

[issue20710] Make inspect and pydoc consistent about bound methods

2014-02-20 Thread Larry Hastings
Larry Hastings added the comment: I'm not proposing to modify isbuiltin. Rather, I'm proposing to fix a bug in ismethod. -- ___ Python tracker <http://bugs.python.o

[issue20710] Make inspect and pydoc consistent about bound methods

2014-02-20 Thread Larry Hastings
Larry Hastings added the comment: So why is it necessary (and a release blocker) to fix a bug in inspect._signature_fromstr, but a terrible idea to fix a bug in inspect.ismethod? -- ___ Python tracker <http://bugs.python.org/issue20

[issue20710] Make pydoc consistent about bound methods

2014-02-20 Thread Larry Hastings
Larry Hastings added the comment: Okay, that's a fair point. I checked, and the documentation specifically says that ismethod only returns true on bound methods implemented in Python. I think that's a bad API, it should be agnostic about the implementation language. But I

[issue20712] Make inspect agnostic about whether functions are implemented in Python or C

2014-02-20 Thread Larry Hastings
New submission from Larry Hastings: Some of the methods on the inspect module behave differently depending on whether the callable passed in was implemented in C or in Python. For example, ismethod() only returns True for bound methods implemented in Python. I assert that the interface

[issue20710] Make pydoc consistent about bound methods

2014-02-20 Thread Larry Hastings
Larry Hastings added the comment: Here's a revised patch that doesn't modify inspect. -- ___ Python tracker <http://bugs.python.org/issue20710> ___ ___

[issue20710] Make pydoc consistent about bound methods

2014-02-20 Thread Larry Hastings
Changes by Larry Hastings : Added file: http://bugs.python.org/file34165/larry.fix.help.on.bound.methods.3.diff ___ Python tracker <http://bugs.python.org/issue20

[issue20710] Make pydoc consistent about bound methods

2014-02-20 Thread Larry Hastings
Larry Hastings added the comment: A slight tweak to the patch. Previously I was just using truth testing on the value I got from "__self__", but that's wrong if the object is considered false (e.g. ''.zfill). (Yury got this right in #20711, and I copied from him

[issue20713] 3.4 cherry-pick: d57df3f72715 Upgrade pip to 1.5.3

2014-02-20 Thread Larry Hastings
Larry Hastings added the comment: ok. -- ___ Python tracker <http://bugs.python.org/issue20713> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20713] 3.4 cherry-pick: d57df3f72715 Upgrade pip to 1.5.3

2014-02-20 Thread Larry Hastings
Changes by Larry Hastings : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue20710] Make pydoc consistent about bound methods

2014-02-20 Thread Larry Hastings
Larry Hastings added the comment: An even slighter tweak to the patch, just using De Morgan's law to make the code easier to read. -- Added file: http://bugs.python.org/file34168/larry.fix.help.on.bound.methods.5.diff ___ Python tracker

[issue20711] inspect.getfullargspec does not correctly work with builtin module-level functions

2014-02-20 Thread Larry Hastings
Larry Hastings added the comment: I bet you want this cherry-picked; please create a separate issue for that. -- ___ Python tracker <http://bugs.python.org/issue20

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

2014-02-20 Thread Larry Hastings
Larry Hastings added the comment: If you've committed something already, and want to change it, then please request both revisions be cherry-picked. -- ___ Python tracker <http://bugs.python.org/is

[issue20710] Make pydoc consistent about bound methods

2014-02-20 Thread Larry Hastings
Larry Hastings added the comment: Updated with tests. And I built without docstrings and it still passed. And if I revert the change to Lib/pydoc.py the tests fail. -- Added file: http://bugs.python.org/file34170/larry.fix.help.on.bound.methods.6.diff

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

2014-02-20 Thread Larry Hastings
Larry Hastings added the comment: We still have a couple of weeks left. Ethan, can you start a discussion in python-dev about cherry-picking this for 3.4? -- ___ Python tracker <http://bugs.python.org/issue20

[issue20710] Make pydoc consistent about bound methods

2014-02-20 Thread Larry Hastings
Larry Hastings added the comment: I went ahead and added tests for os.stat, and the unbound versions of the two class methods. Total of five new tests now. -- Added file: http://bugs.python.org/file34171/larry.fix.help.on.bound.methods.7.diff

[issue20710] Make pydoc consistent about bound methods

2014-02-20 Thread Larry Hastings
Larry Hastings added the comment: You're right, that was the exact same test ;-) So what I did was: move the other tests down into that test class, as that's a better fit, and keep the new version of the test. -- Added file: http://bugs.python.org

[issue20716] 3.4 cherry-pick: 5e73bb72662e pydoc shouldn't display "self" for bound methods

2014-02-20 Thread Larry Hastings
New submission from Larry Hastings: 5e73bb72662e -- assignee: larry components: Library (Lib) messages: 211817 nosy: larry priority: release blocker severity: normal status: open title: 3.4 cherry-pick: 5e73bb72662e pydoc shouldn't display "self" for bound methods versi

[issue20710] Make pydoc consistent about bound methods

2014-02-20 Thread Larry Hastings
Changes by Larry Hastings : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue20716] 3.4 cherry-pick: 5e73bb72662e pydoc shouldn't display "self" for bound methods

2014-02-20 Thread Larry Hastings
Changes by Larry Hastings : -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue20716> ___ ___ Python-bugs-list

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

2014-02-21 Thread Larry Hastings
Larry Hastings added the comment: I just put the third preview up. There are no diffs between that asyncio and the one in default. Is this torrent coming to a close? We really should keep the changes from rc2 to final to a bare minimum

[issue20721] 3.4 cherry-pick: 005d0678f93c Update pip to 1.5.4

2014-02-21 Thread Larry Hastings
Larry Hastings added the comment: ok -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue20721> ___ ___ Pyth

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

2014-02-21 Thread Larry Hastings
Larry Hastings added the comment: Okay, I'm accepting this. I really just wanted to get more eyes on it, and I'm happy to see that python-dev was pretty unanimous. -- ___ Python tracker <http://bugs.python.o

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

2014-02-21 Thread Larry Hastings
Larry Hastings added the comment: Stefan: does the checkin in d6aa3fa646e2 fix your problem? I'm willing to cherry-pick for this but I'd prefer to only have to do it once. -- ___ Python tracker <http://bugs.python.o

[issue20724] 3.4 cherry-pick: d6aa3fa646e2 inspect.signature: Check for function-like objects before builtins

2014-02-21 Thread Larry Hastings
Larry Hastings added the comment: I'm waiting to hear back from scoder about whether or not this really fixes his problem before I cherry-pick. I'm still willing to do it for tagging for rc2 (about 20 hours from now) if I can hear back during that time. -- nos

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

2014-02-21 Thread Larry Hastings
Changes by Larry Hastings : -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue20679> ___ ___ Python-bugs-list

[issue20715] 3.4 cherry-pick: 2000c27ebe80 inspect: Fix getfullargspec to support builtin module-level functions

2014-02-21 Thread Larry Hastings
Larry Hastings added the comment: ok. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue20715> ___ ___ Pyth

[issue20724] 3.4 cherry-pick: d6aa3fa646e2 inspect.signature: Check for function-like objects before builtins

2014-02-21 Thread Larry Hastings
Larry Hastings added the comment: I reconsidered, and the sense I get is "yeah it fixes the problem". And even if it didn't, I'd wind up cherry-picking it anyway just to make the diffs easier. So I'm accepting this. -- resolution: ->

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

2014-02-22 Thread Larry Hastings
Larry Hastings added the comment: Can I close this issue now? -- ___ Python tracker <http://bugs.python.org/issue20648> ___ ___ Python-bugs-list mailing list Unsub

[issue20734] 3.4 cherry-pick: 13edfab6c3c0 disable 2 pydoc tests

2014-02-22 Thread Larry Hastings
Larry Hastings added the comment: ok. -- ___ Python tracker <http://bugs.python.org/issue20734> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20734] 3.4 cherry-pick: 13edfab6c3c0 disable 2 pydoc tests

2014-02-22 Thread Larry Hastings
Changes by Larry Hastings : -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue20734> ___ ___ Python-bugs-list

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

2014-02-22 Thread Larry Hastings
Larry Hastings added the comment: This issue is okay, but it helps my workflow if you'd create a new "3.4 cherry-pick" revision for me when it's ready. -- ___ Python tracker <http://bug

[issue20199] status of module_for_loader and utils._module_to_load

2014-02-22 Thread Larry Hastings
Larry Hastings added the comment: I'll cherry-pick 8f54f601fd75. -- ___ Python tracker <http://bugs.python.org/issue20199> ___ ___ Python-bugs-list m

[issue20738] 3.4 cherry-pick: 7b80f57f904e fix 20641

2014-02-22 Thread Larry Hastings
Larry Hastings added the comment: ok. -- ___ Python tracker <http://bugs.python.org/issue20738> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20738] 3.4 cherry-pick: 7b80f57f904e fix 20641

2014-02-22 Thread Larry Hastings
Changes by Larry Hastings : -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue20738> ___ ___ Python-bugs-list

[issue20261] Cannot pickle some objects that have a __getattr__()

2014-02-22 Thread Larry Hastings
Larry Hastings added the comment: My understanding is, this is fixed, and cherry-picked into 3.4. If that's in error please reopen. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.

[issue20570] Bundle pip 1.5.3 in Python 3.4rc2

2014-02-22 Thread Larry Hastings
Larry Hastings added the comment: My understanding is this is now done. If it isn't please reopen. -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.

[issue20753] disable test_robotparser

2014-02-23 Thread Larry Hastings
New submission from Larry Hastings: Lib/tests/test_robotparser.py uses the following url: http://mueblesmoraleda.com/robots.txt That file now serves a 404. This should be disabled for 3.4, and the test rewritten for 3.5. If we get a patch quickly I would probably cherry-pick it for 3.4

[issue20753] disable test_robotparser test that uses an invalid URL

2014-02-23 Thread Larry Hastings
Changes by Larry Hastings : -- title: disable test_robotparser -> disable test_robotparser test that uses an invalid URL ___ Python tracker <http://bugs.python.org/issu

[issue20727] Improved roundrobin itertools recipe

2014-02-24 Thread Larry Hastings
Larry Hastings added the comment: Doc changes are fine basically anytime, but I don't want low-priority changes in Lib for 3.4.0. But this would be fine for 3.4.1 if you like, or you could just wait for 3.5. -- ___ Python tracker

<    12   13   14   15   16   17   18   19   20   21   >