[issue28301] python3.4-config --extension-suffix reports '.cpython-34m.so'

2016-09-30 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue28301> ___ ___

[issue28226] compileall does not support pathlib

2016-09-30 Thread Berker Peksag
Berker Peksag added the comment: I found a similar problem in compile_dir() and fixed it in the commit. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue28226] compileall does not support pathlib

2016-09-30 Thread Berker Peksag
Berker Peksag added the comment: Windows buildbots didn't like a6f0cc1820f4 :) Fix is incoming. == FAIL: test_compile_dir_pathlike (test.test_compileall.Compileall

[issue28319] typo in lzma module documentation

2016-09-30 Thread Berker Peksag
Changes by Berker Peksag : -- type: -> behavior ___ Python tracker <http://bugs.python.org/issue28319> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue28319] typo in lzma module documentation

2016-09-30 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report! -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.6 ___ Python tracker <http://bugs.python.or

[issue10415] readline.insert_text documentation incomplete

2016-09-30 Thread Berker Peksag
Berker Peksag added the comment: I agree with Martin. Closing this as 'out of date' for now, but we can reopen if you could provide more information. Thanks! -- resolution: -> out of date stage: needs patch -> resolved status: pending -> closed

[issue28226] compileall does not support pathlib

2016-09-30 Thread Berker Peksag
Changes by Berker Peksag : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue28226> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue28227] gzip does not support pathlib

2016-09-30 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue28227> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28228] imghdr does not support pathlib

2016-09-30 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the review, Brett! The next target is gzip module. Thanks for the all patches Ethan :) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: enhancement -&

[issue27511] Add PathLike objects support to BZ2File

2016-09-30 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> bz2 does not support pathlib ___ Python tracker <http://bugs.python

[issue28225] bz2 does not support pathlib

2016-09-30 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue28225> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28288] Expose environment variable for Py_Py3kWarningFlag

2016-09-30 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch. I left some comments on Rietveld. -- stage: test needed -> patch review ___ Python tracker <http://bugs.python.org/issu

[issue9850] obsolete macpath module dangerously broken and should be removed

2016-10-01 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: +easy -needs review ___ Python tracker <http://bugs.python.org/issue9850> ___ ___ Python-bugs-list mailing list Unsub

[issue28222] test_distutils fails

2016-10-01 Thread Berker Peksag
Berker Peksag added the comment: I can reproduce it with the following dependencies: $ pip list docutils (0.12) pip (8.1.2) setuptools (27.1.2) The test was added in issue 23063. Since the purpose of the test was testing a bug in _check_rst_data(), skipping it if pygments is

[issue28334] netrc does not work if $HOME is not set

2016-10-01 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Dimitri. I think this is a reasonable improvement. However, since we are changing the behavior of the netrc() class, I'm not sure this can be considered as a bug fix. In any case, 3.3 and 3.4 are in security-fix-only mode so I'

[issue20254] Duplicate bytearray test on test_socket.py

2016-10-02 Thread Berker Peksag
Berker Peksag added the comment: Thanks! -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.6, Python 3.7 -Python 3.4 ___ Python tracker <http://bugs.python.or

[issue28227] gzip does not support pathlib

2016-10-02 Thread Berker Peksag
Berker Peksag added the comment: I've addressed all of Serhiy's review comments. Thanks! -- Added file: http://bugs.python.org/file44926/issue28227_v2.diff ___ Python tracker <http://bugs.python.o

[issue27358] BUILD_MAP_UNPACK_WITH_CALL is slow

2016-10-02 Thread Berker Peksag
Berker Peksag added the comment: test_unpack_ex fails on several buildbots: http://buildbot.python.org/all/builders/x86-64%20Ubuntu%2015.10%20Skylake%20CPU%203.6/builds/120/steps/test/logs/stdio test test_unpack_ex failed

[issue28227] gzip does not support pathlib

