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
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
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
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
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
Andrew Svetlov added the comment:
LGTM. Ping?
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue20544>
___
___
Python-bugs-list mailing list
Unsub
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:
>
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue21447>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
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
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
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
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
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
Andrew Barnert added the comment:
Sorry, Stefan, not Stephan. Anyway, I've signed the agreement.
--
___
Python tracker
<http://bugs.python.org/issue1820>
___
___
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
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
Andrew Svetlov added the comment:
Not sure consolidating is good idea, ok with other changes.
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16
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: -&
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
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
Andrew Svetlov added the comment:
Thanks, David.
--
___
Python tracker
<http://bugs.python.org/issue16371>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Andrew Svetlov added the comment:
Committed. Thanks, Zachary!
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
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
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
Changes by Andrew Svetlov :
--
stage: -> committed/rejected
___
Python tracker
<http://bugs.python.org/issue16377>
___
___
Python-bugs-list mailing list
Un
Andrew Svetlov added the comment:
Thanks, Mark. I've missed it.
--
___
Python tracker
<http://bugs.python.org/issue16377>
___
___
Python-bugs-list m
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue8743>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16248>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue7317>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Andrew Svetlov added the comment:
+1 for both pyunit script and autodiscovering by default.
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue14
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
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
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
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16230>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue1207589>
___
___
Python-bugs-list mailing list
Unsubscribe:
2401 - 2500 of 3160 matches
Mail list logo