[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

[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

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

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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

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

[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

[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

[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

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

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

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

[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

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

[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

[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

[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

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

<    1   2