2016-10-02 Thread Berker Peksag
Berker Peksag added the comment: You're right. I definitely missed that one. Here is an updated patch. Thanks again! -- Added file: http://bugs.python.org/file44927/issue28227_v3.diff ___ Python tracker <http://bugs.python.org/is

[issue28227] gzip does not support pathlib

2016-10-02 Thread Berker Peksag
Berker Peksag added the comment: By the way, for some reason it doesn't show up at https://bugs.python.org/review/28227/patch/18629/74286 -- ___ Python tracker <http://bugs.python.org/is

[issue28227] gzip does not support pathlib

2016-10-02 Thread Berker Peksag
Berker Peksag added the comment: Thanks Ethan and Serhiy. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue28225] bz2 does not support pathlib

2016-10-02 Thread Berker Peksag
Berker Peksag added the comment: Here's an updated patch. -- Added file: http://bugs.python.org/file44937/issue28225_v2.diff ___ Python tracker <http://bugs.python.org/is

[issue28225] bz2 does not support pathlib

2016-10-02 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue28229] lzma does not support pathlib

2016-10-02 Thread Berker Peksag
New submission from Berker Peksag: Here's an updated patch that adds more tests and documentation changes. -- components: +Library (Lib) nosy: +berker.peksag Added file: http://bugs.python.org/file44938/issue28229_v2.diff ___ Python tracker

[issue10716] Modernize pydoc to use better HTML and separate CSS

2016-10-03 Thread Berker Peksag
Berker Peksag added the comment: (As a result of the discussion at http://psf.upfronthosting.co.za/roundup/meta/issue605, I started to re-triage all easy issues.) I don't think this is a suitable task for new contributors. It requires a) good HTML and CSS knowledge b) familiarity with

[issue28346] 3.6 source doesn't build on centos 6

2016-10-03 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report. I think you need to run "make touch". -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.o

[issue28346] 3.6 source doesn't build on centos 6

2016-10-03 Thread Berker Peksag
Berker Peksag added the comment: Running make distclean make touch should solve your problem. There isn't any significant change between 3.6.0b1 and 3.7.0a1 to cause build problems if I recall correctly. -- ___ Python tracker

[issue28346] 3.6 source doesn't build on centos 6

2016-10-03 Thread Berker Peksag
Berker Peksag added the comment: How did you get 3.7.0a1? I assumed you cloned it from hg.python.org. If you clone it from the GitHub mirror, you can use the trick mentioned at http://bugs.python.org/issue23404#msg275285 -- ___ Python tracker

[issue28346] 3.6 source doesn't build on centos 6

2016-10-03 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> resolved ___ Python tracker <http://bugs.python.org/issue28346> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue28288] Expose environment variable for Py_Py3kWarningFlag

2016-10-03 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the new patch. > I've uploaded the new patchset here. We don't directly upload patches to Rietveld so you did the right thing :) See https://docs.python.org/devguide/patch.html for details. Can you also add a note about this new va

[issue28229] lzma does not support pathlib

2016-10-03 Thread Berker Peksag
Berker Peksag added the comment: Attaching a new patch that addresses Serhiy's comments. Thanks! -- Added file: http://bugs.python.org/file44950/issue28229_v3.diff ___ Python tracker <http://bugs.python.org/is

[issue24065] Outdated *_RESTRICTED flags in structmember.h

2016-10-04 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> resolved ___ Python tracker <http://bugs.python.org/issue24065> ___ ___ Python-bugs-list mailing list Un

[issue2897] Deprecate structmember.h

2016-10-04 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review ___ Python tracker <http://bugs.python.org/issue2897> ___ ___ Python-bugs-list mai

[issue28351] statistics.geometric_mean can enter infinite loop for Decimal inputs

2016-10-04 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +steven.daprano ___ Python tracker <http://bugs.python.org/issue28351> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28359] Norton.Helpline +1-888-879-.0163 Norton Technical Support telePhone number Norton phone Number

2016-10-04 Thread Berker Peksag
Changes by Berker Peksag : -- components: -asyncio nosy: -goon369, gvanrossum, yselivanov type: crash -> versions: -Python 3.7 ___ Python tracker <http://bugs.python.org/issu

