Berker Peksag added the comment:
I'd probably write it without the for loop:
text = "a && b; c && d || e; f >'abc'; (def \"ghi\")"
result = shlex.shlex(text)
print(f"Old behavior: {list(result)}")
result = sh
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: -> patch review
type: -> behavior
versions: +Python 3.6, Python 3.7
___
Python tracker
<http://bugs.python.org/i
Berker Peksag added the comment:
Are you planning to use test.support.os_link() to fix other tests in near
future? If test_os is the only user of the helper, I'd say let's keep it in
Lib/test/test_os.py for now. test.support is already big enough and it would be
better not to
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue9338>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue9182>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Thanks for the report. This is a duplicate of issue 28518.
--
components: +Library (Lib)
nosy: +berker.peksag
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> execute("begin immediate") throwing
Changes by Berker Peksag :
--
nosy: +gvanrossum
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue29246>
___
___
Python-bugs-list mai
Changes by Berker Peksag :
--
nosy: +michael.foord
___
Python tracker
<http://bugs.python.org/issue29274>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue29316>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Serhiy's patch looks pretty good to me, thanks! Also, thanks for the report,
Rafael. I definitely forgot to fix this case after fixing issue 25195.
--
stage: patch review -> commit review
___
Python tracke
Berker Peksag added the comment:
Thanks for the report! This is a duplicate of issue 27634.
Since we got multiple reports [1][2] about the same problem on selectors34
(backport of selector module) and use of Gevent is very popular, I think we
should reconsider the idea of wrapping
Berker Peksag added the comment:
Great! Since this is no longer an issue on Python 3.4+, I'm going to close this
as a duplicate of issue 27634 and merge
https://github.com/berkerpeksag/selectors34/pull/4.
--
resolution: -> duplicate
stage: -> resolved
status: ope
Berker Peksag added the comment:
> 1. Should we add the VACUUM with a explicit commit? Maybe there should
> be an implicit commit before VACUUM?
VACUUM is often an expensive operation so I think people should need to
explicitly handle it anyway.
> 2. Should a SELECT start a trans
Berker Peksag added the comment:
Thanks for the report, but pyserial is not part of the Python stdlib. Please
open your bug report on https://github.com/pyserial/pyserial.
--
nosy: +berker.peksag
resolution: -> third party
stage: -> resolved
status: open -> closed
ty
Berker Peksag added the comment:
Good catch and thanks for the report! Renaming was done in issue 24633. It
looks like it was added back in a merge commit:
https://github.com/python/cpython/commit/ebe304e919b56d889313a2d15fb5c52189a32ef7
I will delete Lib/site-packages/README shortly
Berker Peksag added the comment:
Thanks for the patch. I think it would be better to use the existing framework
in Win32SymlinkTests to create a test file instead of using a hardcoded path
like 'C:\Users\All Users' (e.g. use Win32SymlinkTests.filelink and
Win32SymlinkTests.filelink
Berker Peksag added the comment:
Thanks for the report, Nathaniel. I agree that the documentation could be
improved. Here is a patch. I also moved the constant table to epoll.register()
documentation (it's already done in
https://docs.python.org/3.7/library/select.html#polling-objects
Changes by Berker Peksag :
--
resolution: -> fixed
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue29283>
___
Changes by Berker Peksag :
--
components: -Installation
___
Python tracker
<http://bugs.python.org/issue29283>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
I'm not really familiar with asyncio terminology, but it looks like it returns
a future:
>>> asyncio.isfuture(loop.sock_recv(sock, 1024))
True
There is a also a test in test_selector_events:
f = self.loop.sock_r
New submission from Berker Peksag:
Unless I'm missing something, ensure_future() calls at
https://docs.python.org/3.6/library/asyncio-task.html#example-parallel-execution-of-tasks
are redundant and can be removed.
Off-topic: Can we use the async/await keywords in asyncio doc
Berker Peksag added the comment:
Thanks! Since Greg has given his LGTM and I couldn't find any usage of it in
the wild, I've committed the patch with a NEWS entry.
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status
Berker Peksag added the comment:
Thanks for the report, Jason. I think this is a duplicate of issue 1102. The
second patch (_msi_fetch.patch.txt) there should fix your problem (if I read
MSDN correctly, 103 is ERROR_NO_MORE_ITEMS.)
I don't have access to a Windows box at the moment so
Changes by Berker Peksag :
--
stage: -> resolved
superseder: -> Add support for _msi.Record.GetString() and
_msi.Record.GetInteger()
___
Python tracker
<http://bugs.python.org/i
Berker Peksag added the comment:
Thanks for the review, Guido.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Here's a patch. sock_connect() wrapped by @coroutine in
Lib/asyncio/selector_events.py so I left it as-is. Let me know if it still
needs to be updated:
@coroutine
def sock_connect(self, sock, address):
"""Connect to a remo
Changes by Berker Peksag :
--
resolution: fixed ->
stage: resolved ->
status: closed ->
___
Python tracker
<http://bugs.python.org/issue2771>
___
___
P
Changes by Berker Peksag :
--
resolution: -> fixed
stage: -> resolved
status: -> closed
___
Python tracker
<http://bugs.python.org/issue2771>
___
___
P
Berker Peksag added the comment:
> "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd";>
I think that HTML output suggests that their server configuration is broken. If
you look at further down the page there is this error message:
Something has triggered missing webpage on
New submission from Berker Peksag:
Attached patch converts all examples that use @coroutine decorator in
Doc/library/asyncio-task.rst. I also removed the generator example at
https://docs.python.org/3/library/asyncio-task.html#example-coroutine-displaying-the-current-date
See issue 29407 for
Berker Peksag added the comment:
Thanks for the patches, Jelle :)
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
type: -> enhancement
versions: +Python 3.5
___
Python tracker
<http://
Berker Peksag added the comment:
Thanks for the report, Michal. Note that both [1] and [2] point to the same
patch. Perhaps you meant to paste a link to a separate patch for distutils?
(I removed 3.3 and 3.4 from the versions field since they are in
security-fix-only mode now. I don't
Berker Peksag added the comment:
I've applied Ryan's patch since it's been sitting in the 'commit review' queue.
Thanks!
--
nosy: +berker.peksag
resolution: -> fixed
stage: commit review -> resolved
status: op
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue24905>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Thanks for the updated patch, but I'm not sure FileInput class needs a
islastline() method. I couldn't find any similar or duplicate feature requests
on the tracker after this opened in 2004 (which is a sign that the need for
this method is low.)
Berker Peksag added the comment:
> [...] but I want to make the change small so others won't get unfamiliar with
> the new code. :-)
Assuming it doesn't cause any behavior changes, I find Milt's patch simple
enough and easier to understand than the version uses
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issue26355>
___
___
Python-
Berker Peksag added the comment:
Thanks for the patch and sorry for my late response. I did some tweaks and am
planning to commit the tweaked version of your patch this week.
--
Added file: http://bugs.python.org/file46540/issue24459_cleanup.diff
Changes by Berker Peksag :
Added file: http://bugs.python.org/file46541/issue24459_cleanup_2.diff
___
Python tracker
<http://bugs.python.org/issue24459>
___
___
Python-bug
Berker Peksag added the comment:
Patch looks good to me too, thanks! Just left a super minor comment on Rietveld.
You might want to commit this to 3.5+ because we don't daily build 3.4 docs
anymore:
https://github.com/python/docsbuild-scripts/blob/master/build_docs.py#L30
I didn'
Berker Peksag added the comment:
Thanks for the reviews!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
See http://bugs.python.org/issue25680#msg255116 for Guido's comment on platform
differences.
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/is
Berker Peksag added the comment:
Thanks for the report and for the patch, Jim! I agree with Inada.
global_gitignore is a better way to achieve this.
> Maybe a better solution would be to add something to the devguide about
> excluding IDE settings files, with a link to the Github instru
Changes by Berker Peksag :
--
nosy: +jason.coombs
___
Python tracker
<http://bugs.python.org/issue29523>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset 89b1824e693419b20b6a9113e5293f1c1a78065f by GitHub in branch
'3.6':
bpo-27122: Fix comment to point to correct issue number (#48)
https://github.com/python/cpython/commit/89b1824e693419b20b6a9113e5293f1c1a78065f
--
nosy: +ber
Berker Peksag added the comment:
New changeset c6d2f498142c29ed62241ab6d89cb7b5e38f2fca by GitHub in branch
'3.5':
bpo-27122: Fix comment to point to correct issue number (#50)
https://github.com/python/cpython/commit/c6d2f498142c29ed62241ab6d89cb7b5e38f2fca
--
nosy: +ber
Changes by Berker Peksag :
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue29538>
___
___
Berker Peksag added the comment:
Thanks for the report, but spacy is not part of the Python standard library.
Please report your problem to spacy developers.
--
nosy: +berker.peksag
resolution: -> third party
stage: -> resolved
status: open -&g
Changes by Berker Peksag :
--
stage: -> needs patch
type: compile error -> enhancement
versions: +Python 3.5, Python 3.6
___
Python tracker
<http://bugs.python.org/i
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue26213>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Thanks for the report. Feature requests about bugs.python.org should be
reported to http://psf.upfronthosting.co.za/roundup/meta/
--
nosy: +berker.peksag
stage: -> resolved
status: open -> closed
___
Python t
Berker Peksag added the comment:
Thanks for the report. Feature requests about bugs.python.org should be
reported to http://psf.upfronthosting.co.za/roundup/meta/
--
nosy: +berker.peksag
stage: -> resolved
status: open -> closed
___
Python t
Changes by Berker Peksag :
--
nosy: +berker.peksag, michael.foord
stage: -> patch review
versions: -Python 2.7, Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/issu
Changes by Berker Peksag :
--
nosy: +berker.peksag
versions: +Python 3.7
___
Python tracker
<http://bugs.python.org/issue26467>
___
___
Python-bugs-list mailin
Berker Peksag added the comment:
I'm +1 on the idea. Currently, a user needs to find this information in a wall
of text: "To get the most compact JSON representation, you should specify (',',
':') to eliminate whitespace." It's easy to miss the lack of
Berker Peksag added the comment:
New changeset 6de2b7817fa9403e81dc38f13f3690f0bbf3d064 by Berker Peksag in
branch 'master':
bpo-29557: Remove ambiguous line in binhex docs (#90)
https://github.com/python/cpython/commit/6de2b7817fa9403e81dc38f13f3690f0bbf3d064
--
nosy: +ber
Changes by Berker Peksag :
--
stage: -> patch review
type: -> behavior
versions: +Python 3.5, Python 3.6
___
Python tracker
<http://bugs.python.org/i
Changes by Berker Peksag :
--
components: +Library (Lib) -Tests
stage: needs patch -> patch review
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issu
Changes by Berker Peksag :
--
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issue29520>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
Thanks for the report. I agree that the link can be removed. We have a separate
issue tracker for devguide at https://github.com/python/devguide/issues Please
report this there.
--
nosy: +berker.peksag
resolution: -> third party
stage: -> re
Berker Peksag added the comment:
FWIW, I also prefer PR 120 over PR 117. However, if Steven prefers PR 120 we
probably should merge it only in master.
--
nosy: +berker.peksag
stage: -> patch review
versions: +Python 3.5, Python 3.7
___
Pyt
Changes by Berker Peksag :
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue29574>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
nosy: +ethan.furman
___
Python tracker
<http://bugs.python.org/issue29594>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
All changes to Lib/test/test_copy.py have already been committed.
Perhaps the following hunks from the latest patch can still be useful:
-try:
-d[types.CodeType] = _deepcopy_atomic
-except AttributeError:
-pass
+d[types.CodeType] = _deepcopy_atomic
Changes by Berker Peksag :
--
components: -Tkinter
___
Python tracker
<http://bugs.python.org/issue29608>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
pip_gui is not part of the Python standard library. Please use
https://github.com/upendra-k14/pip_gui/issues to report your problem.
--
nosy: +berker.peksag
resolution: -> third party
stage: -> resolved
status: open -&g
Changes by Berker Peksag :
--
type: performance ->
___
Python tracker
<http://bugs.python.org/issue29608>
___
___
Python-bugs-list mailing list
Unsubscrib
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: -> patch review
type: -> behavior
versions: +Python 3.5, Python 3.6
___
Python tracker
<http://bugs.python.org/i
Berker Peksag added the comment:
New changeset 8fb1f6e039cbdeb333d83b7a62f0f37af4ce6e02 by Berker Peksag in
branch 'master':
bpo-29554: Improve docs for pstat module and profile. (#88)
https://github.com/python/cpython/commit/8fb1f6e039cbdeb333d83b7a62f0f3
Changes by Berker Peksag :
--
pull_requests: +176
___
Python tracker
<http://bugs.python.org/issue11572>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issue11572>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
I agree with Jim's review comment at
https://github.com/python/cpython/pull/155#pullrequestreview-22646534
Those links will quickly get outdated and I'm sure that we will get reports
like "this link doesn't work for my $PLATFORM $PLATFORM_
Berker Peksag added the comment:
Please use Stack Overflow or python-list for usage questions (and please do not
reopen this issue again)
--
nosy: +berker.peksag
resolution: works for me -> not a bug
status: open -> closed
___
Python tracker
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issue28814>
___
___
Python-
Berker Peksag added the comment:
I agree with and Davin and Inada. Note that multiprocessing documentation is
already too long and we'd like to be careful before adding another example.
If you could create a "multiprocessing cookbook" on wiki.python.org I'm pretty
s
Changes by Berker Peksag :
--
pull_requests: +190
___
Python tracker
<http://bugs.python.org/issue29554>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
pull_requests: +191
___
Python tracker
<http://bugs.python.org/issue29554>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset 6336f0d156feec0f109a8d01da108cf96e3d9c60 by GitHub in branch
'3.5':
bpo-29554: Improve docs for pstat module and profile. (#88) (#228)
https://github.com/python/cpython/commit/6336f0d156feec0f109a8d01da108c
Changes by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
New changeset b067a5eef7fdf69264d3578654996fc3755df4ea by GitHub in branch
'3.6':
bpo-29554: Improve docs for pstat module and profile. (#88) (#227)
https://github.com/python/cpython/commit/b067a5eef7fdf69264d3578654996f
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: needs patch -> patch review
versions: +Python 3.5, Python 3.6, Python 3.7 -Python 3.2, Python 3.3, Python
3.4
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
New changeset 0899b9809547ec2894dcf88cf4bba732c5d47d0d by Berker Peksag in
branch 'master':
bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122)
https://github.com/python/cpython/commit/0899b9809547ec2894dcf88cf4bba7
Berker Peksag added the comment:
New changeset 0899b9809547ec2894dcf88cf4bba732c5d47d0d by Berker Peksag in
branch 'master':
bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122)
https://github.com/python/cpython/commit/0899b9809547ec2894dcf88cf4bba7
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue29623>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue29623>
___
___
Python-bugs-list mailing list
Unsubscrib
Changes by Berker Peksag :
--
pull_requests: +206
___
Python tracker
<http://bugs.python.org/issue28814>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
pull_requests: +208
___
Python tracker
<http://bugs.python.org/issue28814>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
pull_requests: +207
___
Python tracker
<http://bugs.python.org/issue20438>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
pull_requests: +209
___
Python tracker
<http://bugs.python.org/issue20438>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
pull_requests: +210
___
Python tracker
<http://bugs.python.org/issue28518>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
dependencies: +sqlite3: remove sqlite3_stmt_readonly()
type: -> enhancement
versions: +Python 3.7
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
Thanks for the report, Ma.
> We can use the old way in here, the old way is even better IMO.
What do you mean by the old way? The use of switch statement?
--
dependencies: +execute("begin immediate") throwing Ope
Berker Peksag added the comment:
> - if (!sqlite3_stmt_readonly(self->statement->st)) {
> + if (self->statement->is_dml) {
Ah, yes now I understand what do you mean! :) I agree and this is already in my
local branch
Changes by Berker Peksag :
--
nosy: +lukasz.langa
___
Python tracker
<http://bugs.python.org/issue29627>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Perhaps it's now time to drop that __version__ attribute in 3.7? We've removed
the __version__ attribute from the email module in issue 22508.
--
nosy: +berker.peksag
stage: -> patch review
___
Python t
Changes by Berker Peksag :
--
pull_requests: +269
___
Python tracker
<http://bugs.python.org/issue28961>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
pull_requests: +270
___
Python tracker
<http://bugs.python.org/issue28961>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Berker Peksag :
--
pull_requests: +274
___
Python tracker
<http://bugs.python.org/issue29121>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
pull_requests: +279
___
Python tracker
<http://bugs.python.org/issue28518>
___
___
Python-bugs-list mailing list
Unsubscribe:
1801 - 1900 of 3715 matches
Mail list logo