[issue16355] inspect.getcomments() does not work in the interactive shell

2017-03-03 Thread Berker Peksag
Berker Peksag added the comment: I think David's comment about tests was for the second patch. Looking at msg199395 and msg199397, my understanding is that tests are still needed. -- nosy: +berker.peksag versions: +Python 3.5, Python 3.6, Python 3.7 -Python 3.3, Pytho

[issue29623] configparser.ConfigParser.read() does not accept Pathlib path as a single argument.

2017-03-03 Thread Berker Peksag
Changes by Berker Peksag : -- pull_requests: +358 ___ Python tracker <http://bugs.python.org/issue29623> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29623] configparser.ConfigParser.read() does not accept Pathlib path as a single argument.

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

[issue26187] sqlite3 trace callback prints duplicate line

2017-03-03 Thread Berker Peksag
Changes by Berker Peksag : -- stage: test needed -> patch review ___ Python tracker <http://bugs.python.org/issue26187> ___ ___ Python-bugs-list mailing list Un

[issue29725] sqlite3.Cursor doesn't properly document "arraysize"

2017-03-15 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: +easy nosy: +berker.peksag stage: -> needs patch type: -> enhancement versions: +Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <http://bugs.python.org/i

[issue15290] setAttribute() can fail

2017-03-15 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: not a bug -> duplicate stage: patch review -> resolved superseder: -> xml.dom.minidom.Element.cloneNode fails with AttributeError ___ Python tracker <http://bugs.python.or

[issue4851] xml.dom.minidom.Element.cloneNode fails with AttributeError

2017-03-15 Thread Berker Peksag
Berker Peksag added the comment: Thanks for your detective work, Craig. MvL is correct that those classes should be created via a Document object. I'm marking issue 15290 as a duplicate of this. Note that we can reopen this if you'd like to propose a documentation patch or PR t

[issue29655] Certain errors during IMPORT_STAR can leak a reference

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

[issue29726] test_xmlrpc raises DeprecationWarnings

2017-03-15 Thread Berker Peksag
Berker Peksag added the comment: Thanks, Dillon! I went ahead and backported PR 481 to 3.5 and 3.6 branches. -- nosy: +berker.peksag resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python track

[issue28230] tarfile does not support pathlib

2017-03-15 Thread Berker Peksag
Berker Peksag added the comment: PR 512 has been merged and backported to 3.6 branch. I think this can be closed now. Thanks, Ethan and Serhiy! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python track

[issue16355] inspect.getcomments() does not work in the interactive shell

2017-03-17 Thread Berker Peksag
Changes by Berker Peksag : -- pull_requests: +565 ___ Python tracker <http://bugs.python.org/issue16355> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7283] test_site failure when .local/lib/pythonX.Y/site-packages hasn't been created yet

