[issue43196] logging.config.dictConfig shuts down socket for existing SysLogHandlers

2022-01-22 Thread Stéphane Blondon
Stéphane Blondon added the comment: I can reproduce the error on Debian/testing with: - Python 3.9.9 - Python 3.10.0 -- nosy: +sblondon status: pending -> open ___ Python tracker <https://bugs.python.org/issu

[issue39854] f-strings with format specifiers have wrong col_offset

2022-01-22 Thread Stéphane Blondon
Stéphane Blondon added the comment: I can reproduce it on python 3.8. I can't reproduce it on python 3.9 or 3.10. -- nosy: +sblondon ___ Python tracker <https://bugs.python.org/is

[issue42914] pprint numbers with underscore

2021-10-09 Thread Stéphane Blondon
Stéphane Blondon added the comment: Ok, I will not send a PR to change the current behavior until python4 (in case it exists one day). -- ___ Python tracker <https://bugs.python.org/issue42

[issue42914] pprint numbers with underscore

2021-10-05 Thread Stéphane Blondon
Stéphane Blondon added the comment: Python 3.10 has now been released with the underscore_numbers parameter. I wonder which release could enable the parameter by default (so it would break the previous behavior): - the next release (3.11) is probably too short. - the safest strategy is to

[issue45095] Easier loggers traversal tree with a logger.getChildren method

2021-09-03 Thread Stéphane Blondon
New submission from Stéphane Blondon : Currently, logging.root.manager.loggerDict is usable to do a homemade traversal of the loggers tree. However, it's not a public interface. Adding a 'logger.getChildren()' method would help to implement the traversal. The method would

[issue15373] copy.copy() does not properly copy os.environment

2021-08-16 Thread Stéphane Blondon
Stéphane Blondon added the comment: I think an asdict() method is not necessary. Instanciating a dict from os.environ is enough: >>> import os >>> os.environ environ({'SHELL': '/bin/bash', ...}) >>> dict(os.environ) {'SHELL': '/

[issue44516] Update bundled pip to 21.1.3

2021-07-09 Thread Stéphane Bidoul
Stéphane Bidoul added the comment: Yes, I close the issue. -- ___ Python tracker <https://bugs.python.org/issue44516> ___ ___ Python-bugs-list mailing list Unsub

[issue44516] Update bundled pip to 21.1.3

2021-07-09 Thread Stéphane Bidoul
Change by Stéphane Bidoul : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44516] Update bundled pip to 21.1.3

2021-06-26 Thread Stéphane Bidoul
Change by Stéphane Bidoul : -- pull_requests: +25490 pull_request: https://github.com/python/cpython/pull/26917 ___ Python tracker <https://bugs.python.org/issue44

[issue44516] Update bundled pip to 21.1.3

2021-06-26 Thread Stéphane Bidoul
Change by Stéphane Bidoul : -- pull_requests: +25488 pull_request: https://github.com/python/cpython/pull/26915 ___ Python tracker <https://bugs.python.org/issue44

[issue44516] Update bundled pip to 21.1.3

2021-06-26 Thread Stéphane Bidoul
Change by Stéphane Bidoul : -- keywords: +patch pull_requests: +25487 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26912 ___ Python tracker <https://bugs.python.org/issu

[issue44516] Update bundled pip to 21.1.3

2021-06-26 Thread Stéphane Bidoul
Change by Stéphane Bidoul : -- nosy: sbidoul priority: normal severity: normal status: open title: Update bundled pip to 21.1.3 versions: Python 3.10, Python 3.11, Python 3.9 ___ Python tracker <https://bugs.python.org/issue44

[issue44040] Update broken link in pathlib source

2021-05-05 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44040] Update broken link in pathlib source

2021-05-05 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thank you for your contribution, I have merged your PR in main and backported to 3.10 (future stable) and 3.9 (bugfix). -- ___ Python tracker <https://bugs.python.org/issue44

