Berker Peksag added the comment:
Yeah, we can add htmlview to devguide. I’ve even added it to Django after I
discovered it in CPython :)
--
--Berker
--
___
Python tracker
<https://bugs.python.org/issue36
Berker Peksag added the comment:
New changeset 3d37ea25dc97e4cb024045581979570835deb13c by Berker Peksag (Petter
Strandmark) in branch 'master':
bpo-27682: Handle client connection terminations in wsgiref (GH-9713)
https://github.com/python/cpyt
Berker Peksag added the comment:
New changeset 47ffc1a9f6fab1c17cdcc325d4af066317369ed7 by Berker Peksag (Miss
Islington (bot)) in branch '3.7':
bpo-27682: Handle client connection terminations in wsgiref (GH-9713)
https://github.com/python/cpyt
Berker Peksag added the comment:
Thank you!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: -Python 3.5, Python 3.6
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
I'd prefer disabling statement cache implicitly when set_authorizer() is
called. There's no need to expose this to end users.
--
___
Python tracker
<https://bugs.python.o
Change by Berker Peksag :
--
resolution: -> rejected
___
Python tracker
<https://bugs.python.org/issue30271>
___
___
Python-bugs-list mailing list
Unsubscrib
Berker Peksag added the comment:
New changeset e6576248e5174ca5daa362cfd610c07e7eb3a2ae by Berker Peksag (Aviv
Palivoda) in branch 'master':
bpo-30262: Don't expose private objects in sqlite3 (GH-1440)
https://github.com/python/cpython/commit/e6576248e5174ca5daa362cfd
Change by Berker Peksag :
--
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:
> I looked at other examples: they are nice but far from a "real application".
You can use the same argument for pretty much every example in the stdlib
documentation :)
wsgiref is a low level module, users should use projects like WebOb inst
Change by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<https://bugs.python.org/issue35398>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Issue 35360 will cover updating our Windows and macOS installers. I'm
retargeting this issue to add a create_window_function() method to the
Connection object. I already have a WIP branch and am going to submit a PR
later this weekend.
--
ass
Berker Peksag added the comment:
Thank you for the report and the PR!
I think accepting 'rt' mode is a good idea. However, it's a new feature and it
can only go into 3.8.
It seems to me that the root cause of the issue is that the fileinput module
wasn't properly
Berker Peksag added the comment:
Andrew, shouldn't we fix 3.6 documentation? sock_* methods still documented as
coroutines.
--
___
Python tracker
<https://bugs.python.org/is
Berker Peksag added the comment:
> We only fixed it in 3.7 and the doc was updated. 3.6 stays as is.
I'm not talking about fixing code in 3.6. In 3.6, sock_* methods still
documented as coroutines but they are normal functions:
*
https://docs.python.org/3.6/library/asyncio-eventl
Berker Peksag added the comment:
Well, the current status quo has already confused a user (see msg286011)
> (so that people don't write code that expects them to be not coroutines in
> 3.6)
Even if people expect these methods to be coroutines, two functions of the
asyncio
Change by Berker Peksag :
--
nosy: +michael.foord, rbcollins
versions: -Python 3.6, Python 3.8
___
Python tracker
<https://bugs.python.org/issue32299>
___
___
Change by Berker Peksag :
--
keywords: +easy
stage: -> needs patch
versions: +Python 3.7
___
Python tracker
<https://bugs.python.org/issue32664>
___
___
Py
Berker Peksag added the comment:
New changeset 3c34aad4e7a95913ec7db8e5e948a8fc69047bf7 by Berker Peksag (SSE4)
in branch 'master':
bpo-29248: Fix os.readlink() on Windows (GH-5577)
https://github.com/python/cpython/commit/3c34aad4e7a95913ec7db8e5e948a8
Change by Berker Peksag :
--
versions: -Python 3.5
___
Python tracker
<https://bugs.python.org/issue29248>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset a1d33f742515dc70ae99bc3ea1c851729522afc3 by Berker Peksag (Miss
Islington (bot)) in branch '3.6':
bpo-29248: Fix os.readlink() on Windows (GH-5577)
https://github.com/python/cpython/commit/a1d33f742515dc70ae99bc3ea1c851
Berker Peksag added the comment:
Thank you, Craig and SSE4.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.8
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
Eric, please delete the previous message when you reply by email. Keeping the
previous message makes your comment harder to read. See
https://bugs.python.org/issue32820#msg312050 on browser for example.
--
nosy: +berker.peksag
Change by Berker Peksag :
--
nosy: -berker.peksag
___
Python tracker
<https://bugs.python.org/issue32820>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
pull_requests: +5469
___
Python tracker
<https://bugs.python.org/issue21196>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset 88c38a4049ded0e1f197fec3e76be7c0c0e83d7a by Berker Peksag
(Zackery Spytz) in branch 'master':
bpo-27846: Delete incorrect note in base64 docs (GH-5666)
https://github.com/python/cpython/commit/88c38a4049ded0e1f197fec3e76be7
Berker Peksag added the comment:
New changeset 2e8d9003ed7a97955c36fa19a9ce7c43d9ec83e1 by Berker Peksag (Miss
Islington (bot)) in branch '3.7':
bpo-27846: Delete incorrect note in base64 docs (GH-5666)
https://github.com/python/cpython/commit/2e8d9003ed7a97955c36fa19a9ce7c
Berker Peksag added the comment:
New changeset b93a52b136fd2285f2891eef91c50e3d36ea6f36 by Berker Peksag (Miss
Islington (bot)) in branch '3.6':
bpo-27846: Delete incorrect note in base64 docs (GH-5666)
https://github.com/python/cpython/commit/b93a52b136fd2285f2891eef91c50e
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 :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue32732>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
pull_requests: -594
___
Python tracker
<https://bugs.python.org/issue29623>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
pull_requests: -966
___
Python tracker
<https://bugs.python.org/issue29623>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset d7aed4102d2a40c74553240c7f03585624d27aea by Berker Peksag
(Emanuele Gaifas) in branch 'master':
bpo-27645: Add support for native backup facility of SQLite (GH-4238)
https://github.com/python/cpyt
Berker Peksag added the comment:
New changeset e8a5a92037b1f27809806bb87c17976d2d48d3e9 by Berker Peksag (Miss
Islington (bot)) in branch '3.7':
bpo-27645: Add support for native backup facility of SQLite (GH-4238)
https://github.com/python/cpyt
Berker Peksag added the comment:
Thanks, Lele.
Note that Ned gave his permission to get this into 3.7.0b3 at
https://github.com/python/cpython/pull/4238#issuecomment-371947334 We can, of
course, still revert it before 3.7.0 final.
--
resolution: -> fixed
stage: patch rev
Berker Peksag added the comment:
>From http://buildbot.python.org/all/#/builders/13/builds/808
==
FAIL: test_bad_target_in_transaction (sqlite3.test.backup.BackupTe
Berker Peksag added the comment:
>From test.pythoninfo:
sqlite3.sqlite_version: 3.8.7.1
--
___
Python tracker
<https://bugs.python.org/issue27645>
___
___
Py
Berker Peksag added the comment:
AppVeyor:
sqlite3.sqlite_version: 3.21.0 (passed)
Travis CI:
sqlite3.sqlite_version: 3.8.2 (passed)
http://buildbot.python.org/all/#/builders/88/builds/799
sqlite3.sqlite_version: 3.8.2 (passed)
--
___
Python
Change by Berker Peksag :
--
pull_requests: +5828
stage: resolved -> patch review
___
Python tracker
<https://bugs.python.org/issue27645>
___
___
Python-
Change by Berker Peksag :
--
stage: resolved -> patch review
___
Python tracker
<https://bugs.python.org/issue27645>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
Test also passed on my MBP with SQLite 3.22.0 and the following line
rc = _pysqlite_seterror(bck_conn, NULL);
returns
1 (SQLITE_ERROR)
with
"SQL logic error"
Looging at https://www.sqlite.org/src/artifact?ln=on&name=fa
Berker Peksag added the comment:
New changeset 7280a4eef5fbe17e8ac82afd71fe6e51843240a5 by Berker Peksag in
branch 'master':
bpo-27645: Skip test_bad_target_in_transaction if SQLite == 3.8.7.1 (GH-6067)
https://github.com/python/cpython/commit/7280a4eef5fbe17e8ac82afd71fe6e
Berker Peksag added the comment:
New changeset c546a62c4d7b37ead10f986554a01d6d593227a1 by Berker Peksag (Miss
Islington (bot)) in branch '3.7':
bpo-27645: Skip test_bad_target_in_transaction if SQLite == 3.8.7.1 (GH-6067)
https://github.com/python/cpyt
Berker Peksag added the comment:
New changeset 9cf8c42f3231d3f066670d087a997bd1278482a0 by Berker Peksag (Matt
Eaton) in branch 'master':
bpo-33045: Fix typos in SSL documentation (GH-6065)
https://github.com/python/cpython/commit/9cf8c42f3231d3f066670d087a997bd1278482a0
-
Berker Peksag added the comment:
New changeset 17b6c19d39229619de649f5a9e28a46779ef1c51 by Berker Peksag (Miss
Islington (bot)) in branch '3.7':
bpo-33045: Fix typos in SSL documentation (GH-6065)
https://github.com/python/cpython/commit/17b6c19d39229619de649f5a9e28a4
Berker Peksag added the comment:
New changeset 3f439d14ad48f5d4f6017fc814326fb1f6237b53 by Berker Peksag (Miss
Islington (bot)) in branch '3.6':
bpo-33045: Fix typos in SSL documentation (GH-6065)
https://github.com/python/cpython/commit/3f439d14ad48f5d4f6017fc814326f
Berker Peksag added the comment:
Thank you, Matt (and welcome to Python development!)
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
type: enhancement -> behavior
___
Python tracker
<https://
Berker Peksag added the comment:
I agree with Serhiy and Terry. Also, PR 5999 does not accept pathlib.Path()
objects at the moment. This and Serhiy's following comment are good examples of
why it shouldn't be added to the standard library in my opinion:
> If combine ConfigParser
Change by Berker Peksag :
--
resolution: -> rejected
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
FYI, I will have some time to debug the test failure this weekend. If I (or
Lele or someone else) can't find the problem by Monday, I'm going to revert the
patch from 3.7 branch (and probably from
Berker Peksag added the comment:
The OP has also asked this on Stack Overflow:
https://stackoverflow.com/questions/49329079/distutils-indexerror-tuple-index-out-of-range
The problem was that they were passing a tuple to the url field.
--
nosy: +berker.peksag
resolution: -> not a
Berker Peksag added the comment:
New changeset bbf7bb7a636b3112ef6f6b31df385606d52517ce by Berker Peksag (Aviv
Palivoda) in branch 'master':
bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131)
https://github.com/p
Berker Peksag added the comment:
New changeset 429ca448d2a36040f229ad9edc67e31fc6d18bf4 by Berker Peksag (Miss
Islington (bot)) in branch '3.7':
bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131)
https://github.com/p
Berker Peksag added the comment:
Buildbots look happy, closing this one as 'fixed'. Thanks, Aviv!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs
Berker Peksag added the comment:
New changeset 2cb4661707818cfd92556e7fdf9068a993577002 by Berker Peksag (Matt
Eaton) in branch 'master':
bpo-33034: Improve exception message when cast fails for
{Parse,Split}Result.port (GH-6078)
https://github.com/python/cpyt
Berker Peksag added the comment:
The problem with adding a port_validation argument is that the port attribute
is not the only thing that is computed lazily. There is also hostname,
username, password attributes etc.
I think the best way would be introducing a new API with more strict
Change by Berker Peksag :
--
superseder: -> _pyio module broken on Cygwin / setmode not usable
___
Python tracker
<https://bugs.python.org/issue32287>
___
_
Berker Peksag added the comment:
This is already documented in the json.dump() documentation:
The json module always produces str objects, not bytes objects.
Therefore, fp.write() must support str input.
Note that the traceback you've posted doesn't have anything to do wit
Change by Berker Peksag :
--
keywords: +easy
stage: -> needs patch
type: -> behavior
versions: -Python 3.4, Python 3.5
___
Python tracker
<https://bugs.python.org/i
Berker Peksag added the comment:
By the way, there is a note in the "Change History" section of the msync()
documentation at http://pubs.opengroup.org/onlinepubs/9699919799/
The second [EINVAL] error condition is made mandatory.
The second EINVAL error condition they
Berker Peksag added the comment:
There are two different problems here:
1. There is a possible networking issue. I'd try to use a proxy or something
like that.
2. You are using a pip patched by Ubuntu/Debian developers. pip is normally a
self-contained package and they use their own ve
Berker Peksag added the comment:
I initially thought about using pythontest.net but I don't think it's possible
to remove the Connection header at the nginx level:
https://github.com/python/psf-salt/blob/master/salt/pythontest/config/nginx.pythontest.conf.jinja
I think our only op
Berker Peksag added the comment:
>>> from http.cookies import SimpleCookie
>>> c = SimpleCookie()
>>> c['name'] = 'value'
>>> c['name']['comment'] = '\n'
>>> c['name']['expires']
Change by Berker Peksag :
--
pull_requests: +6251
___
Python tracker
<https://bugs.python.org/issue991266>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset d5a2377c3d70e4143bcbee4a765b3434e21f683a by Berker Peksag in
branch 'master':
bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555)
https://github.com/python/cpython/commit/d5a2377c3d70e4143bcbee4a765b34
Berker Peksag added the comment:
New changeset 9fc998d761591f2741d8e94f5b3009c56ae83882 by Berker Peksag (Miss
Islington (bot)) in branch '3.7':
bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555)
https://github.com/python/cpyt
Berker Peksag added the comment:
New changeset 8a6f4b4bba950fb8eead1b176c58202d773f2f70 by Berker Peksag (Miss
Islington (bot)) in branch '3.6':
bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555)
https://github.com/python/cpyt
Berker Peksag added the comment:
'CapWord' is a single word so string.capwords() works as documented:
Split the argument into words using str.split(), capitalize each word
using str.capitalize(), and join the capitalized words using str.join().
https://docs.python.org
Berker Peksag added the comment:
Adding Łukasz since he is the release manager of Python 3.8.
--
components: +Library (Lib)
nosy: +lukasz.langa
type: -> enhancement
versions: +Python 3.8
___
Python tracker
<https://bugs.python.org/issu
Berker Peksag added the comment:
I agree with Xavier's comment, but I've bitten by this before so I think it
would be better if we add more common arguments to the subprocess.run()
signature.
Adding **kwargs wouldn't be entirely correct since subprocess.run() doesn't
pa
Change by Berker Peksag :
--
versions: +Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.org/issue32384>
___
___
Python-bugs-list mailing list
Unsub
Berker Peksag added the comment:
New changeset 4cc3eb48e1e8289df5153db1c701cae263a1ef86 by Berker Peksag (Isaiah
Peng) in branch 'master':
bpo-32384: Skip test when _testcapi isn't available (GH-4940)
https://github.com/python/cpython/commit/4cc3eb48e1e8289df5153db1c
New submission from Berker Peksag :
Continuing the discussion from bpo-991266. See msg315498 for Mark Williams'
suggestion and
https://github.com/python/cpython/pull/6555#discussion_r183176808 for another
discussion between Alex and I on quoting all values unconditio
Berker Peksag added the comment:
I've opened bpo-33535 to discuss Mark Williams' suggestion.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: -Python 2.7
___
Python tracker
<h
Berker Peksag added the comment:
Thanks for the report. Your analysis is correct and this is a duplicate of
issue 31325. I'll take care of the PR 3259.
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> req_rate is a namedtuple
Berker Peksag added the comment:
Thank you for the report. Fixed in
https://github.com/python/peps/commit/070dc7e037e5f66e4e17b661641503815a8bbe05
(By the way, you can report issues like this at
https://github.com/python/peps/issues or send a PR directly.)
--
nosy: +berker.peksag
Berker Peksag added the comment:
New changeset 703ff381ffa946c23e7e25b0ae93a636a2607a40 by Berker Peksag (Cheryl
Sabella) in branch 'master':
bpo-28157: Improvements for the time module documentation (GH-928)
https://github.com/python/cpython/commit/703ff381ffa946c23e7e25b0ae93a6
Change by Berker Peksag :
--
pull_requests: +3929
___
Python tracker
<https://bugs.python.org/issue28647>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Pull request for issue 30404 has been merged so we only need the documentation
patch for the 3.6 branch (unfortunately 3.5 is now in security-fix-only mode)
I've opened PR 3954.
--
versions: -Python 3.5, Pytho
Berker Peksag added the comment:
New changeset 764969a4b9ed7c6d2adbc04269f9b4fa392a1eed by Berker Peksag (Miss
Islington (bot)) in branch '3.6':
[3.6] bpo-28157: Improvements for the time module documentation (GH-928)
https://github.com/python/cpyt
Berker Peksag added the comment:
This issue can be closed now. Thank you, everyone!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
type: -> enhancement
___
Python tracker
<https://bugs.python
Berker Peksag added the comment:
New changeset 5f908005ce16b06d5af7b413264009c4b062f33c by Berker Peksag in
branch '3.6':
bpo-28647: Update -u documentation (GH-3954)
https://github.com/python/cpython/commit/5f908005ce16b06d5af7b413264009
Berker Peksag added the comment:
Thank you for the patch, Gareth.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Berker Peksag :
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue23532>
___
___
Python-bugs-list
Change by Berker Peksag :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue30767>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
pull_requests: +3939
___
Python tracker
<https://bugs.python.org/issue30404>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
pull_requests: +3938
stage: resolved -> patch review
___
Python tracker
<https://bugs.python.org/issue28647>
___
___
Python-
Berker Peksag added the comment:
Good catch, I thought it was already fixed in master after bpo-30404. I've
opened PR 3961.
--
___
Python tracker
<https://bugs.python.org/is
Berker Peksag added the comment:
I think it's better to be explicit and mention 'stdin' in this case. Plus,
"stdin is always buffered" is quite short so potential of creating noise is
quite minimal IMO.
(FYI, I asked this question on GitHub:
https://github.com
Berker Peksag added the comment:
> -u doesn't affect stdin buffering, whatever that would mean.
I think we need to document behavior of stdin somewhere, because current the
sys.stdin documentation states:
> When interactive, standard streams are line-buffered. Otherwise, they
Berker Peksag added the comment:
Use of classmethod and staticmethod decorators as functions is still a valid
use case. I think the old signatures should be kept. It should be possible to
document both uses in same place:
.. function:: classmethod(function)
.. decorator:: classmethod
Berker Peksag added the comment:
> That said, staticmethod as a non-decorator has an important use case for
> function injection in tests (using self.func in TestCase classes that work
> with
> a C module and an equivalent Python version). Maybe this deserves an extra
> exam
Change by Berker Peksag :
--
superseder: -> IDLE: Add test_autocomplete unittest
___
Python tracker
<https://bugs.python.org/issue30632>
___
___
Python-
Berker Peksag added the comment:
New changeset 7f580970836b0f6bc9c5db868d95bea81a3e1558 by Berker Peksag in
branch 'master':
bpo-28647: Update -u documentation after bpo-30404 (GH-3961)
https://github.com/python/cpython/commit/7f580970836b0f6bc9c5db868d95be
Berker Peksag added the comment:
New changeset 7f580970836b0f6bc9c5db868d95bea81a3e1558 by Berker Peksag in
branch 'master':
bpo-28647: Update -u documentation after bpo-30404 (GH-3961)
https://github.com/python/cpython/commit/7f580970836b0f6bc9c5db868d95bea81a3e1558
-
Berker Peksag added the comment:
Thank you for reviews, Serhiy and Victor.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
Modules/main.c and Python.man is same in 3.6 branch. We could backport the
change in Doc/library/sys.rst from 7f580970836b0f6bc9c5db868d95bea81a3e1558 but
I didn't do it yet since it needs be manually backp
Berker Peksag added the comment:
New changeset 1b9e76ed3a055a53ca67397e928e1b408461900b by Berker Peksag
(vyas45) in branch 'master':
bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993)
https://github.com/python/cpython/commit/1b9e76ed3a055a53ca67
Change by Berker Peksag :
--
type: -> behavior
___
Python tracker
<https://bugs.python.org/issue31754>
___
___
Python-bugs-list mailing list
Unsubscrib
Berker Peksag added the comment:
New changeset e881302b70ab36bafcf37e3917be118bbec97763 by Berker Peksag (Miss
Islington (bot)) in branch '3.6':
[3.6] bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides
(GH-3993)
https://github.com/p
Change by Berker Peksag :
--
stage: patch review -> backport needed
___
Python tracker
<https://bugs.python.org/issue31754>
___
___
Python-bugs-list mai
501 - 600 of 3715 matches
Mail list logo