[issue12288] tkinter SimpleDialog initialvalue

2012-07-29 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- title: Python 2.7.1 tkSimpleDialog initialvalue -> tkinter SimpleDialog initialvalue ___ Python tracker <http://bugs.python.org/issu

[issue12288] tkinter SimpleDialog initialvalue

2012-07-30 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thank you, Tom. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue9803] IDLE closes with save while breakpoint open

2012-07-30 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- assignee: -> asvetlov nosy: +asvetlov ___ Python tracker <http://bugs.python.org/issue9803> ___ ___ Python-bugs-list mai

[issue9803] IDLE closes with save while breakpoint open

2012-07-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks, Roger! -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.o

[issue13052] IDLE: replace ending with '\' causes crash

2012-08-04 Thread Andrew Svetlov
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

[issue15500] Python should support naming threads

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

[issue15501] Document exception classes in subprocess module

2012-08-07 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- stage: -> patch review ___ Python tracker <http://bugs.python.org/issue15501> ___ ___ Python-bugs-list mailing list Unsubscri

[issue15501] Document exception classes in subprocess module

2012-08-08 Thread Andrew Svetlov
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

[issue15151] Documentation for Signature, Parameter and signature in inspect module

2012-08-08 Thread Andrew Svetlov
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

[issue8800] add threading.RWLock

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

[issue15151] Documentation for Signature, Parameter and signature in inspect module

2012-08-09 Thread Andrew Svetlov
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

[issue14966] Fully document subprocess.CalledProcessError

2012-08-09 Thread Andrew Svetlov
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

[issue15501] Document exception classes in subprocess module

2012-08-09 Thread Andrew Svetlov
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

[issue15527] Double parens in functions references

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

[issue15557] Tests for webbrowser module

2012-08-09 Thread Andrew Svetlov
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.

[issue15561] update subprocess docs to reference io.TextIOWrapper

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

[issue15561] update subprocess docs to reference io.TextIOWrapper

2012-08-09 Thread Andrew Svetlov
Andrew Svetlov added the comment: Please do. -- ___ Python tracker <http://bugs.python.org/issue15561> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15527] Double parens in functions references

2012-08-09 Thread Andrew Svetlov
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

[issue15601] tkinter test_variables fails with OS X Aqua Tk 8.4

2012-08-09 Thread Andrew Svetlov
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

[issue15527] Double parens in functions references

2012-08-09 Thread Andrew Svetlov
Andrew Svetlov added the comment: Sorry, Georg. A'm apologizing. Actual commit numbers are: 6dab233a115e a979b005a814 4787b9b2f860 -- ___ Python tracker <http://bugs.python.org/is

[issue15527] Double parens in functions references

2012-08-09 Thread Andrew Svetlov
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

[issue5819] Add PYTHONPREFIXES environment variable

2012-08-09 Thread Andrew Svetlov
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

[issue15527] Double parens in functions references

2012-08-09 Thread Andrew Svetlov
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

[issue15528] Better support for finalization with weakrefs

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

[issue15561] update subprocess docs to reference io.TextIOWrapper

2012-08-11 Thread Andrew Svetlov
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

[issue15527] Double parens in functions references

2012-08-11 Thread Andrew Svetlov
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

[issue15151] Documentation for Signature, Parameter and signature in inspect module

2012-08-11 Thread Andrew Svetlov
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

[issue15628] Add import ABC hierarchy to docs for importlib

2012-08-11 Thread Andrew Svetlov
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

[issue15628] Add import ABC hierarchy to docs for importlib

2012-08-11 Thread Andrew Svetlov
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

[issue15624] clarify io.TextIOWrapper newline documentation

2012-08-13 Thread Andrew Svetlov
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

[issue15624] clarify newline documentation for open and io.TextIOWrapper.

2012-08-13 Thread Andrew Svetlov
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

[issue15624] clarify newline documentation for open and io.TextIOWrapper.

2012-08-13 Thread Andrew Svetlov
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

