Changes by Berker Peksag :
--
keywords: +patch
nosy: +berker.peksag
stage: -> patch review
type: -> behavior
Added file: http://bugs.python.org/file37380/issue23003.diff
___
Python tracker
<http://bugs.python.org/i
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: -> needs patch
type: -> behavior
versions: +Python 3.4
___
Python tracker
<http://bugs.python.org/i
Changes by Berker Peksag :
--
nosy: +ethan.furman
___
Python tracker
<http://bugs.python.org/issue23008>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
stage: patch review -> resolved
___
Python tracker
<http://bugs.python.org/issue1218234>
___
___
Python-bugs-list mailing list
Un
New submission from Berker Peksag:
See issue 22883 for a similar issue.
Modules/_io/_iomodule.h:72:/* Printing a variable of type off_t (with e.g.,
PyString_FromFormat)
Modules/_json.c:708:/* Read a JSON array from PyString pystr.
Modules/_json.c:781:/* Read a JSON constant from
Changes by Berker Peksag :
--
stage: patch review -> commit review
___
Python tracker
<http://bugs.python.org/issue1703178>
___
___
Python-bugs-list mai
Berker Peksag added the comment:
Thanks for the patch, Éric.
--
assignee: eric.araujo -> berker.peksag
nosy: +berker.peksag
resolution: -> fixed
stage: commit review -> resolved
status: open -> closed
type: behavior -> enhancement
___
Berker Peksag added the comment:
Updated Serhiy's patch.
--
nosy: +berker.peksag
Added file: http://bugs.python.org/file37404/issue22823-mock.diff
___
Python tracker
<http://bugs.python.org/is
Berker Peksag added the comment:
Committed the patch with a NEWS entry. Thanks Greg.
(You can send your SSH key to hgaccou...@python.org. See also
https://docs.python.org/devguide/coredev.html#ssh)
--
nosy: +berker.peksag
resolution: -> fixed
stage: commit review -> resolved
Changes by Berker Peksag :
--
keywords: +easy
stage: resolved -> needs patch
___
Python tracker
<http://bugs.python.org/issue23019>
___
___
Python-bugs-list mai
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: -> needs patch
___
Python tracker
<http://bugs.python.org/issue23027>
___
___
Python-bugs-list mai
Changes by Berker Peksag :
--
resolution: -> rejected
stage: -> resolved
___
Python tracker
<http://bugs.python.org/issue5>
___
___
Python-bugs-list
Changes by Berker Peksag :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
type: -> behavior
___
Python tracker
<http://bugs.python
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue22095>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
stage: needs patch -> resolved
___
Python tracker
<http://bugs.python.org/issue9536>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
Thanks for the report, Xavier and thanks for the patch, Chaitanya.
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
versions: +Python 2.7, Python 3.4
___
Python track
Changes by Berker Peksag :
--
resolution: -> not a bug
status: open -> closed
type: crash -> behavior
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
The second patch raises "RuntimeError: maximum recursion depth exceeded" if the
target file is exist.
File "/home/berker/projects/cpython/default/Tools/freeze/bkfile.py", line
18, in close
f.close()
RuntimeError: max
Changes by Berker Peksag :
--
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issue23004>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
I think that your analysis is correct. Also, looks like the original test is
problematic:
https://code.google.com/p/argparse/source/browse/test/test_argparse.py#3710
Here is a patch to fix the test.
--
keywords: +patch
nosy: +berker.peksag, bethard
Changes by Berker Peksag :
--
keywords: +patch
Added file: http://bugs.python.org/file37464/cfabe07bc98f.diff
___
Python tracker
<http://bugs.python.org/issue23
Changes by Berker Peksag :
--
stage: -> patch review
versions: -Python 3.2, Python 3.3, Python 3.6
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
Could you add a test? See Lib/distutils/tests/test_check.py.
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue23
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue23071>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
stage: needs patch -> resolved
___
Python tracker
<http://bugs.python.org/issue23049>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
Fixed. Thanks for the report, Ross.
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
type: -> behavior
versions: +Python 2.7, Python 3.5
___
Python tr
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issue19548>
___
___
Python-
Berker Peksag added the comment:
Thanks! Could you also add a test? See PublicAPITests in
Lib/test/test_shutil.py as an example.
--
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issu
Changes by Berker Peksag :
--
nosy: +yselivanov
___
Python tracker
<http://bugs.python.org/issue23080>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
nosy: +berker.peksag, tim.peters
___
Python tracker
<http://bugs.python.org/issue23081>
___
___
Python-bugs-list mailing list
Unsub
Berker Peksag added the comment:
This looks like a duplicate of issue 19884.
--
nosy: +berker.peksag
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Importing readline produces erroneous output
type:
Berker Peksag added the comment:
In 3.4, "namereplace_errors" needs to be removed in the test:
https://hg.python.org/cpython/rev/2b642f2ca391#l2.17
==
FAIL: test_all (test.test_codecs.Codecs
Changes by Berker Peksag :
--
nosy: +ncoghlan, pmoody
___
Python tracker
<http://bugs.python.org/issue23103>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Could you try the following command?
make touch
See also
https://docs.python.org/devguide/setup.html?highlight=touch#avoiding-re-creating-auto-generated-files
--
nosy: +berker.peksag
title: python@93442 breaks build if system Python is 2.6
Changes by Berker Peksag :
--
stage: -> resolved
___
Python tracker
<http://bugs.python.org/issue23122>
___
___
Python-bugs-list mailing list
Unsubscrib
Changes by Berker Peksag :
--
stage: needs patch -> resolved
superseder: -> 'codecs' module docs improvements
___
Python tracker
<http://bugs.py
Berker Peksag added the comment:
Fixed. Thanks for the report, Damien.
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
versions: +Python 2.7 -Python 3.2, Python 3.3, Python 3.6
___
Python track
Changes by Berker Peksag :
--
resolution: -> fixed
stage: needs patch -> resolved
___
Python tracker
<http://bugs.python.org/issue11638>
___
___
Pyth
Berker Peksag added the comment:
I think the documentation part of the patch is still useful.
--
components: +Documentation -Extension Modules
nosy: +berker.peksag
stage: -> commit review
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
This was fixed by issue 21793.
--
nosy: +berker.peksag
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Berker Peksag :
--
stage: needs patch -> resolved
___
Python tracker
<http://bugs.python.org/issue18648>
___
___
Python-bugs-list mailing list
Un
Changes by Berker Peksag :
--
nosy: +berker.peksag
versions: +Python 3.5 -Python 3.4
___
Python tracker
<http://bugs.python.org/issue1500504>
___
___
Python-bug
Changes by Berker Peksag :
--
nosy: +berker.peksag
versions: +Python 3.5 -Python 3.4
___
Python tracker
<http://bugs.python.org/issue2292>
___
___
Python-bug
Berker Peksag added the comment:
I've added a couple of comments on Rietveld.
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/is
Berker Peksag added the comment:
Thanks for the report. Could you provide an example to reproduce the issue you
described?
--
nosy: +berker.peksag, orsenthil
___
Python tracker
<http://bugs.python.org/issue23
Berker Peksag added the comment:
Thanks for the patch, Vajrasky.
--
components: +Library (Lib) -Tests
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
versions: +Python 3.5
___
Python track
Berker Peksag added the comment:
Here is a follow-up list:
* formatter module (will be removed in Python 3.6)
* asynchat.fifo() (will be removed in Python 3.6)
* buffering argument of bz2.BZ2File() (deprecated in 2011)
* tarfile.filemode() (deprecated in 2012)
* SO config var
Berker Peksag added the comment:
Thanks for the suggestion, Eric. contextlib.closing(open(...)) looks
unnecessary to me. Here is an alternative patch.
--
Added file: http://bugs.python.org/file37601/issue18644.diff
___
Python tracker
<h
Berker Peksag added the comment:
Here is a patch to address msg211296.
--
keywords: +patch
nosy: +berker.peksag
stage: -> patch review
type: -> enhancement
versions: -Python 3.3
Added file: http://bugs.python.org/file37602/issue2048
Berker Peksag added the comment:
LGTM. Great patch, thanks!
--
assignee: -> berker.peksag
___
Python tracker
<http://bugs.python.org/issue20898>
___
___
Py
Changes by Berker Peksag :
--
nosy: +vinay.sajip
___
Python tracker
<http://bugs.python.org/issue23175>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue21741>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
stage: needs patch -> resolved
___
Python tracker
<http://bugs.python.org/issue22935>
___
___
Python-bugs-list mailing list
Un
Changes by Berker Peksag :
--
components: +Library (Lib)
stage: -> needs patch
___
Python tracker
<http://bugs.python.org/issue23185>
___
___
Python-bugs-lis
Berker Peksag added the comment:
Fixed. Thank you to both Andrew and Michael.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
The patch also needs documentation update for TarFile.extract():
https://docs.python.org/3/library/tarfile.html#tarfile.TarFile.extract
The tarfile documentation is located at Doc/library/tarfile.rst.
--
nosy: +berker.peksag
Changes by Berker Peksag :
--
nosy: +benjamin.peterson
stage: -> patch review
type: -> enhancement
versions: +Python 3.5
___
Python tracker
<http://bugs.python.org/i
Berker Peksag added the comment:
> It's not correct that "[The c_int] type is an alias for the c_long type on
> 32-bit systems". Actually it's an alias if int and long are the same size.
It's already documented at
https://docs.python.org/dev/library/ctypes.html#
Berker Peksag added the comment:
Hi Tommy, the patch is already committed to Python 3.5. See
https://docs.python.org/3.5/library/heapq.html#heapq.merge
--
nosy: +berker.peksag
stage: patch review -> resolved
___
Python tracker
&l
Changes by Berker Peksag :
--
nosy: +terry.reedy
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue23216>
___
___
Python-bugs-list mai
Changes by Berker Peksag :
--
nosy: +terry.reedy
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issue23218>
___
___
Python-bugs-list mai
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue4395>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
stage: patch review -> resolved
___
Python tracker
<http://bugs.python.org/issue21902>
___
___
Python-bugs-list mailing list
Un
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: -> patch review
versions: +Python 3.5
___
Python tracker
<http://bugs.python.org/issue23182>
___
_
Changes by Berker Peksag :
--
stage: -> patch review
versions: +Python 3.4, Python 3.5 -Python 3.3
___
Python tracker
<http://bugs.python.org/issue22977>
___
_
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue22932>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: patch review -> commit review
versions: +Python 3.4
___
Python tracker
<http://bugs.python.org/issu
New submission from Berker Peksag:
"make buildbottest" uses Tools/scripts/run_tests.py and it doesn't set
test.support.verbose to 0.
Example output from a buildbot:
[ 60/389] test_codecmaps_hk
fetching http://www.pythontest.net/unicode/BIG5HKSCS-200
Berker Peksag added the comment:
Here is a possible fix.
--
keywords: +patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file37698/issue23235.diff
___
Python tracker
<http://bugs.python.org/issu
Changes by Berker Peksag :
Added file: http://bugs.python.org/file37699/issue23235.diff
___
Python tracker
<http://bugs.python.org/issue23235>
___
___
Python-bugs-list m
Changes by Berker Peksag :
Removed file: http://bugs.python.org/file37698/issue23235.diff
___
Python tracker
<http://bugs.python.org/issue23235>
___
___
Python-bugs-list m
Berker Peksag added the comment:
Guido's comment about the PEP is at
https://mail.python.org/pipermail/python-dev/2014-March/133118.html
Can we close this and mark PEP 463 as rejected now?
--
nosy: +berker.peksag
___
Python tracker
Berker Peksag added the comment:
Quoting from https://code.google.com/p/python-subprocess32/:
"Think you've found an issue? Please try to reproduce it using Python 3.4 and
file it using http://bugs.python.org/. Work will be done upstream and
backported to this project."
Berker Peksag added the comment:
Here is a patch.
--
keywords: +patch
stage: -> patch review
Added file: http://bugs.python.org/file37701/issue23223.diff
___
Python tracker
<http://bugs.python.org/issu
Changes by Berker Peksag :
--
components: +Library (Lib) -Extension Modules
nosy: +gregory.p.smith
stage: -> patch review
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
Oh, good point! I missed that, thanks.
--
resolution: -> not a bug
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Berker Peksag :
--
resolution: -> fixed
___
Python tracker
<http://bugs.python.org/issue22988>
___
___
Python-bugs-list mailing list
Unsubscrib
Berker Peksag added the comment:
This is mostly a documentation update. Documentation updates can be committed
anytime. Also, feature freeze for 3.5 will be started by Beta 1, not Alpha 1
(see PEP 478).
I'll commit the patch this weekend. T
Changes by Berker Peksag :
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> broken ctypes calling convention on MSVC / 64-bit Windows
(large structs)
___
Python tracker
<http://bugs.python
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: -> patch review
versions: +Python 3.5 -Python 3.4
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
> +base_files = ['index.html', 'index.html']
I guess this should be ['index.htm', 'index.html'].
--
___
Python
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: test needed -> patch review
versions: +Python 3.5 -Python 3.4
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
Thanks for the patch. I left a couple of comments on Rietveld.
--
___
Python tracker
<http://bugs.python.org/issue17840>
___
___
Changes by Berker Peksag :
--
keywords: +easy
___
Python tracker
<http://bugs.python.org/issue14218>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Committed now, sorry about the delay. Thanks for the patch, Demian.
--
resolution: -> fixed
stage: commit review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Thanks for the patch, Mike.
Anne, thank you for the ticket triage! The only missing place was the
ArgumentParser.add_subparsers() documentation:
https://docs.python.org/3/library/argparse.html#argparse.ArgumentParser.add_subparsers
--
nosy
Berker Peksag added the comment:
I couldn't reproduce it with Sphinx 1.2.3. The only warning I got was
Doc/whatsnew/3.4.rst:2138: WARNING: undefined label: idle (if the link has
no caption the label must precede a section header)
--
nosy: +berker.peksag
resolution: -> out
Berker Peksag added the comment:
Good catch, thank you Martin.
--
___
Python tracker
<http://bugs.python.org/issue20898>
___
___
Python-bugs-list mailin
Berker Peksag added the comment:
+1 for cleanup.
--
nosy: +berker.peksag
stage: -> patch review
versions: +Python 3.4, Python 3.5 -Python 3.6
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
> Python/ast.c:2433:5: error: ‘npositionals’ undeclared (first use in this
> function)
Line 2425 should be
int i, nargs, nkeywords, npositionals, ngens;
--
___
Python tracker
<http://bugs.python.org/
Changes by Berker Peksag :
--
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issue12029>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
Looks like b6ea3dc89a78 is not a valid changeset. Could you attach a patch from
the Mercurial repo?
--
nosy: +berker.peksag
versions: -Python 2.7
___
Python tracker
<http://bugs.python.org/issue23
Berker Peksag added the comment:
> Should a new issue be opened or should this ticket be re-opened?
It's a 3 years old backport, I'd say open a new issue.
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.pyth
Berker Peksag added the comment:
Here's a doc patch.
--
nosy: +berker.peksag
Added file: http://bugs.python.org/file37824/issue5309-doc.diff
___
Python tracker
<http://bugs.python.org/i
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issue21862>
___
___
Python-
Berker Peksag added the comment:
+class TestServer(TestCase):
This can be a mixin.
+def testHTTPWithConnectHostPost(self):
Post -> Port?
+self.conn = httplib.HTTP(host=constructor_host, port=constructor_port)
or to make the test simpler,
self.conn = httplib.H
Berker Peksag added the comment:
> I would love to use HTTPStatus but for some reason http/__init__.py is devoid
> of code related to it -
> https://hg.python.org/cpython/file/31982d70a52a/Lib/http/__init__.py
See the default branch:
https://hg.python.org/cpython/file/default
Berker Peksag added the comment:
LGTM.
--
stage: patch review -> commit review
___
Python tracker
<http://bugs.python.org/issue23300>
___
___
Python-bugs-lis
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue23312>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Here's a patch with tests.
--
nosy: +berker.peksag
stage: -> patch review
Added file: http://bugs.python.org/file37841/issue21548.diff
___
Python tracker
<http://bugs.python.org
2401 - 2500 of 3715 matches
Mail list logo