Berker Peksag added the comment:
I saw test_fileno failure again on the Gentoo buildbot:
http://buildbot.python.org/all/builders/x86%20Gentoo%20Installed%20with%20X%203.x/builds/459/steps/test/logs/stdio
rewrite-fileno.patch looks good to me.
--
nosy: +berker.peksag
stage: patch
Berker Peksag added the comment:
Thanks for the report.
I think this is a problem in your dev environment (wrong path or something like
that). For some reason, you are trying to run Python 3 setup.py in Python 2.
--
nosy: +berker.peksag
resolution: -> not a bug
stage: -> re
Berker Peksag added the comment:
> The scenario is a web application allowing people to upload csv files, but
> they can upload any files they like.
This looks like a potential security flaw in the application. The application
should reject any non-CSV files from being uploaded (inst
Berker Peksag added the comment:
supriyanto maftuh,st, please don't play with tracker items.
--
components: -Benchmarks, Build, IO, Unicode, Windows, XML, email
versions: -Python 2.7, Python 3.2, Python 3.3, Python 3.4
___
Python tracker
Changes by Berker Peksag :
--
Removed message: http://bugs.python.org/msg263250
___
Python tracker
<http://bugs.python.org/issue24136>
___
___
Python-bugs-list m
Changes by Berker Peksag :
--
components: -2to3 (2.x to 3.x conversion tool), Argument Clinic, Benchmarks,
Build, Cross-Build, Demos and Tools, Devguide, Distutils, Documentation,
Extension Modules, IDLE, IO, Installation, Interpreter Core, Macintosh, Regular
Expressions, Tests
Changes by Berker Peksag :
--
components: -Build, Documentation, Unicode, Windows, XML
nosy: -supriyanto maftuh, supriyantomaftuh
versions: -Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.
Changes by Berker Peksag :
--
Removed message: http://bugs.python.org/msg263252
___
Python tracker
<http://bugs.python.org/issue19217>
___
___
Python-bugs-list m
Changes by Berker Peksag :
--
components: -Benchmarks, Unicode
stage: -> patch review
type: compile error -> enhancement
versions: -Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/i
Berker Peksag added the comment:
pygettext_imp.patch looks good to me. I left a comment on Rietveld.
--
___
Python tracker
<http://bugs.python.org/issue26
Changes by Berker Peksag :
--
components: -Build, Extension Modules, Interpreter Core, Tkinter, Unicode,
Windows, XML
stage: -> patch review
versions: -Python 3.2, Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/issu
Changes by Berker Peksag :
--
components: -Build, Tests, Unicode, Windows, XML
___
Python tracker
<http://bugs.python.org/issue15984>
___
___
Python-bugs-list m
Berker Peksag added the comment:
Committed in 0ed2497e5aa4. Thanks for the patch, Luiz.
--
components: +Devguide -Documentation
nosy: +berker.peksag, ezio.melotti, willingc
resolution: -> fixed
stage: -> resolved
status: open -> closed
_
New submission from Berker Peksag:
This is a follow-up from issue 26366:
"the original intention was to use "versionadded" where the API item is
completely new. So "The parameter x was added" in a function is using
"versionchanged" because only an asp
Berker Peksag added the comment:
Thanks!
--
nosy: +berker.peksag
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Berker Peksag :
--
assignee: docs@python ->
components: -Documentation
versions: -Python 3.3
___
Python tracker
<http://bugs.python.org/issu
New submission from Berker Peksag:
I noticed this while looking at issue 26764.
bytearray_mod() and bytearray_format() both have checks for
PyByteArray_Check(v). The check in bytearray_format() looks redundant to me.
Here is a patch.
--
components: Interpreter Core
files
Berker Peksag added the comment:
I don't think we can change this in 3.5 since it would break backward
compatibility.
> Similarly the `in` operator seems to be broken; one could search for space
> using `32 in bytesobj`, which would work for slices but not for the whole
> mmap
Berker Peksag added the comment:
Do you have an example code? It returns bytearray for me in both 3.5 and 3.6.
use_bytearray parameter of _PyBytes_FormatEx() is 1 in bytearray_mod().
--
___
Python tracker
<http://bugs.python.org/issue26
Berker Peksag added the comment:
Thanks for the detailed report and for the patch, Ivan. But since
https://wiki.python.org/moin/WindowsCompilers is a wiki document, you can edit
it yourself. Please send an email to pydotorg-...@python.org with your account
name. See https://wiki.python.org
Berker Peksag added the comment:
Thanks! More examples:
Python 3.6:
>>> bytearray(b'hello %b') % b"world"
bytearray(b'hello world')
>>> bytearray(b'hello %b') % b"wor"
b'hello wor'
Python 3.5:
>>> bytearr
Changes by Berker Peksag :
--
Removed message: http://bugs.python.org/msg263480
___
Python tracker
<http://bugs.python.org/issue4709>
___
___
Python-bugs-list m
Changes by Berker Peksag :
--
Removed message: http://bugs.python.org/msg263481
___
Python tracker
<http://bugs.python.org/issue4709>
___
___
Python-bugs-list m
Berker Peksag added the comment:
Please don't create a pull request on GitHub (python/peps is read-only).
Attaching wrap-before-binary-operator.patch is enough.
--
nosy: +berker.peksag
stage: -> patch review
___
Python tracke
Berker Peksag added the comment:
Thanks for the reviews!
--
resolution: -> fixed
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Berker Peksag :
--
components: +Library (Lib) -Interpreter Core
type: behavior -> enhancement
versions: -Python 3.5
___
Python tracker
<http://bugs.python.org/issu
Changes by Berker Peksag :
--
resolution: -> rejected
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Python 3.4 is in security-fix-only mode so we can close this now.
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Agreed. Let's close this then.
--
nosy: +berker.peksag
resolution: -> rejected
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<http://bugs.pyth
Changes by Berker Peksag :
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Thanks for the report, but as I said in the GitHub issue, the version switcher
works as expected (we don't build docs of security-only-fix branches).
--
nosy: +berker.peksag
resolution: -> not a bug
stage: -> resolved
status: ope
Berker Peksag added the comment:
See http://thread.gmane.org/gmane.comp.python.devel/127502 for the python-dev
thread.
--
nosy: +berker.peksag
versions: +Python 3.6 -Python 3.4
___
Python tracker
<http://bugs.python.org/issue13
Berker Peksag added the comment:
The assert was changed (somewhat similar to issue15933.diff) in bc67e8d39164.
I've checked last 18 builds (from 800 to 818) on
http://buildbot.python.org/all/builders/x86%20OpenIndiana%203.5 and test_today
wasn't one of the failed tests. I'm
Berker Peksag added the comment:
Thanks for the report! 3.x docs have already been updated.
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
type: -> behavior
___
Python tracker
<http://
Berker Peksag added the comment:
> [...] I think the DeprecationWarnings in distutils should just be removed, as
> they serve no useful purpose.
There are no DeprecationWarning warnings (only four PendingDeprecationWarning
warnings -- two of them are for 'check_metadata
Changes by Berker Peksag :
--
stage: -> resolved
status: open -> closed
type: crash -> behavior
___
Python tracker
<http://bugs.python.org/issue25642>
___
___
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: -> patch review
type: behavior -> enhancement
versions: +Python 3.6 -Python 3.5
___
Python tracker
<http://bugs.python.org/i
Changes by Berker Peksag :
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> ssl.getpeercert() should include extensions
___
Python tracker
<http://bugs.python
Berker Peksag added the comment:
__qualname__ was added to WRAPPER_ASSIGNMENTS in 963e98f5ad31 (issue 13544).
Thanks for the patch!
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
type: -> behavior
versions:
Changes by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
What is your use case? I think this can easily be implemented by subclassing
the threading.Thread class:
class MyThread(threading.Thread):
def run(self):
# skip try...finally to make the example shorter
result = None
Changes by Berker Peksag :
--
keywords: +easy
nosy: +berker.peksag
stage: -> needs patch
versions: +Python 3.5, Python 3.6 -Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/issu
Changes by Berker Peksag :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue23251>
___
___
Python-bugs-list mailing list
Unsubscrib
Changes by Berker Peksag :
--
keywords: +easy
stage: -> needs patch
versions: +Python 3.5, Python 3.6 -Python 2.7, Python 3.2, Python 3.3
___
Python tracker
<http://bugs.python.org/issu
Changes by Berker Peksag :
--
resolution: -> fixed
___
Python tracker
<http://bugs.python.org/issue24838>
___
___
Python-bugs-list mailing list
Unsubscrib
Changes by Berker Peksag :
--
keywords: +easy
stage: -> needs patch
versions: +Python 3.5
___
Python tracker
<http://bugs.python.org/issue26805>
___
___
Py
Berker Peksag added the comment:
Docs of PyObject_HEAD and friends have already been fixed in 760c5cfacbaa.
https://docs.python.org/3/extending/newtypes.html still needs to be updated to
mention ob_base:
This is what a Noddy object will contain—in this case, nothing more than
what every
Changes by Berker Peksag :
--
stage: commit review -> resolved
___
Python tracker
<http://bugs.python.org/issue9014>
___
___
Python-bugs-list mailing list
Un
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: needs patch -> patch review
type: -> enhancement
versions: +Python 3.5, Python 3.6
___
Python tracker
<http://bugs.python.org/i
Berker Peksag added the comment:
-1 from me, too.
--
nosy: +berker.peksag
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/i
Changes by Berker Peksag :
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue13876>
___
___
Python-bugs-list mailing list
Unsubscrib
Changes by Berker Peksag :
--
keywords: +easy
nosy: +berker.peksag
stage: -> needs patch
versions: +Python 3.5, Python 3.6 -Python 3.0
___
Python tracker
<http://bugs.python.org/iss
Berker Peksag added the comment:
A similar request (issue 12207 - "Document ast.PyCF_ONLY_AST") was rejected in
2012.
--
nosy: +berker.peksag
resolution: -> rejected
stage: -> resolved
status: open -> closed
___
Py
Berker Peksag added the comment:
Or if you don't want to use any hg extension:
hg update 3.5
hg import --no-c http://bugs.python.org/file42520/collections.patch
hg commit
hg update default
hg merge 3.5
hg revert -ar default
hg resolve -am
hg commit
(Null merge (hg merge 3.5 and later) is
Changes by Berker Peksag :
--
keywords: +easy
stage: -> needs patch
type: -> enhancement
versions: +Python 3.5, Python 3.6 -Python 3.4
___
Python tracker
<http://bugs.python.org/i
Changes by Berker Peksag :
--
stage: -> needs patch
type: -> enhancement
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue16577>
___
__
Changes by Berker Peksag :
--
components: +Library (Lib) -Tests
nosy: +berker.peksag
stage: -> patch review
type: enhancement -> behavior
versions: +Python 3.5, Python 3.6
___
Python tracker
<http://bugs.python.org/i
Berker Peksag added the comment:
Since 4059e871e74e, PyMarshal_ReadLongFromFile and PyMarshal_ReadShortFromFile
can return -1 on error. Return values of those functions were already
documented in acb4d43955f6. Some of the usages also check return value of
PyErr_Occurred(): https
Berker Peksag added the comment:
A patch similar to issue9317.2.patch has been applied in 0aa46b9ffba3. However,
I noticed a regression and created issue 26818. I can confirm that this issue
is fixed with the patch from issue 26818 applied.
--
nosy: +berker.peksag
resolution
New submission from Berker Peksag:
I noticed this while triaging issue 9317. Using traceme.py from that issue,
$ ./python -m trace -c -s traceme.py
returns nothing. It seems like it's a regression caused by
https://github.com/python/cpython/commit/17e5da46a733a1a05072a277bc81ffa885f
Berker Peksag added the comment:
Thanks for the report and for the patch, Christian. Here is a patch with a test.
--
nosy: +berker.peksag
title: CoverageResult fails to merge input file with non-empty callers in
trace.py (patch) -> CoverageResult fails to merge input file with
New submission from Berker Peksag:
I don't think google.py is useful anymore. I'd prefer to just remove it from
the cpython repository.
--
components: +Demos and Tools
nosy: +berker.peksag
stage: -> patch review
___
Python t
Changes by Berker Peksag :
--
stage: test needed -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue7567>
___
___
Pyth
Berker Peksag added the comment:
The exception message has been updated to "TypeError: '<' not supported between
instances of 'Color' and 'Color'" in 0238eafb68da. Closing this as 'out of
date'.
--
nosy: +berker.peksag
resolut
Berker Peksag added the comment:
2.7 now uses libffi 3.1 and our ARM buildbots are quite healthy so I think we
can now close this 'out of date'.
--
nosy: +berker.peksag
resolution: -> out of date
stage: -> resolved
status
Changes by Berker Peksag :
--
keywords: +easy
versions: +Python 3.6 -Python 3.4
___
Python tracker
<http://bugs.python.org/issue23806>
___
___
Python-bugs-list m
Berker Peksag added the comment:
This was reported on urllib3 issue tracker:
https://github.com/shazow/urllib3/issues/814
--
nosy: +berker.peksag
resolution: -> third party
stage: -> resolved
status: open -> closed
___
Python track
Changes by Berker Peksag :
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue14713>
___
___
Berker Peksag added the comment:
I can't reproduce this with Chrome 49.0.2623.112 (64-bit). I guess this has
already been fixed since 2011 (our fork's commit logs can be found at
https://hg.python.org/tracker/rietveld/shortlog/bugs.python.org)
--
nosy: +berker.peksag
st
Berker Peksag added the comment:
Thanks for the patch, Anastasia.
--
nosy: +berker.peksag
resolution: -> fixed
stage: needs patch -> resolved
status: open -> closed
versions: +Python 3.5, Python 3.6 -Python 3.3, Python 3.4
___
Python track
Berker Peksag added the comment:
I just committed Ezio's patch. Thanks!
--
nosy: +berker.peksag
resolution: -> fixed
stage: commit review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.pyth
Changes by Berker Peksag :
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
versions: +Python 3.6 -Python 3.4
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Thanks for the report Wolf and thanks for the patch Corey.
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
type: compile error -> behavior
versions: +Python 3.5, Python 3.6
Berker Peksag added the comment:
I removed the sentence in 3.5 and default branches.
--
nosy: +berker.peksag
resolution: -> fixed
stage: needs patch -> resolved
status: open -> closed
versions: +Python 3.5, Python 3.6 -Python 3.3, P
Berker Peksag added the comment:
Do we still want to remove the endtime parameter?
--
nosy: +berker.peksag
status: open -> pending
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
2001 is also appears in python.org footer.
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
type: -> behavior
versions: +Python 3.5, Python 3.6 -Python 3.3
Berker Peksag added the comment:
Thanks!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Thanks for the patch, Jon.
I only removed sys and os since they were the most unused modules.
--
resolution: -> fixed
status: open -> closed
versions: +Python 3.6 -Python 3.4, Python 3.5
___
Python tracker
Berker Peksag added the comment:
LGTM
--
___
Python tracker
<http://bugs.python.org/issue23277>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
This is a duplicate of issue 19113.
--
nosy: +berker.peksag
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> duplicate test names in Lib/ctypes/test/test_functions.py
__
Berker Peksag added the comment:
This is a duplicate of issue 19119.
--
nosy: +berker.peksag
resolution: -> duplicate
stage: needs patch -> resolved
status: open -> closed
superseder: -> duplicate test name in Lib/test/test_heapq.py
__
Berker Peksag added the comment:
peps repo is now Python 3 compatible. Related commits:
* https://github.com/python/peps/commit/88f9f6da5d51a36d0f6a1bb833a6e8c85763c7d2
* https://github.com/python/peps/commit/3e5cad857053e0c15b2621dae728f32b4099c1a5
--
nosy: +berker.peksag
resolution
Changes by Berker Peksag :
--
stage: -> resolved
status: open -> closed
superseder: -> IDLE code completion window can hang or misbehave with mouse
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Agreed, this is unlikely an issue with Python. Please report it to Mercurial
developers.
--
nosy: +berker.peksag
resolution: -> third party
stage: -> resolved
status: open -> closed
___
Python track
Changes by Berker Peksag :
--
keywords: +easy
versions: +Python 3.5, Python 3.6
___
Python tracker
<http://bugs.python.org/issue24114>
___
___
Python-bugs-list m
Changes by Berker Peksag :
--
keywords: +easy
stage: -> needs patch
type: -> enhancement
versions: +Python 3.6 -Python 3.2, Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/i
Berker Peksag added the comment:
install_c.diff looks good to me. Attaching a fresh version of it. There is a
comment in PC/bdist_wininst/install.c saying
IMPORTANT NOTE: IF THIS FILE IS CHANGED, PCBUILD\BDIST_WININST.VCXPROJ MUST
BE REBUILT AS WELL.
I don't have Windows so I can
Berker Peksag added the comment:
Actually, it's already documented at
https://docs.python.org/3.5/library/http.cookies.html#http.cookies.Morsel. I
just added a note about the default value of domain.
--
nosy: +berker.peksag
resolution: -> fixed
stage: needs patch -> reso
Changes by Berker Peksag :
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Improper handling of duplicate cookies
___
Python tracker
<http://bugs.pytho
Berker Peksag added the comment:
Here is a patch for Python 3.
--
nosy: +berker.peksag
versions: +Python 3.5, Python 3.6 -Python 3.1, Python 3.2
Added file: http://bugs.python.org/file42589/issue991266.diff
___
Python tracker
<http://bugs.python.
Berker Peksag added the comment:
python/cpython is a semi-official read-only mirror of hg.python.org/cpython. We
haven't switched to GitHub yet. You may want to open a pull request to
https://github.com/python/asyncio See
https://github.com/python/asyncio/wiki/Contributing for de
Berker Peksag added the comment:
I missed Martin's comment about the documentation. I will update my patch.
--
___
Python tracker
<http://bugs.python.org/is
Changes by Berker Peksag :
--
stage: patch review -> resolved
___
Python tracker
<http://bugs.python.org/issue20598>
___
___
Python-bugs-list mailing list
Un
Changes by Berker Peksag :
--
nosy: +gregory.p.smith
___
Python tracker
<http://bugs.python.org/issue26862>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Thanks for pinging, Daniel. I'm not a Windows user so I can't test the patch,
but I left some review comments on Rietveld:
http://bugs.python.org/review/26536/
--
components: +Extension Modules -IO, Windows
nosy: +ber
Changes by Berker Peksag :
--
components: +Windows
___
Python tracker
<http://bugs.python.org/issue26536>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: -> needs patch
versions: +Python 3.5, Python 3.6
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
The idea sounds good to me.
--
nosy: +berker.peksag
stage: -> needs patch
versions: +Python 3.6 -Python 3.5
___
Python tracker
<http://bugs.python.org/issu
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue24147>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Berker Peksag:
This is probably harmless, but Modules/_csv.c has the following code:
Py_INCREF(&Dialect_Type);
if (PyModule_AddObject(module, "Dialect", (PyObject *)&Dialect_Type))
return NULL;
However, PyModule_AddObject returns only
3001 - 3100 of 3715 matches
Mail list logo