[issue44040] Update broken link in pathlib source

2021-05-05 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset ce4fee210bb604726e5da0ff15952a60c2098f88 by Miss Islington (bot) in branch '3.10': bpo-44040: Update broken link in pathlib source (GH-25905) (GH-25910) https://github.com/python/cpython/commit/ce4fee210bb604726e5da0ff15952a

[issue44040] Update broken link in pathlib source

2021-05-05 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset bc8b93c9a9fd4faf942cdbaba3e1e0440c594e28 by Miss Islington (bot) in branch '3.9': bpo-44040: Update broken link in pathlib source (GH-25905) (GH-25911) https://github.com/python/cpython/commit/bc8b93c9a9fd4faf942cdbaba3e1e0

[issue33927] Allow json.tool to have identical infile and outfile

2021-05-05 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- versions: +Python 3.11 -Python 3.10 ___ Python tracker <https://bugs.python.org/issue33927> ___ ___ Python-bugs-list mailin

[issue44040] Update broken link in pathlib source

2021-05-05 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- versions: +Python 3.11, Python 3.9 ___ Python tracker <https://bugs.python.org/issue44040> ___ ___ Python-bugs-list mailin

[issue41411] Improve and consolidate f-strings docs

2021-05-02 Thread Stéphane Blondon
Stéphane Blondon added the comment: It seems ezio-melotti hesitates to continue the modifications in the PR https://github.com/python/cpython/pull/21552#pullrequestreview-458400056 IMO, the PR improves enough the documentation, so it would be nice to merge it, even without the other changes

[issue43993] Update bundled pip to 21.1.1

2021-05-01 Thread Stéphane Bidoul
Change by Stéphane Bidoul : -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue43993> ___ ___ Pyth

[issue43993] Update bundled pip to 21.1.1

2021-05-01 Thread Stéphane Bidoul
Change by Stéphane Bidoul : -- pull_requests: +24474 pull_request: https://github.com/python/cpython/pull/25783 ___ Python tracker <https://bugs.python.org/issue43

[issue43993] Update bundled pip to 21.1.1

2021-05-01 Thread Stéphane Bidoul
Change by Stéphane Bidoul : -- pull_requests: +24473 pull_request: https://github.com/python/cpython/pull/25782 ___ Python tracker <https://bugs.python.org/issue43

[issue43993] Update bundled pip to 21.1.1

2021-04-30 Thread Stéphane Bidoul
Change by Stéphane Bidoul : -- keywords: +patch pull_requests: +24452 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25761 ___ Python tracker <https://bugs.python.org/issu

[issue43993] Update bundled pip to 21.1.1

2021-04-30 Thread Stéphane Bidoul
New submission from Stéphane Bidoul : This is to update the bundled pip to 21.1.1. Compared to 21.1, it includes a fix that suppresses a noisy message when distutils and sysconfig schemes do not match. I link this issue to 3.9 and 3.8 as well, as it could be nice to include it in the

[issue43993] Upda

2021-04-30 Thread Stéphane Bidoul
Change by Stéphane Bidoul : -- nosy: sbidoul priority: normal severity: normal status: open title: Upda ___ Python tracker <https://bugs.python.org/issue43

[issue43930] Update bundled pip to 21.1 and setuptools to 56.0.0

2021-04-30 Thread Stéphane Bidoul
Change by Stéphane Bidoul : -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue43930> ___ ___ Pyth

[issue42589] doc: Wrong "from" keyword link in Exceptions doc

2021-04-30 Thread Stéphane Blondon
Change by Stéphane Blondon : -- pull_requests: +24445 stage: backport needed -> patch review pull_request: https://github.com/python/cpython/pull/25755 ___ Python tracker <https://bugs.python.org/issu

[issue43934] Minimal version of SQLite3 - 3.26 ?

2021-04-24 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue43934] Minimal version of SQLite3 - 3.26 ?

