[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

[issue21198] Minor tarfile documentation bug

2014-04-10 Thread Andrew Scheller
New submission from Andrew Scheller: I've just noticed that the documentation for TarInfo.type says "To determine the type of a TarInfo object more conveniently, use the is_*() methods below." However none of the methods mentioned actually contain an underscore, so I believe th

[issue21198] Minor tarfile documentation bug

2014-04-14 Thread Andrew Scheller
Andrew Scheller added the comment: Éric - appears to be only Doc/library/tarfile.rst that is affected. Matt - looks like your "simple patch" contains a lot more than you intended?! -- ___ Python tracker <http://bugs.python.o

[issue21221] Minor struct_time documentation bug

2014-04-14 Thread Andrew Scheller
New submission from Andrew Scheller: The documentation for time.struct_time (in Doc/library/time.rst) explains tm_isdst as "0, 1 or -1; see below" but then doesn't really go into further detail below, other than to say "A -1 argument as the daylight savings flag, pas

[issue21354] PyCFunction_New no longer exposed by python DLL breaking bdist_wininst installers

2014-04-28 Thread Andrew Svetlov
Andrew Svetlov added the comment: Ok, I'll take a look. Sorry, probably I've missed python3.def file. -- ___ Python tracker <http://bugs.python.o

[issue20544] Use specific asserts in operator tests

2014-05-02 Thread Andrew Svetlov
Andrew Svetlov added the comment: LGTM. Ping? -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue20544> ___ ___ Python-bugs-list mailing list Unsub

[issue20544] Use specific asserts in operator tests

2014-05-03 Thread Andrew Svetlov
Andrew Svetlov added the comment: Ok. I agree with Teddy but Raymond's arguments make a value also. Thus we need to make any decision and close the issue (and bunch of similar issues). On Sat, May 3, 2014 at 8:38 AM, Terry J. Reedy wrote: > > Terry J. Reedy added the comment: >

[issue21447] Intermittent asyncio.open_connection / futures.InvalidStateError

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

[issue21435] Segfault in gc with cyclic trash

2014-05-08 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks a lot! The patch fixes crush dump issue with __del__ in aiohttp library tests also. -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue21

[issue21435] Segfault in gc with cyclic trash

2014-05-10 Thread Andrew Svetlov
Andrew Svetlov added the comment: @Tim nothing to close, aiohttp is separate library based on asyncio. It just uses constructions like self.attr = None in __del__ -- ___ Python tracker <http://bugs.python.org/issue21

[issue21517] installer Python default setting fails with mac Python Launcher

2014-05-16 Thread Andrew Harrington
New submission from Andrew Harrington: I installed Python 3.4 on my Mac (OSX 10.9.2), with the option to make python 3.4 my default python3, so which python3 prints /Library/Frameworks/Python.framework/Versions/3.4/bin/python3 which is fine. A terminal then brings up python 3.4, fine

[issue21517] installer Python default setting fails with mac Python Launcher

2014-05-17 Thread Andrew Harrington
Andrew Harrington added the comment: I see not messing with /usr/bin. Your note about Python Launcher would be a nice addition to the Mac installer notes. I would encourage that before closing this. On Sat, May 17, 2014 at 1:57 AM, Ned Deily wrote: > > Ned Deily added the c

[issue21523] quadratic-time compilation in the number of 'and' or 'or' expressions

2014-05-18 Thread Andrew Dalke
New submission from Andrew Dalke: Python's compiler has quadratic-time time behavior based on the number of "and" or "or" expressions. A profile shows that stackdepth_walk is calling itself in a stack at least 512 levels deep. (My profiler doesn't go higher tha

[issue21523] quadratic-time compilation in the number of 'and' or 'or' expressions

2014-05-21 Thread Andrew Dalke
Andrew Dalke added the comment: Live and learn. I did my first bisect today. The first bad revision is: changeset: 51920:ef8fe9088696 branch: legacy-trunk parent: 51916:4e1556012584 user:Jeffrey Yasskin date:Sat Feb 28 19:03:21 2009 + summary: Backport

[issue21653] Row.keys() in sqlite3 returns a list, not a tuple

2014-06-03 Thread Andrew McKinlay
New submission from Andrew McKinlay: The documentation here (https://docs.python.org/2/library/sqlite3.html#sqlite3.Row.keys) says that the method returns a tuple. It returns a list. -- assignee: docs@python components: Documentation messages: 219724 nosy: amckinlay, docs@python

[issue1820] Enhance Object/structseq.c to match namedtuple and tuple api

2014-06-11 Thread Andrew Barnert
Andrew Barnert added the comment: Hi, Stephan. Sorry, for some reason Yahoo was sending updates from the tracker to spam again, so I missed this. I'd be glad to sign a contributor agreement if it's still relevant, but it looks like there's a later patch that does what mi

[issue1820] Enhance Object/structseq.c to match namedtuple and tuple api

2014-06-11 Thread Andrew Barnert
Andrew Barnert added the comment: Sorry, Stefan, not Stephan. Anyway, I've signed the agreement. -- ___ Python tracker <http://bugs.python.org/issue1820> ___ ___

[issue16370] Regarding embedding Python in Another Application

2012-10-31 Thread Andrew Svetlov
New submission from Andrew Svetlov: On Fri, Oct 26, 2012 at 12:02 AM, Tom Epperly wrote: Regarding this section, http://docs.python.org/extending/embedding.html#very-high-level-embedding, according to http://docs.python.org/c-api/init.html Py_SetProgramName() should be called before

[issue16370] Regarding embedding Python in Another Application

2012-10-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: Patch for 2.7 applied, the same text should be for 3.2+ Chris, please check my wording as native English speaker. -- keywords: +patch nosy: +chris.jerdonek Added file: http://bugs.python.org/file27805/issue16370.diff

[issue16197] Several small errors in winreg documentation

2012-10-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: Not sure consolidating is good idea, ok with other changes. -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16

[issue16370] Mention Py_SetProgramName in example for very high level embedding

2012-10-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks, Matt! -- resolution: -> fixed stage: -> committed/rejected status: open -> closed title: Regarding embedding Python in Another Application -> Mention Py_SetProgramName in example for very high level embedding type: -&

[issue16371] typo in ctypes

2012-10-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks, George. -- nosy: +asvetlov resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> enhancement versions: +Python 3.2, Python 3.3, Python 3.4 ___ Python tr

[issue16197] Several small errors in winreg documentation

2012-10-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: What's about compromise from attached file? -- Added file: http://bugs.python.org/file27811/winreg_3.3+v2.patch ___ Python tracker <http://bugs.python.org/is

[issue16371] typo in ctypes

2012-10-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks, David. -- ___ Python tracker <http://bugs.python.org/issue16371> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16197] Several small errors in winreg documentation

2012-10-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: I have updated patch. -- Added file: http://bugs.python.org/file27812/winreg_3.3+v3.patch ___ Python tracker <http://bugs.python.org/issue16

[issue16197] Several small errors in winreg documentation

2012-10-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: Committed. Thanks, Zachary! -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/i

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

2012-10-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. For future improvements please open new issue. Thanks. -- components: +Documentation resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> enhancement versions: +Python 3.3

[issue16377] Fix bisect unittest

2012-10-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thanks, Yury. -- components: +Library (Lib) nosy: +asvetlov resolution: -> fixed status: open -> closed type: -> enhancement versions: +Python 3.2, Python 3.4 ___ Python tracker <http://bug

[issue16377] Fix bisect unittest

2012-10-31 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- stage: -> committed/rejected ___ Python tracker <http://bugs.python.org/issue16377> ___ ___ Python-bugs-list mailing list Un

[issue16377] Fix bisect unittest

2012-10-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks, Mark. I've missed it. -- ___ Python tracker <http://bugs.python.org/issue16377> ___ ___ Python-bugs-list m

[issue8743] set() operators don't work with collections.Set instances

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

[issue16373] Recursion error comparing set() and collections.Set instances

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

[issue16248] Security bug in tkinter allows for untrusted, arbitrary code execution.

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

[issue16261] Fix bare excepts in various places in std lib

2012-11-01 Thread Andrew Svetlov
Andrew Svetlov added the comment: I'm pretty sure Doc and Lib are already fixed, only Tools left. -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/is

[issue7317] Display full tracebacks when an error occurs asynchronously

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

[issue14965] super() and property inheritance behavior

2012-11-01 Thread Andrew Svetlov
Andrew Svetlov added the comment: I'm -0 for proposed changes, these changes reduce code readability from my perspective. I think better to use existing approach: explicitly specify what do you want to do with overloaded properties. -- nosy: +asv

[issue14266] pyunit script as shorthand for python -m unittest

2012-11-01 Thread Andrew Svetlov
Andrew Svetlov added the comment: +1 for both pyunit script and autodiscovering by default. -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue14

[issue16218] Python launcher does not support non ascii characters

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

[issue16284] concurrent.futures ThreadPoolExecutor keeps unnecessary references to worker functions.

2012-11-01 Thread Andrew Svetlov
Andrew Svetlov added the comment: Updated patch to execute tests only for CPython. -- nosy: +asvetlov Added file: http://bugs.python.org/file27820/kill_reference_3.diff ___ Python tracker <http://bugs.python.org/issue16

[issue16228] JSON crashes during encoding resized lists

2012-11-01 Thread Andrew Svetlov
Andrew Svetlov added the comment: The patch LGTM except I cannot reproduce crash on unmodified sources with running applied test. -- nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue16

[issue16230] select.select crashes on resized lists

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

[issue1207589] IDLE: Right Click Context Menu

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

<    20   21   22   23   24   25   26   27   28   29   >