2017-03-17 Thread Berker Peksag
Berker Peksag added the comment: I just saw a similar failure on AppVeyor: == FAIL: test_s_option (test.test_site.HelperFunctionsTests) -- Traceback (most

[issue16355] inspect.getcomments() does not work in the interactive shell

2017-03-17 Thread Berker Peksag
Berker Peksag added the comment: Please don't close an issue while there are still open backport PRs on GitHub. -- resolution: fixed -> stage: resolved -> status: closed -> open ___ Python tracker <http://bugs.pyth

[issue16355] inspect.getcomments() does not work in the interactive shell

2017-03-17 Thread Berker Peksag
Changes by Berker Peksag : -- pull_requests: +567 ___ Python tracker <http://bugs.python.org/issue16355> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16355] inspect.getcomments() does not work in the interactive shell

2017-03-17 Thread Berker Peksag
Berker Peksag added the comment: Now all PRs have been merged: * master: https://github.com/python/cpython/commit/3f2155ffe683080f2a1b28408fa48d43ba92f943 * 3.6: https://github.com/python/cpython/commit/948171bf999cf8b3e12048851041d2e04ae3a78c * 3.5: https://github.com/python/cpython/commit

[issue29694] race condition in pathlib mkdir with flags parents=True

2017-03-18 Thread Berker Peksag
Changes by Berker Peksag : -- components: +Library (Lib) nosy: +berker.peksag stage: -> patch review ___ Python tracker <http://bugs.python.org/issu

[issue29779] New environment variable PYTHONHISTORY

2017-03-22 Thread Berker Peksag
Changes by Berker Peksag : -- components: +Library (Lib) nosy: +berker.peksag stage: -> patch review type: -> enhancement ___ Python tracker <http://bugs.python.org/i

[issue29788] tarfile: Add absolute_path option to tarfile, disabled by default

2017-03-22 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue29788> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27200] make doctest in CPython has failures

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 909a6f626ff343937cd3f06fda996870e7890724 by Berker Peksag (Marco Buttu) in branch 'master': bpo-27200: Fix doctests in programming.rst and datetime.rst (#401) https://github.com/python/cpython/commit/909a6f626ff343937cd3f06fda9968

[issue16355] inspect.getcomments() does not work in the interactive shell

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 948171bf999cf8b3e12048851041d2e04ae3a78c by Berker Peksag in branch '3.6': bpo-16355: Clarify when inspect.getcomments() returns None (#428) (#690) https://github.com/python/cpython/commit/948171bf999cf8b3e12048851041d2

[issue16355] inspect.getcomments() does not work in the interactive shell

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 41b4a2189f29daae008e57f799a30890643d191f by Berker Peksag in branch '3.5': bpo-16355: Clarify when inspect.getcomments() returns None (#428) (#691) https://github.com/python/cpython/commit/41b4a2189f29daae008e57f799a308

[issue16355] inspect.getcomments() does not work in the interactive shell

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 3f2155ffe683080f2a1b28408fa48d43ba92f943 by Berker Peksag (Marco Buttu) in branch 'master': bpo-16355: Clarify when inspect.getcomments() returns None (#428) https://github.com/python/cpython/commit/3f2155ffe683080f2a1b28408fa48d

[issue29623] configparser.ConfigParser.read() does not accept Pathlib path as a single argument.

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 21ce65aa67f0dc63002ab0a5fb21ef921cf5279e by Berker Peksag in branch '3.6': [3.6] bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) (#432) https://github.com/python/cpython/commit/21ce65aa67f0dc63002ab0a5fb21ef

[issue29623] configparser.ConfigParser.read() does not accept Pathlib path as a single argument.

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 85b8d01c916b482dac937b93ede1e53b1db0361c by Berker Peksag (David Ellis) in branch 'master': bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) https://github.com/python/cpython/commit/85b8d01c916b482dac937b93ede1e5

[issue9303] Migrate sqlite3 module to _v2 API to enhance performance

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 86a670543ff97d52fd9b8ca0477f8b6d27ee946d by Berker Peksag (Aviv Palivoda) in branch 'master': bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359) https://github.com/python/cpyt

[issue27200] make doctest in CPython has failures

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset b2a7c2f9862b28cf5db11ef837646ef0c589955c by Berker Peksag (Marco Buttu) in branch 'master': bpo-27200: fix configparser, copyreg and ctypes doctests (#240) https://github.com/python/cpython/commit/b2a7c2f9862b28cf5db11ef837646e

[issue28598] RHS not consulted in `str % subclass_of_str` case.

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset bc144f0abff2b36595171377ee847c0266596ab2 by Berker Peksag (Martijn Pieters) in branch '3.5': bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#94) https://github.com/python/cpyt

[issue24241] webbrowser default browser detection and/or public API for _trylist.

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 370f7a956cef5895c93ca5a53fc26b04df973aaf by Berker Peksag in branch 'master': bpo-24241: Add versionchanged directive to the documentation (#342) https://github.com/python/cpython/commit/370f7a956cef5895c93ca5a53fc26b04df973aaf -

[issue29655] Certain errors during IMPORT_STAR can leak a reference

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 7accf2033d03025cc5324f8b9d22582bca3623e9 by Berker Peksag in branch '3.6': bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#348) https://github.com/python/cpython/commit/7accf2033d03025cc5324f8b9d2258

[issue27788] platform module's version number doesn't match its docstring

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset bb59d89ceeb1abfb4d73c7fc60b534e4464adf35 by Berker Peksag in branch '3.6': bpo-27788 : synchronise platform.py version number (#246) (#341) https://github.com/python/cpython/commit/bb59d89ceeb1abfb4d73c7fc60b534

[issue29655] Certain errors during IMPORT_STAR can leak a reference

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 0dadf56737f591c83d18db5e445960d39448583e by Berker Peksag in branch '3.5': bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#349) https://github.com/python/cpython/commit/0dadf56737f591c83d18db5e445960

[issue28598] RHS not consulted in `str % subclass_of_str` case.

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 53039ad3814a8918c5311f37bd654428b9843fcc by Berker Peksag (Martijn Pieters) in branch '3.6': bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#95) https://github.com/python/cpyt

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset d5c11f7ace48701bb950c6345deee88c35c66e26 by Berker Peksag (Sayan Chowdhury) in branch 'master': bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) https://github.com/python/cpyt

[issue29121] sqlite3 Controlling Transactions documentation not updated

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 893e86e9d3c0caeb878ccb1120c7259e022f3b68 by Berker Peksag in branch '3.6': bpo-29121: Remove outdated documentation about transactions (#313) (#319) https://github.com/python/cpython/commit/893e86e9d3c0caeb878ccb1120c725

[issue28518] execute("begin immediate") throwing OperationalError

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 4a926caf8e5fd8af771b2c34bfb6e91c732331fe by Berker Peksag in branch 'master': bpo-28518: Start a transaction implicitly before a DML statement (#245) https://github.com/python/cpython/commit/4a926caf8e5fd8af771b2c34bfb6e9

[issue28961] unittest.mock._Call ignores `name` parameter

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset fae59e1aa87ee9598d032e0bd697969a5784025f by Berker Peksag in branch '3.6': bpo-28961: Address my comments from earlier code review (#306) https://github.com/python/cpython/commit/fae59e1aa87ee9598d032e0bd69796

[issue28961] unittest.mock._Call ignores `name` parameter

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 5aa3856b4f325457e8ec1ccf669369f543e1f6b5 by Berker Peksag in branch 'master': bpo-28961: Address my comments from earlier code review (#305) https://github.com/python/cpython/commit/5aa3856b4f325457e8ec1ccf669369

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 6b81003bdbd9375886bae54f876650bcdccfe6c7 by Berker Peksag in branch '3.6': bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) (#323) https://github.com/python/cpyt

[issue29121] sqlite3 Controlling Transactions documentation not updated

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset fe70d924bb6106d4c21eb414f4a1ba1324e8f46a by Berker Peksag in branch 'master': bpo-29121: Remove outdated documentation about transactions (#313) https://github.com/python/cpython/commit/fe70d924bb6106d4c21eb414f4a1ba

[issue28518] execute("begin immediate") throwing OperationalError

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 76995cab69d5ef83d31d8a5754cbad11be4038cb by Berker Peksag in branch '3.6': bpo-28518: Start a transaction implicitly before a DML statement (#245) (#318) https://github.com/python/cpython/commit/76995cab69d5ef83d31d8a5754cbad

[issue29121] sqlite3 Controlling Transactions documentation not updated

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset fe70d924bb6106d4c21eb414f4a1ba1324e8f46a by Berker Peksag in branch 'master': bpo-29121: Remove outdated documentation about transactions (#313) https://github.com/python/cpython/commit/fe70d924bb6106d4c21eb414f4a1ba

[issue27122] Hang with contextlib.ExitStack and subprocess.Popen (regression)

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset c6d2f498142c29ed62241ab6d89cb7b5e38f2fca by Berker Peksag in branch '3.5': bpo-27122: Fix comment to point to correct issue number (#50) https://github.com/python/cpython/commit/c6d2f498142c29ed62241ab6d89cb7b5e38f2fca -

[issue27122] Hang with contextlib.ExitStack and subprocess.Popen (regression)

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset 89b1824e693419b20b6a9113e5293f1c1a78065f by Berker Peksag in branch '3.6': bpo-27122: Fix comment to point to correct issue number (#48) https://github.com/python/cpython/commit/89b1824e693419b20b6a9113e5293f

[issue27122] Hang with contextlib.ExitStack and subprocess.Popen (regression)

2017-03-24 Thread Berker Peksag
Berker Peksag added the comment: New changeset af88e7eda4101f36e904771d3cf59a5f740b3b00 by Berker Peksag (Nathaniel J. Smith) in branch 'master': bpo-27122: Fix comment to point to correct issue number (#47) https://github.com/python/cpython/commit/af88e7eda4101f36e904771d3cf59a

[issue29162] pyshell.py: name 'sys' is not defined

2017-03-26 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed status: open -> closed ___ Python tracker <http://bugs.python.org/issue29162> ___ ___ Python-bugs-list

[issue29725] sqlite3.Cursor doesn't properly document "arraysize"

2017-03-31 Thread Berker Peksag
Berker Peksag added the comment: > There is another attribute called row_factory in the cursor structure > that isn't in the docs. There is a row_factory defined in the docs, > but that one is for the connection structure. Should it be added under > cursor as well? Thank y

[issue29863] Add a COMPACT constant to the json module

2017-04-02 Thread Berker Peksag
Berker Peksag added the comment: +1. See msg287773 for my reasoning. -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue29863> ___ ___ Pytho

[issue29974] typing.TYPE_CHECKING doc example is incorrect

2017-04-03 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> patch review type: enhancement -> behavior versions: -Python 3.4 ___ Python tracker <http://bugs.python.org/i

[issue29725] sqlite3.Cursor doesn't properly document "arraysize"

2017-04-08 Thread Berker Peksag
Berker Peksag added the comment: > row_factory seems to be another parameter that can be set in the Cursor > object. > https://github.com/python/cpython/blob/master/Modules/_sqlite/cursor.c#L65 > > This can addressed in a different issue/ pr. Like I already sa

[issue9303] Migrate sqlite3 module to _v2 API to enhance performance

2017-04-09 Thread Berker Peksag
Berker Peksag added the comment: New changeset 0e6cb2ea624570ed08c354f1ed1f595dab4192d6 by Berker Peksag (Aviv Palivoda) in branch 'master': bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461) https://github.com/python/cpyt

[issue26187] sqlite3 trace callback prints duplicate line

2017-04-09 Thread Berker Peksag
Berker Peksag added the comment: New changeset 0e6cb2ea624570ed08c354f1ed1f595dab4192d6 by Berker Peksag (Aviv Palivoda) in branch 'master': bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461) https://github.com/python/cpyt

[issue26187] sqlite3 trace callback prints duplicate line

2017-04-09 Thread Berker Peksag
Berker Peksag added the comment: Thanks, Anish and Aviv! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue29642] Why does unittest.TestLoader.discover still rely on existence of __init__.py files?

2017-04-11 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> not a bug stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue29791] print documentation: flush is also a keyword argument

2017-04-12 Thread Berker Peksag
Changes by Berker Peksag : -- pull_requests: +1235 ___ Python tracker <http://bugs.python.org/issue29791> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29791] print documentation: flush is also a keyword argument

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

[issue30062] datetime in Python 3.6+ no longer respects 'TZ' environment variable

2017-04-12 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +belopolsky ___ Python tracker <http://bugs.python.org/issue30062> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29791] print documentation: flush is also a keyword argument

2017-04-13 Thread Berker Peksag
Berker Peksag added the comment: New changeset 61b9ac93712df8092a25223cd56fa6528359792b by Berker Peksag in branch 'master': bpo-29791: Clarify that flush is keyword-only argument (#1093) https://github.com/python/cpython/commit/61b9ac93712df8092a25223cd56fa6

[issue29791] print documentation: flush is also a keyword argument

2017-04-13 Thread Berker Peksag
Changes by Berker Peksag : -- pull_requests: +1252 ___ Python tracker <http://bugs.python.org/issue29791> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29791] print documentation: flush is also a keyword argument

2017-04-13 Thread Berker Peksag
Changes by Berker Peksag : -- pull_requests: +1253 ___ Python tracker <http://bugs.python.org/issue29791> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29791] print documentation: flush is also a keyword argument

2017-04-13 Thread Berker Peksag
Berker Peksag added the comment: New changeset df9783720e40773e7854d2f4e4cfc93f0a2c08b8 by Berker Peksag in branch '3.5': bpo-29791: Clarify that flush is keyword-only argument (GH-1093) https://github.com/python/cpython/commit/df9783720e40773e7854d2f4e4cfc9

[issue29791] print documentation: flush is also a keyword argument

2017-04-13 Thread Berker Peksag
Berker Peksag added the comment: New changeset 119d94ad37a99ecb0b8329467d04cd9d909e310e by Berker Peksag in branch '3.6': bpo-29791: Clarify that flush is keyword-only argument (GH-1093) https://github.com/python/cpython/commit/119d94ad37a99ecb0b8329467d04cd

[issue29791] print documentation: flush is also a keyword argument

2017-04-13 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue30066] anaconda3::traitsu::NotImplementedError

2017-04-13 Thread Berker Peksag
Berker Peksag added the comment: Please report this to either traits or traitsui developers. This issue tracker is for issues with CPython and its standard library, not for third-party modules on PyPI. -- nosy: +berker.peksag resolution: -> not a bug stage: -> resolved status

[issue30036] The bugs website doesn't use httpS by default

2017-04-13 Thread Berker Peksag
Berker Peksag added the comment: I've changed the bugs.p.o link to use HTTPS at python.org. -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/is

[issue27200] make doctest in CPython has failures

2017-04-13 Thread Berker Peksag
Berker Peksag added the comment: New changeset 7b2491a6aa5cdc1f8f9e3fd9df91f29ee69aa982 by Berker Peksag (Marco Buttu) in branch 'master': bpo-27200: Fix pathlib, ssl, turtle and weakref doctests (GH-616) https://github.com/python/cpython/commit/7b2491a6aa5cdc1f8f9e3fd9df91f2

[issue21301] pathlib missing Path.expandvars(env=os.environ)

2017-04-13 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue29880] python3.6 install readline ,and then cpython exit

2017-04-13 Thread Berker Peksag
Changes by Berker Peksag : -- status: open -> closed type: -> behavior ___ Python tracker <http://bugs.python.org/issue29880> ___ ___ Python-bugs-list

[issue29931] ipaddress.ip_interface __lt__ check seems to be broken

2017-04-14 Thread Berker Peksag
Berker Peksag added the comment: I think we should backport this to at least 3.6. -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue29

[issue29651] Inconsistent/undocumented urlsplit/urlparse behavior on invalid inputs

2017-04-14 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> patch review versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issue29651> ___ ___ Python-

[issue10379] locale.format() input regression

2017-04-14 Thread Berker Peksag
Changes by Berker Peksag : -- pull_requests: +1276 ___ Python tracker <http://bugs.python.org/issue10379> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10379] locale.format() input regression

2017-04-14 Thread Berker Peksag
Berker Peksag added the comment: I think the solution in PR 259 is great, but I still find the documentation a little bit vague. I've just opened PR 1145 to add some examples specifiers. -- nosy: +berker.peksag stage: needs patch -> patch review versions: +Python 3.7 -Py

[issue22708] httplib/http.client in method _tunnel used HTTP/1.0 CONNECT method

2017-04-14 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: +Python 3.7 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue22708> ___ ___ Python-bug

[issue19225] lack of PyExc_BufferError doc

2017-04-14 Thread Berker Peksag
Berker Peksag added the comment: New changeset eaeda64c2fd2abd33e59b03298f9cdc9e8efef89 by Berker Peksag (cocoatomo) in branch 'master': bpo-19225: Remove duplicated description for standard warning categories (GH-1068) https://github.com/python/cpyt

[issue29991] http client marks valid multipart headers with defects.

2017-04-18 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue29991> ___ ___ Python-bugs-list

[issue28837] 2to3 does not wrap zip correctly

2017-04-18 Thread Berker Peksag
Berker Peksag added the comment: I think this at least needs to be backported to 3.6 (or can we close the issue now?) -- nosy: +berker.peksag stage: -> backport needed ___ Python tracker <http://bugs.python.org/issu

[issue28698] Python 3.x ctypes c_wchar_p return is different from official documentation example

2017-04-19 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue28698> ___ ___ Python-bugs-list mailing list Un

[issue30078] "-m unittest --help" says nothing about direct script exection

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset f7e62cf8adfb8ab6a6a870903defe8ff218a0383 by Berker Peksag (Louie Lu) in branch 'master': bpo-30078: Add an example of passing a path to unittest (#1178) https://github.com/python/cpython/commit/f7e62cf8adfb8ab6a6a870903defe8

[issue30078] "-m unittest --help" says nothing about direct script exection

2017-04-19 Thread Berker Peksag
Changes by Berker Peksag : -- pull_requests: +1327 ___ Python tracker <http://bugs.python.org/issue30078> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30078] "-m unittest --help" says nothing about direct script exection

2017-04-19 Thread Berker Peksag
Changes by Berker Peksag : -- pull_requests: +1328 ___ Python tracker <http://bugs.python.org/issue30078> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19225] lack of PyExc_BufferError doc

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset 5fb4bf91e78e128a22b5b58da179f09d0b307f2d by Berker Peksag (cocoatomo) in branch '3.6': bpo-19225: Remove duplicated description for standard warning categories (GH-1068) https://github.com/python/cpyt

[issue19225] lack of PyExc_BufferError doc

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset 7e56fe35efe3aef0b9aac989255c4f13dfc01b09 by Berker Peksag (cocoatomo) in branch '3.5': bpo-19225: Remove duplicated description for standard warning categories (GH-1068) https://github.com/python/cpyt

[issue19225] lack of PyExc_BufferError doc

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset 450a69c6a4bfee6a10cbcc0c43b221bb135689c8 by Berker Peksag (cocoatomo) in branch '2.7': bpo-19225: Remove duplicated description for standard warning categories (GH-1068) https://github.com/python/cpyt

[issue19225] lack of PyExc_BufferError doc

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the backport PRs! -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue24739] allow argparse.FileType to accept newline argument

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: I agree with paul j3. It would be nice to keep the current FileType API as is. The argparse documentation already encourages people to write their own custom types and I think this is a good use case for following the advice. Thanks for the report

[issue30078] "-m unittest --help" says nothing about direct script exection

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset 596e714d79a22d1d53f26ae1a579dcd43f15865a by Berker Peksag in branch '3.6': bpo-30078: Add an example of passing a path to unittest (GH-1178) https://github.com/python/cpython/commit/596e714d79a22d1d53f26ae1a579dc

[issue30078] "-m unittest --help" says nothing about direct script exection

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset 6fb0f801d73b1e2794888772d016d978eccf52a6 by Berker Peksag in branch '3.5': bpo-30078: Add an example of passing a path to unittest (GH-1178) https://github.com/python/cpython/commit/6fb0f801d73b1e2794888772d016d9

[issue30078] "-m unittest --help" says nothing about direct script exection

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement versions: +Python 3.5 ___ Python tracker <http://bugs.python

[issue10379] locale.format() input regression

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset 6dbdedb0b18a5ca850ab8ce512fda24d5a9d0688 by Berker Peksag in branch 'master': bpo-10379: Add %char examples to locale.format() docs (GH-1145) https://github.com/python/cpython/commit/6dbdedb0b18a5ca850ab8ce512fda2

[issue10379] locale.format() input regression

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

[issue30136] Add test.support.script_helper to documentation

2017-04-21 Thread Berker Peksag
Berker Peksag added the comment: This is a duplicate of issue 18576. -- nosy: +berker.peksag resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Document test.support.script_helper ___ Python tr

[issue29999] repr() of ImportError misses keyword arguments name and path

2017-04-24 Thread Berker Peksag
Berker Peksag added the comment: Including 'path' may make the repr less readable in some cases. +1 for 'name', though. -- nosy: +berker.peksag ___ Python tracker <http://bug

[issue11913] sdist refuses README.rst

2017-04-24 Thread Berker Peksag
Berker Peksag added the comment: PR 563 has been merged. -- assignee: merwok -> components: -Distutils2 nosy: +berker.peksag, dstufft resolution: -> fixed stage: needs patch -> resolved status: open -> closed type: behavior -> enhancement versio

[issue30152] Reduce the number of imports for argparse

2017-04-24 Thread Berker Peksag
Berker Peksag added the comment: > The patch also makes argparse itself be imported only when the module > is used as a script, not just imported. +1. I'd move this into its own PR. -- nosy: +berker.peksag ___ Python tracker <http://b

[issue29950] Rename SlotWrapperType to WrapperDescriptorType

2017-04-25 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed ___ Python tracker <http://bugs.python.org/issue29950> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue29950] Rename SlotWrapperType to WrapperDescriptorType

2017-04-25 Thread Berker Peksag
Berker Peksag added the comment: Merged in 08c16016e2a2d1368d001ddebfe9ca92465773c4. Thanks! -- nosy: +berker.peksag type: -> behavior ___ Python tracker <http://bugs.python.org/issu

[issue28698] Python 3.x ctypes c_wchar_p return is different from official documentation example

2017-04-26 Thread Berker Peksag
Berker Peksag added the comment: New changeset 0d637e236d7099f7b724026c8cb7bd83d8e12e6b by Berker Peksag (Louie Lu) in branch 'master': bpo-28698: Fix c_wchar_p doc example (GH-1160) https://github.com/python/cpython/commit/0d637e236d7099f7b724026c8cb7bd83d8e12e6b -

[issue28698] Python 3.x ctypes c_wchar_p return is different from official documentation example

2017-04-26 Thread Berker Peksag
Berker Peksag added the comment: New changeset 9f6828119df23fca9e799f47e02baabe87adca2a by Berker Peksag (Louie Lu) in branch '3.6': bpo-28698: Fix c_wchar_p doc example (GH-1160) https://github.com/python/cpython/commit/9f6828119df23fca9e799f47e02baa

[issue28698] Python 3.x ctypes c_wchar_p return is different from official documentation example

2017-04-26 Thread Berker Peksag
Berker Peksag added the comment: New changeset c7b8367076dc7771dabcb9491bd98218c788d489 by Berker Peksag (Louie Lu) in branch '3.5': bpo-28698: Fix c_wchar_p doc example (GH-1160) https://github.com/python/cpython/commit/c7b8367076dc7771dabcb9491bd982

[issue28698] Python 3.x ctypes c_wchar_p return is different from official documentation example

2017-04-26 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report, Alex and thanks for the PRs, Louie! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue29974] Change typing.TYPE_CHECKING doc example

2017-04-26 Thread Berker Peksag
Berker Peksag added the comment: New changeset 87c07fe9d908d0a2143fcc8369255c6ff3241503 by Berker Peksag (Mathias Rav) in branch 'master': bpo-29974: Improve typing.TYPE_CHECKING example (GH-982) https://github.com/python/cpython/commit/87c07fe9d908d0a2143fcc8369255c

<    1   2   3   4   5   6   7   8   9   10   >