2021-04-24 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Berker, No problem, that was just a question/suggestion, and I fully understand your remarks. Thanks for your feedback. Stéphane -- ___ Python tracker <https://bugs.python.org/issue43

[issue43935] Fix typo in Turtle.back docstring

2021-04-24 Thread Stéphane Wirtel
New submission from Stéphane Wirtel : Thank you for your contribution but as you know, you have to sign the CLA. https://github.com/python/cpython/pull/25581#issuecomment-826150064 -- nosy: +matrixise ___ Python tracker <https://bugs.python.

[issue43934] Minimal version of SQLite3 - 3.26 ?

2021-04-24 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- keywords: +patch pull_requests: +24300 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25580 ___ Python tracker <https://bugs.python.org/issu

[issue43934] Minimal version of SQLite3 - 3.26 ?

2021-04-24 Thread Stéphane Wirtel
New submission from Stéphane Wirtel : After reading this issue: https://bugs.python.org/msg370266, I think SQLite 3.26.0 could be the minimal version for Python 3.10. I have checked the following distributions CentOS 8: stable : 8.3.2011: 3.26.0 Debian 10: stable : 10 : 3.27.2 Ubuntu 20.04

[issue43492] Upgrade to SQLite 3.35.5 in macOS and Windows

2021-04-24 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi Shreyan Avigyan, For that, you need to follow the forum of SQLite. https://www.sqlite.org/forum/forum -- ___ Python tracker <https://bugs.python.org/issue43

[issue43492] Upgrade to SQLite 3.35.5 in macOS and Windows

2021-04-24 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- nosy: +matrixise ___ Python tracker <https://bugs.python.org/issue43492> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue43930] Update bundled pip to 21.1 and setuptools to 56.0.0

2021-04-24 Thread Stéphane Bidoul
Change by Stéphane Bidoul : -- pull_requests: +24299 pull_request: https://github.com/python/cpython/pull/25579 ___ Python tracker <https://bugs.python.org/issue43

[issue43930] Update bundled pip to 21.1 and setuptools to 56.0.0

2021-04-24 Thread Stéphane Bidoul
Change by Stéphane Bidoul : -- nosy: +sbidoul nosy_count: 5.0 -> 6.0 pull_requests: +24298 pull_request: https://github.com/python/cpython/pull/25578 ___ Python tracker <https://bugs.python.org/issu

[issue43930] Update bundled pip to 21.1 and setuptools to 56.0.0

2021-04-24 Thread Stéphane Bidoul
Change by Stéphane Bidoul : -- nosy: +Marcus.Smith -sbidoul ___ Python tracker <https://bugs.python.org/issue43930> ___ ___ Python-bugs-list mailing list Unsub

[issue43930] Update bundled pip to 21.1 and setuptools to 56.0.0

2021-04-24 Thread Stéphane Bidoul
Change by Stéphane Bidoul : -- keywords: +patch pull_requests: +24296 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25576 ___ Python tracker <https://bugs.python.org/issu

[issue43930] Update bundled pip to 21.1 and setuptools to 56.0.0

2021-04-24 Thread Stéphane Bidoul
Change by Stéphane Bidoul : -- nosy: +dstufft, ncoghlan, paul.moore, pradyunsg ___ Python tracker <https://bugs.python.org/issue43930> ___ ___ Python-bugs-list m

[issue43930] Update bundled pip to 21.1 and setuptools to 56.0.0

2021-04-24 Thread Stéphane Bidoul
New submission from Stéphane Bidoul : I've just released pip 21.1, so this is to update the bundled copy (as well as updating setuptools). -- components: Library (Lib) messages: 391777 nosy: sbidoul priority: normal severity: normal status: open title: Update bundled pip to 21.

[issue37363] Additional PEP578 hooks

2021-04-23 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: the http module is covered by the audit events -- ___ Python tracker <https://bugs.python.org/issue37363> ___ ___ Python-bug

[issue37363] Additional PEP578 hooks

