[issue29898] PYTHONLEGACYWINDOWSIOENCODING isn't implemented

2017-05-16 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- pull_requests: +1700 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29898> ___

[issue29898] PYTHONLEGACYWINDOWSIOENCODING isn't implemented

2017-05-16 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- stage: test needed -> backport needed ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue30323] concurrent.futures.Executor.map() consumes all memory when big generators are used

2017-05-16 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- components: +Library (Lib) superseder: -> Make Executor.map work with infinite/large inputs correctly ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue29898] PYTHONLEGACYWINDOWSIOENCODING isn't implemented

2017-05-16 Thread Berker Peksag
Berker Peksag added the comment: New changeset 87fa8a780e9045a26c735f085c07bba4b2d0be60 by Berker Peksag in branch 'master': bpo-29898: Fix incorrect env variable name (GH-1576) https://github.com/python/cpython/commit/87fa8a780e9045a26c735f085c07bba4b2d0be60 -- nosy: +berker.peksag

[issue30370] IPython 5.3.0 debug mode breakpoint issue

2017-05-15 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report, but IPython is not part of the Python standard library. Since downgrading IPython to 4.2.0 solved your problem, I'd suggest to report this to IPython developers. -- nosy: +berker.peksag resolution: -> third party st

[issue30358] Profile documentation - include sort argument for runctx

2017-05-14 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bu

[issue30358] Profile documentation - include sort argument for runctx

2017-05-14 Thread Berker Peksag
Berker Peksag added the comment: New changeset f3291eeb90da2ddb37efea30dfc9406983b0f681 by Berker Peksag in branch '3.5': bpo-30358: Document sort argument of profile.runctx() (GH-1566) https://github.com/python/cpython/commit/f3291eeb90da2ddb37efea30dfc9406983b0f681

[issue30358] Profile documentation - include sort argument for runctx

2017-05-14 Thread Berker Peksag
Berker Peksag added the comment: New changeset 61b6e5cf929a80bb44500fb1a212facf66d7f45c by Berker Peksag in branch '3.6': bpo-30358: Document sort argument of profile.runctx() (GH-1566) https://github.com/python/cpython/commit/61b6e5cf929a80bb44500fb1a212facf66d7f45c

[issue30358] Profile documentation - include sort argument for runctx

2017-05-14 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- pull_requests: +1673 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30358> ___

[issue30358] Profile documentation - include sort argument for runctx

2017-05-14 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- pull_requests: +1672 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30358> ___

[issue30358] Profile documentation - include sort argument for runctx

2017-05-14 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- stage: patch review -> backport needed ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue30358] Profile documentation - include sort argument for runctx

2017-05-14 Thread Berker Peksag
Berker Peksag added the comment: New changeset 99776296230ddd8429ebad2d07854b8c27ea10ab by Berker Peksag (csabella) in branch 'master': bpo-30358: Document sort argument of profile.runctx() (GH-1566) https://github.com/python/cpython/commit/99776296230ddd8429ebad2d07854b8c27ea10ab

[issue30358] Profile documentation - include sort argument for runctx

2017-05-14 Thread Berker Peksag
New submission from Berker Peksag: For future reference, this was also reported by Chris Cummins on docs@p.o at https://mail.python.org/pipermail/docs/2017-May/031420.html -- nosy: +berker.peksag stage: -> patch review versions: +Python 3.5, Python

[issue29895] Distutils blows up with an incorrect pypirc, should be caught

2017-05-14 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report, Tommy. I think the configparser exception is pretty descriptive here. You had a .pypirc file like the following: [distutils] index-servers = pypi global [pypi] username:spam password:eggs You passed -r

[issue29877] compileall hangs when accessing urandom even if number of workers is 1

2017-05-14 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- nosy: +Claudiu.Popa, brett.cannon ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue29898] PYTHONLEGACYWINDOWSIOENCODING isn't implemented

2017-05-13 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- pull_requests: +1669 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29898> ___

[issue30231] test_imaplib needs a TLS server accepting self-signed certificates

