Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue30126>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
87c07fe9d908d0a2143fcc8369255c6ff3241503 should still be backported to 3.5 and
3.6 branches so please don't close it yet.
--
resolution: fixed ->
stage: resolved -> backport needed
status: closed -> open
Changes by Berker Peksag :
--
pull_requests: +1404
___
Python tracker
<http://bugs.python.org/issue29974>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
pull_requests: +1406
___
Python tracker
<http://bugs.python.org/issue29974>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
I think this is a documentation issue. curses.chgat() documentation tries to
describe different signatures in one place and some of these signatures change
the behavior of the function. For example, curses.chgat() calls mvwchgat() when
users pass y and x to it
Berker Peksag added the comment:
New changeset 271a289a03ad10c91c5326bde3020f1cdf6a1fff by Berker Peksag in
branch '3.5':
bpo-29974: Improve typing.TYPE_CHECKING example (GH-982)
https://github.com/python/cpython/commit/271a289a03ad10c91c5326bde3020f
Berker Peksag added the comment:
New changeset 04f389b8b357c8507b6c9642adcb8b956489e034 by Berker Peksag in
branch '3.6':
bpo-29974: Improve typing.TYPE_CHECKING example (GH-982)
https://github.com/python/cpython/commit/04f389b8b357c8507b6c9642adcb8b
Berker Peksag added the comment:
Now all backport PRs have been merged. Thanks for the PR, Mathias.
> Thanks for making backport PRs! (and sorry for closing prematurely)
No problem, thanks for the reviews! By the way, sorry I missed the typo in your
last name while doing the initial me
Changes by Berker Peksag :
--
superseder: -> Update Python Software Foundation Copyright Year
___
Python tracker
<http://bugs.python.org/issue30179>
___
___
Py
Changes by Berker Peksag :
--
stage: patch review -> backport needed
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue30052>
___
___
Pyth
Changes by Berker Peksag :
--
superseder: -> argparse: default args in mutually exclusive groups
___
Python tracker
<http://bugs.python.org/issue30163>
___
_
Berker Peksag added the comment:
New changeset e65fcde85abf6617508f2d6b77020e24b8ca6f6b by Berker Peksag (Marco
Buttu) in branch 'master':
bpo-27200: Fix several doctests (GH-604)
https://github.com/python/cpython/commit/e65fcde85abf6617508f2d6b77020e
Berker Peksag added the comment:
I agree with David. The documentation of the method starts with "Write a byte
string to the socket [...]" and the example at
https://docs.python.org/3/library/telnetlib.html#telnet-example is pretty clear.
--
nosy: +berker.peksag
Berker Peksag added the comment:
Neil, can this issue be closed or do you want to backport to 3.6?
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue30
Changes by Berker Peksag :
--
components: +Library (Lib)
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
type: -> enhancement
___
Python tracker
<http://bugs.python
Changes by Berker Peksag :
--
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue30119>
___
___
Python-bugs-list
Berker Peksag added the comment:
New changeset c07b3a15be5e0a68a73b4c532861ed8de6932bd2 by Berker Peksag
(masklinn) in branch 'master':
bpo-29920: Document cgitb.text() and cgitb.html() functions (GH-849)
https://github.com/python/cpython/commit/c07b3a15be5e0a68a73b4c532861ed
Berker Peksag added the comment:
Even if users somehow managed to create Cache and Statement objects themselves,
they are basically implementation details of the module and there is no way to
use them to mess with the internal state of the module via using the current
API (e.g
Changes by Berker Peksag :
--
stage: patch review -> backport needed
___
Python tracker
<http://bugs.python.org/issue30192>
___
___
Python-bugs-list mai
Berker Peksag added the comment:
I'd suggest marking them with @unittest.expectedFailure as an alternative way
to move forward.
--
nosy: +berker.peksag
stage: -> patch review
type: -> behavior
___
Python tracker
<http://bugs.python.
Berker Peksag added the comment:
Thanks for the report. This is a duplicate of issue 14894.
--
nosy: +berker.peksag
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> distutils.LooseVersion fails to compare numbe
Berker Peksag added the comment:
> Someone somewhere may be using them for something, they've been around for a
> long time.
Well, you can use the same argument for every issue on the tracker. People can
even rely on real bugs that are still open for 10 years, but that doesn
Berker Peksag added the comment:
FWIW, I agree with Brett and David. Did you try to use it? I prefer to fix it
even if it's broken at the moment.
--
___
Python tracker
<http://bugs.python.org/is
Changes by Berker Peksag :
--
pull_requests: +1626
___
Python tracker
<http://bugs.python.org/issue29920>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
pull_requests: +1627
___
Python tracker
<http://bugs.python.org/issue29920>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
> Is it to validate that we have bugs? :)
More or less, yes. Since the problem is not in the library code and the tests
are not completely useless, using @unittest.expectedFailure might be a better
short term solution than skipping or removing them (at le
Changes by Berker Peksag :
--
pull_requests: +1669
___
Python tracker
<http://bugs.python.org/issue29898>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
nosy: +Claudiu.Popa, brett.cannon
___
Python tracker
<http://bugs.python.org/issue29877>
___
___
Python-bugs-list mailing list
Unsub
Berker Peksag added the comment:
Thanks for the report, Tommy. I think the configparser exception is pretty
descriptive here. You had a .pypirc file like the following:
[distutils]
index-servers =
pypi
global
[pypi]
username:spam
password:eggs
You passed -r
New submission from Berker Peksag:
For future reference, this was also reported by Chris Cummins on docs@p.o at
https://mail.python.org/pipermail/docs/2017-May/031420.html
--
nosy: +berker.peksag
stage: -> patch review
versions: +Python 3.5, Python
Berker Peksag added the comment:
New changeset 99776296230ddd8429ebad2d07854b8c27ea10ab by Berker Peksag
(csabella) in branch 'master':
bpo-30358: Document sort argument of profile.runctx() (GH-1566)
https://github.com/python/cpython/commit/99776296230ddd8429ebad2d07854b
Changes by Berker Peksag :
--
stage: patch review -> backport needed
___
Python tracker
<http://bugs.python.org/issue30358>
___
___
Python-bugs-list mai
Changes by Berker Peksag :
--
pull_requests: +1672
___
Python tracker
<http://bugs.python.org/issue30358>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
pull_requests: +1673
___
Python tracker
<http://bugs.python.org/issue30358>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset 61b6e5cf929a80bb44500fb1a212facf66d7f45c by Berker Peksag in
branch '3.6':
bpo-30358: Document sort argument of profile.runctx() (GH-1566)
https://github.com/python/cpython/commit/61b6e5cf929a80bb44500fb1a212fa
Berker Peksag added the comment:
New changeset f3291eeb90da2ddb37efea30dfc9406983b0f681 by Berker Peksag in
branch '3.5':
bpo-30358: Document sort argument of profile.runctx() (GH-1566)
https://github.com/python/cpython/commit/f3291eeb90da2ddb37efea30dfc940
Changes by Berker Peksag :
--
resolution: -> fixed
stage: backport needed -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Thanks for the report, but IPython is not part of the Python standard library.
Since downgrading IPython to 4.2.0 solved your problem, I'd suggest to report
this to IPython developers.
--
nosy: +berker.peksag
resolution: -> third par
Berker Peksag added the comment:
New changeset 87fa8a780e9045a26c735f085c07bba4b2d0be60 by Berker Peksag in
branch 'master':
bpo-29898: Fix incorrect env variable name (GH-1576)
https://github.com/python/cpython/commit/87fa8a780e9045a26c735f085c07bba4b2d0be60
--
nosy: +ber
Changes by Berker Peksag :
--
components: +Library (Lib)
superseder: -> Make Executor.map work with infinite/large inputs correctly
___
Python tracker
<http://bugs.python.org/issu
Changes by Berker Peksag :
--
stage: test needed -> backport needed
___
Python tracker
<http://bugs.python.org/issue29898>
___
___
Python-bugs-list mai
Changes by Berker Peksag :
--
pull_requests: +1700
___
Python tracker
<http://bugs.python.org/issue29898>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
resolution: -> fixed
stage: backport needed -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
New changeset 0d267041c40a3ab655676b885c0ba35ed9685848 by Berker Peksag in
branch '3.6':
bpo-29898: Fix incorrect env variable name (GH-1576)
https://github.com/python/cpython/commit/0d267041c40a3ab655676b885c0ba3
Changes by Berker Peksag :
--
pull_requests: +1721
___
Python tracker
<http://bugs.python.org/issue30376>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
pull_requests: +1749
___
Python tracker
<http://bugs.python.org/issue28647>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
pull_requests: -1794
___
Python tracker
<http://bugs.python.org/issue26171>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
pull_requests: +1881
___
Python tracker
<http://bugs.python.org/issue30404>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Please don't close it yet. I agree with Serhiy's comments in msg293394, but I
couldn't find time to address his comments yet (plus we still need to backport
the documentation update to 3.5 a
Changes by Berker Peksag :
--
nosy: -Love
resolution: -> not a bug
stage: -> resolved
status: open -> closed
title: The reply's additional 'Re' is ok -> Spam
___
Python tracker
<htt
Changes by Berker Peksag :
--
Removed message: http://bugs.python.org/msg295480
___
Python tracker
<http://bugs.python.org/issue30606>
___
___
Python-bugs-list m
Changes by Berker Peksag :
--
Removed message: http://bugs.python.org/msg295479
___
Python tracker
<http://bugs.python.org/issue30606>
___
___
Python-bugs-list m
Berker Peksag added the comment:
This tracker is for issues with the Python programming language and its
standard library. SciPy is not part of the standard library. Please use SciPy
project's support channels to get help for your problem. Thank you!
--
nosy: +berker.p
Change by Berker Peksag :
--
resolution: -> rejected
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue35272>
___
___
Change by Berker Peksag :
--
hgrepos: -377
___
Python tracker
<https://bugs.python.org/issue32531>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
gdb.execute() is part of GDB's Python API and maintained by GDB maintainers.
This tracker is for issues with Python interpreter and its standard library.
--
nosy: +berker.peksag
resolution: -> not a bug
stage: -> resolved
status: ope
Berker Peksag added the comment:
I'm a bit late to reply, but I think you are using the API wrong. Please try
the following snippet:
from multiprocessing import Manager
manager = Manager()
data = manager.list([manager.list([manager
Change by Berker Peksag :
--
components: +Library (Lib) -Interpreter Core
___
Python tracker
<https://bugs.python.org/issue32538>
___
___
Python-bugs-list mailin
Berker Peksag added the comment:
I can also confirm that reverting 335ab5b66f432ae3713840ed2403a11c368f5406
fixes the problem.
--
nosy: +berker.peksag
type: -> behavior
___
Python tracker
<https://bugs.python.org/issu
Change by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<https://bugs.python.org/issue19961>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset 5ebfa840a1c9967da299356733da41b532688988 by Berker Peksag
(mollison) in branch 'master':
bpo-36645: Fix ambiguous formatting in re.sub() documentation (GH-12879)
https://github.com/python/cpython/commit/5ebfa840a1c9967da299356733da41
Berker Peksag added the comment:
Thank you!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
type: -> behavior
versions: +Python 3.8
___
Python tracker
<https://bugs.python
Berker Peksag added the comment:
Thank you, Joannah. There's no need to backport PR 12765 to maintenance
branches, so I'm closing this issue as 'fixed'.
--
resolution: -> fixed
stage: patch review -> resolved
status: open ->
Berker Peksag added the comment:
New changeset 9541bd321a94f13dc41163a5d7a1a847816fac84 by Berker Peksag
(Joannah Nanjekye) in branch 'master':
bpo-24011: Use PyModule_Add{Object,IntMacro} in PyInit__signal() (GH-12765)
https://github.com/python/cpyt
Berker Peksag added the comment:
New changeset 9b21856b0fcda949de239edc7aa6cf3f2f4f77a3 by Berker Peksag
(Xtreak) in branch 'master':
bpo-23078: Add support for {class,static}method to mock.create_autospec()
(GH-11613)
https://github.com/python/cpyt
Change by Berker Peksag :
--
pull_requests: -11349
___
Python tracker
<https://bugs.python.org/issue23078>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
pull_requests: +12829
___
Python tracker
<https://bugs.python.org/issue23078>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset 15a57a3cadb992bb1752302333ff593e7eab284c by Berker Peksag in
branch '3.7':
bpo-23078: Add support for {class,static}method to mock.create_autospec()
(GH-11613)
https://github.com/python/cpython/commit/15a57a3cadb992bb1752302333ff59
Berker Peksag added the comment:
Thank you!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Berker Peksag added the comment:
New changeset d59b662e490d3fae662c5f81fa5248f0445d2158 by Berker Peksag (周家未)
in branch 'master':
bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903)
https://github.com/python/cpython/commit/d59b662e490d3fae662c5f81fa5248f0445d2158
-
Berker Peksag added the comment:
New changeset 5407aaf18b8d33d0a327991db366457ac6fead2d by Berker Peksag (Miss
Islington (bot)) in branch '3.7':
bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903)
https://github.com/python/cpython/commit/5407aaf18b8d33d0a327991db36645
Berker Peksag added the comment:
Thank you!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Berker Peksag :
--
pull_requests: +12834
___
Python tracker
<https://bugs.python.org/issue28113>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Py_CreateSymbolicLinkW() has been removed in bpo-31512. PR 12907 updates tests
to use support.TESTN.
--
___
Python tracker
<https://bugs.python.org/issue28
Change by Berker Peksag :
--
pull_requests: +12835
___
Python tracker
<https://bugs.python.org/issue29734>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset 6ef726af3ec106013c7c4261ddb306854f2b1778 by Berker Peksag in
branch 'master':
bpo-29734: Cleanup test_getfinalpathname_handles test (GH-12908)
https://github.com/python/cpython/commit/6ef726af3ec106013c7c4261ddb306854f2b1778
-
Change by Berker Peksag :
--
keywords: +patch
pull_requests: +12840
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue29183>
___
___
Py
Berker Peksag added the comment:
What about other packages in the stdlib? For example, you can see the same
behavior in the email package:
>>> import email
>>> email.message.EmailMessage()
Traceback (most recent call last):
File "", line 1, in
Attribute
Change by Berker Peksag :
--
pull_requests: +12881
___
Python tracker
<https://bugs.python.org/issue18099>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Closing this as 'not a bug' since examples in both branches are correct. Thank
you for the report!
--
resolution: -> not a bug
stage: patch review -> resolved
status: open -> closed
___
Pyt
Berker Peksag added the comment:
New changeset ad0daf5b374dc43540d4ffcf32ca30e5c5147b90 by Berker Peksag
(Charles Pigott) in branch 'master':
bpo-31525: Increase minimum sqlite version number check (GH-12923)
https://github.com/python/cpython/commit/ad0daf5b374dc43540d4ffcf32ca30
Berker Peksag added the comment:
It's not easy to write a test for this, so I might merge PR 12977 without a
test.
--
versions: +Python 3.7, Python 3.8 -Python 2.7, Python 3.4, Python 3.5
___
Python tracker
<https://bugs.python.org/i
Berker Peksag added the comment:
Replying your second question: I think most Linux distributions strip the
Lib/test/ directory, so it should be safe to just remove it. We don't refer to
it from the standard library. The helpers documented at
https://docs.python.org/3/library/test.htm
Change by Berker Peksag :
--
nosy: +brett.cannon
___
Python tracker
<https://bugs.python.org/issue22640>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
pull_requests: +12903
___
Python tracker
<https://bugs.python.org/issue8138>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
pull_requests: +12909
___
Python tracker
<https://bugs.python.org/issue1613500>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Berker Peksag :
--
pull_requests: +12910
___
Python tracker
<https://bugs.python.org/issue2091>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
New changeset 4d8c8c0ad6163c24136d3419eb04f310b31f7e64 by Berker Peksag (Paul
Ganssle) in branch 'master':
bpo-36025: Fix PyDate_FromTimestamp API (GH-11922)
https://github.com/python/cpython/commit/4d8c8c0ad6163c24136d3419eb04f310b31f7e64
-
Berker Peksag added the comment:
New changeset 21a9ba1992775b5a833da28bfa0a9f028d1b6761 by Berker Peksag in
branch 'master':
bpo-2091: Fix typo in exception message (GH-12987)
https://github.com/python/cpython/commit/21a9ba1992775b5a833da28bfa0a9f028d1b6761
--
nosy: +ber
Change by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
type: -> behavior
___
Python tracker
<https://bugs.python
Berker Peksag added the comment:
New changeset f5972cc0c9a8e3315207e2d67534f330d619af4e by Berker Peksag (Miss
Islington (bot)) in branch '3.7':
bpo-2091: Fix typo in exception message (GH-12987)
https://github.com/python/cpython/commit/f5972cc0c9a8e3315207e2d67534f3
Berker Peksag added the comment:
I just tested the snippet in msg165779 under Windows with Python 2.7.16. I
didn't get WindowsError after I called os.unlink(path) and verified that path
is removed from the file system.
I think we can close this issue as 'out of date'.
Berker Peksag added the comment:
The original problem has already been solved by making
tokenize.generate_tokens() public in issue 12486.
However, the same exception can be raised when tokenize.open() is used with
tokenize.tokenize(), because it returns a text stream:
https
Berker Peksag added the comment:
IMO, it would be better if we just remove the scriptsinstall target.
--
nosy: +berker.peksag
___
Python tracker
<https://bugs.python.org/issue36
Berker Peksag added the comment:
Thank you for the report! This is already reported by Ned at
https://github.com/python/pythondotorg/issues/1254 Closing this as 'third
party'.
--
nosy: +berker.peksag
resolution: -> third party
stage: -> resolved
status
Berker Peksag added the comment:
New changeset be6dbfb43b89989ccc83fbc4c5234f50f44c47ad by Berker Peksag in
branch 'master':
bpo-1613500: Don't hardcode output file mode in fileinput.FileInput (GH-12986)
https://github.com/python/cpython/commit/be6dbfb43b89989ccc83fbc4c
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.org/
Berker Peksag added the comment:
FYI, in msg261315, Eryk has mentioned about possible improvement of the
exception message on POSIX. The filename has been added to the exception
message in 8621bb5d93239316f97281826461b85072ff6db7:
>>> import subprocess, os
>>> os.access(
Berker Peksag added the comment:
Please revert 360e1e4c519cfc139de707bcdd1e6c871eec79ee. It's not a good example
to put into the documentation.
It uses different naming convention. It would only confuse users relatively new
to the wsgiref module and WSGI protocol.
FileWrapper was sup
Berker Peksag added the comment:
Personally, I'd prefer removing the 'serve' target completely. make -C Doc
htmlview should already cover most of its use cases. There is no deprecation
period needed and there is already a replacement (and IMO better) for it.
--
nosy:
401 - 500 of 3715 matches
Mail list logo