2021-04-23 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 927b841c215a1ca36c9b3203eadc67ce05b1ed07 by Saiyang Gou in branch 'master': bpo-37363: Add audit events to the `http.client` module (GH-21321) https://github.com/python/cpython/commit/927b841c215a1ca36c9b3203eadc67

[issue37363] Additional PEP578 hooks

2021-04-23 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- versions: +Python 3.10 -Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue37363> ___ ___ Python-bugs-list m

[issue43816] Missing 'extern "C"' for _Py_ctype_table

2021-04-12 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: In fact, _Py_ctype_table is limited to the internal parts of the interpreter. So in this case, this one could not be used in an external tool. You can read: https://docs.python.org/3/c-api/stable.html I am not sure that you correctly use the API

[issue33927] Allow json.tool to have identical infile and outfile

2021-04-12 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hello @pablogsal, What do you think about the PR of Rémi? Thank you, -- versions: -Python 3.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue33

[issue34311] locale.format() and locale.format_string() cast Decimals to float

2021-04-12 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I have merged the PR, thank you to Cédric for the PR, and thank you to Steve for his review. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracke

[issue34311] locale.format() and locale.format_string() cast Decimals to float

2021-04-12 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset e126547c070fbc080562abb08e16a2c93a8a805d by Cédric Krier in branch 'master': bpo-34311: Add locale.localize (GH-15275) https://github.com/python/cpython/commit/e126547c070fbc080562abb08e16a2c93a8a805d -- nosy:

[issue34311] locale.format() and locale.format_string() cast Decimals to float

2021-04-12 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- versions: +Python 3.10 -Python 3.8 ___ Python tracker <https://bugs.python.org/issue34311> ___ ___ Python-bugs-list mailin

[issue42914] pprint numbers with underscore

2021-03-22 Thread Stéphane Blondon
Stéphane Blondon added the comment: I changed the default to be backward compatible (so underscore_numbers=False). I think it would be better with underscore_numbers enabled by default but I understand the need for stability. Perhaps such break could be done in the future (in version 3.12 or

[issue42914] pprint numbers with underscore

2021-03-14 Thread Stéphane Blondon
Stéphane Blondon added the comment: Thank you Felipe for the news! :) I have committed a PR about this issue. Two remarks: - I changed the proposed implementation from 'format(integer, '_d')' to '{:_d}.format(integer)' because the first way raised an exception. (

[issue42914] pprint numbers with underscore

2021-03-14 Thread Stéphane Blondon
Change by Stéphane Blondon : -- keywords: +patch pull_requests: +23624 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24864 ___ Python tracker <https://bugs.python.org/issu

[issue42914] pprint numbers with underscore

2021-02-25 Thread Stéphane Blondon
Stéphane Blondon added the comment: I add the same idea but later than you, so I'm interested by such feature. Felipe: do you want to add a pull request to this issue (with Serhiy Storchaka implementation because it's the simplest one)? If not, I plan to write it. I will write

[issue18163] Add a 'key' attribute to KeyError

2021-02-12 Thread Stéphane Blondon
Stéphane Blondon added the comment: I'm interested by such feature. I see examples of versions of the message provided by KeyError: - sometimes with a message (for example `PyErr_SetString(PyExc_KeyError, "name too long");` at [1]) - sometimes with the missing k

[issue42643] http.server does not support HTTP range requests

2020-12-24 Thread Stéphane Blondon
Stéphane Blondon added the comment: RangeHTTPServer seems to support python3: there is a try-except clause to manage the different import of SimpleHTTPServer: https://github.com/danvk/RangeHTTPServer/blob/master/RangeHTTPServer/__main__.py#L13 The code is under Apache 2.0 licence. I don&#

[issue37779] configparser: add documentation about several read() behaviour

2020-12-24 Thread Stéphane Blondon
Stéphane Blondon added the comment: Merged by Łukasz Langa in september 2020. (Thanks Łukasz) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue18163] Add a 'key' attribute to KeyError

