[issue24841] Some test_ssl network tests fail if svn.python.org is not accessible.

2015-08-12 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: +easy nosy: +berker.peksag stage: -> needs patch versions: -Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue24852] Python 3.5.0rc1 "HOWTO Use Python in the web" needs fix

2015-08-13 Thread Berker Peksag
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:

[issue24884] Add method reopenFile() in WatchedFileHandler class

2015-08-18 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +vinay.sajip ___ Python tracker <http://bugs.python.org/issue24884> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24911] Context manager of socket.socket is not documented

2015-08-24 Thread Berker Peksag
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

[issue24789] ctypes doc string

2015-08-24 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: +easy nosy: +berker.peksag stage: -> needs patch type: -> behavior ___ Python tracker <http://bugs.python.org/i

[issue24934] django_v2 benchmark not working in Python 3.6

2015-09-01 Thread Berker Peksag
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

[issue22758] Regression in Python 3.2 cookie parsing

2015-09-02 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> commit review ___ Python tracker <http://bugs.python.org/issue22758> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue24979] Allow timezone offsets greater than 24 hours

2015-09-02 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +belopolsky ___ Python tracker <http://bugs.python.org/issue24979> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12006] strptime should implement %G, %V and %u directives

2015-09-02 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue12006> ___ ___ Python-bugs-list mailing list Un

[issue22241] strftime/strptime round trip fails even for UTC datetime object

2015-09-03 Thread Berker Peksag
Berker Peksag added the comment: I left a couple comments on Rietveld. -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue22241> ___ ___ Pytho

[issue23375] test_py3kwarn fails on Windows

2015-09-03 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> resolved ___ Python tracker <http://bugs.python.org/issue23375> ___ ___ Python-bugs-list mailing list Un

[issue18540] imaplib.IMAP4() ends with "Name or service not known" on Fedora 18

2015-09-04 Thread Berker Peksag
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

[issue25017] htmllib deprecated: Which library to use? Missing sane default in docs

2015-09-07 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +ezio.melotti ___ Python tracker <http://bugs.python.org/issue25017> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25017] htmllib deprecated: Which library to use? Missing sane default in docs

2015-09-08 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: +easy stage: -> needs patch ___ Python tracker <http://bugs.python.org/issue25017> ___ ___ Python-bugs-list mai

[issue25025] Missing 3.5.0 RC3 tarballs (FTP)

2015-09-08 Thread Berker Peksag
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

[issue24984] document AF_BLUETOOTH socket address formats

2015-09-09 Thread Berker Peksag
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

[issue25039] Docs: Link to Stackless Python in Design and History FAQ section is broken

2015-09-09 Thread Berker Peksag
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

[issue22980] C extension naming doesn't take bitness into account

2015-09-09 Thread Berker Peksag
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

[issue25041] document AF_PACKET socket address format

2015-09-09 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: +easy stage: -> needs patch ___ Python tracker <http://bugs.python.org/issue25041> ___ ___ Python-bugs-list mai

[issue24857] mock: Crash on comparing call_args with long strings

2015-09-09 Thread Berker Peksag
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

[issue24272] PEP 484 docs

2015-09-10 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved ___ Python tracker <http://bugs.python.org/issue24272> ___ ___ Pyth

[issue24272] PEP 484 docs

2015-09-10 Thread Berker Peksag
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

[issue23484] SemLock acquire() keyword arg 'blocking' is invalid

2015-09-11 Thread Berker Peksag
Changes by Berker Peksag : -- assignee: docs@python -> berker.peksag versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue23484> ___ ___ Py

[issue25066] Better repr for multiprocessing.synchronize objects

2015-09-11 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue25066> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25113] documentation version switcher is broken

2015-09-14 Thread Berker Peksag
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-{

[issue25115] SSL_set_verify_depth not exposed by the ssl module

2015-09-15 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> patch review versions: +Python 3.6 -Python 2.7, Python 3.5 ___ Python tracker <http://bugs.python.org/issue25115> ___ _

[issue25105] Docs 3.x buildbot: ":root" found in ...

2015-09-15 Thread Berker Peksag
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 _

[issue25127] typo in concurrent.futures.Executor.shutdown() example

2015-09-15 Thread Berker Peksag
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

[issue25128] https://docs.python.org/3/download.html incorrect links to files (cannot download)

2015-09-15 Thread Berker Peksag
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

[issue25113] documentation version switcher is broken

2015-09-15 Thread Berker Peksag
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

[issue25080] The example-code for making XLM-RPC requests through proxy, fail!

2015-09-15 Thread Berker Peksag
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

[issue24927] multiprocessing.Pool hangs forever on segfault

2015-09-16 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> resolved superseder: -> multiprocessing.Pool shouldn't hang forever if a worker process dies unexpectedly ___ Python tracker <http://bugs.python.

[issue25142] Misleading error when initing ImportError

2015-09-16 Thread Berker Peksag
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

[issue21578] Misleading error message when ImportError called with invalid keyword args

2015-09-16 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> patch review versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue21578> ___ ___ Python-

[issue25139] Just a little refactoring

2015-09-16 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue25139> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25139] Just a little refactoring

