Berker Peksag added the comment:
Done. I'm going to pretend 2.7 doesn't exist :)
--
nosy: +berker.peksag
status: open -> closed
___
Python tracker
<http://bugs.pytho
Changes by Berker Peksag :
--
nosy: +ncoghlan, rhettinger
stage: -> needs patch
versions: -Python 3.3, Python 3.4, Python 3.5, Python 3.6
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
Thanks for the updated patches. Since they both intend to fix the same problem,
we can combine them in one patch file.
--
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
Here is a patch that reuses the helper in CommandLineTests.
--
nosy: +berker.peksag
stage: needs patch -> patch review
versions: +Python 3.5, Python 3.7
Added file: http://bugs.python.org/file44621/issue27322_v2.d
Berker Peksag added the comment:
Victor committed the patch in msg276042 in 579141d6e353.
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue28
Berker Peksag added the comment:
Here is a patch with a test case.
--
keywords: +patch
nosy: +berker.peksag
stage: -> patch review
type: -> behavior
Added file: http://bugs.python.org/file44647/issue28131.diff
___
Python tracker
Berker Peksag added the comment:
Thanks for the report and for the reviews!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Thanks!
--
nosy: +berker.peksag
resolution: -> fixed
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Here's a patch for Unix. I will add Windows support when I get my Windows VM.
> [...] (and add a test - test_crashers, presumably?) [...]
Unfortunately, test_crashers doesn't run since 2011 (skipped in 481ad9129a0f.)
parse_envlist() is only used
Changes by Berker Peksag :
--
nosy: +steve.dower, zach.ware
___
Python tracker
<http://bugs.python.org/issue28142>
___
___
Python-bugs-list mailing list
Unsub
Berker Peksag added the comment:
Thanks!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.7 -Python 3.6
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Can you wrap the test with @support.cpython_only decorator? The patch fixes the
memory leak demonstrated in test-dict-pop.py.
--
nosy: +berker.peksag, haypo, methane
stage: -> patch review
___
Python tracker
&l
Berker Peksag added the comment:
Note that I'm planning to rewrite the test to use pythontest.net.
--
nosy: +berker.peksag
stage: -> needs patch
type: -> enhancement
versions: +Python 3.6
___
Python tracker
<http://bugs.python.
Berker Peksag added the comment:
Thanks!
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
type: -> behavior
versions: +Python 3.7
___
Python tracker
<http://bugs.python
Berker Peksag added the comment:
Eryk's patch looks good to me, thanks! I will wait for others to review the
patch.
--
___
Python tracker
<http://bugs.python.org/is
Berker Peksag added the comment:
Thanks for the report. This was already done in Python 3.4. See
https://docs.python.org/dev/whatsnew/3.4.html#changes-in-python-command-behavior
and issue 18338 for details. Backporting this to 2.7 would break backwards
compatibility so that means we can
Changes by Berker Peksag :
--
nosy: +orsenthil
___
Python tracker
<http://bugs.python.org/issue27973>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
I think the current consensus is to keep old APIs around to make porting from
Python 2 easier. That's why I opened issue 26041.
See also msg256111 and "Deprecation policy PEP" proposed at
https://mail.python.org/pipermail/python-committers/2016
Berker Peksag added the comment:
Thanks!
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
versions: +Python 3.7
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Thanks for the patch, Eryk!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Berker Peksag :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue28176>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Berker Peksag:
This is a follow-up from msg275748 in issue 27213 (Rework CALL_FUNCTION*
opcodes). I believe the test_runpy failure I mentioned there is also the same
error, but this one can be reproduced easily.
test_recursionlimit_fatalerror in SysModuleTest (Lib/test
Changes by Berker Peksag :
Added file: http://bugs.python.org/file44688/full_output.txt
___
Python tracker
<http://bugs.python.org/issue28179>
___
___
Python-bugs-list m
Berker Peksag added the comment:
Here is an updated patch.
--
versions: +Python 3.7
Added file: http://bugs.python.org/file44689/issue25270_v2.diff
___
Python tracker
<http://bugs.python.org/issue25
Berker Peksag added the comment:
3.4 is in security-fix-only mode so it doesn't get bugfix updates anymore.
--
nosy: +berker.peksag
resolution: -> out of date
status: open -> closed
versions: +Python 3.5
___
Python tracker
<http://b
Berker Peksag added the comment:
Thanks for the review, Serhiy. Here's an updated patch.
--
Added file: http://bugs.python.org/file44691/issue25270_v3.diff
___
Python tracker
<http://bugs.python.org/is
Berker Peksag added the comment:
Thank you Gergely and Markus!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Thanks for the reviews everyone!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Here's a patch that uses pythontest.net.
--
keywords: +patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file44695/issue28151.diff
___
Python tracker
<http://bugs.python.org
New submission from Berker Peksag:
There are a couple of instances that don't check return value of
_PyBytes_Resize in Modules/. I noticed this while working on issue 25270.
Patch attached.
--
components: Extension Modules
files: pybytes_resize.diff
keywords: patch
messages: 2
Changes by Berker Peksag :
Added file: http://bugs.python.org/file44711/pybytes_resize_regenerated.diff
___
Python tracker
<http://bugs.python.org/issue28187>
___
___
Berker Peksag added the comment:
Would increasing timeout to 10.0 be sufficient? Should we wrap the test with
@support.reap_threads?
--
nosy: +berker.peksag
status: pending -> open
versions: +Python 3.5, Python 3.7
___
Python tracker
&l
Berker Peksag added the comment:
Thanks for the patch. I left some comment on Rietveld:
http://bugs.python.org/review/26149/#ps18589
--
stage: needs patch -> patch review
versions: +Python 3.7
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
What do you mean by crash? I think the purpose of the test is to crash the
interpreter:
def test_recursionlimit_fatalerror(self):
# A fatal error occurs if a second recursion limit is hit when
recovering
# from a first one
Berker Peksag added the comment:
Thanks for the review, Serhiy! Good point, closing this as 'not a bug'.
--
resolution: -> not a bug
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs
Berker Peksag added the comment:
Thanks, Eryk.
--
nosy: +berker.peksag
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.7
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
This is resolved by issue 28075.
--
nosy: +berker.peksag
resolution: -> out of date
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Thanks, Serhiy. Here's an updated patch.
--
versions: +Python 3.7
Added file: http://bugs.python.org/file44720/issue26384_v2.diff
___
Python tracker
<http://bugs.python.org/is
Changes by Berker Peksag :
Added file: http://bugs.python.org/file44721/issue26384_v3.diff
___
Python tracker
<http://bugs.python.org/issue26384>
___
___
Python-bug
Changes by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
This looks like a bug in ncurses 5.7 and a duplicate of issue 15037.
--
nosy: +berker.peksag
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> curses.unget_wch and test_curses fail when linked with ncur
New submission from Berker Peksag:
>From
>http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/11654/steps/test/logs/stdio
==
FAIL: test_huntrleaks_fd_leak (test.test_regrtest.ArgsTe
Berker Peksag added the comment:
test_robotparser is now green. I've opened issue 28195 for
test_huntrleaks_fd_leak.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http:
Berker Peksag added the comment:
It looks like
http://buildbot.python.org/all/builders/x86%20Windows7%203.x/builds/11581 is
first time that the test was failed.
Revisions (without documentation changes) in that build:
* 378e000a68785fdb3d74b3a930bc4ac5f6a04ce5
Berker Peksag added the comment:
For some reason, some tests fail randomly on FreeBSD buildbots. See also
issue27784. I'm planning to apply the attached patch.
--
keywords: +patch
nosy: +koobs
Added file: http://bugs.python.org/file44736/issue28176_skip_tests
Berker Peksag added the comment:
Here's an updated patch.
--
versions: +Python 3.7
Added file: http://bugs.python.org/file44739/issue25400_v2.diff
___
Python tracker
<http://bugs.python.org/is
Changes by Berker Peksag :
Added file: http://bugs.python.org/file44740/issue25400_v3.diff
___
Python tracker
<http://bugs.python.org/issue25400>
___
___
Python-bug
Changes by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Please upload your patch from a Mercurial clone:
* https://docs.python.org/devguide/setup.html#checkout
* https://docs.python.org/devguide/patch.html
Currently, if you pass a string as a second argument, you get:
>>> complex(1, "1")
Tracebac
Berker Peksag added the comment:
Thanks for the report. This looks like a duplicate of issue 24022.
--
nosy: +berker.peksag
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Python heap corruption issue
__
Berker Peksag added the comment:
I think the problem described in msg270181 is now fixed in issue 24022. Adding
Benjamin to nosy list for the other case.
--
nosy: +benjamin.peterson, berker.peksag
___
Python tracker
<http://bugs.python.
Changes by Berker Peksag :
--
nosy: -SH4Y4N
title: very useful information -> Spam
___
Python tracker
<http://bugs.python.org/issue28204>
___
___
Python-
Berker Peksag added the comment:
Thanks Victor!
--
stage: needs patch -> resolved
___
Python tracker
<http://bugs.python.org/issue28195>
___
___
Python-bugs-lis
Berker Peksag added the comment:
Serhiy, do you have further comments about issue26868_v2.diff?
--
versions: +Python 3.7
___
Python tracker
<http://bugs.python.org/issue26
Berker Peksag added the comment:
Thanks for the patch. We can't fix this in 3.4 because it's in
security-fix-only mode:
https://docs.python.org/devguide/index.html#status-of-python-branches
--
versions: -Python 3.4
___
Python trac
Berker Peksag added the comment:
Unless I'm missing something, this is a duplicate of issue 17218 :)
--
nosy: +berker.peksag
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> support title and description in argparse
add_mutuall
Berker Peksag added the comment:
Fixed. I lost some time because of this today :)
--
nosy: +berker.peksag
resolution: -> fixed
stage: test needed -> resolved
status: open -> closed
versions: +Python 3.7 -Python 3.4
___
Python track
Berker Peksag added the comment:
Instead of duplicating XML() documentation, I'd suggest changing fromstring()
documentation to say something like "this is an alias for ElementTree.XML()."
--
nosy: +berker.peksag
versions: +Python
Changes by Berker Peksag :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue28260>
___
___
Berker Peksag added the comment:
Thanks!
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
versions: +Python 3.7
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Thanks, Tom.
--
components: -Library (Lib)
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.7
___
Python tracker
<http://bugs.python.or
Changes by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Please note that Python/Python-ast.c is automatically generated by
Parser/asdl_c.py.
--
nosy: +benjamin.peterson, berker.peksag
___
Python tracker
<http://bugs.python.org/issue24
Berker Peksag added the comment:
Serhiy's patch looks good to me. It would be nice to add a test for multiple
invalid keyword arguments:
with self.assertRaisesRegex(TypeError, msg):
ImportError('test', invalid='keyword', another=True)
Using empty_tup
Berker Peksag added the comment:
> If nobody fixes the unit test, I will revert the change.
I attached a patch that skips the test in case of a timeout in issue 28176. Did
you had a chance to take a look at it?
--
nosy: +berker.peksag
stage: -> needs patch
type: -> behavior
Berker Peksag added the comment:
I think we can add a note for starmap() in the following sentence:
> [...] (it supports only one iterable argument though).
(Quoted from
https://docs.python.org/3/library/multiprocessing.html#multiprocessing.pool.Pool.map)
Would you like to write a pa
Berker Peksag added the comment:
Thanks for triaging this, Bert. Would you like to propose a patch with a test
case?
Note that we can't fix this in 3.3 and 3.4 because they are in
security-fix-only mode. See
https://docs.python.org/devguide/index.html#status-of-python-branches for
de
Berker Peksag added the comment:
Perhaps running a script like below on the host would help to identify the
problem?
import getpass
import grp
import pprint
pprint.pprint(getpass.getuser())
pprint.pprint([(g.gr_gid, g.gr_name) for g in grp.getgrall()])
pprint.pprint([(g.gr_gid, g.gr_name
Berker Peksag added the comment:
test_sock_connect_sock_write_race failure is being discussed in issue 28283.
Closing this again.
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Berker Peksag added the comment:
Just saw
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.x%203.5/builds/1136/steps/test/logs/stdio
and went ahead to remove the test.
--
resolution: -> fixed
stage: needs patch -> resolved
status: open -&g
Berker Peksag added the comment:
Here's an updated patch.
--
Added file: http://bugs.python.org/file44849/issue27322_v3.diff
___
Python tracker
<http://bugs.python.org/is
Berker Peksag added the comment:
+1 from me. This would help people to port their projects to Python 3.
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue28
Changes by Berker Peksag :
--
resolution: -> fixed
stage: needs patch -> resolved
status: pending -> closed
___
Python tracker
<http://bugs.python.or
Changes by Berker Peksag :
--
keywords: +easy
nosy: +berker.peksag
stage: -> needs patch
type: -> behavior
___
Python tracker
<http://bugs.python.org/i
Changes by Berker Peksag :
--
nosy: +berker.peksag
versions: +Python 3.7
___
Python tracker
<http://bugs.python.org/issue26869>
___
___
Python-bugs-list mailin
Berker Peksag added the comment:
The culprit is the ``test_suite='nose.collector'`` line here. It looks like
this has already been fixed in nose:
https://github.com/nose-devs/nose/issues/759
--
nosy: +berker.peksag
resolution: -> not a bug
stage: -> resolved
status
Berker Peksag added the comment:
> What is the process? hg clone cpython, and make a patch from that and post it
> here?
Yes, it's exactly what you just described :) See
https://docs.python.org/devguide/index.html for details.
> Or is there some pull-request style process avail
Berker Peksag added the comment:
Thanks for the report! I've now updated the example to use MessageBoxw.
Eryk, do you find the second example (GetWindowRect) is useful? Can we make it
more usable? Unless I'm missing something, we need to pass the return value of
GetActiveWindow()
Berker Peksag added the comment:
Thanks!
--
nosy: +berker.peksag
resolution: -> fixed
stage: commit review -> resolved
status: open -> closed
versions: +Python 3.5
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Good catch, thanks!
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
type: -> behavior
versions: +Python 3.5, Python 3.6
___
Python tracker
<http://bugs.python
Changes by Berker Peksag :
--
versions: -Python 3.5
___
Python tracker
<http://bugs.python.org/issue27322>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
This is a duplicate of issue 11341.
--
nosy: +berker.peksag
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> test_os fails
___
Python tracker
<http://bugs.python
Berker Peksag added the comment:
Hi Claudiu, thanks for the report, but I don't think this is a common use case
that needs to be supported in the standard library. Other people may prefer to
use different solutions in a similar case (e.g. using a debugger) Plus, it's
not hard to
Changes by Berker Peksag :
--
versions: +Python 3.7
Added file: http://bugs.python.org/file44871/issue12743_v2.diff
___
Python tracker
<http://bugs.python.org/issue12
Changes by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.7
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Per Victor's comment in issue 8844
(http://bugs.python.org/issue8844#msg277640), I'm closing this as 'wont fix'.
Thanks for the report!
--
nosy: +berker.peksag
resolution: -> wont fix
stage: -> resol
Berker Peksag added the comment:
The buildbot is now green. Closing this as fixed.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Good catch! Thanks for the report.
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
versions: +Python 3.6, Python 3.7
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Thanks for the report, Alex. SafeConfigParser has been renamed to ConfigParser
in Python 3.2 and distutils already uses ConfigParser in Python 3:
>From Distribution.parse_config_files():
...
parser = ConfigParser()
For 2.7, can you try it w
Berker Peksag added the comment:
https://docs.python.org/2/library/pickle.html#object.__getinitargs__ states:
"If it is desirable that the __init__() method be called on unpickling, an
old-style class can define a method __getinitargs__(), which should return a
tuple containing the argu
Berker Peksag added the comment:
Thanks for the report, but --with(out)-signal-module option has been removed in
d5bb5ad5a108.
--
nosy: +berker.peksag
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python track
Berker Peksag added the comment:
Thanks for the report and for the patch, Claudiu. The part you mentioned has
already been removed in 6e613ecd70f0. Here's the current version:
"Values in the registry have name, type, and data components. This method
retrieves the data for a key
Berker Peksag added the comment:
Comments have been updated by the new dict implementation in 3.6+, but the 3.5
branch still needs to be updated.
--
nosy: +berker.peksag, inada.naoki
stage: -> needs patch
type: enhancement -> behavior
versions: +Pyth
Berker Peksag added the comment:
Thanks for the patch. asyncio.timeout() has been removed in 73a28ad66bd9.
--
nosy: +berker.peksag
resolution: -> out of date
stage: patch review -> resolved
status: open -> closed
___
Python track
Changes by Berker Peksag :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue26224>
___
___
Python-bugs-list mailing list
Unsubscrib
Berker Peksag added the comment:
Thanks, Alejandro. Doc/howto/webservers.rst has been removed in Python 3 so I
just fixed 2.7.
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
type: enhancement -> behavior
versions: -Python 3.2
Berker Peksag added the comment:
Here's a new patch that addresses Serhiy's comments.
Let me know if you need a hand with review and commit these patches this
weekend :)
--
nosy: +berker.peksag
Added file: http://bugs.python.org/file44884/issue282
Berker Peksag added the comment:
> Is there a fix for compileall missing from the patch?
No, os.path.* functions have taken care of the conversion, but the output was
in the following format:
Compiling PosixPath('/tmp/tmp_nfh98lw/_test.py')...
I fixed it, added a test
Changes by Berker Peksag :
Added file: http://bugs.python.org/file44887/issue28226_v3.diff
___
Python tracker
<http://bugs.python.org/issue28226>
___
___
Python-bug
Changes by Berker Peksag :
--
resolution: -> fixed
stage: commit review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
3501 - 3600 of 3715 matches
Mail list logo