2020-12-20 Thread Stéphane Blondon
Stéphane Blondon added the comment: Orian: your patch formats the error message but the original suggested solution is to store the missing key in a new attribute. I don't know if you go in the good direction. Adding an attribute is also suggested by issue #614557. --

[issue42589] doc: Wrong "from" keyword link in Exceptions doc

2020-12-20 Thread Stéphane Blondon
Change by Stéphane Blondon : -- keywords: +patch nosy: +sblondon nosy_count: 2.0 -> 3.0 pull_requests: +22734 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23872 ___ Python tracker <https://bugs.python.org/i

[issue41724] SQLite returns "str" instead of "datetime.datetime" with aggregate queries.

2020-12-19 Thread Stéphane Blondon
Change by Stéphane Blondon : -- keywords: +patch nosy: +sblondon nosy_count: 5.0 -> 6.0 pull_requests: +22720 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23855 ___ Python tracker <https://bugs.python.org/i

[issue37363] Additional PEP578 hooks

2020-07-06 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Hi @Christian, When you have time for my last question. Thank you, -- ___ Python tracker <https://bugs.python.org/issue37

[issue38772] shutil.copytree fail to copy some bytes

2019-11-11 Thread Stéphane Archer
New submission from Stéphane Archer : I use shutil.copytree to copy photos from many sd cards to a hard drive. I use thread for each sd card. then I check if the content has been copying correctly with filecmp.cmpfiles with shallow to false. and surprise!!! some files are not identical. usually

[issue38685] can't create a venv with a dash in the name

2019-11-04 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: close, bad manip :/ -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue38685] can't create a venv with a dash in the name

2019-11-04 Thread Stéphane Wirtel
New submission from Stéphane Wirtel : I tried to create a venv via python -m venv here are the commands: > python --version Python 3.8.0 > python -m venv ~/.virtualenvs/test-proftpd Error: [Errno 40] Too many levels of symbolic links: '/home/stephane/.virtualenvs/test-proftpd

[issue38130] Error in section 8.6 of the tutorials (Errors and Exceptions, `finally` bullet points))

2019-09-26 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 5017a645b0be53c4f399ae39ac897539e8416ca6 by Stéphane Wirtel (Miss Islington (bot)) in branch '3.7': bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) (GH-16416) https://github.com/python/cpyt

[issue38130] Error in section 8.6 of the tutorials (Errors and Exceptions, `finally` bullet points))

2019-09-26 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 68040edb79895c577e2526ad5f30b1b161b2c32b by Stéphane Wirtel (Miss Islington (bot)) in branch '3.8': bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) (GH-16415) https://github.com/python/cpyt

[issue38130] Error in section 8.6 of the tutorials (Errors and Exceptions, `finally` bullet points))

2019-09-26 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thank you for your contribution, I close it. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue38130] Error in section 8.6 of the tutorials (Errors and Exceptions, `finally` bullet points))

2019-09-26 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 1ad7be2f16cc9955f271f57a5089602bb41eee85 by Stéphane Wirtel (Mohammad Dehghan) in branch 'master': bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) https://github.com/python/cpyt

[issue38244] example in ftplib.rst uses ftp.debian.org but it's not reachable

2019-09-20 Thread Stéphane Wirtel
New submission from Stéphane Wirtel : In the first example of Doc/library/ftplib.rst, we use ftp.debian.org but the connection is refused. There is no automatic redirection to ftp.us.debian.org or another server. If we want to keep a consistent example, we should use ftp.us.debian.org or

[issue38093] Update MagicMock __aenter__ and __aexit__ to return AsyncMock's

2019-09-20 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 865bb685a67798eb98dcf5f3a852e08c77792998 by Stéphane Wirtel (Lisa Roach) in branch '3.8': [3.8] bpo-38093: Correctly returns AsyncMock for async subclasses. (GH-15947) (GH-16299) https://github.com/python/cpyt

