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
Andrew Svetlov added the comment:
Looks good for me.
--
___
Python tracker
<http://bugs.python.org/issue16123>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
Changes by Andrew Svetlov :
--
assignee: -> asvetlov
___
Python tracker
<http://bugs.python.org/issue13896>
___
___
Python-bugs-list mailing list
Unsubscri
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
Changes by Andrew Svetlov :
--
resolution: -> fixed
stage: test needed -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Andrew Svetlov added the comment:
Maybe better to fix Windows behavior for unifying FileNotFoundError?
--
___
Python tracker
<http://bugs.python.org/issue16
Andrew Svetlov added the comment:
ok, it will be better.
--
___
Python tracker
<http://bugs.python.org/issue16115>
___
___
Python-bugs-list mailing list
Unsub
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
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
Andrew Svetlov added the comment:
What's about Finder?
Do you want to remove it also?
--
___
Python tracker
<http://bugs.python.org/issue15641>
___
___
Pytho
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
Changes by Andrew Svetlov :
--
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issue15422>
___
___
Python-bugs-list mai
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
Andrew Svetlov added the comment:
Committed. Please close the issue if all work done.
Thanks.
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16
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
Andrew Svetlov added the comment:
Done in 674fa8d211f2, 5665806908c4 and c9695a0b0923. Sorry.
--
___
Python tracker
<http://bugs.python.org/issue16025>
___
___
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
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
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.
Changes by Andrew Svetlov :
--
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue15721>
___
___
Python-bugs-list mailing list
Unsubscri
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
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
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
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16136>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue6322>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16050>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
___
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
Andrew Svetlov added the comment:
Documentation also need to be updated to reflect changes.
--
___
Python tracker
<http://bugs.python.org/issue14900>
___
___
Pytho
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16113>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16009>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
LGTM
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue14783>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
stage: -> needs patch
___
Python tracker
<http://bugs.python.org/issue16129>
___
___
Python-bugs-list mai
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
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
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
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
Andrew Svetlov added the comment:
LGTM. Thanks, Chris.
--
___
Python tracker
<http://bugs.python.org/issue16115>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue8492>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16195>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Andrew Svetlov added the comment:
Looks good. Thank you.
--
___
Python tracker
<http://bugs.python.org/issue15776>
___
___
Python-bugs-list mailing list
Unsub
Andrew Svetlov added the comment:
LGTM
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16145>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15853>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
__
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
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
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16267>
___
___
Python-bugs-list mailing list
Unsubscribe:
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.
Andrew Svetlov added the comment:
Looks good to me, please apply it.
--
___
Python tracker
<http://bugs.python.org/issue16266>
___
___
Python-bugs-list mailin
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
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
Andrew Svetlov added the comment:
I'm waiting for your patch.
Thanks.
--
___
Python tracker
<http://bugs.python.org/issue14900>
___
___
Python-bugs-list m
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
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
Changes by Andrew Svetlov :
--
resolution: -> fixed
stage: needs patch -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
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
Andrew Svetlov added the comment:
Thank you, Marek
--
___
Python tracker
<http://bugs.python.org/issue16241>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Chris, agree with you.
--
___
Python tracker
<http://bugs.python.org/issue16255>
___
___
Python-bugs-list mailing list
Unsub
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15111>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue8913>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16278>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Chris, maybe you can guess better wording?
--
nosy: +chris.jerdonek
___
Python tracker
<http://bugs.python.org/issue16
Andrew Svetlov added the comment:
Well, I have updated the NEWS file.
--
___
Python tracker
<http://bugs.python.org/issue16241>
___
___
Python-bugs-list mailin
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
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16272>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Andrew Svetlov added the comment:
Fir Unity it hangs on Tcl_ConditionWait inside Tcl_DoOneEvent function.
--
___
Python tracker
<http://bugs.python.org/issue14
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16155>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
Changes by Andrew Svetlov :
--
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue16341>
___
___
Python-bugs-list mailing list
Unsubscri
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
Andrew Svetlov added the comment:
Please publish patch for the issue.
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16298>
___
___
Python-bug
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16308>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16310>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Fixed, thanks again!
--
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16309>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
I would to see some unittest if possible.
--
___
Python tracker
<http://bugs.python.org/issue16309>
___
___
Python-bugs-list m
Changes by Andrew Svetlov :
Added file: http://bugs.python.org/file27774/Issue15650_v2.diff
___
Python tracker
<http://bugs.python.org/issue15650>
___
___
Python-bug
Andrew Svetlov added the comment:
LGTM
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16348>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue1553375>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by Andrew Svetlov :
--
versions: +Python 3.5 -Python 3.4
___
Python tracker
<http://bugs.python.org/issue18932>
___
___
Python-bugs-list mailing list
Unsub
Andrew Svetlov added the comment:
Pushed. Thanks, priya
--
___
Python tracker
<http://bugs.python.org/issue16716>
___
___
Python-bugs-list mailing list
Unsub
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
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':
>
Andrew Svetlov added the comment:
Close the issue again after fixing Antoine's objection.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org
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
2001 - 2100 of 2519 matches
Mail list logo