Change by Berker Peksag :
--
stage: patch review -> backport needed
___
Python tracker
<https://bugs.python.org/issue34061>
___
___
Python-bugs-list mai
Berker Peksag added the comment:
This is a duplicate of bpo-32689.
> It should use `os.fspath(path)` to get the path as a string.
PR 5393 already does that.
--
nosy: +berker.peksag
resolution: -> duplicate
stage: needs patch -> resolved
status: open -> close
Berker Peksag added the comment:
New changeset 404156534893461165bb5b99a42cabe261dddb78 by Berker Peksag (Marcin
Niemira) in branch '3.6':
bpo-34061: Document sqlite3.NotSupportedError (GH-8172)
https://github.com/python/cpython/commit/404156534893461165bb5b99a42cab
Berker Peksag added the comment:
New changeset 0b63759651b366ddb4c1c1dece12ef776053d5ee by Berker Peksag (Marcin
Niemira) in branch '3.7':
bpo-34061: Document sqlite3.NotSupportedError (GH-8172)
https://github.com/python/cpython/commit/0b63759651b366ddb4c1c1dece12ef
Berker Peksag added the comment:
Thanks, Marcin.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
-1. We can't document every non-existent feature in the stdlib documentation.
There is an already open issue for adding __iter__ support to mock_open():
Issue 21258
--
nosy: +berker.peksag
resolution: -> rejected
stage: patch review -&g
Berker Peksag added the comment:
This is basically a duplicate of bpo-21258, but I haven't closely look at the
patches in both issues yet.
We should probably consider adding support for __next__ as well.
--
nosy: +berker.peksag
___
Python tr
Berker Peksag added the comment:
There is also bpo-32933.
--
___
Python tracker
<https://bugs.python.org/issue34077>
___
___
Python-bugs-list mailing list
Unsub
Berker Peksag added the comment:
New changeset 9863de0355caf23c44b708a5d68b603e135f7ae9 by Berker Peksag in
branch 'master':
bpo-24459: Document missing env variables in python.man (GH-4142)
https://github.com/python/cpython/commit/9863de0355caf23c44b708a5d68b60
Berker Peksag added the comment:
Thanks, Joshua!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.8 -Python 3.6
___
Python tracker
<https://bugs.python.or
Change by Berker Peksag :
--
pull_requests: +7757
___
Python tracker
<https://bugs.python.org/issue11572>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset 2708578736d1aa15685495e9b94b827a8e185a8c by Berker Peksag in
branch 'master':
bpo-11572: Make minor improvements to copy module (GH-8208)
https://github.com/python/cpython/commit/2708578736d1aa15685495e9b94b82
Berker Peksag added the comment:
Thanks, Brandon.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.8 -Python 3.7
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
New changeset 379e9d639a52766f79c7a206c5096c8333d1896f by Berker Peksag (Andrés
Delfino) in branch 'master':
bpo-4260: Document that ctypes.xFUNCTYPE are decorators (GH-7924)
https://github.com/python/cpython/commit/379e9d639a52766f79c7a206c5096c
Berker Peksag added the comment:
Brett, what do you think about this issue since Python 3.4 is pretty old now.
Should I convert my patch to GitHub PR or close this issue as 'wontfix'?
--
type: -> enhancement
versions: +Python 3.
Berker Peksag added the comment:
I think we can now close this one. Thanks for the report, David, and thanks for
the PR Andreas.
(And thanks for creating and maintaining this awesome module for years, Thomas
:))
--
resolution: -> fixed
stage: patch review -> resolved
status
Change by Berker Peksag :
--
type: compile error -> behavior
___
Python tracker
<https://bugs.python.org/issue34124>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
New changeset c9265c1534b7e62bb9b15460d0420c0c3bb57ff9 by Berker Peksag (Jon
Ribbens) in branch 'master':
bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)
https://github.com/python/cpython/commit/c9265c1534b7e62bb9b15460d0420c
Berker Peksag added the comment:
New changeset 43c2fabb2fe7760be462e008b39169cf16c28b4c by Berker Peksag (Miss
Islington (bot)) in branch '3.7':
bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)
https://github.com/python/cpyt
Berker Peksag added the comment:
New changeset f1ab9cac909449ad85595245fa49b8660214cd0e by Berker Peksag (Miss
Islington (bot)) in branch '3.6':
bpo-34124: Fix markup of message_from_binary_file() signature (GH-8297)
https://github.com/python/cpyt
Berker Peksag added the comment:
Thanks for the report and for the patch, Jon.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Berker Peksag :
--
pull_requests: +7918
___
Python tracker
<https://bugs.python.org/issue940286>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
I just noticed the same bug described by Éric in msg127840. PR 8390 should fix
it. Unfortunately, it wasn't easy to create a test case, so I skipped that
part. I'm open to suggestions if you have an idea on how to write a simple test
that reproduc
Change by Berker Peksag :
--
pull_requests: +7919
___
Python tracker
<https://bugs.python.org/issue21446>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Thanks, Brett. I've opened PR 8391. Should we backport this to 3.7? We do
backport mimetypes additions (see
https://github.com/python/cpython/commit/8204b903683f9e0f037ccfaa87622716019914d7
for an example) I think lib2to3 falls into the same catego
Berker Peksag added the comment:
Thanks for the PR and for the work you've been doing to fix similar bugs in
Python!
The Cache class is an implementation detail and it has no practical use for
third party users. See issue 30262 for a discussion on making it private.
If a user somehow
Change by Berker Peksag :
--
versions: +Python 3.7
___
Python tracker
<https://bugs.python.org/issue21446>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset d04f46c59f1d07d9bcc0ba910741296ac88d370d by Berker Peksag in
branch 'master':
bpo-940286: Fix pydoc to show cross refs correctly (GH-8390)
https://github.com/python/cpython/commit/d04f46c59f1d07d9bcc0ba91074129
Berker Peksag added the comment:
Closing this for now since we couldn't reproduce the problem and haven't heard
back from the OP in a while.
--
resolution: -> works for me
stage: -> resolved
status: open -> closed
type: -> behavior
Berker Peksag added the comment:
Closing this as 'rejected' for the reasons given by Brett and David. Thanks for
working on this!
--
resolution: -> rejected
stage: -> resolved
status: open -> closed
___
Python tracker
<h
Berker Peksag added the comment:
New changeset 7a3056fa7dd1223fe7112e53b236c43d71f33f64 by Berker Peksag in
branch 'master':
bpo-21446: Update reload fixer to use importlib (GH-8391)
https://github.com/python/cpython/commit/7a3056fa7dd1223fe7112e53b236c4
Change by Berker Peksag :
--
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue940286>
___
___
Pyth
Berker Peksag added the comment:
New changeset 14f58f0ff823ba71e3f21803c509d348626b6089 by Berker Peksag (Miss
Islington (bot)) in branch '3.7':
bpo-940286: Fix pydoc to show cross refs correctly (GH-8390)
https://github.com/python/cpython/commit/14f58f0ff823ba71e3f21803c509d3
Change by Berker Peksag :
--
resolution: -> wont fix
stage: test needed -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
New changeset 05a72f15f76301c505a91728f0818b421fddd290 by Berker Peksag (Miss
Islington (bot)) in branch '3.7':
bpo-21446: Update reload fixer to use importlib (GH-8391)
https://github.com/python/cpython/commit/05a72f15f76301c505a91728f0818b
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Berker Peksag :
--
pull_requests: +7931
___
Python tracker
<https://bugs.python.org/issue19072>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Thanks for the report! Support for path-like objects was added in 3.6.2. I
think you either have 3.6.0 or 3.6.1 installed on your system. Please upgrade
it to the latest bugfix release.
With 3.6.6, I got the following results:
>>> import zipfile
Change by Berker Peksag :
--
pull_requests: +7981
___
Python tracker
<https://bugs.python.org/issue12743>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
pull_requests: +7983
___
Python tracker
<https://bugs.python.org/issue13041>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset 74102c9a5f2327c4fc47feefa072854a53551d1f by Berker Peksag in
branch 'master':
bpo-13041: Use shutil.get_terminal_size() in argparse.HelpFormatter (GH-8459)
https://github.com/python/cpython/commit/74102c9a5f2327c4fc47feefa07285
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.8 -Python 3.5
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
The old tag() example has been replaced with a different example in
https://github.com/python/cpython/commit/bde782bb594edffeabe978abeee2b7082ab9bc2a
(bpo-33468)
--
resolution: -> duplicate
stage: patch review -> resolved
status: open -&g
Berker Peksag added the comment:
I agree with Ned. I've been using "python -m foo" instead of "foo" more in the
past few years.
pyvenv has been deprecated in Python 3.6 and its documentation now uses "python
-m venv"
Change by Berker Peksag :
--
pull_requests: -7998
___
Python tracker
<https://bugs.python.org/issue32788>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Thanks for the report. What is your use case for making the statement caching
optional? Did you notice any performance improvement when you use it with newer
SQLite versions?
--
stage: -> patch review
versions: +Python 3.8 -Python
Change by Berker Peksag :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue29036>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
stage: -> resolved
status: open -> closed
type: -> enhancement
___
Python tracker
<https://bugs.python.org/issue28536>
___
___
Berker Peksag added the comment:
Good catch, Zackery, thanks! This is indeed a duplicate of issue 11691.
--
resolution: -> duplicate
stage: needs patch -> resolved
status: open -> closed
superseder: -> sqlite3 Cursor.description doesn
Berker Peksag added the comment:
New changeset defcffdf86780e3a184ebb25dc9a7b807753d57a by Berker Peksag in
branch 'master':
bpo-12743: Delete comment from marshal.rst (GH-8457)
https://github.com/python/cpython/commit/defcffdf86780e3a184ebb25dc9a7b
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.8 -Python 3.5
___
Python tracker
<https://bugs.python.or
Change by Berker Peksag :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue34244>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Looking at this again, I think the current version of the documentation should
stay as-is. Perhaps my patch can make the insecure example separated from the
secure one, but I don't think it's worth to apply it.
--
resolution: -> r
Change by Berker Peksag :
--
pull_requests: +8017
___
Python tracker
<https://bugs.python.org/issue8145>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
nosy: -berker.peksag
___
Python tracker
<https://bugs.python.org/issue22021>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
pull_requests: +8019
stage: resolved -> patch review
___
Python tracker
<https://bugs.python.org/issue30722>
___
___
Python-
Change by Berker Peksag :
--
nosy: -berker.peksag
___
Python tracker
<https://bugs.python.org/issue29411>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
superseder: -> Efficient zero-copy for shutil.copy* functions (Linux, OSX and
Win)
___
Python tracker
<https://bugs.python.org/issu
Berker Peksag added the comment:
New changeset 612dbefe9dfce0f67bce358613e472e913be8a57 by Berker Peksag in
branch 'master':
bpo-30722: Fix NEWS entries (GH-8501)
https://github.com/python/cpython/commit/612dbefe9dfce0f67bce358613e472
Change by Berker Peksag :
--
pull_requests: +8023
___
Python tracker
<https://bugs.python.org/issue30722>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset 7cbde0e09daba4259565738e48f141851287fe29 by Berker Peksag (Miss
Islington (bot)) in branch '3.7':
bpo-30722: Fix NEWS entries (GH-8501)
https://github.com/python/cpython/commit/7cbde0e09daba4259565738e48f141
Berker Peksag added the comment:
New changeset 9d85856044a2c7d681ea38b5ff99af375b228a0f by Berker Peksag in
branch '3.6':
bpo-30722: Fix NEWS entry (GH-8501)
https://github.com/python/cpython/commit/9d85856044a2c7d681ea38b5ff99af
Change by Berker Peksag :
--
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue30722>
___
___
Pyth
Berker Peksag added the comment:
This is expected, because there is a package named 'xml' in the Python standard
library. See
http://python-notes.curiousefficiency.org/en/latest/python_concepts/import_traps.html#the-name-shadowing-trap
and
http://python-notes.curiousefficie
Berker Peksag added the comment:
msilib.Win64 has been removed in
https://github.com/python/cpython/commit/49ce74efe845a8a91939ff3990a5f233262d3e1f#diff-c762e09a046c2ff3cd91f0643cc58049L12
I guess the ``if msilib.Win64:`` clause can be replaced with ``if
msilib.AMD64
Change by Berker Peksag :
--
keywords: +patch
pull_requests: +8027
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Berker Peksag :
--
keywords: +patch
pull_requests: +8028
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue32215>
___
___
Py
Berker Peksag added the comment:
https://github.com/python/cpython/commit/ab994ed8b97e1b0dac151ec827c857f5e7277565
wasn't merged in the 2.7 branch, so this should only be reproduced in Python
3.6+.
--
components: -Interpreter Core
versions: +Python 3.8 -Pytho
Berker Peksag added the comment:
Thanks for the report!
--
components: +Library (Lib) -Distutils
nosy: -dstufft, eric.araujo
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.8
___
Pytho
Change by Berker Peksag :
--
keywords: -needs review
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.8 -Python 2.7, Python 3.5
___
Python tracker
<https://bugs.python.o
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
type: -> enhancement
___
Python tracker
<https://bugs.python
Berker Peksag added the comment:
HTMLParser.error() method was deprecated in Python 3.4
(https://github.com/python/cpython/commit/88ebfb129b59dc8a2b855fc93fcf32457128d64d#diff-1a7486df8279dbac7f20abd487947845R157)
and removed in Python 3.5
(https://github.com/python/cpython/commit
Change by Berker Peksag :
--
keywords: +patch
pull_requests: +8076
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Berker Peksag :
--
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue14266>
___
___
Pyth
Change by Berker Peksag :
--
assignee: -> berker.peksag
stage: -> needs patch
type: -> behavior
versions: +Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.or
Change by Berker Peksag :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue34307>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
I'm not able to reproduce this:
./configure
make -s -j
sudo make install
python3.7 -m test test_lib2to3
Run tests sequentially
0:00:00 load avg: 0.86 [1/1] test_lib2to3
== Tests result: SUCCESS ==
1 test OK.
Total duration: 13 sec 456 ms
Change by Berker Peksag :
--
pull_requests: +8115
___
Python tracker
<https://bugs.python.org/issue9372>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
I've fixed a bug that uses DOMEventStream.__getitem__ at work today. I've
opened PR 8609 to deprecate __getitem__ methods of DOMEventStream, FileInput
and FileWrapper classes.
--
components: +Library (Lib)
nosy: +berker.peksag
versions: +
Berker Peksag added the comment:
I ran "python3.7 -m test test_lib2to3" in a separate terminal. I don't remember
the exact location, but I'm sure it wasn't the build location (it was probably
my home directory)
Is it possible to add some debug print()s inside
Berker Peksag added the comment:
The documentation you've quoted is for traceback.extract_tb().
traceback.format_tb() documentation only says:
A shorthand for ``format_list(extract_tb(tb, limit))``.
Issue 27910 is about updating the documentation of extract_tb(), format_list(),
Berker Peksag added the comment:
New changeset f394ee5eaf6d6d8f45e0478e77d4dbff25c6bea7 by Berker Peksag
(torsava) in branch 'master':
bpo-27910: Update documentation of traceback module (GH-6116)
https://github.com/python/cpython/commit/f394ee5eaf6d6d8f45e0478e77d4db
Berker Peksag added the comment:
New changeset 0f9df886d6d1c6b239a2861a0ad0d56bb59e3922 by Berker Peksag (Miss
Islington (bot)) in branch '3.7':
bpo-27910: Update documentation of traceback module (GH-6116)
https://github.com/python/cpython/commit/0f9df886d6d1c6b239a2861a0ad0d5
Berker Peksag added the comment:
New changeset 295342adbfd905d5b4a77f960ea39649df7d9997 by Berker Peksag (Miss
Islington (bot)) in branch '3.6':
bpo-27910: Update documentation of traceback module (GH-6116)
https://github.com/python/cpython/commit/295342adbfd905d5b4a77f960ea396
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.6
___
Python tracker
<https://bugs.python.or
Change by Berker Peksag :
--
keywords: +patch
pull_requests: +8137
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<https://bugs.python.org/issue25573>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
pull_requests: +8139
___
Python tracker
<https://bugs.python.org/issue18540>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
components: +macOS
nosy: +ned.deily, ronaldoussoren
___
Python tracker
<https://bugs.python.org/issue34105>
___
___
Python-bug
Berker Peksag added the comment:
The workaround was removed in
https://github.com/berkerpeksag/cpython/commit/133138a284be1985ebd9ec9014f1306b9a425d98
Can this issue be closed now?
--
___
Python tracker
<https://bugs.python.org/issue27
Berker Peksag added the comment:
> I suppose stable branches should be left alone?
We do backport lib2to3 PRs to maintenance branches, but since this is already
in 3.7 and 3.6 is four months away from being in security-fix-only mode, I
think we can close this as 'fi
Berker Peksag added the comment:
This seems like a reasonable request. The feature was added in
https://github.com/python/cpython/commit/e50dafcd636ba32db890600164698bb070d40d97
(issue 20639) in Python 3.4.
I'd normally suggest adding a ".. versionchanged:: 3.4" marker
Berker Peksag added the comment:
Thanks for the PR, but we usually avoid unnecessary churn in Python codebase.
Both versions look fine, and deciding which one to use is just a matter of
personal taste.
--
components: -Windows
nosy: +berker.peksag -paul.moore, steve.dower
Change by Berker Peksag :
--
superseder: -> test_subprocess.POSIXProcessTestCase fails in AMD64 Ubuntu 3.x
___
Python tracker
<https://bugs.python.org/issu
Berker Peksag added the comment:
New changeset 46dc4e34ed8005a688d7f3512844ef227a3465f4 by Berker Peksag (Stefan
Otte) in branch 'master':
bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)
https://github.com/python/cpython/commit/46dc4e34ed8005a688d7f3512
New submission from Berker Peksag :
import pathlib
path = pathlib.Path('TR')
with_suffix = path.with_suffix(('/', '.md'))
The snippet I shared above will raise:
TypeError: not all arguments converted during string formatting
While we are relying on du
Change by Berker Peksag :
--
keywords: +patch
pull_requests: +8158
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Berker Peksag :
--
pull_requests: +8159
___
Python tracker
<https://bugs.python.org/issue26818>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
pull_requests: +8160
___
Python tracker
<https://bugs.python.org/issue31908>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset 764f9d09b03654d7cd70d59afafafd51d24f2750 by Berker Peksag (Miss
Islington (bot)) in branch '3.6':
bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)
https://github.com/python/cpython/commit/764f9d09b03654d7cd70d59af
801 - 900 of 3715 matches
Mail list logo