[issue16058] ConfigParser no longer deepcopy compatible in 2.7

2012-10-05 Thread Andrew Svetlov
Andrew Svetlov added the comment: ConfigParser is not intended to be deep copy-able, at least documentation says nothing about it. -- nosy: +asvetlov, lukasz.langa ___ Python tracker <http://bugs.python.org/issue16

[issue16123] IDLE - deprecate running without a subprocess

2012-10-05 Thread Andrew Svetlov
Andrew Svetlov added the comment: Looks good for me. -- ___ Python tracker <http://bugs.python.org/issue16123> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16123] IDLE - deprecate running without a subprocess

2012-10-05 Thread Andrew Svetlov
Andrew Svetlov added the comment: Change priority to deferred blocker for reminding to remove no-subprocess mode in 3.5. Thanks, Roger. -- priority: normal -> deferred blocker ___ Python tracker <http://bugs.python.org/issu

[issue13896] Make shelf instances work with 'with' as context managers

2012-10-05 Thread Andrew Svetlov
Andrew Svetlov added the comment: Filip, please describe why you prevent closing if writeback attribute is not present. I see comment for __del__ related to #1339007, but at __exit__ call __enter__ has called already and __init__ has finished definitely with success. Also I would to see

[issue13896] Make shelf instances work with 'with' as context managers

2012-10-05 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- assignee: -> asvetlov ___ Python tracker <http://bugs.python.org/issue13896> ___ ___ Python-bugs-list mailing list Unsubscri

[issue16115] test that executable arg to Popen() takes precedence over args[0] arg

2012-10-05 Thread Andrew Svetlov
Andrew Svetlov added the comment: Committed. Thank you, Kushal Das. BTW, please fill http://www.python.org/psf/contrib/ as contributor of Python project. We would to get that agreement from everybody who has pushed any patch. Thanks again

[issue16115] test that executable arg to Popen() takes precedence over args[0] arg

2012-10-05 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- resolution: -> fixed stage: test needed -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue16114] incorrect path in subprocess.Popen() FileNotFoundError message

2012-10-05 Thread Andrew Svetlov
Andrew Svetlov added the comment: Maybe better to fix Windows behavior for unifying FileNotFoundError? -- ___ Python tracker <http://bugs.python.org/issue16

[issue16115] test that executable arg to Popen() takes precedence over args[0] arg

2012-10-05 Thread Andrew Svetlov
Andrew Svetlov added the comment: ok, it will be better. -- ___ Python tracker <http://bugs.python.org/issue16115> ___ ___ Python-bugs-list mailing list Unsub

[issue16114] incorrect path in subprocess.Popen() FileNotFoundError message

2012-10-05 Thread Andrew Svetlov
Andrew Svetlov added the comment: I'm ok with your patch if it will be applied to 3.2 etc and after that new issue will fix Windows problem. BTW, the patch fails for 3.2 and 3.3 but works for 3.4 -- ___ Python tracker <http://bugs.py

[issue13896] Make shelf instances work with 'with' as context managers

2012-10-06 Thread Andrew Svetlov
Andrew Svetlov added the comment: Committed. Thanks. Please fill Python Contributor Agreement: http://www.python.org/psf/contrib/ -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python track

[issue15641] Clean up importlib for Python 3.4

2012-10-06 Thread Andrew Svetlov
Andrew Svetlov added the comment: What's about Finder? Do you want to remove it also? -- ___ Python tracker <http://bugs.python.org/issue15641> ___ ___ Pytho

[issue15422] Get rid of PyCFunction_New macro

2012-10-06 Thread Andrew Svetlov
Andrew Svetlov added the comment: Attached patch for the issue. BTW PyCFunction_New/PyCFunction_NewEx are part of Stable ABI but never mentioned in the documentation. -- keywords: +patch Added file: http://bugs.python.org/file27453/issue15422.diff

[issue15422] Get rid of PyCFunction_New macro

2012-10-06 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue15422> ___ ___ Python-bugs-list mai

[issue16120] Use |yield from| in stdlib

