Berker Peksag added the comment:
Thank you for your report. This looks like a duplicate of issue 2. You
might workaround this by passing ``headers={"Content-Disposition": "inline"}``
to cgi.FieldStorage() (untested)
--
nosy: +berker.peksag
resolution:
Berker Peksag added the comment:
Thank you for your report. This is a problem with setuptools:
https://github.com/pypa/setuptools/issues/885 I suggest upgrading both
setuptools and pip:
$ pip install -U setuptools pip
--
nosy: +berker.peksag
resolution: -> third party
st
Berker Peksag added the comment:
Thank you for the report and for the PR. I think this is a duplicate of issue
26967.
> This issue is either a doc issue only or an unintended combination of
> long option shortening and (the way more common) flag combinations.
This is indeed a bug so it
Berker Peksag added the comment:
1) Don't reopen a closed issue.
2) Please use python-list or StackOverflow for usage questions. You need to
replace 'pip' with 'pip3' in your case. If you get a similar error with 'pip3',
try 'sudo pip3 in
Berker Peksag added the comment:
The example itself works fine, but I agree that it would be better to use a
better name. We could replace ``('foo.bar.org', 5)`` in the following
examples with ``('', 5)`` too.
Would you like to send a PR? The documentation fil
Change by Berker Peksag :
--
keywords: +patch
pull_requests: +4396
___
Python tracker
<https://bugs.python.org/issue1102>
___
___
Python-bugs-list mailin
Berker Peksag added the comment:
Issue 1102 is still open so this bug is not fixed yet. I've just opened PR 4459
to fix it.
--
nosy: +berker.peksag
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Add support for _msi.Recor
Berker Peksag added the comment:
I've opened PR 4459 to fix this. Here's a simple reproducer I adapted from the
script uploaded by uday kiran in issue 32064.
--
nosy: +berker.peksag, uday kiran
versions: +Python 3.6, Python 3.7 -Python 3.4,
Change by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<https://bugs.python.org/issue12239>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<https://bugs.python.org/issue1104>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<https://bugs.python.org/issue12382>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<https://bugs.python.org/issue12202>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Thank you for your report. According to
https://github.com/python/cpython/blob/04dee2720851ec39e831beaa3edc0c59f228f461/Modules/_sqlite/cursor.c#L573
we always set the 'type_code' field described in PEP 249 to None. Setting it
would be a new feature
New submission from Berker Peksag :
Thank you for your report and for the PR, but I think you misunderstood
documentation:
Using square brackets, separating items with commas: [a], [a, b, c]
The comma is used to show two different lists: a list with one item ``[a]``
*and* a list with
Berker Peksag added the comment:
That's why I mentioned ``[a], [a, b, c]`` in my earlier message.
--
___
Python tracker
<https://bugs.python.org/is
Berker Peksag added the comment:
Thanks for the ping and for the review! I will open a PR this week.
--
versions: -Python 3.6
___
Python tracker
<https://bugs.python.org/issue19
Berker Peksag added the comment:
3.6.0 was required sqlite 3.7.4 but the requirement was lifted in Python 3.6.1.
3.6.3 is the latest release of Python 3.6. Please try Python 3.6.3.
Also, this is a duplicate of issue 29098.
--
components: +Extension Modules -Build
nosy: +berker.peksag
Berker Peksag added the comment:
> Could you please let me know if we build latest python_v363 then sqlite
> will be work right.
It should build fine with Python 3.6.3. Let us know if you can't get it working.
--
___
Python trac
Change by Berker Peksag :
--
stage: patch review -> backport needed
versions: -Python 2.7
___
Python tracker
<https://bugs.python.org/issue1102>
___
___
Py
Berker Peksag added the comment:
New changeset bdb8315c21825487b54852ff0511fb4881ea2181 by Berker Peksag in
branch 'master':
bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459)
https://github.com/python/cpython/commit/bdb8315c21825487b54852ff0
Change by Berker Peksag :
--
pull_requests: +4456
___
Python tracker
<https://bugs.python.org/issue19610>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
pull_requests: +4457
stage: backport needed -> patch review
___
Python tracker
<https://bugs.python.org/issue1102>
___
___
Python-
Berker Peksag added the comment:
> Will it be added to 3.6 also?
Yes, I've created a backport PR: PR 4520
> And when it will be available in the windows installations you release?
The dates for 3.6.4 release is listed at
https://www.python.org/dev/peps/pe
Berker Peksag added the comment:
Éric and Henk-Jaap: I've now opened PR 4519.
--
___
Python tracker
<https://bugs.python.org/issue19610>
___
___
Pytho
Berker Peksag added the comment:
pysqlite2 only works in Python 2:
https://github.com/ghaering/pysqlite/blob/e728ffbcaeb7bfae1d6b7165369bd0ae16cabf95/setup.py#L25-L28
You don't need to install pysqlite2 in Python 3. The latest release of Python
3.6 (which is 3.6.3, not 3.6.0) should
Berker Peksag added the comment:
New changeset 4b3042900e7e8dc120408bab86642c09c9d25a5a by Berker Peksag in
branch '3.6':
bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459)
https://github.com/python/cpython/commit/4b3042900e7e8dc120408bab8
Berker Peksag added the comment:
Thank you, Anthony. I added a test case and committed your patch to 3.6 and
master branches.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracke
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
New changeset dcaed6b2d954786eb5369ec2e8dfdeefe3cdc6ae by Berker Peksag in
branch 'master':
bpo-19610: setup() now raises TypeError for invalid types (GH-4519)
https://github.com/python/cpython/commit/dcaed6b2d954786eb5369ec2e8dfde
Change by Berker Peksag :
--
pull_requests: +4464
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue12382>
___
___
Python-bugs-list mai
Change by Berker Peksag :
--
keywords: +patch
pull_requests: +4465
___
Python tracker
<https://bugs.python.org/issue31325>
___
___
Python-bugs-list mailin
Change by Berker Peksag :
--
keywords: +patch
pull_requests: +4466
stage: backport needed -> patch review
___
Python tracker
<https://bugs.python.org/issu
Berker Peksag added the comment:
New changeset a645b23ffc76073a2eb4e77b88cb7648cfc6ef77 by Berker Peksag in
branch '3.6':
bpo-30456: Clarify example for duplicates in second argument of isinstance
(GH-1699)
https://github.com/python/cpython/commit/a645b23ffc76073a2eb4e77b88cb76
Berker Peksag added the comment:
Looks like I forgot to backport this 3.6 branch. Now it's done. Thanks, Eli.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: -Python 2.7, Python 3.5
___
Change by Berker Peksag :
--
pull_requests: +4471
___
Python tracker
<https://bugs.python.org/issue28334>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset 4864a619dc1cc9092780ccf5a6327e8abf66133d by Berker Peksag in
branch 'master':
bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528)
https://github.com/python/cpython/commit/4864a619dc1cc9092780ccf5a6327e
Change by Berker Peksag :
--
resolution: -> fixed
stage: commit review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
New changeset bfa89b21e119bac7fed4a5decc26f1fff8ec359e by Berker Peksag (Miss
Islington (bot)) in branch '3.6':
bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528)
https://github.com/python/cpyt
Berker Peksag added the comment:
Thank you for your patch, William. I added a test case, a NEWS entry and
committed it to 3.6 and master branches.
--
components: +Library (Lib)
nosy: +paul.moore, steve.dower, zach.ware
resolution: -> fixed
stage: patch review -> resolved
status
Change by Berker Peksag :
--
pull_requests: +4473
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issue12239>
___
___
Python-
Berker Peksag added the comment:
New changeset 19fb134185ce155bc53f517116fca73093ba55e9 by Berker Peksag in
branch 'master':
bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)
https://github.com/python/cpython/commit/19fb134185ce155bc53f517116fca7
Change by Berker Peksag :
--
pull_requests: +4476
___
Python tracker
<https://bugs.python.org/issue12239>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset 412f00b839eae2bc07ca08a8e615c3d7dc870646 by Berker Peksag in
branch '3.6':
[3.6] bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)
https://github.com/python/cpython/commit/412f00b839eae2bc07ca08a8e615c3
Berker Peksag added the comment:
Thanks for the patch, Mark. I updated the test code and commit it to 3.6 and
master branches.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.6, Python 3.7 -Python 3.4, P
Berker Peksag added the comment:
New changeset 8d9bb11d8fcbf10cc9b1eb0a647bcf3658a4e3dd by Berker Peksag in
branch 'master':
bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)
https://github.com/python/cpython/commit/8d9bb11d8fcbf10cc9b1eb0a647bcf
Berker Peksag added the comment:
Thanks, Dimitri.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: -Python 2.7, Python 3.5, Python 3.6
___
Python tracker
<https://bugs.python.or
Change by Berker Peksag :
--
components: -Build
nosy: -Tu madre
type: security -> resource usage
___
Python tracker
<https://bugs.python.org/issue31233>
___
_
New submission from Berker Peksag :
Android is not yet a fully supported platform. It's not clear what are you
reporting here. Could you give us more information?
--
nosy: +berker.peksag
___
Python tracker
<https://bugs.python.org/is
Berker Peksag added the comment:
Note that the macpath module has been deprecated in Python 3.7 in issue 9850
and it's going to be removed in Python 3.8 (and Python 3.6 is the only Python 3
release that accepts bug fixes at the moment) Perhaps it's not worth to fix the
macpath c
Berker Peksag added the comment:
New changeset c172fc5031a4035986bef0b2fcef906706d7abf3 by Berker Peksag (Jason
Yang) in branch 'master':
bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469)
https://github.com/python/cpython/commit/c172fc5031a4035986bef0b2fcef90
Berker Peksag added the comment:
New changeset 8a957534f5182022ee8ac2dbaac4b4900dc98159 by Berker Peksag (Miss
Islington (bot)) in branch '3.6':
bpo-32051: Fix name shadowing in multiprocessing docs (GH-4469)
https://github.com/python/cpython/commit/8a957534f5182022ee8ac2dbaac4b4
Berker Peksag added the comment:
Thanks!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
PR 4093 has been merged. Closing this as 'fixed'. Thank you for the PR, Justus.
--
nosy: +berker.peksag
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Pyt
Berker Peksag added the comment:
I don't think distutils changes are correct.
('realm', self.DEFAULT_REALM)
'realm' is the config name and 'self.DEFAULT_REALM' is its default value. In
the 'for key, default in ...:' loop,
1. It checks if it
Change by Berker Peksag :
--
nosy: +ncoghlan
type: crash -> behavior
___
Python tracker
<https://bugs.python.org/issue32145>
___
___
Python-bugs-list mai
Change by Berker Peksag :
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue32132>
___
___
Python-bugs-list
Berker Peksag added the comment:
Classifiers were always documented as lists (msg214915) and passing a non-list
type was raised a cryptic exception message as already reported in my first
message, https://github.com/pypa/setuptools/issues/1163 and
https://reinbach.com/blog/setuptools
Berker Peksag added the comment:
(Sorry, I messed up fields in the issue.)
--
nosy: +ned.deily
priority: normal -> release blocker
___
Python tracker
<https://bugs.python.org/issu
Berker Peksag added the comment:
> Filed a bug https://github.com/simplejson/simplejson/issues/198 for
> simplejson.
I've opened https://github.com/simplejson/simplejson/pull/197 to make
CLASSIFIERS a list.
I've also opened https://github.com/ianare/exif-py/pull/80 to cre
Berker Peksag added the comment:
All three examples in test2.py correctly folded (doesn't hit the ``except
Exception as e:`` branch anymore) in current master. Can this issue be closed
now?
--
nosy: +berker.peksag
___
Python tracker
&
Change by Berker Peksag :
--
nosy: +ethan.furman
___
Python tracker
<https://bugs.python.org/issue32218>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Thank you for fixing this, Neil. Can we close this issue now?
--
priority: release blocker -> normal
___
Python tracker
<https://bugs.python.org/issu
Change by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<https://bugs.python.org/issue32215>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
I can confirm that Neil's PR (11cc289490b7b275fc0a033e2b376a8d4c780d9b) fixed
the regression:
$ ./python -m test -R 3:3 test_xml_etree
Run tests sequentially
0:00:00 load avg: 0.66 [1/1] test_xml_etree
beginning 6 repetitions
123456
..
1 test OK.
Change by Berker Peksag :
--
nosy: +steve.dower
___
Python tracker
<https://bugs.python.org/issue32245>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
According to the discussion at
https://github.com/python/cpython/pull/4709#issuecomment-350055732 it was
decided to not backport this to 2.7. Closing this as 'fixed'. Thank you, all!
--
nosy: +berker.peksag
resolution: -> fixed
stage:
Berker Peksag added the comment:
This has been fixed in all active branches (2.7, 3.6 and master) so I think we
can close it as 'fixed'. Thanks, Nir!
--
nosy: +berker.peksag
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
Change by Berker Peksag :
--
keywords: +patch
___
Python tracker
<https://bugs.python.org/issue8722>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
pull_requests: +4697
___
Python tracker
<https://bugs.python.org/issue29247>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
versions: -Python 2.7, Python 3.5
___
Python tracker
<https://bugs.python.org/issue29247>
___
___
Python-bugs-list mailing list
Unsub
Berker Peksag added the comment:
There is an open issue about adding IDNA 2008 support: Issue 17305. Closing
this one as a duplicate of that issue.
--
nosy: +berker.peksag
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> IDNA2008 enco
Berker Peksag added the comment:
Thank you for tracking down the problem, William! I just took a quick look at
your patch and it seems reasonable to me.
Setting protocol_version to 'HTTP/1.1' means setting the close_connection
attribute of BaseHTTPRequestHandler to False which i
Berker Peksag added the comment:
New changeset 4af6110f77e141779492995fd168d4f027fcf3cf by Berker Peksag (Miss
Islington (bot)) in branch '3.7':
bpo-32384: Skip test when _testcapi isn't available (GH-4940)
https://github.com/python/cpython/commit/4af6110f77e141779492995fd
Berker Peksag added the comment:
New changeset 5e8c52680450b67a116d3d555db8416c40576fdb by Berker Peksag (Miss
Islington (bot)) in branch '3.6':
bpo-32384: Skip test when _testcapi isn't available (GH-4940)
https://github.com/python/cpython/commit/5e8c52680450b67a116d3d555
Berker Peksag added the comment:
Thanks!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
Thanks for the report. I agree with Eryk. os.get_terminal_size() is a low-level
function. shutil.get_terminal_size() should be used as documented at
https://docs.python.org/3/library/os.html#os.get_terminal_size
shutil.get_terminal_size() is the high
Change by Berker Peksag :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue32519>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset 09eb6fe8fdd2515546b933902aef36b72d417ace by Berker Peksag (Miss
Islington (bot)) in branch '3.6':
bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c`
on Windows (GH-5120)
https://github.com/python/cpyt
Berker Peksag added the comment:
It looks like we need to backport this manually for 3.5 (if Larry approves)
--
stage: patch review -> backport needed
versions: -Python 3.6, Python 3.7
___
Python tracker
<https://bugs.python.org/issu
Change by Berker Peksag :
--
pull_requests: -6650
___
Python tracker
<https://bugs.python.org/issue28167>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
pull_requests: -1099
___
Python tracker
<https://bugs.python.org/issue24241>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
nosy: +eric.smith
___
Python tracker
<https://bugs.python.org/issue33754>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset af1ec97a6d1dde68b2dc0ee9b78965eb219061a8 by Berker Peksag (Tobias
Kunze) in branch 'master':
bpo-32392: Document env keyword argument of subprocess.run() (GH-7289)
https://github.com/python/cpython/commit/af1ec97a6d1dde68b2dc0ee9b78965
Berker Peksag added the comment:
Thank you for your report, but OpenSSL/crypto.py is not part of the standard
library. I think the correct place to report this is
https://github.com/pyca/pyopenssl
There is a X509StoreContext class at
https://github.com/pyca/pyopenssl/blob
Berker Peksag added the comment:
> Is there a quick way for me to evaluate in the future wither a
> particular file belongs to the standard library?
If a Python file or package is located in the site-packages/ directory, it's
not part of the standard library.
--
resolu
Change by Berker Peksag :
--
pull_requests: +7114
___
Python tracker
<https://bugs.python.org/issue32392>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset 279564431e8e2fa4c20e8850420caea484a5d20b by Berker Peksag in
branch '3.6':
[3.6] bpo-32392: Document env keyword argument of subprocess.run() (GH-7289)
https://github.com/python/cpython/commit/279564431e8e2fa4c20e8850420cae
Berker Peksag added the comment:
Thanks!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Berker Peksag :
--
resolution: -> duplicate
stage: patch review -> resolved
status: open -> closed
superseder: -> Contradiction in definition of "data descriptor" between
(dotted lookup behavior/datamodel documentation) and (inspect
Berker Peksag added the comment:
New changeset 71ede00f140fa6b67a8ac17df68b80079efa8dc2 by Berker Peksag
(Zackery Spytz) in branch 'master':
bpo-31378: Document sqlite3.OperationalError exception (GH-7677)
https://github.com/python/cpython/commit/71ede00f140fa6b67a8ac17df68b80
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
Thank you for the ping, Chris. I will try to combine Bert's and Julien's
patches and prepare a PR this weekend.
--
versions: +Python 3.8 -Python 3.5
___
Python tracker
<https://bugs.python.o
Berker Peksag added the comment:
That's even better! :) Please submit your work as a pull request.
Did you take a look at https://github.com/Pylons/webob/pull/300 as well? Can we
use the test in the PR? Is it possible to adapt it solve both this and WebOb
i
Change by Berker Peksag :
--
resolution: -> out of date
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Berker Peksag :
--
versions: +Python 3.8
___
Python tracker
<https://bugs.python.org/issue34041>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Berker Peksag :
Most of the exceptions in sqlite3 module were documented in issue 6057
(https://github.com/python/cpython/commit/ed789f9cf9586d94e85115bb516a2ab6b9a2f668)
Unfortunately, I noticed that I missed NotSupportedError while reviewing PR
8086. I think it should
Berker Peksag added the comment:
> Berker, do you mind to create a PR?
I will submit a PR tomorrow.
Do you have specific ideas for a micro-benchmark in mind or do you want to me
just run the Python benchmark suite against the pa
Berker Peksag added the comment:
New changeset 0830858aeedecc9ece60349f8c31c2690d1a99f8 by Berker Peksag (Sergey
Fedoseev) in branch 'master':
bpo-34041: Allow creating deterministic functions in
Connection.create_function() (GH-8086)
https://github.com/python/cpyt
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
New changeset bc9aa813a34474e517af8999565ff6151559d42f by Berker Peksag (Marcin
Niemira) in branch 'master':
bpo-34061: Document sqlite3.NotSupportedError (GH-8172)
https://github.com/python/cpython/commit/bc9aa813a34474e517af8999565ff6
701 - 800 of 3715 matches
Mail list logo