[issue28358] Spam

2016-10-04 Thread Berker Peksag
Changes by Berker Peksag : -- components: -Argument Clinic nosy: -goon369, larry resolution: -> not a bug status: open -> closed title: cakekup...@gmail.com -> Spam type: behavior -> versions: -Python 3.7 ___ Python tr

[issue28359] Spam

2016-10-04 Thread Berker Peksag
Changes by Berker Peksag : -- Removed message: http://bugs.python.org/msg278064 ___ Python tracker <http://bugs.python.org/issue28359> ___ ___ Python-bugs-list m

[issue28359] Spam

2016-10-04 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> not a bug status: open -> closed title: Norton.Helpline +1-888-879-.0163 Norton Technical Support telePhone number Norton phone Number -> Spam ___ Python tracker <http://bugs.python.or

[issue28360] Spam

2016-10-04 Thread Berker Peksag
Changes by Berker Peksag : -- components: -Argument Clinic nosy: -goon369, larry resolution: -> not a bug status: open -> closed title: **<<<<<<<1^888`879~O163>>>>>>>> Norton antivirus customer s

[issue28360] Spam

2016-10-04 Thread Berker Peksag
Changes by Berker Peksag : -- Removed message: http://bugs.python.org/msg278065 ___ Python tracker <http://bugs.python.org/issue28360> ___ ___ Python-bugs-list m

[issue28229] lzma does not support pathlib

2016-10-04 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue28348] Doc typo in asyncio.Task

2016-10-04 Thread Berker Peksag
Berker Peksag added the comment: Thanks! -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed type: -> behavior versions: +Python 3.6, Python 3.7 ___ Python tracker <http://bugs.python

[issue28222] test_distutils fails

2016-10-04 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue28362] Deprecation warning doesn't stand out enough

2016-10-04 Thread Berker Peksag
Berker Peksag added the comment: It was rendered in a red box, because we were using an old Sphinx CSS file (Doc/tools/static/basic.css) [1] We are using Sphinx defaults now and Python specific tweaks are located at Doc/tools/pydoctheme/static/pydoctheme.css. We usually prefer to use less

[issue28331] "CPython implementation detail:" is removed when contents is translated

2016-10-04 Thread Berker Peksag
Berker Peksag added the comment: Does Sphinx use a dummy HTML file like you did in the patch? -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue28

[issue28331] "CPython implementation detail:" is removed when contents is translated

2016-10-05 Thread Berker Peksag
Berker Peksag added the comment: I couldn't find any dummy HTML in the Sphinx codebase. Wouldn't something like work without a dummy HTML? from sphinx.locale import versionlabels, l_ versionlabels['cpythonimpldetail'] = l_('CPython implementation

[issue28230] tarfile does not support pathlib

2016-10-05 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue28230> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28231] zipfile does not support pathlib

2016-10-05 Thread Berker Peksag
Changes by Berker Peksag : -- components: +Library (Lib) nosy: +berker.peksag versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/issue28231> ___ ___

[issue13631] readline fails to parse some forms of .editrc under editline (libedit) emulation on Mac OS X

2016-10-05 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: +Python 3.6, Python 3.7 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue13631> ___ ___

[issue17345] Portable and extended type specifiers for array module

2016-10-05 Thread Berker Peksag
Berker Peksag added the comment: This looks like a duplicate of issue 9066. -- nosy: +berker.peksag resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> Standard type codes for array.array, sa

[issue12294] multiprocessing.Pool: Need a way to find out if work are finished.

2016-10-05 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: -easy nosy: +davin versions: +Python 3.7 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue12294> ___ ___ Pytho

[issue12706] timeout sentinel in ftplib and poplib documentation

2016-10-05 Thread Berker Peksag
Berker Peksag added the comment: Documentation changes look good to me. However, I'd prefer using socket._GLOBAL_DEFAULT_TIMEOUT in the timeout parameter of FTP.connect(). -- keywords: +easy nosy: +berker.peksag versions: +Python 3.5, Python 3.6, Python 3.7 -Python 2.7, Pytho

[issue12274] "Print window" menu on IDLE aborts whole application

2016-10-05 Thread Berker Peksag
Changes by Berker Peksag : -- stage: test needed -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue12274> ___ ___ Pyth

[issue21626] Add options width and compact to pickle cli

2016-10-05 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, but the pickle CLI is not part of the public API and I don't think these new options are going to be useful for general use. Closing this as 'rejected'. Please re-open if Serhiy (or others) would find this a reasona

[issue28230] tarfile does not support pathlib

2016-10-05 Thread Berker Peksag
Changes by Berker Peksag : -- components: +Library (Lib) ___ Python tracker <http://bugs.python.org/issue28230> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26964] Incorrect documentation for `-u`-flag

2016-10-06 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review type: -> behavior versions: +Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <http://bugs.python.org/i

[issue27232] os.fspath() should not use repr() on error

2016-10-06 Thread Berker Peksag
Berker Peksag added the comment: This has already been fixed in ea7b6a7827a4: >>> import os >>> os.fspath(None) Traceback (most recent call last): File "", line 1, in TypeError: expected str, bytes or os.PathLike object, not NoneType ---

[issue27231] Support the fspath protocol in the posixpath module

2016-10-06 Thread Berker Peksag
Berker Peksag added the comment: It looks like the fspath protocol support has already been implemented in b64f83d6ff24. -- nosy: +berker.peksag resolution: -> out of date stage: -> resolved status: open -> closed type: -> enhancement __

[issue28374] SyntaxError: invalid token in python2.7/test/test_grammar.py

2016-10-06 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report! How did you run the test? I think there is something wrong with your installation (or you probably ran the test with the system Python.) $ ./python -m test.regrtest test_grammar [1/1] test_grammar 1 test OK. [48645 refs

[issue21720] "TypeError: Item in ``from list'' not a string" message

2016-10-07 Thread Berker Peksag
Berker Peksag added the comment: I think we can classify this one as a usability bug and improve the exception message. -- nosy: +ncoghlan ___ Python tracker <http://bugs.python.org/issue21

[issue28377] struct.unpack of Bool

2016-10-07 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> struct.unpack('?', '\x02') returns (False,) on Mac OSX ___ Python tracker &l

[issue21720] "TypeError: Item in ``from list'' not a string" message

2016-10-07 Thread Berker Peksag
Berker Peksag added the comment: Here's a patch to demonstrate what I meant in msg226047. Example from the REPL: >>> __import__('encodings', fromlist=[u'aliases']) Traceback (most recent call last): File "", line 1, in TypeError: It

[issue28385] Bytes objects should reject all formatting codes with an error message

2016-10-08 Thread Berker Peksag
Berker Peksag added the comment: Here's a patch. Changes in test_builtin might be redundant, but I added them anyway. -- keywords: +patch nosy: +berker.peksag stage: needs patch -> patch review Added file: http://bugs.python.org/file45011/issue28

[issue28389] xmlrpc.client HTTP proxy example code does not work

2016-10-08 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report. Can you try the attached script? -- nosy: +berker.peksag Added file: http://bugs.python.org/file45014/proxy.py ___ Python tracker <http://bugs.python.org/issue28

[issue28390] Wrong heading levels in whatsnew/3.6

2016-10-08 Thread Berker Peksag
Berker Peksag added the comment: Thanks! -- nosy: +berker.peksag resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue28389] xmlrpc.client HTTP proxy example code does not work

2016-10-08 Thread Berker Peksag
Berker Peksag added the comment: Thanks. I guess your solution was similar to the attached patch? -- keywords: +patch stage: -> patch review type: crash -> behavior versions: +Python 3.6, Python 3.7 -Python 3.4 Added file: http://bugs.python.org/file45016/issue2838

[issue28389] xmlrpc.client HTTP proxy example code does not work

2016-10-08 Thread Berker Peksag
Changes by Berker Peksag : -- type: crash -> behavior versions: +Python 3.6, Python 3.7 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue28389> ___ _

[issue26081] Implement asyncio Future in C to improve performance

2016-10-09 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> resolved versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/issue26081> ___ ___ Python-

[issue28389] xmlrpc.client HTTP proxy example code does not work

2016-10-09 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue28230] tarfile does not support pathlib

2016-10-10 Thread Berker Peksag
New submission from Berker Peksag: Here's an updated patch with different tests and documentation changes. I simplified Lib/tarfile.py a bit (see my review comments) A slightly off-topic question: I had to update both docstrings and documentation. Should we use this as an opportuni

[issue28404] Logging SyslogHandler not appending '\n' to the end

2016-10-10 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +vinay.sajip ___ Python tracker <http://bugs.python.org/issue28404> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28405] Compile error on Modules/_futuresmodule.c

2016-10-10 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue28393] Update encoding lookup docs wrt #27938

2016-10-11 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch! Do we still need to keep the last sentence? Is there any other alternatives that can be used? Perhaps the word "spellings" can be changed with "aliases" to make the sentence a little bit clearer. -- nosy:

[issue21720] "TypeError: Item in ``from list'' not a string" message

2016-10-11 Thread Berker Peksag
Berker Peksag added the comment: Good catch, thanks Nick. Here's a Python 3 version of the patch. I excluded Python/importlib.h from the patch to make review easier. -- components: +Interpreter Core versions: +Python 3.5, Python 3.6, Python 3.7 Added file: http://bugs.pytho

[issue21720] "TypeError: Item in ``from list'' not a string" message

2016-10-12 Thread Berker Peksag
Berker Peksag added the comment: > Should we file a separate issue regarding the similarly vague error message > from hasattr() itself? +1 from me. It would be good to show users a user friendly message :) > BytesWarning: Comparison between bytes and string How about raising a Typ

[issue28421] lib/distutils/sysconfig.py fails to pick up Py_ENABLE_SHARED value

2016-10-12 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> third party stage: -> resolved ___ Python tracker <http://bugs.python.org/issue28421> ___ ___ Python-bugs-

[issue21720] "TypeError: Item in ``from list'' not a string" message

2016-10-12 Thread Berker Peksag
Berker Peksag added the comment: Well, I find using a for loop is a bit verbose in this case :) In Python 3.2: >>> __import__('encodings', fromlist=[b'aliases']) Traceback (most recent call last): File "", line 1, in TypeError: Item in ``from list'

[issue28279] setuptools failing to read from setup.cfg only in Python 3.6

2016-10-12 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +jason.coombs ___ Python tracker <http://bugs.python.org/issue28279> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26980] The path argument of asyncio.BaseEventLoop.create_unix_connection is not documented

2016-10-12 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report. I'm marking this as an easy documentation issue. BaseEventLoop is now AbstractEventLoop (87e3a58ed3c3) and the documentation of AbstractEventLoop.create_unix_connection() can be found in Doc/library/asyncio-eventloop.rst. Guido al

[issue23297] Clarify error when ‘tokenize.detect_encoding’ receives text

2016-10-12 Thread Berker Peksag
Berker Peksag added the comment: It looks like this can also be fixed by issue 12486. -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue23

[issue28442] tuple(a list subclass) does not iterate through the list

2016-10-15 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: fixed -> out of date stage: -> resolved ___ Python tracker <http://bugs.python.org/issue28442> ___ ___ Pyth

[issue28428] Rename _futures module to _asyncio

2016-10-15 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed ___ Python tracker <http://bugs.python.org/issue28428> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue28432] Fix doc of PyUnicode_EncodeLocale

2016-10-16 Thread Berker Peksag
Berker Peksag added the comment: Thanks. -- nosy: +berker.peksag resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> behavior ___ Python tracker <http://bugs.python

[issue21720] "TypeError: Item in ``from list'' not a string" message

2016-10-16 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the reviews! I pushed the patch for 2.7. Nick, what do you think about the case Serhiy mentioned in msg278515? Should we fix it or is issue21720_python3.diff good to go? -- ___ Python tracker <h

[issue28455] argparse: convert_arg_line_to_args does not actually expect self argument

2016-10-16 Thread Berker Peksag
Berker Peksag added the comment: Thanks! I removed the import statement and simplified the last sentence a bit. -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.5, Python 3.6, Python 3.7 -P

[issue28458] from __future__ import print_function does not emulate the flush param from py3k

2016-10-17 Thread Berker Peksag
Berker Peksag added the comment: That's because the flush argument was added in Python 3.3 (after print() was backported to 2.7 via a future import) Thanks for the report. -- nosy: +berker.peksag resolution: -> not a bug stage: -> resolved status: ope

[issue26240] Docstring of the subprocess module should be cleaned up

2016-10-17 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: needs patch -> patch review versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/issu

[issue26240] Docstring of the subprocess module should be cleaned up

2016-10-17 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Tim. > Changed true -> :const:`True` in subprocess.rst. This is out of scope for this issue and I actually prefer the current form. Having method and class signatures in subprocess.__doc__ would make it less maintainable. I&#x

[issue20357] Mention buildbots in the core dev section of the devguide

2016-10-22 Thread Berker Peksag
Berker Peksag added the comment: Moved to https://github.com/python/devguide/issues/70 -- nosy: +berker.peksag resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue1520879] make install change: Allow $DESTDIR to be relative

2016-10-31 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> out of date stage: test needed -> resolved ___ Python tracker <http://bugs.python.org/issue1520879> ___ ___

[issue28485] compileall.compile_dir(workers=) does not raise ValueError if multithreading disabled

2016-10-31 Thread Berker Peksag
Changes by Berker Peksag : -- components: +Library (Lib) stage: patch review -> commit review ___ Python tracker <http://bugs.python.org/issue28485> ___ ___ Py

[issue28543] Incomplete fast path codecs aliases in codecs doc

2016-11-06 Thread Berker Peksag
Berker Peksag added the comment: This is a duplicate of issue 28393. -- nosy: +berker.peksag resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> Update encoding lookup docs wrt #27938 type: enhancement

[issue21864] Error in documentation of point 9.8 'Exceptions are classes too'

2016-11-06 Thread Berker Peksag
Berker Peksag added the comment: Thank you for the review, Andrew! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker <http://bugs.python.or

[issue21590] Systemtap and DTrace support

2016-11-06 Thread Berker Peksag
Berker Peksag added the comment: Thanks. SilentGhost. I went with ".. highlight:: shell-session" to simplify the patch a bit. Łukasz, can we close this one and create new issues for further improvements now? -- ___ Python trac

[issue27860] Improvements to ipaddress module

2016-11-07 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue27860> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28555] provid also sha-1 and sha-256 also on download links

2016-11-07 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue28555> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28574] Update bundled pip

2016-11-07 Thread Berker Peksag
Berker Peksag added the comment: It looks like this is now done in 0e69d97a408e (3.6) and be8b133d5d3e (default). Please reopen if I'm missing something here. -- nosy: +berker.peksag resolution: -> fixed stage: needs patch -> resolved status: ope

[issue28585] Restore docstring of os._isdir

2016-11-07 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> commit review ___ Python tracker <http://bugs.python.org/issue28585> ___ ___ Python-bugs-list mai

[issue28615] Document clarification: Section 5.4 Complex Number

2016-11-07 Thread Berker Peksag
Changes by Berker Peksag : -- status: closed -> open type: -> behavior ___ Python tracker <http://bugs.python.org/issue28615> ___ ___ Python-bugs-list

[issue25677] Syntax error caret confused by indentation

2016-11-07 Thread Berker Peksag
Berker Peksag added the comment: FWIW, I don't think the patch fixes the actual problem. With the patch applied, the caret still placed at the wrong place. I'd prefer avoid pushing a patch that fixes a bug by introducing another bug. --

<    32   33   34   35   36   37   38   >