2012-10-06 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks, Berker. -- assignee: -> nobody nosy: +asvetlov, nobody resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python

[issue16025] Minor corrections to the zipfile documentation

2012-10-06 Thread Andrew Svetlov
Andrew Svetlov added the comment: Committed. Please close the issue if all work done. Thanks. -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16

[issue15721] PEP 3121, 384 Refactoring applied to tkinter module

2012-10-06 Thread Andrew Svetlov
Andrew Svetlov added the comment: Update patch conforming to current _tkinter code. -- Added file: http://bugs.python.org/file27457/_tkinter_pep3121-384_v1.patch ___ Python tracker <http://bugs.python.org/issue15

[issue16025] Minor corrections to the zipfile documentation

2012-10-06 Thread Andrew Svetlov
Andrew Svetlov added the comment: Done in 674fa8d211f2, 5665806908c4 and c9695a0b0923. Sorry. -- ___ Python tracker <http://bugs.python.org/issue16025> ___ ___

[issue15721] PEP 3121, 384 Refactoring applied to tkinter module

2012-10-06 Thread Andrew Svetlov
Andrew Svetlov added the comment: I would to have all module state inside _tkinterstate structure. static variables like tcl_lock, tcl_state, quitMainLoop, errorInCmd etc should be moved into _tkinterstate also. -- ___ Python tracker <h

[issue15721] PEP 3121, 384 Refactoring applied to tkinter module

2012-10-06 Thread Andrew Svetlov
Andrew Svetlov added the comment: I'm trying to make patch following myself recommendations. Looks good but not finished yet. Will publish it after all work done. -- ___ Python tracker <http://bugs.python.org/is

[issue15721] PEP 3121, 384 Refactoring applied to tkinter module

2012-10-06 Thread Andrew Svetlov
Andrew Svetlov added the comment: Submit patch which store own state into module state. Still not finished yet: need to add checks for "ready state" in every access to fields of module state structure. -- assignee: -> asvetlov Added file: http://bugs.python.

[issue15721] PEP 3121, 384 Refactoring applied to tkinter module

2012-10-06 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- stage: -> patch review ___ Python tracker <http://bugs.python.org/issue15721> ___ ___ Python-bugs-list mailing list Unsubscri

[issue15721] PEP 3121, 384 Refactoring applied to tkinter module

2012-10-06 Thread Andrew Svetlov
Andrew Svetlov added the comment: Update patch to support TKINTER_PROTECT_LOADTK option. -- Added file: http://bugs.python.org/file27460/_tkinter_pep3121-384_v3.patch ___ Python tracker <http://bugs.python.org/issue15

[issue15721] PEP 3121, 384 Refactoring applied to tkinter module

2012-10-06 Thread Andrew Svetlov
Andrew Svetlov added the comment: Upload version which check if _tkinter module was destroyed (for example, if it was call from daemon thread runing Tk app when main thread is exiting with interpreter finalization). -- Added file: http://bugs.python.org/file27464/_tkinter_pep3121

[issue15721] PEP 3121, 384 Refactoring applied to tkinter module

2012-10-07 Thread Andrew Svetlov
Andrew Svetlov added the comment: The patch for current default branch. -- Added file: http://bugs.python.org/file27470/_tkinter_pep3121-384_v7.patch ___ Python tracker <http://bugs.python.org/issue15

[issue16136] Removal of VMS support

2012-10-07 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16136> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6322] Pdb breakpoints don't work on lines without bytecode

2012-10-07 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue6322> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16050] ctypes: callback from C++ to Python fails with Illegal Instruction call

2012-10-07 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16050> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15721] PEP 3121, 384 Refactoring applied to tkinter module

2012-10-07 Thread Andrew Svetlov
Andrew Svetlov added the comment: The patch is huge, then I like to apply it in two steps: first implement pep 384 than 3121. Attached first patch. -- Added file: http://bugs.python.org/file27475/_tkinter_pep384_v1.patch ___ Python tracker <h

[issue15650] PEP 3121, 384 refactoring applied to dbm module

