Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue6422>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue7741>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew McNabb :
--
nosy: +amcnabb
___
Python tracker
<http://bugs.python.org/issue9334>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Does it mean implicit implying --upgrade option if venv dir is '.'?
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.o
Andrew Svetlov added the comment:
Changing exception type is not backward compatible and should be documented at
least if that change is really required.
Personally I slightly prefer to leave SystemError untouched
--
nosy: +asvetlov
___
Python
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15751>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
I don't like current --clear behavior, it's really useless because now venv
just deletes everything from virtual environment.
You lose not only virtual env but files from your project also.
virtualenv cleans only /Lib directory, that's much b
Andrew Svetlov added the comment:
Well, I see. Agree with your patch then, it is correct.
--
___
Python tracker
<http://bugs.python.org/issue15776>
___
___
Pytho
Andrew Svetlov added the comment:
It is bug in shutil.rmtree, right?
--
___
Python tracker
<http://bugs.python.org/issue15776>
___
___
Python-bugs-list mailin
Andrew Svetlov added the comment:
Good point.
I will prepare the patch to fix this.
--
___
Python tracker
<http://bugs.python.org/issue15776>
___
___
Python-bug
Andrew Svetlov added the comment:
I like to leave fixes to 3.4.
Any change can produce side-effects, which can be nightmare for upcoming
release candidate.
Sure, Georg will share my opinion.
Though absence '\n' -> '\r\n' for input if OS is Windows and
universal_ne
Changes by Andrew Svetlov :
--
priority: release blocker -> critical
stage: -> needs patch
___
Python tracker
<http://bugs.python.org/issue15776>
___
___
Changes by Andrew Svetlov :
--
title: Строки из IDLE поступают в неверной кодировке. -> IDLE console uses
incorrect encoding.
___
Python tracker
<http://bugs.python.org/issu
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue14803>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15798>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
The problem is: threading.Lock raises ThreadingError (which is subclass of
RuntimeError for 3.3 but not for 3.2), but threading.Condition raises
RuntimeError for the same reason.
RLock behavior is even worse: it raises ThreadingError if C accelerator is
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue13992>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
stage: committed/rejected ->
___
Python tracker
<http://bugs.python.org/issue15819>
___
___
Python-bugs-list mailing list
Un
Changes by Andrew Svetlov :
--
Removed message: http://bugs.python.org/msg169518
___
Python tracker
<http://bugs.python.org/issue15829>
___
___
Python-bugs-list m
Andrew Svetlov added the comment:
ValueError can be referenced by :exc:`ValueError`.
For ThreadError you can add section for describing this exception type like:
.. exception:: ThreadError
Raised when lock object cannot be acquired or released
Andrew Svetlov added the comment:
Thanks.
--
nosy: +asvetlov
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Andrew Svetlov added the comment:
Sounds good.
--
___
Python tracker
<http://bugs.python.org/issue15829>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue14502>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15831>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Yes, it looks like Sphinx problem.
About having tho signatures for single function/method.
Does Sphinx support it for *.. function::*?
Pointing to anchor for first signature with adding second one somewhere in
paragraph text doesn't look
Andrew Svetlov added the comment:
No, methods for *curses* are also corrupted.
--
___
Python tracker
<http://bugs.python.org/issue15831>
___
___
Python-bugs-list m
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15840>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
BTW see #15839: super now raises RuntimeError.
After that I revoke my objection for exception type changing.
--
___
Python tracker
<http://bugs.python.org/issue15
Andrew Svetlov added the comment:
Maybe better to check cwd in _call_popen_and_assert for child process (like
test_cwd does) instead of just checking for successful child execution?
--
___
Python tracker
<http://bugs.python.org/issue15
Andrew Svetlov added the comment:
Update patch.
--
Added file: http://bugs.python.org/file27112/issue-15533-4-default.patch
___
Python tracker
<http://bugs.python.org/issue15
Andrew Svetlov added the comment:
I believe it's trick for Tru64 platform.
I've asked to support of this in python-dev.
--
___
Python tracker
<http://bugs.python.o
Andrew Svetlov added the comment:
Hash randomization is security patch.
It is applied to 2.6.8, 2.7.3, 3.2.3 and 3.3.
Python doc should not enumerate all affected releases.
For example, if you read docs for 2.6 branch it shows you 2.6.8 version only
and that's ok.
--
nosy: +asv
Andrew Svetlov added the comment:
Well, I can try to make patch.
Please note: versionadded tag accepts only single version argument, you have to
use couple of tags which looks weird.
--
___
Python tracker
<http://bugs.python.org/issue15
Andrew Svetlov added the comment:
I'll take a look next week if nobody else do it before.
--
___
Python tracker
<http://bugs.python.org/issue14900>
___
___
Andrew Svetlov added the comment:
Well, the patch is welcome.
--
___
Python tracker
<http://bugs.python.org/issue15863>
___
___
Python-bugs-list mailing list
Unsub
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15871>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Andrew Moffat:
I'm getting some kind of race condition on OSX when trying to read the output
from a pseudoterminal of a forked process. This race conditional only occurs
if I run tty.tcsetattr on the master side of the pty, regardless of if I
actually change the mo
Andrew Moffat added the comment:
If I move tcsetattr into the parent, the race condition still exists. If I
move it into the child, before the write(), it works.
My environment is OSX 10.7.2 inside of Virtualbox (maybe this is the problem?)
I've shuffled some code around, and found case
Andrew Moffat added the comment:
@Ned, Ok, give me a little time to work up those suggestions. On my machine,
the previous script prints "testing" consistently on 2.7, "" consistently on
3.2. I guess this is the behavior that is unexpected...it should print the
same thi
Andrew Moffat added the comment:
Below I attached a script that reproduces the behavior of an assertion error on
a specific fork condition for a process with a pty. Here are the results
Xubuntu x64:
Python 2.7, parent_close_slave_before_child_write = False: WORKS
Python 2.7
Andrew Moffat added the comment:
Sorry about that, I refactored out the string at the last minute and typed
"testing123" instead of the original "testing" from the trace.
I'm not sure I follow the problem exactly. So you're saying that the failing
version us
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15956>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Swan added the comment:
I just got tripped up by this change, I wanted to catch the specific case of an
http server closing a connection and assumed that the following would work:
try:
resp = conn.getresponse()
except httplib.BadStatusLine, e:
if len(e.line) == 0:
# server
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue13896>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
No it shoudn't.
It works exactly as described:
Return a copy of string *str* with all occurrences of substring *old* replaced
by *new*. If the optional argument *maxreplace* is given, the first
*maxreplace* occurrences are replaced.
*str* is updated strin
Andrew Svetlov added the comment:
If you want just to change parameter name in the docs — I'm ok with that.
--
___
Python tracker
<http://bugs.python.org/is
Andrew Svetlov added the comment:
Fixed in c34a177d1f38
--
resolution: -> fixed
stage: needs patch -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Andrew Svetlov added the comment:
Chris, please commit your patch. It's fine for me.
--
___
Python tracker
<http://bugs.python.org/issue15533>
___
___
Pytho
Changes by Andrew Svetlov :
--
assignee: -> asvetlov
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python
Andrew Svetlov added the comment:
Thanks to Michael Driscoll.
BTW you have forgotten to remove C functions from module definition in your
patch.
--
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
___
Python track
Andrew Svetlov added the comment:
Fixed. Thanks to Roger Serwy.
--
nosy: +asvetlov
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Andrew Svetlov added the comment:
The patches looks good for me, but I like to double check before commit.
Let's wait for a week for other reviewers.
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/is
New submission from Andrew Gallagher:
This occurs when python is installed on a read-only mount AND all the .pyc
files are out-of-date. Therefore, when python starts and attempts to write a
new .pyc file, _write_atomic in "Lib/importlib/_bootstrap.py" throws an OSError
with an errn
Andrew Svetlov added the comment:
Fixed. Thanks to py.user
--
nosy: +asvetlov
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16140>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16116>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16123>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Is it affected for 3.3 and 3.4 also?
--
nosy: +asvetlov
versions: +Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/issue16
Andrew Svetlov added the comment:
Please write what exact text you want to see in documentation.
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue16
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
2301 - 2400 of 3160 matches
Mail list logo