[issue38236] Dump the Python path configuration at the first import error

2019-09-20 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: +1 -- nosy: +matrixise ___ Python tracker <https://bugs.python.org/issue38236> ___ ___ Python-bugs-list mailing list Unsub

[issue38218] SyntaxError in Tutorial 8.6 Defining Clean-up Actions

2019-09-18 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thank you for your contribution -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue38218] SyntaxError in Tutorial 8.6 Defining Clean-up Actions

2019-09-18 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 6612a4fd36c7f2d71b00da12a3ad4ce619670cd2 by Stéphane Wirtel (Miss Islington (bot)) in branch '3.8': [3.8] bpo-38218: Doc: Corrected syntax for return annotation (GH-16265) (GH-16274) https://github.com/python/cpyt

[issue38218] SyntaxError in Tutorial 8.6 Defining Clean-up Actions

2019-09-18 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 20d3bce3effd7cca71a9bf3caa247eef2791517b by Stéphane Wirtel (Miss Islington (bot)) in branch '3.7': [3.7] bpo-38218: Doc: Corrected syntax for return annotation (GH-16265) (GH-16275) https://github.com/python/cpyt

[issue38162] Import Long Load

2019-09-16 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: and related to 3.6 (security) -- ___ Python tracker <https://bugs.python.org/issue38162> ___ ___ Python-bugs-list mailin

[issue38162] Import Long Load

2019-09-16 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I close the issue because there is no discussion :/ -- components: +Unicode -Windows nosy: +ezio.melotti, matrixise, vstinner resolution: -> rejected stage: patch review -> resolved status: open -&g

[issue38165] freezes when loading a program on imports

2019-09-16 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I close the issue because it's a duplicate of an other issue of the same author. -- nosy: +matrixise resolution: -> duplicate stage: patch review -> resolved status: open -> closed ___ Python t

[issue38189] pip does not run in virtual environment in 3.8

2019-09-16 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I close this issue, it's not related to the packaging of Python, but just to your compilation. As explained by Ammar Askar, when you compile Python, you have to be sure that you have the openssl-dev package installed on your system You can read this

[issue38100] Spelling error in unittest.mock code

2019-09-16 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker <https://bugs.python.or

[issue38100] Spelling error in unittest.mock code

2019-09-16 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- pull_requests: +15801 pull_request: https://github.com/python/cpython/pull/16195 ___ Python tracker <https://bugs.python.org/issue38

[issue38100] Spelling error in unittest.mock code

2019-09-16 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Lisa, I don't close this issue because I would like to know if we have to back port to 3.7. The spelling error does exist into 3.7 -- versions: +Python 3.8, Python 3.9 ___ Python tracker <https://bugs.py

[issue38100] Spelling error in unittest.mock code

2019-09-16 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset a9187c31185fe7ea47271839898416400cc3d976 by Stéphane Wirtel (marcoramirezmx) in branch 'master': bpo-38100: Fix spelling error in unittest.mock code (GH-16168) https://github.com/python/cpython/commit/a9187c31185fe7ea47271839898416

[issue38122] AsyncMock force always creating an AsyncMock for child mocks

2019-09-14 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- pull_requests: +15747 pull_request: https://github.com/python/cpython/pull/16137 ___ Python tracker <https://bugs.python.org/issue38

[issue37806] Infinite recursion with typing.get_type_hints

2019-09-13 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34706] Signature.from_callable sometimes drops subclassing

2019-09-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset cf25765cf79a5bd19ba90a535a51367d6177f2bc by Stéphane Wirtel (Miss Islington (bot)) in branch '3.8': bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) (GH-16113) https://github.com/python/cpyt

[issue34706] Signature.from_callable sometimes drops subclassing

2019-09-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 3906920cfecba83d529f8755f5ec2e53e49f9e90 by Stéphane Wirtel (Miss Islington (bot)) in branch '3.7': bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) (GH-16114) https://github.com/python/cpyt