2012-10-07 Thread Andrew Svetlov
Andrew Svetlov added the comment: Robin, why do you increment refcounter for type object on every construction of dbm instance? Also I would to see macros in uppercase if possible. -- ___ Python tracker <http://bugs.python.org/issue15

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-07 Thread Andrew Svetlov
Andrew Svetlov added the comment: I definitely agree with renaming "call count" to "primitive call count". Thank you for patch. BTW please fill Python Contributor Agreement: http://www.python.org/psf/contrib/ -- assignee: -> asvetlov ___

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-07 Thread Andrew Svetlov
Andrew Svetlov added the comment: I'm ok with aliases also. Issue with percall can be fixed only in 3.4 via renaming one of the column. Thanks again. -- ___ Python tracker <http://bugs.python.org/is

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-07 Thread Andrew Svetlov
Andrew Svetlov added the comment: Documentation also need to be updated to reflect changes. -- ___ Python tracker <http://bugs.python.org/issue14900> ___ ___ Pytho

[issue16113] Add SHA-3 (Keccak) support

2012-10-07 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16113> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15650] PEP 3121, 384 refactoring applied to dbm module

2012-10-07 Thread Andrew Svetlov
Andrew Svetlov added the comment: >From my perspective type object is referenced by module state. While module is present it's state hold all types exposed by module. After module has deleted it's state has cleaned up and types has gone away — thats look good to me. Instances of p

[issue16009] Json error messages could provide more information about the error

2012-10-07 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16009> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14783] Make int() and str() docstrings correct

2012-10-07 Thread Andrew Svetlov
Andrew Svetlov added the comment: LGTM -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue14783> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16129] No good way to set 'PYTHONIOENCODING' when embedding python.

2012-10-07 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov stage: -> needs patch ___ Python tracker <http://bugs.python.org/issue16129> ___ ___ Python-bugs-list mai

[issue16120] Use |yield from| in stdlib

2012-10-07 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed, thanks. Interesting, I didn't thought «yield from» can be applied to just list, not generator. But it works. -- ___ Python tracker <http://bugs.python.org/is

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-08 Thread Andrew Svetlov
Andrew Svetlov added the comment: Looks like you missed *sort* parameter for ".. function:: run(command, filename=None, sort=-1)" Also it will be nice to insert link to Stats.sort_stats in doc text for run functions. -- ___ Python trac

[issue16115] test that executable arg to Popen() takes precedence over args

2012-10-08 Thread Andrew Svetlov
Andrew Svetlov added the comment: Hmm, I dislike "Normally, *args* should be a sequence." >From my perspective better to say something like: *args* should be a sequence if *shell* is *False* or string of *shell* is *True* or something like this. I would to directly recommend rea

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-08 Thread Andrew Svetlov
Andrew Svetlov added the comment: Sorry, I cannot figure out what hg repo version should I use to apply sort-argument* patches. Can you prepare 2 cumulative patches for 2.7 and 3.2 which can be applied to current repo state? It's CPython team policy to send patches which can be applied to

[issue16115] test that executable arg to Popen() takes precedence over args

2012-10-08 Thread Andrew Svetlov
Andrew Svetlov added the comment: LGTM. Thanks, Chris. -- ___ Python tracker <http://bugs.python.org/issue16115> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16174] Fix suggested usage of dummy_threading module

2012-10-09 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thanks, Berker. -- nosy: +asvetlov resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 3.2 ___ Python tracker <http://bugs.python.or

[issue8492] Addition to readline module to get dictionary of keystrokes and commands

2012-10-11 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue8492> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14799] Tkinter ttk tests hang on linux

2012-10-11 Thread Andrew Svetlov
Andrew Svetlov added the comment: For me it still fails. I use Ubuntu 12.04, 11.10 was failed also IIRC. -- ___ Python tracker <http://bugs.python.org/issue14

[issue16195] Difficult or impossible to figure out how garbage collector and weak references should interact for user-defined extension types

2012-10-11 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16195> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15650] PEP 3121, 384 refactoring applied to dbm module