[issue15629] Run doctests in Doc/*.rst as part of regrtest

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

[issue15636] base64.decodebytes is only available in Python3.1+

2012-08-13 Thread Andrew Scheller
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

[issue15561] update subprocess docs to reference io.TextIOWrapper

2012-08-13 Thread Andrew Svetlov
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

[issue15555] Default newlines of io.TextIOWrapper

2012-08-13 Thread Andrew Svetlov
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

[issue15509] webbrowser.open sometimes passes zero-length argument to the browser.

2012-08-13 Thread Andrew Svetlov
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

[issue15592] subprocess.communicate() breaks on no input with universal newlines true

2012-08-13 Thread Andrew Svetlov
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

[issue12623] "universal newlines" subprocess support broken with select- and poll-based communicate()

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

[issue15604] PyObject_IsTrue failure checks

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

[issue15557] Tests for webbrowser module

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

[issue15571] Python version of TextIOWrapper ignores "write_through" arg

2012-08-13 Thread Andrew Svetlov
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

[issue10224] Build 3.x documentation using python3.x

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

[issue15151] Documentation for Signature, Parameter and signature in inspect module

2012-08-13 Thread Andrew Svetlov
Andrew Svetlov added the comment: Closing the issue. Feel free to reopen if you have some corrections. -- ___ Python tracker <http://bugs.python.org/issue15

[issue15151] Documentation for Signature, Parameter and signature in inspect module

2012-08-13 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> enhancement ___ Python tracker <http://bugs.python

[issue15151] Documentation for Signature, Parameter and signature in inspect module

2012-08-13 Thread Andrew Svetlov
Andrew Svetlov added the comment: Done in 843e0da7e91f -- ___ Python tracker <http://bugs.python.org/issue15151> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15561] update subprocess docs to reference io.TextIOWrapper

2012-08-13 Thread Andrew Svetlov
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

[issue14167] document return statement in finally blocks

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

[issue15592] subprocess.communicate() breaks on no input with universal newlines true

2012-08-13 Thread Andrew Svetlov
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

[issue15497] correct characters in TextWrapper.replace_whitespace docs

2012-08-13 Thread Andrew Svetlov
Andrew Svetlov added the comment: Done. Thanks, Chris. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue14167] document return statement in finally blocks

2012-08-14 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thanks. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue15649] subprocess.Popen.communicate: accept str for input parameter if universal_newlines is False

2012-08-14 Thread Andrew Svetlov
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

[issue15649] subprocess.Popen.communicate: accept str for input parameter if universal_newlines is False

2012-08-14 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- components: +Library (Lib) ___ Python tracker <http://bugs.python.org/issue15649> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15592] subprocess.communicate() breaks on no input with universal newlines true

2012-08-14 Thread Andrew Svetlov
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

[issue15204] Deprecate the 'U' open mode

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

[issue14649] doctest.DocTestSuite error misleading when module has no docstrings

2012-08-14 Thread Andrew Svetlov
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

[issue15390] PEP 3121, 384 refactoring applied to datetime module

2012-08-14 Thread Andrew Svetlov
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

[issue15543] central documentation for 'universal newlines'

2012-08-15 Thread Andrew Svetlov
Andrew Svetlov added the comment: Good work. -- ___ Python tracker <http://bugs.python.org/issue15543> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15543] central documentation for 'universal newlines'

2012-08-15 Thread Andrew Svetlov
Andrew Svetlov added the comment: Yes, it is processed correctly. -- ___ Python tracker <http://bugs.python.org/issue15543> ___ ___ Python-bugs-list mailin

[issue12623] "universal newlines" subprocess support broken with select- and poll-based communicate()

2012-08-15 Thread Andrew Svetlov
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

[issue11062] mailbox fails to round-trip a file to a Babyl mailbox

2012-08-15 Thread Andrew Svetlov
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

[issue12623] "universal newlines" subprocess support broken with select- and poll-based communicate()

2012-08-15 Thread Andrew Svetlov
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

[issue12623] "universal newlines" subprocess support broken with select- and poll-based communicate()

2012-08-15 Thread Andrew Svetlov
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

[issue12623] "universal newlines" subprocess support broken with select- and poll-based communicate()

2012-08-15 Thread Andrew Svetlov
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

[issue12623] "universal newlines" subprocess support broken with select- and poll-based communicate()

2012-08-15 Thread Andrew Svetlov
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

[issue12623] "universal newlines" subprocess support broken with select- and poll-based communicate()

2012-08-15 Thread Andrew Svetlov
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

[issue11062] mailbox fails to round-trip a file to a Babyl mailbox

2012-08-16 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thank you, Petri. -- ___ Python tracker <http://bugs.python.org/issue11062> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6696] Profile objects should be documented

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

[issue15627] Add a method to importlib.abc.SourceLoader for converting source to a code object

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

[issue15640] Document importlib.abc.Finder as deprecated

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

[issue15641] Clean up importlib for Python 3.4

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

[issue15642] Integrate pickle protocol version 4 GSoC work by Stefan Mihaila

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

[issue15645] 2to3 Grammar pickles not created when upgrading to 3.3.0b2

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

[issue15650] PEP 3121, 384 refactoring applied to dbm module

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

[issue15651] PEP 3121, 384 refactoring applied to elementtree module

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

[issue15653] PEP 3121, 384 refactoring applied to hashopenssl module

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

[issue15652] PEP 3121, 384 refactoring applied to gdbm module

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

[issue15654] PEP 384 Refactoring applied to bz2 module

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

[issue15655] PEP 384 Refactoring applied to json module

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

[issue15657] Error in Python 3 docs for PyMethodDef

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

[issue15662] PEP 3121 refactoring applied to locale module

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

[issue15665] PEP 3121, 384 refactoring applied to lsprof module

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

[issue15666] PEP 3121, 384 refactoring applied to lzma module

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

[issue15667] PEP 3121, 384 refactoring applied to pickle module

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

[issue15669] PEP 3121, 384 Refactoring applied to sre module

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

[issue15670] PEP 3121, 384 Refactoring applied to ssl module

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

[issue15671] PEP 3121, 384 Refactoring applied to struct module

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

[issue15672] PEP 3121, 384 Refactoring applied to testbuffer module

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

[issue15673] PEP 3121, 384 Refactoring applied to testcapi module

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

[issue15674] PEP 3121, 384 Refactoring applied to thread module

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

[issue15675] PEP 3121, 384 Refactoring applied to array module

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

[issue15657] Error in Python 3 docs for PyMethodDef

2012-08-17 Thread Andrew Svetlov
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.

[issue15595] subprocess.Popen(universal_newlines=True) does not work for certain locales

2012-08-19 Thread Andrew Svetlov
Andrew Svetlov added the comment: Looks good for me, but please use assertEqual instead assertEquals. -- ___ Python tracker <http://bugs.python.org/issue15

[issue15595] subprocess.Popen(universal_newlines=True) does not work for certain locales

2012-08-19 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thank you. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker <http://bugs.python.or

[issue12643] code.InteractiveConsole ignores sys.excepthook

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

[issue15731] Mechanism for inheriting docstrings and signatures

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

[issue15721] PEP 3121, 384 Refactoring applied to tkinter module

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

[issue14649] doctest.DocTestSuite error misleading when module has no docstrings

2012-08-20 Thread Andrew Svetlov
Andrew Svetlov added the comment: Ok, I'm +0 for that. -- ___ Python tracker <http://bugs.python.org/issue14649> ___ ___ Python-bugs-list mailing list Unsubsc

[issue12643] code.InteractiveConsole ignores sys.excepthook

2012-08-20 Thread Andrew Svetlov
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

[issue12643] code.InteractiveConsole ignores sys.excepthook

2012-08-20 Thread Andrew Svetlov
Andrew Svetlov added the comment: I'm ok with current status. Thanks for clarification. -- ___ Python tracker <http://bugs.python.org/issue12643> ___ ___

<    18   19   20   21   22   23   24   25   26   27   >