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
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
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
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
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
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': '/
Stéphane Bidoul added the comment:
Yes, I close the issue.
--
___
Python tracker
<https://bugs.python.org/issue44516>
___
___
Python-bugs-list mailing list
Unsub
Change by Stéphane Bidoul :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Stéphane Bidoul :
--
pull_requests: +25490
pull_request: https://github.com/python/cpython/pull/26917
___
Python tracker
<https://bugs.python.org/issue44
Change by Stéphane Bidoul :
--
pull_requests: +25488
pull_request: https://github.com/python/cpython/pull/26915
___
Python tracker
<https://bugs.python.org/issue44
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
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
Change by Stéphane Wirtel :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
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
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
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
Change by Stéphane Wirtel :
--
versions: +Python 3.11 -Python 3.10
___
Python tracker
<https://bugs.python.org/issue33927>
___
___
Python-bugs-list mailin
Change by Stéphane Wirtel :
--
versions: +Python 3.11, Python 3.9
___
Python tracker
<https://bugs.python.org/issue44040>
___
___
Python-bugs-list mailin
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
Change by Stéphane Bidoul :
--
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue43993>
___
___
Pyth
Change by Stéphane Bidoul :
--
pull_requests: +24474
pull_request: https://github.com/python/cpython/pull/25783
___
Python tracker
<https://bugs.python.org/issue43
Change by Stéphane Bidoul :
--
pull_requests: +24473
pull_request: https://github.com/python/cpython/pull/25782
___
Python tracker
<https://bugs.python.org/issue43
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
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
Change by Stéphane Bidoul :
--
nosy: sbidoul
priority: normal
severity: normal
status: open
title: Upda
___
Python tracker
<https://bugs.python.org/issue43
Change by Stéphane Bidoul :
--
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue43930>
___
___
Pyth
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
Change by Stéphane Wirtel :
--
resolution: -> rejected
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
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
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.
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
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
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
Change by Stéphane Wirtel :
--
nosy: +matrixise
___
Python tracker
<https://bugs.python.org/issue43492>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Stéphane Bidoul :
--
pull_requests: +24299
pull_request: https://github.com/python/cpython/pull/25579
___
Python tracker
<https://bugs.python.org/issue43
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
Change by Stéphane Bidoul :
--
nosy: +Marcus.Smith -sbidoul
___
Python tracker
<https://bugs.python.org/issue43930>
___
___
Python-bugs-list mailing list
Unsub
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
Change by Stéphane Bidoul :
--
nosy: +dstufft, ncoghlan, paul.moore, pradyunsg
___
Python tracker
<https://bugs.python.org/issue43930>
___
___
Python-bugs-list m
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.
Stéphane Wirtel added the comment:
the http module is covered by the audit events
--
___
Python tracker
<https://bugs.python.org/issue37363>
___
___
Python-bug
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
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
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
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
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
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:
Change by Stéphane Wirtel :
--
versions: +Python 3.10 -Python 3.8
___
Python tracker
<https://bugs.python.org/issue34311>
___
___
Python-bugs-list mailin
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
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. (
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
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
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
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
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
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.
--
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
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
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
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
Stéphane Wirtel added the comment:
close, bad manip :/
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
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
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
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
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
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
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
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
Stéphane Wirtel added the comment:
+1
--
nosy: +matrixise
___
Python tracker
<https://bugs.python.org/issue38236>
___
___
Python-bugs-list mailing list
Unsub
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
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
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
Stéphane Wirtel added the comment:
and related to 3.6 (security)
--
___
Python tracker
<https://bugs.python.org/issue38162>
___
___
Python-bugs-list mailin
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
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
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
Change by Stéphane Wirtel :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.7
___
Python tracker
<https://bugs.python.or
Change by Stéphane Wirtel :
--
pull_requests: +15801
pull_request: https://github.com/python/cpython/pull/16195
___
Python tracker
<https://bugs.python.org/issue38
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
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
Change by Stéphane Wirtel :
--
pull_requests: +15747
pull_request: https://github.com/python/cpython/pull/16137
___
Python tracker
<https://bugs.python.org/issue38
Change by Stéphane Wirtel :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
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
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
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
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
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
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
Change by Stéphane Wirtel :
--
pull_requests: +15732
pull_request: https://github.com/python/cpython/pull/16118
___
Python tracker
<https://bugs.python.org/issue38
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
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.
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
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
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
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
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
Stéphane Wirtel added the comment:
What will happen if we want to translate "true", "yes", ...?
-1
--
nosy: +matrixise
___
Python tracker
<https://bug
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
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
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 - 100 of 1197 matches
Mail list logo