2012-10-11 Thread Andrew Svetlov
Andrew Svetlov added the comment: Robin, after thinking I would to agree with your decision to hold reference to type into type instance. Please, can you describe your check like: if((void *)type->tp_dealloc == (void *)dbm_dealloc) { Py_DECREF(type); } Why you decref only if t

[issue15776] Allow pyvenv to work in existing directory

2012-10-11 Thread Andrew Svetlov
Andrew Svetlov added the comment: Looks good. Thank you. -- ___ Python tracker <http://bugs.python.org/issue15776> ___ ___ Python-bugs-list mailing list Unsub

[issue16145] Abort in _csv module

2012-10-13 Thread Andrew Svetlov
Andrew Svetlov added the comment: LGTM -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16145> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15721] PEP 3121, 384 Refactoring applied to tkinter module

2012-10-15 Thread Andrew Svetlov
Andrew Svetlov added the comment: Amaury, I completely agree with your objection. I've found this code in xxlimited.c and adapted to _tkinter source. If that weird code can be removed I will do it. I have no idea how we can catch/reproduce the problem, maybe Martin von Loewis can he

[issue15936] Add link from os.urandom to random.SystemRandom

2012-10-16 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thanks. -- nosy: +asvetlov resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue15853] IDLE crashes selecting Preferences menu with OS X ActiveState Tcl/Tk 8.5.12.1

2012-10-16 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue15853> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16266] Typo in tutorial

2012-10-17 Thread Andrew Svetlov
Andrew Svetlov added the comment: I'm not native English speaker, but for me it just means \r\n -> \n when read from stream and \n -> \r\n when write to stream if OS is Windows. That's correct. -- nosy: +asvetlov, chris.jerdonek __

[issue16265] Code sample does not collapse correctly

2012-10-17 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thanks. -- nosy: +asvetlov resolution: -> fixed stage: -> committed/rejected status: open -> closed versions: +Python 3.4 ___ Python tracker <http://bugs.python.or

[issue9583] Document startup option/environment interaction

2012-10-17 Thread Andrew Svetlov
Andrew Svetlov added the comment: Applied patch. Thanks, Todd. I think the issue can be closed. -- nosy: +asvetlov versions: +Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issue9

[issue16267] order of decorators @abstractmethod and @classmethod is significant (is not documented to be in @abstractclassmethod which advises their combined use)

2012-10-17 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16267> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16267] order of decorators @abstractmethod and @classmethod is significant (is not documented to be in @abstractclassmethod which advises their combined use)

2012-10-17 Thread Andrew Svetlov
Andrew Svetlov added the comment: I think better to fix code to make first sample also work. It can be done as special cases in abc.abstractmethod to process classmethod/staticmethod objects properly. -- ___ Python tracker <http://bugs.python.

[issue16266] Rephrase sentence in tutorial about universal newlines

2012-10-17 Thread Andrew Svetlov
Andrew Svetlov added the comment: Looks good to me, please apply it. -- ___ Python tracker <http://bugs.python.org/issue16266> ___ ___ Python-bugs-list mailin

[issue9583] Document startup option/environment interaction

2012-10-17 Thread Andrew Svetlov
Andrew Svetlov added the comment: Close the issue. Feel free to reopen if clarification needed. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.o

[issue16267] order of decorators @abstractmethod and @classmethod is significant (is not documented to be in @abstractclassmethod which advises their combined use)

2012-10-17 Thread Andrew Svetlov
Andrew Svetlov added the comment: After brief looking sources I figured out it can be solved by adding setters for __isabstractmethod__ to classmethod/staticmethod objects. It can be done, I'll try to make a patch. For property situation is worse: property is abstract if any of getter/s

[issue14900] cProfile does not take its result headers as sort arguments

2012-10-17 Thread Andrew Svetlov
Andrew Svetlov added the comment: I'm waiting for your patch. Thanks. -- ___ Python tracker <http://bugs.python.org/issue14900> ___ ___ Python-bugs-list m