2017-05-10 Thread Berker Peksag
Berker Peksag added the comment: > Is it to validate that we have bugs? :) More or less, yes. Since the problem is not in the library code and the tests are not completely useless, using @unittest.expectedFailure might be a better short term solution than skipping or removing them (at le

[issue29920] Document cgitb.text and cgitb.html

2017-05-10 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- pull_requests: +1627 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29920> ___

[issue29920] Document cgitb.text and cgitb.html

2017-05-10 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- pull_requests: +1626 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29920> ___

[issue30270] Remove sqlite3.Cache display method

2017-05-05 Thread Berker Peksag
Berker Peksag added the comment: FWIW, I agree with Brett and David. Did you try to use it? I prefer to fix it even if it's broken at the moment. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue30262] Don't expose sqlite3 Cache and Statement

2017-05-05 Thread Berker Peksag
Berker Peksag added the comment: > Someone somewhere may be using them for something, they've been around for a > long time. Well, you can use the same argument for every issue on the tracker. People can even rely on real bugs that are still open for 10 years, but that doesn'

[issue30272] distutils.version.LooseVersion's compare raises exception in corner-case

2017-05-05 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report. This is a duplicate of issue 14894. -- nosy: +berker.peksag resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> distutils.LooseVersion fails to compare numbe

[issue30231] test_imaplib needs a TLS server accepting self-signed certificates

2017-05-05 Thread Berker Peksag
Berker Peksag added the comment: I'd suggest marking them with @unittest.expectedFailure as an alternative way to move forward. -- nosy: +berker.peksag stage: -> patch review type: -> behavior ___ Python tracker <rep...@bugs.python.o

[issue30192] hashlib module breaks with 64-bit kernel and 32-bit user space

2017-05-05 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- stage: patch review -> backport needed ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue30262] Don't expose sqlite3 Cache and Statement

2017-05-05 Thread Berker Peksag
Berker Peksag added the comment: Even if users somehow managed to create Cache and Statement objects themselves, they are basically implementation details of the module and there is no way to use them to mess with the internal state of the module via using the current API (e.g

[issue29920] Document cgitb.text and cgitb.html

2017-05-05 Thread Berker Peksag
Berker Peksag added the comment: New changeset c07b3a15be5e0a68a73b4c532861ed8de6932bd2 by Berker Peksag (masklinn) in branch 'master': bpo-29920: Document cgitb.text() and cgitb.html() functions (GH-849) https://github.com/python/cpython/commit/c07b3a15be5e0a68a73b4c532861ed8de6932bd2

[issue30119] (ftplib) A remote attacker could possibly attack by containing the newline characters

2017-05-05 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- stage: -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bugs.

[issue30190] unittest's assertAlmostEqual improved error message

2017-05-05 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- components: +Library (Lib) resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement ___ Python tracker <rep...@bugs.python.org>

[issue30192] hashlib module breaks with 64-bit kernel and 32-bit user space

2017-05-05 Thread Berker Peksag
Berker Peksag added the comment: Neil, can this issue be closed or do you want to backport to 3.6? -- nosy: +berker.peksag ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue29621] telnetlib.Telnet.write gives confusing error message when a string is passed in

2017-05-05 Thread Berker Peksag
Berker Peksag added the comment: I agree with David. The documentation of the method starts with "Write a byte string to the socket [...]" and the example at https://docs.python.org/3/library/telnetlib.html#telnet-example is pretty clear. -- nosy: +berker.peksag

[issue27200] make doctest in CPython has failures

2017-04-27 Thread Berker Peksag
Berker Peksag added the comment: New changeset e65fcde85abf6617508f2d6b77020e24b8ca6f6b by Berker Peksag (Marco Buttu) in branch 'master': bpo-27200: Fix several doctests (GH-604) https://github.com/python/cpython/commit/e65fcde85abf6617508f2d6b77020e24b8ca6f6b

[issue30163] argparse mx_group is required, when action value equal default will be ignore

2017-04-27 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- superseder: -> argparse: default args in mutually exclusive groups ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue30052] URL Quoting page links to function Bytes instead of defintion

2017-04-27 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- stage: patch review -> backport needed type: -> behavior ___ Python tracker <rep...@bugs.python.org> <http://bugs.

[issue30179] Update Copyright to 2017

2017-04-27 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- superseder: -> Update Python Software Foundation Copyright Year ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[issue29974] Change typing.TYPE_CHECKING doc example

2017-04-26 Thread Berker Peksag
Berker Peksag added the comment: Now all backport PRs have been merged. Thanks for the PR, Mathias. > Thanks for making backport PRs! (and sorry for closing prematurely) No problem, thanks for the reviews! By the way, sorry I missed the typo in your last name while doing the initial me

[issue29974] Change typing.TYPE_CHECKING doc example

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

[issue29974] Change typing.TYPE_CHECKING doc example

2017-04-26 Thread Berker Peksag
Berker Peksag added the comment: New changeset 271a289a03ad10c91c5326bde3020f1cdf6a1fff by Berker Peksag in branch '3.5': bpo-29974: Improve typing.TYPE_CHECKING example (GH-982) https://github.com/python/cpython/commit/271a289a03ad10c91c5326bde3020f1cdf6a1fff

[issue18669] curses.chgat() moves cursor, documentation says it shouldn't

