[issue9269] Cannot pickle self-referencing sets

2013-11-29 Thread Alexandre Vassalotti
Changes by Alexandre Vassalotti : -- assignee: -> alexandre.vassalotti resolution: -> duplicate stage: patch review -> committed/rejected status: open -> closed superseder: -> Implement PEP 3154 (pickle protocol 4) ___ Python tracker

[issue19728] PEP 453: enable pip by default in the Windows binary installers

2013-11-29 Thread Nick Coghlan
Nick Coghlan added the comment: I'm going to run with the approach of adding a private _uninstall function in ensurepip (that includes the version guard), and then a "python -m ensurepip._uninstall" submodule to invoke it from the command line. I'll also extend the with_pip test in test_venv t

[issue19737] Documentation of globals() and locals() should be improved

2013-11-29 Thread Martin Panter
Martin Panter added the comment: How about swapping the two sentences for globals() then: “Returns the dictionary of the module . . . This represents the symbol table . . .” I thought the current locals() entry is fairly clear. It actually says _not_ to modify the dictionary! -- ___

[issue19790] ctypes can't load a c++ dll if the dll calls COM on Windows 8

2013-11-29 Thread yinkaisheng
yinkaisheng added the comment: http://support.microsoft.com/kb/305723 COM application hangs when you call CoCreateInstance from DllMain SYMPTOMS When you call the CoCreateInstance function from the DllMain function, the Component Object Model (COM) application hangs. CAUSE CoCreateInstance ma

[issue18879] tempfile.NamedTemporaryFile can close the file too early, if not assigning to a variable

2013-11-29 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue19789] Improve wording of how to "undo" a call to logging.disable(lvl)

2013-11-29 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue19728] PEP 453: enable pip by default in the Windows binary installers

2013-11-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7dc4bf283857 by Nick Coghlan in branch 'default': Issue #19728: add private ensurepip._uninstall CLI http://hg.python.org/cpython/rev/7dc4bf283857 -- nosy: +python-dev ___ Python tracker

[issue19728] PEP 453: enable pip by default in the Windows binary installers

2013-11-29 Thread Nick Coghlan
Nick Coghlan added the comment: Running this command in the installer should now clean up pip and setuptools: python -m ensurepip._uninstall If pip is not installed, it silently does nothing. If pip is installed, but doesn't match ensurepip.version(), it throws RuntimeError. If pip is in

[issue19683] test_minidom has many empty tests

2013-11-29 Thread Ajitesh Gupta
Ajitesh Gupta added the comment: I have attached a patch. I deleted all the empty tests. -- keywords: +patch nosy: +ajitesh.gupta Added file: http://bugs.python.org/file32901/issue19683.patch ___ Python tracker ___

[issue19728] PEP 453: enable pip by default in the Windows binary installers

2013-11-29 Thread Ned Deily
Ned Deily added the comment: Looks like the buildbots are complaining, for example: http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%203.x/builds/3300/steps/test/logs/stdio == FAIL: test_with_pip (test.test_venv.Ens

[issue19726] BaseProtocol is not an ABC

2013-11-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 04088790c077 by Nick Coghlan in branch 'default': Issue #19726: actually running 'hg add' helps... http://hg.python.org/cpython/rev/04088790c077 -- nosy: +python-dev ___ Python tracker

<    1   2