[issue16255] subrocess.Popen needs /bin/sh but Android only has /system/bin/sh

2012-10-19 Thread Andrew Svetlov
Andrew Svetlov added the comment: Is there some document describing procedure for building/installing/running_tests at Android device? I have Samsung Galaxy Tab and would to work on the issue. But my android experience is limited to installing Scripting Layer for Android from Google Play and

[issue16241] "-X faulthandler" is not documented in -X option docs

2012-10-23 Thread Andrew Svetlov
Andrew Svetlov added the comment: Looks good to me, committed. Thanks, Marek. Please, fill PSF Contributor Agreement: http://www.python.org/psf/contrib/ -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16

[issue16241] "-X faulthandler" is not documented in -X option docs

2012-10-23 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue16241] "-X faulthandler" is not documented in -X option docs

2012-10-23 Thread Andrew Svetlov
Andrew Svetlov added the comment: Do you think so? It was documenting already existed feature. But, if you really want I can do it of course. -- ___ Python tracker <http://bugs.python.org/issue16

[issue16241] "-X faulthandler" is not documented in -X option docs

2012-10-23 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thank you, Marek -- ___ Python tracker <http://bugs.python.org/issue16241> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16255] subrocess.Popen needs /bin/sh but Android only has /system/bin/sh

2012-10-24 Thread Andrew Svetlov
Andrew Svetlov added the comment: Chris, agree with you. -- ___ Python tracker <http://bugs.python.org/issue16255> ___ ___ Python-bugs-list mailing list Unsub

[issue15111] Wrong ImportError message with importlib

2012-10-24 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue15111> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8913] Document that datetime.__format__ is datetime.strftime

2012-10-24 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue8913> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16278] os.rename documentation slightly inaccurate

2012-10-24 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16278> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16278] os.rename documentation slightly inaccurate

2012-10-24 Thread Andrew Svetlov
Andrew Svetlov added the comment: Chris, maybe you can guess better wording? -- nosy: +chris.jerdonek ___ Python tracker <http://bugs.python.org/issue16

[issue16241] "-X faulthandler" is not documented in -X option docs

2012-10-25 Thread Andrew Svetlov
Andrew Svetlov added the comment: Well, I have updated the NEWS file. -- ___ Python tracker <http://bugs.python.org/issue16241> ___ ___ Python-bugs-list mailin

[issue14616] subprocess docs should mention pipes.quote/shlex.quote

2012-10-25 Thread Andrew Svetlov
Andrew Svetlov added the comment: I think patch for 3.3 should mention only shlex.quote. I don't care about 2.7 patch but it looks good to me. -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/is

[issue16272] C-API documentation clarification for tp_dictoffset

2012-10-25 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16272> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14799] Tkinter ttk tests hang on linux

2012-10-25 Thread Andrew Svetlov
Andrew Svetlov added the comment: Update: test_ttk_guionly hangs on Ubuntu with Unity. It passed on Arch as well as on Ubuntu via xvfb-run. -- ___ Python tracker <http://bugs.python.org/issue14

[issue14799] Tkinter ttk tests hang on linux

2012-10-25 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fir Unity it hangs on Tcl_ConditionWait inside Tcl_DoOneEvent function. -- ___ Python tracker <http://bugs.python.org/issue14

[issue16155] Some minor doc fixes in Doc/faq

2012-10-25 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16155> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16243] Add example for inspect module doc

2012-10-26 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks, Berker. I feel the patch is good enough to close the issue. If anybody want to add some value please reopen. -- nosy: +asvetlov resolution: -> fixed stage: -> committed/rejected status: open -&g

[issue14616] subprocess docs should mention pipes.quote/shlex.quote

2012-10-28 Thread Andrew Svetlov
Andrew Svetlov added the comment: I have applied all patches. Thanks, Chris. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> enhancement ___ Python tracker <http://bugs.python

[issue16341] In examples, "except:" should use new syntax

