Changes by Berker Peksag :
--
keywords: +easy
nosy: +berker.peksag
stage: -> needs patch
versions: -Python 3.3
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
+1
I'd delete most of the CGI section, add a note about PEP and mention
Gunicorn, uwsgi and Waitress. The frameworks section also needs a cleanup.
Do you want to work on a patch?
--
nosy: +berker.peksag
stage: -> needs patch
versions:
Changes by Berker Peksag :
--
nosy: +vinay.sajip
___
Python tracker
<http://bugs.python.org/issue24884>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
keywords: +easy
stage: -> needs patch
type: -> enhancement
versions: +Python 3.5, Python 3.6
___
Python tracker
<http://bugs.python.org/i
Changes by Berker Peksag :
--
keywords: +easy
nosy: +berker.peksag
stage: -> needs patch
type: -> behavior
___
Python tracker
<http://bugs.python.org/i
Berker Peksag added the comment:
I just downloaded Django-1.8.zip (florin.papa, 2015-08-27 11:49) and opened
Django-1.8/django/__init__.py to check the Django version:
VERSION = (1, 9, 0, 'alpha', 0)
I think GitHub lets you download the master branch by default. I'd sugge
Changes by Berker Peksag :
--
stage: -> commit review
___
Python tracker
<http://bugs.python.org/issue22758>
___
___
Python-bugs-list mailing list
Unsubscrib
Changes by Berker Peksag :
--
nosy: +belopolsky
___
Python tracker
<http://bugs.python.org/issue24979>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
stage: needs patch -> patch review
___
Python tracker
<http://bugs.python.org/issue12006>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
I left a couple comments on Rietveld.
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue22241>
___
___
Pytho
Changes by Berker Peksag :
--
stage: patch review -> resolved
___
Python tracker
<http://bugs.python.org/issue23375>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
Hi Milan, thanks for the updated patch. Did you see my review comments?
http://bugs.python.org/review/18540/
--
nosy: +berker.peksag
stage: -> patch review
versions: +Python 3.6
___
Python tracker
&l
Changes by Berker Peksag :
--
nosy: +ezio.melotti
___
Python tracker
<http://bugs.python.org/issue25017>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
keywords: +easy
stage: -> needs patch
___
Python tracker
<http://bugs.python.org/issue25017>
___
___
Python-bugs-list mai
Berker Peksag added the comment:
koobs and I have confirmed(on #python-dev) this was a cache issue.
--
nosy: +berker.peksag
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Thanks for the patch, Tim. I think we can also create separate issues for
AF_PACKET and AF_CAN and mark them as "easy".
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
ty
Berker Peksag added the comment:
Thanks for the report, Camilla. This could be a temporary problem with the
Stackless website. Can you ask on
http://www.stackless.com/mailman/listinfo/stackless?
--
nosy: +berker.peksag
___
Python tracker
<h
Berker Peksag added the comment:
Adding Yury since he and Elvis are working on Doc/whatsnew/3.5.rst and they
might want to take a look at the latest patch.
--
nosy: +berker.peksag, yselivanov
___
Python tracker
<http://bugs.python.org/issue22
Changes by Berker Peksag :
--
keywords: +easy
stage: -> needs patch
___
Python tracker
<http://bugs.python.org/issue25041>
___
___
Python-bugs-list mai
Berker Peksag added the comment:
Thanks!
For the record, the __ne__ issue created by A Kaptur is issue 24997.
--
nosy: +berker.peksag
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python track
Changes by Berker Peksag :
--
resolution: -> fixed
stage: patch review -> resolved
___
Python tracker
<http://bugs.python.org/issue24272>
___
___
Pyth
Berker Peksag added the comment:
By the way, for some reason the changes in revision e361130782d4 are not in
Doc/library/typing.rst.
For example,
io documentation on current default branch:
https://hg.python.org/cpython/file/default/Doc/library/typing.rst#l376
io documentation on current 3.5
Changes by Berker Peksag :
--
assignee: docs@python -> berker.peksag
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue23484>
___
___
Py
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue25066>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Looks like version_switch.js is not included into HTML.
SPHINXOPTS='-A versionswitcher=1' make -C Doc/ htmlview
works for me locally on the 3.5 branch. Perhaps 3.5 docs were created manually
or without running "make autobuild-{
Changes by Berker Peksag :
--
stage: -> patch review
versions: +Python 3.6 -Python 2.7, Python 3.5
___
Python tracker
<http://bugs.python.org/issue25115>
___
_
Berker Peksag added the comment:
Looks happy now: http://buildbot.python.org/all/builders/Docs%203.x/builds/104
Thanks for the report, Victor.
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
_
Berker Peksag added the comment:
Fixed. Thanks, Jakub.
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
versions: +Python 3.4, Python 3.5, Python 3.6
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
The correct link for python-3.5.0-docs-pdf-letter.zip should be
https://docs.python.org/3/archives/python-3.5.0-docs-pdf-letter.zip
It was a cache issue and should be resolved now. I can confirm that all links
at https://docs.python.org/3/download.html are
Berker Peksag added the comment:
> tl;dr: Hopefully it'll silently fix itself sometime today.
Yes, it's working now. Thanks for the explanation.
--
resolution: -> fixed
stage: -> resolved
status: open -> closed
type: e
Changes by Berker Peksag :
--
components: -Demos and Tools
stage: -> needs patch
type: -> behavior
versions: +Python 3.5, Python 3.6
___
Python tracker
<http://bugs.python.org/i
Changes by Berker Peksag :
--
stage: -> resolved
superseder: -> multiprocessing.Pool shouldn't hang forever if a worker process
dies unexpectedly
___
Python tracker
<http://bugs.python.
Berker Peksag added the comment:
Thanks for the report. This is a duplicate of issue 21578.
--
nosy: +berker.peksag
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Misleading error message when ImportError called with invalid
Changes by Berker Peksag :
--
stage: needs patch -> patch review
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue21578>
___
___
Python-
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue25139>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
stage: -> patch review
versions: +Python 3.6 -Python 3.5
___
Python tracker
<http://bugs.python.org/issue25139>
___
___
Python-
Berker Peksag added the comment:
> Python/makeopcodetargets.py:9:import imp
See issue 20021.
--
components: +Library (Lib)
nosy: +berker.peksag
stage: -> needs patch
type: -> enhancement
versions: -Python 3.5
___
Python track
Berker Peksag added the comment:
> Lib/modulefinder.py:14:import imp
I forgot to link issue 20020 in my earlier message :)
--
___
Python tracker
<http://bugs.python.org/issu
Changes by Berker Peksag :
--
nosy: +steven.daprano
___
Python tracker
<http://bugs.python.org/issue25177>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
stage: needs patch -> resolved
___
Python tracker
<http://bugs.python.org/issue25145>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
Fixed in 3.4, 3.5 and 3.6. Thanks all!
--
nosy: +berker.peksag
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
New submission from Berker Peksag:
>From
>https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Value
Note that lock is a keyword-only argument.
But the signature of Value (in Lib/multiprocessing/context.py)
def Value(self, typecode_or_type, *args, lock=True)
Berker Peksag added the comment:
Thanks, Teodor and Davin!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue6331>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
I didn't test it carefully. It was a mistake on my part :) But I think the
function signature could be clearer by changing that part to "*, lock=True".
--
resolution: -> not a bug
stage: needs patch -> resolved
s
Berker Peksag added the comment:
The attached patch should fix the test failures.
--
keywords: +patch
stage: needs patch -> patch review
type: -> behavior
Added file: http://bugs.python.org/file40542/issue24841.diff
___
Python tracker
Berker Peksag added the comment:
Added a note to Doc/whatsnew/3.5.rst.
--
nosy: +berker.peksag
stage: -> resolved
___
Python tracker
<http://bugs.python.org/issu
Changes by Berker Peksag :
--
keywords: +3.5regression
___
Python tracker
<http://bugs.python.org/issue25131>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
I like the new features, but I think we should take a look at issue 10967
before converting it to a package or refactoring it.
The buildbot part is also a bit complicated. For example, support.verbose
doesn't work correctly on builtbots: issue
Berker Peksag added the comment:
subTest-long.patch looks good to me. Thanks!
--
stage: patch review -> commit review
___
Python tracker
<http://bugs.python.org/issu
Berker Peksag added the comment:
Here is a patch with a test.
--
nosy: +berker.peksag
stage: needs patch -> patch review
versions: +Python 3.6 -Python 3.4
Added file: http://bugs.python.org/file40567/issue18787.diff
___
Python tracker
&l
Berker Peksag added the comment:
Here is an updated patch (including tests and documentation updates).
--
components: -email
nosy: +berker.peksag
stage: needs patch -> patch review
type: performance -> enhancement
versions: +Python 3.6 -Python 3.5
Added file: http://bugs.pyth
Berker Peksag added the comment:
The version check doesn't work because 0ed1801bf4bd added #ifndef __APPLE__ to
guard the code, so if you're using readline on OS X, that rl_variable_bind
workaround won't work.
There are two alternatives:
1) convert ifndef to ifdef and add
Changes by Berker Peksag :
--
nosy: +lukasz.langa
___
Python tracker
<http://bugs.python.org/issue25243>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
stage: patch review -> resolved
___
Python tracker
<http://bugs.python.org/issue25011>
___
___
Python-bugs-list mailing list
Un
Berker Peksag added the comment:
Thanks for the report, but this looks like a bug in the cfw project. Please
report it to the ctw bug tracker.
--
nosy: +berker.peksag
resolution: -> not a bug
stage: -> resolved
status: open -> closed
type: crash -&
Berker Peksag added the comment:
LGTM
+self.assertEqual(f, tuple(f))
+self.assertEqual(tuple(f), f)
It would be good to add a comment to explain why we test both variants, but
it's not really important.
--
nosy: +berker.peksag
stage: patch review -> commi
Berker Peksag added the comment:
Thanks for the patch, Nir. Just fixed a small typo(fd -> f) in the 2.7 patch.
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
versions: +Python 3.4, Python 3.5
__
Changes by Berker Peksag :
--
components: +Extension Modules -Interpreter Core
keywords: +patch
nosy: +berker.peksag
stage: needs patch -> patch review
versions: +Python 3.6 -Python 3.2, Python 3.3
Added file: http://bugs.python.org/file40623/issue25270.d
Berker Peksag added the comment:
LGTM
> Alternative: Add a new sys.implementation.debug_build flag.
According to the sys.implementation documentation and PEP 421, we can only add
a private attribute without writing a PEP. But I find
sys.implementation._debug_build too long and ``from
Changes by Berker Peksag :
--
nosy: +brett.cannon, eric.snow, ncoghlan
___
Python tracker
<http://bugs.python.org/issue25294>
___
___
Python-bugs-list mailin
Berker Peksag added the comment:
Thanks for the patch, Johannes! I forgot to update 2.7 docs, but should be OK
now.
--
assignee: -> docs@python
components: +Documentation -Library (Lib)
nosy: +berker.peksag, docs@python
resolution: -> fixed
stage: -> resolved
status: open
Berker Peksag added the comment:
Closing as a duplicate of issue 24255.
--
nosy: +berker.peksag
resolution: -> duplicate
stage: test needed -> resolved
status: open -> closed
superseder: -> Replace debuglevel-related logic with logging
__
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue24177>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
Removed file: http://bugs.python.org/file40678/entry.tbp
___
Python tracker
<http://bugs.python.org/issue8550>
___
___
Python-bugs-list mailin
Berker Peksag added the comment:
Thanks!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.6
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
This is already fixed by changeset 4ea86cd87f95 in issue 21469 (2.7 and 3.4+).
Thanks for the report and for the patch.
--
nosy: +berker.peksag
resolution: -> out of date
stage: -> resolved
status: open -&g
Berker Peksag added the comment:
I've finally committed your patch to default. Thank you for not giving up,
Nikolay :)
Note that currently the link in the example section doesn't work. I will open a
new issue for that.
--
resolution: -> fixed
stage: patch review ->
Berker Peksag added the comment:
The Crawl-delay part(issue 16099) is now committed.
--
stage: -> needs patch
title: Support the Sitemap and Crawl-delay extensions in robotparser -> Support
the Sitemap extension in robotparser
versions: +Python 3.6 -Pyth
Changes by Berker Peksag :
--
nosy: +belopolsky
___
Python tracker
<http://bugs.python.org/issue25354>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Thanks for triaging work, but an outdated patch is not an enough reason to
close an issue. Also, the default value of "status" field is "open" at
http://bugs.python.org/issue?@template=search&status=1 so closing an unresolved
issue wil
Berker Peksag added the comment:
I left a comment on Rietveld. If I remember correctly, Modules/readline.c is
basically a wrapper around libreadline and libedit. I'm not sure if we can add
custom behaviors likes this. Perhaps we can expose some of the libreadline
functions in Mo
Berker Peksag added the comment:
Thanks for the report! Yes, this is a duplicate of issue 25108. It would be
great if you have time to test it with the current 3.5 branch.
--
components: +Library (Lib)
nosy: +berker.peksag
resolution: -> duplicate
stage: -> resolved
status
Berker Peksag added the comment:
Thanks for the report, but I think this should be reported to PyPA since even
https://packaging.python.org doesn't work. Can you open an issue at
https://github.com/pypa/python-packaging-user-guide/issues
--
nosy: +berker.peksag
resolution: -&g
Changes by Berker Peksag :
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.python.org/issue25400>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
Thanks for the patch Peter(and welcome to Python and open source development).
I have a WIP patch to rewrite test_robotparser in a less magic way. So we can
ignore test failures for now. I'll take a closer look to your patch.
--
stage: -> patc
Changes by Berker Peksag :
--
keywords: +3.5regression
___
Python tracker
<http://bugs.python.org/issue25403>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
issue 25400 is not a blocker of this, so feel free to write a patch.
--
___
Python tracker
<http://bugs.python.org/issue21
Berker Peksag added the comment:
> * it may be worth linking to the OpenHub contributor page to highlight the
> automatically generated list of active core contributors
+1 but that data is a bit outdated. Perhaps the GitHub mirror can be used as a
more up-to-date data source:
Berker Peksag added the comment:
Good catch, thanks!
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
Thanks for the patch, Louis.
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
versions: +Python 3.6
___
Python tracker
<http://bugs.python.or
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: -> patch review
type: -> behavior
versions: +Python 3.4, Python 3.5, Python 3.6
___
Python tracker
<http://bugs.python.org/i
Berker Peksag added the comment:
Good catch, fixed in 530846c3ebb4 and f020a27b5391. Thanks SilentGhost.
--
___
Python tracker
<http://bugs.python.org/issue25
Changes by Berker Peksag :
--
stage: test needed -> patch review
type: crash -> behavior
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/i
Berker Peksag added the comment:
Thanks for the patch.
I think we can move the Python 3 part of the patch to a new note directive
(similar to the example in httplib documentation:
https://docs.python.org/2/library/httplib.html)
For example:
.. deprecated:: 2.6
Use :mode:`HTMLParser
Berker Peksag added the comment:
> Also, it would be best to take this discussion of how to produce a patch to
> the python-committers mailing list:
or the core-mentorship list:
https://mail.python.org/mailman/listinfo/core-mentorship :)
--
nosy: +berker.
Berker Peksag added the comment:
Fixed, thank you Antony.
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Berker Peksag added the comment:
The attached patch(cgi.patch) doesn't fix the problem for me: cgi-bug.py still
fails with a TypeError. Here is a patch with a test to fix the problem.
With issue20504.diff applied:
$ ./python t.py
5
(Only changed the "assert len(fields["my-
Berker Peksag added the comment:
Thanks for the patch, Christie.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Berker Peksag :
--
nosy: +berker.peksag
stage: test needed -> patch review
type: enhancement -> behavior
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/issue17214>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Berker Peksag :
--
assignee: -> docs@python
components: +Documentation
keywords: +easy
nosy: +berker.peksag, docs@python
stage: -> needs patch
versions: +Python 3.4, Python 3.6
___
Python tracker
<http://bugs.python.org/i
Changes by Berker Peksag :
--
nosy: +haypo
___
Python tracker
<http://bugs.python.org/issue25482>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
This seems like a reasonable request to me.
See https://docs.python.org/devguide/ to learn how to contribute to Python.
--
nosy: +berker.peksag
stage: -> needs patch
___
Python tracker
<http://bugs.pyth
New submission from Berker Peksag:
The attached patch rewrites test_robotparser to use a class based approach.
Other changes:
* Added support.reap_threads to PasswordProtectedSiteTestCase
* Reenabled testPythonOrg since the python.org problem has already been fixed
--
components
Berker Peksag added the comment:
Thanks! The patch looks good to me. I left a few minor comments on Rietveld:
http://bugs.python.org/review/25041/
--
nosy: +berker.peksag
stage: needs patch -> patch review
___
Python tracker
<http://bugs.pyth
Berker Peksag added the comment:
Thanks for the patch, Robin. The patch needs a test case. See
Lib/test/test_posixpath.py. The test coverage of ismount() is not high, so we
need more tests. Also, I don't have much time to work on this right now, but
Antoine's suggestion in msg71
Changes by Berker Peksag :
--
nosy: +steve.dower
___
Python tracker
<http://bugs.python.org/issue25546>
___
___
Python-bugs-list mailing list
Unsubscribe:
Berker Peksag added the comment:
+ * ``(flags & 0x03) == 0x00``: *value* is formattedd as-is.
Just noticed a small typo: formattedd
Also, needs ``.. versionadded:: 3.6``
--
nosy: +berker.peksag
___
Python tracker
<http://bugs.pyt
Changes by Berker Peksag :
--
stage: commit review -> resolved
___
Python tracker
<http://bugs.python.org/issue7267>
___
___
Python-bugs-list mailing list
Un
2701 - 2800 of 3715 matches
Mail list logo