[issue32790] Keep trailing zeros in precision for string format option g

2019-09-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thank you for your PR and this issue, the PR is merged into master, 3.8 and 3.7. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.9 ___ Python tracke

[issue32790] Keep trailing zeros in precision for string format option g

2019-09-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset d44542f9a231bf725ecd82eb640a672c759a8227 by Stéphane Wirtel (bchhabra2490) in branch 'master': bpo-32790: Add info about alt format using # for 'g' in chart (GH-6624) https://github.com/p

[issue38150] test_capi: test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once() leaks

2019-09-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thank you, I close this issue. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue38150] test_capi: test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once() leaks

2019-09-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 53ff2ca89feb90c1fbf2605321bcef35b457f16f by Stéphane Wirtel in branch '3.8': [3.8] bpo-38150: Fix refleak in the finalizer of a _testcapimodule type (GH-16115) (GH-16118) https://github.com/python/cpyt

[issue38150] test_capi: test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once() leaks

2019-09-13 Thread Stéphane Wirtel
Change by Stéphane Wirtel : -- pull_requests: +15732 pull_request: https://github.com/python/cpython/pull/16118 ___ Python tracker <https://bugs.python.org/issue38

[issue38122] AsyncMock force always creating an AsyncMock for child mocks

2019-09-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 14fd925a18fe3db0922a7d798e373102fe7a8a9c by Stéphane Wirtel (Michael Foord) in branch 'master': bpo-38122: minor fixes to AsyncMock spec handling (GH-16099) https://github.com/python/cpython/commit/14fd925a18fe3db0922a7d798e3731

[issue38150] test_capi: test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once() leaks

2019-09-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Eddie, For the next time, when you change something in the C part, you could run the tests with this command: ./python -m test test_capi -R 3:3 -- nosy: +matrixise ___ Python tracker <https://bugs.python.

[issue25068] The proxy key's string should ignore case.

2019-09-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thank you for your contribution, your PR has been merged into master but not in 3.8. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bug

[issue25068] The proxy key's string should ignore case.

2019-09-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset b761e3aed1fbada4572a776f6a0d3c4be491d595 by Stéphane Wirtel (Zackery Spytz) in branch 'master': bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489) https://github.com/python/cpyt

[issue26468] shutil.copy2 raises OSError if filesystem doesn't support chmod

2019-09-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: I have merged the PR with the change in the documentation, feel free to open a new PR for the other part of this issue. -- versions: +Python 3.8, Python 3.9 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker

[issue26468] shutil.copy2 raises OSError if filesystem doesn't support chmod

2019-09-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 9585f46b97931d2640c3343dfe03aed15beb9fea by Stéphane Wirtel (Windson yang) in branch 'master': bpo-26468: Doc: improve the documentation of shutil.copy2 when it can fail. (GH-13765) https://github.com/python/cpyt

[issue37480] add ptpython to list of alternate interpreters

2019-09-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thank you for the proposal but I close this issue because I think the wiki is a better place. -- resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracke

[issue37564] ArgumentParser should support bool type according to truth values

2019-09-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: What will happen if we want to translate "true", "yes", ...? -1 -- nosy: +matrixise ___ Python tracker <https://bug

[issue38145] Fix short option 'd' in 'distutils' command 'bdist_dumb'

2019-09-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: +1 for the fix. -- nosy: +matrixise versions: -Python 2.7, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/issue38

[issue12707] Deprecate addinfourl getters

2019-09-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thank you so much for your contribution, I close this issue and have merged the PR. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bug

[issue12707] Deprecate addinfourl getters

2019-09-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset ff2e18286560e981f4e09afb0d2448ea994414d8 by Stéphane Wirtel (Ashwin Ramaswami) in branch 'master': bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers, url, and status properties for HTTPResponse and addi

  1   2   3   4   5   6   7   8   9   10   >