2012-10-28 Thread Andrew Svetlov
Andrew Svetlov added the comment: +1. Patch for 2.7 is attached. -- keywords: +patch nosy: +asvetlov Added file: http://bugs.python.org/file27763/issue16341.diff ___ Python tracker <http://bugs.python.org/issue16

[issue16341] In examples, "except:" should use new syntax

2012-10-28 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- stage: -> patch review ___ Python tracker <http://bugs.python.org/issue16341> ___ ___ Python-bugs-list mailing list Unsubscri

[issue14570] Document json "sort_keys" parameter properly

2012-10-28 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks, Chris! I have pushed the patch for 3.2-3.4 It cannot be applied to 2.7, please make separate patch for this version. -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue14

[issue16298] httplib.HTTPResponse.read could potentially leave the socket opened forever

2012-10-28 Thread Andrew Svetlov
Andrew Svetlov added the comment: Please publish patch for the issue. -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16298> ___ ___ Python-bug

[issue16308] Undocumented (?) behaviour change in argparse from 3.2.3 to 3.3.0

2012-10-28 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16308> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16310] zipfile: allow surrogates in filenames

2012-10-28 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16310> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14570] Document json "sort_keys" parameter properly

2012-10-28 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed, thanks again! -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue16309] "PYTHONPATH=" different from no PYTHONPATH at all

2012-10-28 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16309> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16309] "PYTHONPATH=" different from no PYTHONPATH at all

2012-10-28 Thread Andrew Svetlov
Andrew Svetlov added the comment: I would to see some unittest if possible. -- ___ Python tracker <http://bugs.python.org/issue16309> ___ ___ Python-bugs-list m

[issue15650] PEP 3121, 384 refactoring applied to dbm module

2012-10-29 Thread Andrew Svetlov
Changes by Andrew Svetlov : Added file: http://bugs.python.org/file27774/Issue15650_v2.diff ___ Python tracker <http://bugs.python.org/issue15650> ___ ___ Python-bug

[issue16348] Decimal.remainder_near documentation incorrect.

2012-10-29 Thread Andrew Svetlov
Andrew Svetlov added the comment: LGTM -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16348> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16341] In examples, "except:" should use new syntax

2012-10-30 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue1553375] Add traceback.print_full_exception()

2012-10-30 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue1553375> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15721] PEP 3121, 384 Refactoring applied to tkinter module

2012-10-30 Thread Andrew Svetlov
Andrew Svetlov added the comment: Amaury, you are right: PyTclObject_Type_slots[3].pfunc = PyObject_GenericGetAttr; is not required. -- ___ Python tracker <http://bugs.python.org/issue15

[issue18932] selectors and modify()

2014-03-27 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue18932> ___ ___ Python-bugs-list mailing list Unsub

[issue16716] Deprecate OSError aliases in the doc

2014-03-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: Pushed. Thanks, priya -- ___ Python tracker <http://bugs.python.org/issue16716> ___ ___ Python-bugs-list mailing list Unsub

[issue16716] Deprecate OSError aliases in the doc

2014-03-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: Close the issue after #f5dda52a4ccd and #8d5f005a0da3 -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed versions: +Python 3.5 ___ Python tracker <http://bug

[issue16716] Deprecate OSError aliases in the doc

2014-03-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: The "deprecated markup" is removed. Sorry. Thanks to quick report. On Tue, Apr 1, 2014 at 2:08 AM, Roundup Robot wrote: > > Roundup Robot added the comment: > > New changeset 7b219429c404 by Andrew Svetlov in branch '3.4': >

[issue16716] Deprecate OSError aliases in the doc

2014-03-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: Close the issue again after fixing Antoine's objection. -- status: open -> closed ___ Python tracker <http://bugs.python.org

[issue20434] Process crashes if not enough memory to import module

2014-04-09 Thread Andrew Svetlov
Andrew Svetlov added the comment: Looks like the issue has gone after 3.4 Anf it's still present for 2.7. If somebody like to make a patch for 2.7 - you are welcome! -- versions: -Python 3.3 ___ Python tracker <http://bugs.python.org/is

<    16   17   18   19   20   21   22   23   24   25   >