2015-09-16 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> patch review versions: +Python 3.6 -Python 3.5 ___ Python tracker <http://bugs.python.org/issue25139> ___ ___ Python-

[issue25160] Stop using deprecated imp module; imp should now emit a real DeprecationWarning

2015-09-18 Thread Berker Peksag
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

[issue25160] Stop using deprecated imp module; imp should now emit a real DeprecationWarning

2015-09-18 Thread Berker Peksag
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

[issue25177] OverflowError in statistics.mean when summing large floats

2015-09-19 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +steven.daprano ___ Python tracker <http://bugs.python.org/issue25177> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25145] urllib how-to should be updated to remove PyGoogle

2015-09-20 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> resolved ___ Python tracker <http://bugs.python.org/issue25145> ___ ___ Python-bugs-list mailing list Un

[issue25169] multiprocessing docs example still refs os.getppid as unix-only

2015-09-20 Thread Berker Peksag
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

[issue25201] lock of multiprocessing.Value is not a keyword-only argument

2015-09-20 Thread Berker Peksag
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)

[issue23484] SemLock acquire() keyword arg 'blocking' is invalid

2015-09-20 Thread Berker Peksag
Berker Peksag added the comment: Thanks, Teodor and Davin! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue6331] Add unicode script info to the unicode database

2015-09-21 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue6331> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25201] lock of multiprocessing.Value is not a keyword-only argument

2015-09-21 Thread Berker Peksag
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

[issue24841] Some test_ssl network tests fail if svn.python.org is not accessible.

2015-09-21 Thread Berker Peksag
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

[issue25137] Behavioral change / regression? with nested functools.partial

2015-09-22 Thread Berker Peksag
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

[issue25131] The AST for dict and set displays has the lineno of the first value

2015-09-23 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: +3.5regression ___ Python tracker <http://bugs.python.org/issue25131> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25220] Enhance and refactor test.regrtest (convert regrtest.py to a package)

2015-09-23 Thread Berker Peksag
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

[issue25211] Error message formatting errors in int object unit-test script

2015-09-24 Thread Berker Peksag
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

[issue18787] Misleading error from getspnam function of spwd module

2015-09-24 Thread Berker Peksag
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

[issue747320] rfc2822 formatdate functionality duplication

2015-09-26 Thread Berker Peksag
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

[issue19884] Importing readline produces erroneous output

2015-09-26 Thread Berker Peksag
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

[issue25243] decouple string-to-boolean logic from ConfigParser.getboolean and offer as separate function

2015-09-27 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +lukasz.langa ___ Python tracker <http://bugs.python.org/issue25243> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25011] Smarter rl complete: hide private and special names

2015-09-27 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> resolved ___ Python tracker <http://bugs.python.org/issue25011> ___ ___ Python-bugs-list mailing list Un

[issue25253] AttributeError: 'Weather' object has no attribute 'dom'

2015-09-28 Thread Berker Peksag
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 -&

[issue25111] Broken compatibility in FrameSummary equality

2015-09-28 Thread Berker Peksag
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

[issue25249] Unneeded and unsafe mkstemp replacement in test_subprocess.py

2015-09-28 Thread Berker Peksag
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 __

[issue25270] codecs.escape_encode systemerror on empty byte string

2015-09-29 Thread Berker Peksag
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

[issue25256] Add sys.debug_build public variable to check if Python was compiled in debug mode

2015-10-01 Thread Berker Peksag
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

[issue25294] Absolute imports fail in some cases where relative imports would work

2015-10-02 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +brett.cannon, eric.snow, ncoghlan ___ Python tracker <http://bugs.python.org/issue25294> ___ ___ Python-bugs-list mailin

[issue25290] csv.reader: minor docstring typo

2015-10-02 Thread Berker Peksag
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

[issue19917] [httplib] logging information for request is not pretty printed

2015-10-02 Thread Berker Peksag
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 __

[issue24177] Add https?_proxy support to http.client

2015-10-02 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue24177> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8550] Expose SSL contexts

2015-10-04 Thread Berker Peksag
Changes by Berker Peksag : Removed file: http://bugs.python.org/file40678/entry.tbp ___ Python tracker <http://bugs.python.org/issue8550> ___ ___ Python-bugs-list mailin

