Changes by Andrew Svetlov :
--
title: Python 2.7.1 tkSimpleDialog initialvalue -> tkinter SimpleDialog
initialvalue
___
Python tracker
<http://bugs.python.org/issu
Andrew Svetlov added the comment:
Fixed. Thank you, Tom.
--
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Andrew Svetlov :
--
assignee: -> asvetlov
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue9803>
___
___
Python-bugs-list mai
Andrew Svetlov added the comment:
Thanks, Roger!
--
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.o
Andrew Svetlov added the comment:
While there are no unittests for Roger's patch I have pushed it in after strong
manual testing as important enough.
Thanks, Roger.
--
resolution: -> fixed
stage: test needed -> committed/rejected
status: ope
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15500>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue15501>
___
___
Python-bugs-list mailing list
Unsubscri
Andrew Svetlov added the comment:
Please update your patches:
1. use attribute::
2. point base class for exception if it is not Exception
3. enumerate all attributes (`cmd` for CalledProcessError)
Example:
.. exception:: HTTPError
Though being an exception (a subclass of :exc:`URLError
Andrew Svetlov added the comment:
Yury, please updete your patch to pass doctest:
./python -m doctest Doc/library/inspect.html
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue8800>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Update patch
--
Added file: http://bugs.python.org/file26737/inspect.pep362.4.patch
___
Python tracker
<http://bugs.python.org/issue15
Andrew Svetlov added the comment:
Documented in #15501. I like to close this issue as duplicate.
If anybody don't agree with closing feel free to reopen this one.
--
nosy: +asvetlov
resolution: -> duplicate
stage: -> committed/rejected
status: ope
Andrew Svetlov added the comment:
Fixed. Thank you, Anton.
--
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> closed
superseder: -> Fully document subprocess.CalledProcessError
___
Python tr
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15527>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
dependencies: +A file is not properly closed by webbrowser._invoke,
webbrowser.open sometimes passes zero-length argument to the browser.
versions: +Python 3.4 -Python 3.3
___
Python tracker
<http://bugs.python.
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15561>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Please do.
--
___
Python tracker
<http://bugs.python.org/issue15561>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Fixed.
Sorry, I forgot to mention issue number in commit messages.
So it's 9c99f31a9c2a 96cc3ab243e5 and 1e8f6d8e5c0e commits.
Thanks for report.
--
resolution: -> fixed
stage: -> committed/rejected
status: ope
Andrew Svetlov added the comment:
Agree with Martin. Fixed.
Thanks.
--
resolution: -> fixed
stage: needs patch -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Andrew Svetlov added the comment:
Sorry, Georg. A'm apologizing.
Actual commit numbers are: 6dab233a115e a979b005a814 4787b9b2f860
--
___
Python tracker
<http://bugs.python.org/is
Andrew Svetlov added the comment:
Thank you for reviewing every minor update.
It's a big deal and heavy work!
--
___
Python tracker
<http://bugs.python.org/is
Andrew Svetlov added the comment:
Close issue as superseded by venv package.
--
resolution: -> out of date
stage: -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.o
Andrew Svetlov added the comment:
>From my perspective sphinx doesn't allow notations like
>:c:func:`PyMem_Malloc(1)`
Do you want to publish bugfix for sphinx? Sounds like good idea, but that fix
is out my current competence.
I just fixed weird stuff which you pointed out.
If you
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15528>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Hmm. As I can see in subprocess.py TextIOWrapper is applied to stdin also in
non-buffered (write_through=True) mode. So input will be converted to use '\n'
as well.
Can you reflect this fact in yo
Andrew Svetlov added the comment:
Applied patch uses ``expr(n)`` as Georg prefer.
Serhiy, please close the issue if you have not any upcoming patches.
Thanks.
--
___
Python tracker
<http://bugs.python.org/issue15
Andrew Svetlov added the comment:
Slightly updated version
--
Added file: http://bugs.python.org/file26768/inspect.pep362.5.patch
___
Python tracker
<http://bugs.python.org/issue15
New submission from Andrew Svetlov:
It would be useful to show import ABC hierarchy in the docs.
See attached patch.
--
files: import_abc.diff
keywords: patch
messages: 168017
nosy: asvetlov
priority: normal
severity: normal
status: open
title: Add import ABC hierarchy to docs for
Andrew Svetlov added the comment:
Brett, what do you think about?
--
assignee: -> docs@python
components: +Documentation
keywords: +easy
nosy: +brett.cannon, docs@python
___
Python tracker
<http://bugs.python.org/issu
Andrew Svetlov added the comment:
For me input means «reading from» and output — «writing to».
Nevertheless I'm ok with you suggestion.
--
___
Python tracker
<http://bugs.python.org/is
Changes by Andrew Svetlov :
--
title: clarify io.TextIOWrapper newline documentation -> clarify newline
documentation for open and io.TextIOWrapper.
___
Python tracker
<http://bugs.python.org/issu
Andrew Svetlov added the comment:
Close as fixed. Thanks.
--
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
versions: +Python 3.2, Python 3.3
___
Python tracker
<http://bugs.python.or
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15629>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Andrew Scheller:
According to the documentation (
http://docs.python.org/py3k/library/base64.html#base64.decodebytes ) both the
decodebytes and the deprecated decodestring methods are available in the base64
module in Python3.x
However in Python3.0 (I'm testing
Andrew Svetlov added the comment:
Do you mean to mention stdin as well as stdout/stderr? It will be nice.
--
___
Python tracker
<http://bugs.python.org/issue15
Andrew Svetlov added the comment:
It doesn't.
_io can be fixed to directly support os.linesep, but I doubt if anybody really
need it.
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/is
Andrew Svetlov added the comment:
Better to fix producer of empty lines than filter those ones.
Keep in mind: there are several places there args list generated, probably you
fix not all error sources.
--
nosy: +asvetlov
___
Python tracker
<h
Andrew Svetlov added the comment:
_communicate_with_select has the same problem as _communicate_with_poll.
I don't understand why input has encoded if universal_newlines and passed
unchanged otherwise.
>From my perspective input should be encoded (converted to bytes) if i
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue12623>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15604>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15557>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Patch applied
--
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/issue10224>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Closing the issue. Feel free to reopen if you have some corrections.
--
___
Python tracker
<http://bugs.python.org/issue15
Changes by Andrew Svetlov :
--
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
type: -> enhancement
___
Python tracker
<http://bugs.python
Andrew Svetlov added the comment:
Done in 843e0da7e91f
--
___
Python tracker
<http://bugs.python.org/issue15151>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Fixed.
BTW I prefer to use «stream» as alias to file object it subprocess context.
«file» can clash with «the real file in filesystem» for documentation reader.
--
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -&g
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue14167>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
I like to accept both str and bytes if universal_newlines is False and raise
explicit exception for bytes if universal_newlines is True.
Looks like universal_newlines for bytes doesn't make sense, also we prefer to
use str everywhere. Bytes should be us
Andrew Svetlov added the comment:
Done. Thanks, Chris.
--
resolution: -> fixed
stage: patch review -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
Andrew Svetlov added the comment:
Fixed. Thanks.
--
resolution: -> fixed
stage: needs patch -> committed/rejected
status: open -> closed
___
Python tracker
<http://bugs.python.or
New submission from Andrew Svetlov:
Currently Popen.communicate accept str is universal_newlines==True and bytes if
universal_newlines==False.
I like to accept both str and bytes if universal_newlines is False and raise
explicit exception for bytes if universal_newlines is True.
Looks like
Changes by Andrew Svetlov :
--
components: +Library (Lib)
___
Python tracker
<http://bugs.python.org/issue15649>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Close the issue. Thanks, Chris.
It was the real regression, 3.2 works fine.
See also #15649 for accepting str if not universal_newlines.
--
___
Python tracker
<http://bugs.python.org/issue15
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15204>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
I think current behavior is correct.
Every doctest is docstring from tested module, but not every docstring is a
valid doctest.
--
___
Python tracker
<http://bugs.python.org/issue14
Andrew Svetlov added the comment:
Add Alexander Belopolsky to nosy list as maintainer of datetime module.
--
nosy: +belopolsky
___
Python tracker
<http://bugs.python.org/issue15
Andrew Svetlov added the comment:
Good work.
--
___
Python tracker
<http://bugs.python.org/issue15543>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Yes, it is processed correctly.
--
___
Python tracker
<http://bugs.python.org/issue15543>
___
___
Python-bugs-list mailin
Andrew Svetlov added the comment:
Antoine, can you explain why subprocess support for universal_newlines is
broken?
As I can see tests for universal_newlines passed and these looks correct.
In general I like your idea to get rid of os.write, but maybe that patch should
be landed in 3.4?
If
Andrew Svetlov added the comment:
Reopen the issue because Windows tests is failed.
Commits for this issue breaks Windows buildbot for 3.2 and 3.3.
Looks like problem is: Windows os.linesep different than Unix.
I don't know what format expected by protocol.
--
nosy: +asvetlov
s
Andrew Svetlov added the comment:
I've pushed test for piping stdin, stdout and and stderr: 4af2c0687970
What other test we should to add?
--
___
Python tracker
<http://bugs.python.org/is
Andrew Svetlov added the comment:
Оор. I see. Pushing to communicate input with "\r" (see attached patch)
produces the error.
Will work on fixing.
Thanks.
--
keywords: +patch
Added file: http://bugs.python.org/file26837/issue12623_failing
Andrew Svetlov added the comment:
I like to set status for the issue to "Release blocker" if Georg Brandl agree
with that.
--
nosy: +georg.brandl
priority: normal -> release blocker
___
Python tracker
<http://bugs.pytho
Andrew Svetlov added the comment:
The main question: can be fix applied to 3.3 or it can wait for 3.4?
3.2 has the same problem BTW.
--
___
Python tracker
<http://bugs.python.org/issue12
Andrew Svetlov added the comment:
The real test should to put '\n' and subprocess should get '\r\n', right?
Looking the code this test will fail on Windows.
I cannot check it just now but looks like this is the problem.
--
___
P
Andrew Svetlov added the comment:
Thank you, Petri.
--
___
Python tracker
<http://bugs.python.org/issue11062>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue6696>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15627>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15640>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15641>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15642>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15645>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15650>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15651>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15653>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15652>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15654>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15655>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15657>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15662>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15665>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15666>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15667>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15669>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15670>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15671>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15672>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15673>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15674>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15675>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
I think we can change PyCFunction_Call to accept METH_KEYWORDS as alias for
METH_VARARGS | METH_KEYWORDS.
It cannot make incompatibility with existing code base.
--
___
Python tracker
<http://bugs.python.
Andrew Svetlov added the comment:
Looks good for me, but please use assertEqual instead assertEquals.
--
___
Python tracker
<http://bugs.python.org/issue15
Andrew Svetlov added the comment:
Fixed. Thank you.
--
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/issue12643>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15731>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Andrew Svetlov :
--
nosy: +asvetlov
___
Python tracker
<http://bugs.python.org/issue15721>
___
___
Python-bugs-list mailing list
Unsubscribe:
Andrew Svetlov added the comment:
Ok, I'm +0 for that.
--
___
Python tracker
<http://bugs.python.org/issue14649>
___
___
Python-bugs-list mailing list
Unsubsc
Andrew Svetlov added the comment:
Is it finished or not?
Also looks like patch applied to 3.3 while issue marked for 2.7 and 3.2 also.
--
___
Python tracker
<http://bugs.python.org/issue12
Andrew Svetlov added the comment:
I'm ok with current status.
Thanks for clarification.
--
___
Python tracker
<http://bugs.python.org/issue12643>
___
___
2201 - 2300 of 3160 matches
Mail list logo