2017-04-26 Thread Berker Peksag
Berker Peksag added the comment: I think this is a documentation issue. curses.chgat() documentation tries to describe different signatures in one place and some of these signatures change the behavior of the function. For example, curses.chgat() calls mvwchgat() when users pass y and x

[issue29974] Change typing.TYPE_CHECKING doc example

2017-04-26 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- pull_requests: +1406 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29974> ___

[issue29974] Change typing.TYPE_CHECKING doc example

2017-04-26 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- pull_requests: +1404 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29974> ___

[issue29974] Change typing.TYPE_CHECKING doc example

2017-04-26 Thread Berker Peksag
Berker Peksag added the comment: 87c07fe9d908d0a2143fcc8369255c6ff3241503 should still be backported to 3.5 and 3.6 branches so please don't close it yet. -- resolution: fixed -> stage: resolved -> backport needed status: closed -> open _

[issue30126] CheckTraceCallbackContent of test_sqlite3 fails on OS X Tiger

2017-04-26 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- nosy: +berker.peksag ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30126> ___

[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/87c07fe9d908d0a2143fcc8369255c6ff3241503

[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 <rep...@bugs.python.org> <http://bugs.pyt

[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/c7b8367076dc7771dabcb9491bd98218c788d489

[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/9f6828119df23fca9e799f47e02baabe87adca2a

[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 -- nosy

[issue29950] Rename SlotWrapperType to WrapperDescriptorType

2017-04-25 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- resolution: -> fixed ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[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 <rep...@bugs.python.org> <http://bugs.python.or

[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 <rep...@bugs.p

[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

[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 <rep...@bugs.python.org> <http://bugs.python.org/i

[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

[issue10379] locale.format() input regression

2017-04-19 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bu

[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/6dbdedb0b18a5ca850ab8ce512fda24d5a9d0688

[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 <rep...@bugs.python.org> <http://bugs.

[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/596e714d79a22d1d53f26ae1a579dcd43f15865a

[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/6fb0f801d73b1e2794888772d016d978eccf52a6

[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

[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 <rep...@bugs.python.org> <http://bugs.pyt

[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/cpython/commit

[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/cpython/commit

[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/cpython/commit

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

2017-04-19 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- pull_requests: +1328 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30078> ___

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

2017-04-19 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- pull_requests: +1327 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30078> ___

[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/f7e62cf8adfb8ab6a6a870903defe8ff218a0383

[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 <berker.pek...@gmail.com>: -- stage: needs patch -> patch review ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[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 <rep...@bugs.python.org> <http://bugs.python.or

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

2017-04-18 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- stage: -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bugs.

[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/cpython/commit

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

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

[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 -Python

[issue10379] locale.format() input regression

2017-04-14 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- pull_requests: +1276 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10379> ___

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

2017-04-14 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- stage: needs patch -> patch review versions: +Python 3.5 ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[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 <rep...@bugs.python.org> <http://bugs.python.org/i

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

2017-04-13 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- status: open -> closed type: -> behavior ___ Python tracker <rep...@bugs.python.org> <http://bugs.

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

2017-04-13 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bu

[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/7b2491a6aa5cdc1f8f9e3fd9df91f29ee69aa982

[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 <rep...@bugs.python.org> <http://bugs.python.org/i

[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

[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 <rep...@bugs.python.org> <http://bugs.pyt

[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/119d94ad37a99ecb0b8329467d04cd9d909e310e

[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/df9783720e40773e7854d2f4e4cfc93f0a2c08b8

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

2017-04-13 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- pull_requests: +1253 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29791> ___

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

2017-04-13 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- pull_requests: +1252 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29791> ___

[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/61b9ac93712df8092a25223cd56fa6528359792b

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

2017-04-12 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- nosy: +belopolsky ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30062> ___

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

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

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

2017-04-12 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- pull_requests: +1235 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29791> ___

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

2017-04-11 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- resolution: -> not a bug stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bu

[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 <rep...@bugs.python.org> <http://bugs.pyt

[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/cpython/commit

[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/cpython/commit

[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

[issue29974] typing.TYPE_CHECKING doc example is incorrect

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

[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 <rep...@bugs.python.org> <http://bugs.python.org/i

[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 you

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

2017-03-27 Thread Berker Peksag
Changes by Berker Peksag <berker.pek...@gmail.com>: -- resolution: -> fixed status: open -> closed ___ Python tracker <rep...@bugs.python.org> <http://bugs.

[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/af88e7eda4101f36e904771d3cf59a5f740b3b00

[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/89b1824e693419b20b6a9113e5293f1c1a78065f

<    5   6   7   8   9   10   11   12   13   14   >