[issue16802] fileno argument to socket.socket() undocumented

2015-10-07 Thread Berker Peksag
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

[issue21373] robotparser: Automatically call modified function in read()

2015-10-08 Thread Berker Peksag
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

[issue16099] robotparser doesn't support request rate and crawl delay parameters

2015-10-08 Thread Berker Peksag
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 ->

[issue21475] Support the Sitemap extension in robotparser

2015-10-08 Thread Berker Peksag
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

[issue25354] test_datetime failing

2015-10-09 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +belopolsky ___ Python tracker <http://bugs.python.org/issue25354> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6259] ctypes pointer arithmetic

2015-10-11 Thread Berker Peksag
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

[issue22228] Adapt bash readline operate-and-get-next function

2015-10-11 Thread Berker Peksag
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

[issue25379] Changes in traceback broke existing code (Python 3.5)

2015-10-11 Thread Berker Peksag
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

[issue25383] Docs: Broken link

2015-10-12 Thread Berker Peksag
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

[issue25400] robotparser doesn't return crawl delay for default entry

2015-10-14 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue25400> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25400] robotparser doesn't return crawl delay for default entry

2015-10-14 Thread Berker Peksag
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

[issue25403] urllib.parse.urljoin is broken in python 3.5

2015-10-15 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: +3.5regression ___ Python tracker <http://bugs.python.org/issue25403> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21475] Support the Sitemap extension in robotparser

2015-10-15 Thread Berker Peksag
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

[issue25194] Opt-in motivations & affiliations page for core contributors

2015-10-15 Thread Berker Peksag
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:

[issue25418] Minor markup issue in reference/datamodel docs

2015-10-16 Thread Berker Peksag
Berker Peksag added the comment: Good catch, thanks! -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue25434] Fix typo in whatsnew/3.5

2015-10-18 Thread Berker Peksag
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

[issue25436] argparse.ArgumentError missing error message in __repr__

2015-10-18 Thread Berker Peksag
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

[issue25434] Fix typo in whatsnew/3.5

2015-10-18 Thread Berker Peksag
Berker Peksag added the comment: Good catch, fixed in 530846c3ebb4 and f020a27b5391. Thanks SilentGhost. -- ___ Python tracker <http://bugs.python.org/issue25

[issue23926] skipitem() in getargs.c still supports 'w' and 'w#', and shouldn't

2015-10-20 Thread Berker Peksag
Changes by Berker Peksag : -- stage: test needed -> patch review type: crash -> behavior versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/i

[issue25017] htmllib deprecated: Which library to use? Missing sane default in docs

2015-10-20 Thread Berker Peksag
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

[issue25453] Arithmetics with complex infinities is inconsistent with C/C++

2015-10-21 Thread Berker Peksag
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.

[issue25417] Minor typo in Path.samefile docstring

2015-10-21 Thread Berker Peksag
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

[issue20504] cgi.FieldStorage, multipart, missing Content-Length

2015-10-21 Thread Berker Peksag
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-

[issue23981] Update test_unicodedata.py to use script_helpers

2015-10-21 Thread Berker Peksag
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

[issue18820] json.dump() ignores its 'default' option when serializing dictionary keys

2015-10-22 Thread Berker Peksag
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

[issue17214] http.client.HTTPConnection.putrequest encode error

2015-10-25 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue17214> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25496] Default value for compresslevel is not documented

2015-10-28 Thread Berker Peksag
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

[issue25482] signal.set_wakeup_fd() doesn't work if the signal don't have handler

2015-10-28 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +haypo ___ Python tracker <http://bugs.python.org/issue25482> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25485] Add a context manager to telnetlib.Telnet

2015-10-28 Thread Berker Peksag
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

[issue25497] Rewrite test_robotparser

2015-10-28 Thread Berker Peksag
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

[issue25041] document AF_PACKET socket address format

2015-10-30 Thread Berker Peksag
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

[issue2466] os.path.ismount doesn't work for mounts the user doesn't have permission to see

2015-11-02 Thread Berker Peksag
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

[issue25546] python 3.5 installation problem; Error 0x80240017: Failed to execute MSU package

2015-11-03 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +steve.dower ___ Python tracker <http://bugs.python.org/issue25546> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25483] Improve f-string implementation: FORMAT_VALUE opcode

2015-11-03 Thread Berker Peksag
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

[issue7267] format method: c presentation type broken in 2.7

2015-11-09 Thread Berker Peksag
Changes by Berker Peksag : -- stage: commit review -> resolved ___ Python tracker <http://bugs.python.org/issue7267> ___ ___ Python-bugs-list mailing list Un

<    23   24   25   26   27   28   29   30   31   32   >