[issue23560] Group the docs of similar methods in stdtypes.rst

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

[issue24292] wsgiref.simple_server.WSGIRequestHandler doesn't log request timeouts

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

[issue24305] The new import system makes it impossible to correctly issue a deprecation warning for a module

2015-05-27 Thread Berker Peksag
Berker Peksag added the comment: This looks like a duplicate of issue 23810 (there is a patch for stdlib usages, but it probably can be changed to a more general solution). -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.

[issue23659] csv.register_dialect doc string

2015-05-28 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review versions: +Python 3.5, Python 3.6 ___ Python tracker <http://bugs.python.org/issu

[issue22852] urllib.parse wrongly strips empty #fragment, ?query, //netloc

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

[issue24360] improve argparse.Namespace __repr__ for invalid identifiers.

2015-06-02 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review ___ Python tracker <http://bugs.python.org/issue24360> ___ ___ Python-bugs-list mai

[issue24270] PEP 485 (math.isclose) implementation

2015-06-03 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue24270> ___

[issue24148] 'cum' not a valid sort key for pstats.Stats.sort_stats

2015-06-05 Thread Berker Peksag
Berker Peksag added the comment: Fixed! Thanks for the report, ramiro and thanks for the patch, Brandon. -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.5, Python 3.6 ___ Pytho

[issue23659] csv.register_dialect doc string

2015-06-05 Thread Berker Peksag
Berker Peksag added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue21297] csv.skipinitialspace only skips spaces, not "whitespace" in general

2015-06-05 Thread Berker Peksag
Berker Peksag added the comment: The patch looks good to me, thanks! Could you also convert your test script to a test case and add it in Lib/test/test_csv.py? -- nosy: +berker.peksag stage: needs patch -> patch review versions: +Python

[issue24391] Better repr for threading objects

2015-06-06 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> commit review ___ Python tracker <http://bugs.python.org/issue24391> ___ ___ Python-bugs-list mai

[issue14586] TypeError: truncate() takes no keyword arguments

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

[issue24395] webbrowser.py update to use argparse.py

2015-06-06 Thread Berker Peksag
Berker Peksag added the comment: Thanks! A few comments: * New features like this can only go into Python 3.6 (the "default" branch) * The CLI is partially tested (see Lib/test/test_webbrowser.py). You'll need to add additional tests (e.g. add tests for the -t and -h options

[issue24255] Replace debuglevel-related logic with logging

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

[issue24399] Backports Arch Linux support for platform.linux_distribution()

2015-06-06 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report. This is a duplicate of issue 20454. -- nosy: +berker.peksag resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> platform.linux_distribution() returns empty value on Archlinux an

[issue20454] platform.linux_distribution() returns empty value on Archlinux and python 2.7

2015-06-06 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +Nathan Ringo ___ Python tracker <http://bugs.python.org/issue20454> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23981] Update test_unicodedata.py to use script_helpers

2015-06-06 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> patch review versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue23981> ___ ___ Python-bugs-list mai

[issue24416] Return a namedtuple from date.isocalendar()

2015-06-09 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> needs patch type: -> enhancement ___ Python tracker <http://bugs.python.org/issue24416> ___ __

[issue24420] Documentation regressions from adding subprocess.run()

2015-06-09 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review ___ Python tracker <http://bugs.python.org/issue24420> ___ ___ Python-bugs-list mai

[issue24405] Missing code markup in "Expressions" documentation

2015-06-12 Thread Berker Peksag
Changes by Berker Peksag : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue24405> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue24443] Link for clear and wait missing in EventObjects

2015-06-13 Thread Berker Peksag
Berker Peksag added the comment: Thanks Jaivish! -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue24435] Grammar/Grammar points to outdated guide

2015-06-13 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report, Chris. -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue22872] multiprocessing.Queue raises AssertionError

2015-06-13 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review versions: +Python 3.5, Python 3.6 ___ Python tracker <http://bugs.python.org/issu

[issue23275] Can assign [] = (), but not () = []

2015-06-13 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the reviews. Here is an updated patch. -- Added file: http://bugs.python.org/file39703/issue23275_v2.diff ___ Python tracker <http://bugs.python.org/issue23

[issue23255] SimpleHTTPRequestHandler refactor for more extensible usage.

2015-06-18 Thread Berker Peksag
Berker Peksag added the comment: Ned is correct. I started to review the patch, but couldn't find time to do a complete review. I'll take a look at it in a week or two. Thanks! -- assignee: -> berker.peksag ___ Python t

[issue24472] 石家庄小姐找上门全套服务

2015-06-19 Thread Berker Peksag
Changes by Berker Peksag : -- Removed message: http://bugs.python.org/msg245501 ___ Python tracker <http://bugs.python.org/issue24472> ___ ___ Python-bugs-list m

[issue24472] 石家庄小姐找上门全套服务

2015-06-19 Thread Berker Peksag
Changes by Berker Peksag : Removed file: http://bugs.python.org/file39738/9F059BE32A3FC19A52978B2901172641.jpg ___ Python tracker <http://bugs.python.org/issue24

[issue24472] Spam

2015-06-19 Thread Berker Peksag
Changes by Berker Peksag : -- title: 石家庄小姐找上门全套服务 -> Spam ___ Python tracker <http://bugs.python.org/issue24472> ___ ___ Python-bugs-list mailing list Un

[issue24473] Spam

2015-06-19 Thread Berker Peksag
Changes by Berker Peksag : -- title: 南京小姐找上门全套服务 -> Spam ___ Python tracker <http://bugs.python.org/issue24473> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue24473] Spam

2015-06-19 Thread Berker Peksag
Changes by Berker Peksag : Removed file: http://bugs.python.org/file39739/12493721761041772378.jpg ___ Python tracker <http://bugs.python.org/issue24473> ___ ___ Pytho

[issue24473] Spam

2015-06-19 Thread Berker Peksag
Changes by Berker Peksag : -- Removed message: http://bugs.python.org/msg245502 ___ Python tracker <http://bugs.python.org/issue24473> ___ ___ Python-bugs-list m

[issue4322] function with modified __name__ uses original name when there's an arg error

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

[issue22442] Deprecate PIPE with subprocess.check_call() and call()

2015-06-21 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: needs patch -> patch review versions: +Python 3.6 -Python 3.5 ___ Python tracker <http://bugs.python.org/issu

[issue23684] urlparse() documentation does not account for default scheme

2015-06-21 Thread Berker Peksag
Berker Peksag added the comment: LGTM. Added a minor question on Rietveld. -- assignee: docs@python -> berker.peksag nosy: +berker.peksag stage: patch review -> commit review ___ Python tracker <http://bugs.python.org/i

[issue23684] urlparse() documentation does not account for default scheme

2015-06-25 Thread Berker Peksag
Berker Peksag added the comment: Thanks Martin. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue24496] Non-idiomatic examples in gzip docs

2015-06-25 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Jakub. I've updated the patch to match ae1528beae67 (thanks Martin) and commit it. -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed ___

[issue24420] Documentation regressions from adding subprocess.run()

2015-06-25 Thread Berker Peksag
Berker Peksag added the comment: LGTM, too. I just left a comment on Rietveld. Thanks! -- ___ Python tracker <http://bugs.python.org/issue24420> ___ ___ Pytho

[issue18578] Rename and document test.bytecode_helper as test.support.bytecode_helper

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

[issue13456] Providing a custom HTTPResponse class to HTTPConnection

2015-07-04 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review type: -> enhancement versions: +Python 3.4, Python 3.5, Python 3.6 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/i

[issue24407] Use after free in PyDict_merge

2015-07-04 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report, paul. Please do not ping an issue after a day. Quoting from https://docs.python.org/devguide/patch.html?#reviewing "If your patch has not received any notice from reviewers (i.e., no comment made) after one month, first “ping” the

[issue21697] shutil.copytree() handles symbolic directory incorrectly

2015-07-10 Thread Berker Peksag
Changes by Berker Peksag : -- assignee: -> berker.peksag nosy: +takluyver versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue21697> ___ _

[issue24609] shutil.copytree fails with symlinks to directories when symlink=False

2015-07-10 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report and the patch. This is a duplicate of issue 21697. Could you please attach the patch in that issue? -- nosy: +berker.peksag resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> shu

[issue24614] 404 link in Documenting Python, Style Guide

2015-07-12 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report, Julien. The up-to-date version of the document can be found at https://docs.python.org/devguide/documenting.html Also, Python 3.0.1 documentation is really old and I think the "The Python documentation should follow the

[issue23530] os and multiprocessing.cpu_count do not respect cpuset/affinity

2015-07-13 Thread Berker Peksag
Berker Peksag added the comment: It would be nice to backport the patch to the 3.4 and 3.5 branches. -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue23

[issue24136] document PEP 448: unpacking generalization

2015-07-13 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: needs patch -> patch review versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issu

[issue24628] load_workbook giving ValueError: invalid literal for int()

2015-07-13 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report, but openpyxl is not part of the Python standard library. Please create an issue at https://bitbucket.org/openpyxl/openpyxl/issues -- nosy: +berker.peksag resolution: -> third party stage: -> resolved status: open -&g

[issue23661] Setting a exception side_effect on a mock from create_autospec does not work

2015-07-15 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.6 -Python 3.4 ___ Python tracker <http://bugs.python.or

[issue24626] please sync cgi.parse document

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

[issue21750] mock_open data is visible only once for the life of the class

2015-07-16 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> patch review ___ Python tracker <http://bugs.python.org/issue21750> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue21750] mock_open data is visible only once for the life of the class

2015-07-16 Thread Berker Peksag
Berker Peksag added the comment: LGTM. A minor comment: +def test_mock_open_reuse_issue_21750(self): We can also add an assert to check the data is actually "data" (e.g. assertEqual(f1.read(), 'data')). -- stage: patch rev

[issue21750] mock_open data is visible only once for the life of the class

2015-07-17 Thread Berker Peksag
Berker Peksag added the comment: > There are already explicit tests for that Great, then the test is fine :) Thanks for writing the patch. -- ___ Python tracker <http://bugs.python.org/issu

[issue21258] Add __iter__ support for mock_open

2015-07-17 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issue21258> ___ ___ Python-bugs-list mailin

[issue24656] remove "assret" from mock error checking

2015-07-18 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +kushal.das, ncoghlan, rbcollins ___ Python tracker <http://bugs.python.org/issue24656> ___ ___ Python-bugs-list mailin

[issue24655] _ssl.c: Missing "do" for do {} while(0) idiom

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

[issue24669] inspect.getsource() returns the wrong lines for coroutine functions

2015-07-19 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +yselivanov stage: -> patch review ___ Python tracker <http://bugs.python.org/issue24669> ___ ___ Python-bugs-list mai

[issue19667] Add the "htmlcharrefreplace" error handler

2015-07-21 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag versions: +Python 3.6 -Python 3.4 ___ Python tracker <http://bugs.python.org/issue19667> ___ ___ Python-bug

[issue22123] Provide a direct function for types.SimpleNamespace()

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

[issue12067] Doc: remove errors about mixed-type comparisons.

2015-07-21 Thread Berker Peksag
Berker Peksag added the comment: I think we can commit documentation and tests separately. I just did a quick review of the test changes and I will add some review comments later (sorry, lack of time :)). -- nosy: +berker.peksag ___ Python tracker

[issue23883] __all__ lists are incomplete

2015-07-22 Thread Berker Peksag
Berker Peksag added the comment: Thank you all for your work and apologies for my lack of response. I'm +1 on adding a check__all__ helper to test.support. But passing "self" to it feels a bit weird. Perhaps the assertCountEqual part could be moved outside of the helper. I

[issue23440] Extend http.server.SimpleHTTPRequestHandler testing

2015-07-22 Thread Berker Peksag
Changes by Berker Peksag : -- assignee: -> berker.peksag ___ Python tracker <http://bugs.python.org/issue23440> ___ ___ Python-bugs-list mailing list Un

[issue23440] Extend http.server.SimpleHTTPRequestHandler testing

2015-07-22 Thread Berker Peksag
Berker Peksag added the comment: Thanks Martin and Demian. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed versions: +Python 3.6 -Python 3.4 ___ Python tracker <http://bugs.python.or

[issue24695] Don't print traceback header if traceback is None in TracebackException

2015-07-23 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +rbcollins ___ Python tracker <http://bugs.python.org/issue24695> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24695] Don't print traceback header if traceback is None in TracebackException

2015-07-23 Thread Berker Peksag
Berker Peksag added the comment: Here is a patch. I was pretty sure that I've already created an issue for this but couldn't find it now. -- keywords: +patch nosy: +berker.peksag stage: needs patch -> patch review Added file: http://bugs.python.org/file40001/is

[issue10708] Misc/porting should be folded into the development FAQ or the devguide

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

[issue19475] Add microsecond flag to datetime isoformat()

2015-07-24 Thread Berker Peksag
Changes by Berker Peksag : -- stage: resolved -> needs patch superseder: datetime: add ability to parse RFC 3339 dates and times -> versions: +Python 3.6 -Python 3.5 ___ Python tracker <http://bugs.python.org/i

[issue24695] Don't print traceback header if traceback is None in TracebackException

2015-07-24 Thread Berker Peksag
Berker Peksag added the comment: Fixed in 3.5 and default branches. Thank you for your review, Raymond. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue10708] Misc/porting should be folded into the development FAQ or the devguide

2015-07-24 Thread Berker Peksag
Berker Peksag added the comment: Applied it with minor changes. Thanks for the great patch, Paul Anton Letnes. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue24707] Assertion failed in pymonotonic_new

2015-07-24 Thread Berker Peksag
New submission from Berker Peksag: >From >http://buildbot.python.org/all/builders/AMD64%20Debian%20root%203.x/builds/2436: python: Python/pytime.c:633: pymonotonic_new: Assertion `!last_set || last <= *tp' failed. Fatal Python error: Aborted Full log is here: http://buildbot.

[issue24710] Class name hardcoded in TracebackException.from_exception()

2015-07-24 Thread Berker Peksag
New submission from Berker Peksag: Here is a patch that changes to use cls() instead of hardcoded TracebackException. Serhiy also suggested on IRC to use the from_exception() classmethod in TracebackException's __init__ method. -- components: Library (Lib) files: classmethod

[issue24713] Import docs reference the deprecated imp.reload

2015-07-25 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report and the patch, Petr. -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue24279] Update test_base64 to use test.support.script_helper

2015-07-25 Thread Berker Peksag
Berker Peksag added the comment: Thanks Christie. I've kept get_output() and changed it to return assert_python_ok().out. -- components: +Tests resolution: -> fixed stage: -> resolved status: open -> closed type: -> enhancement vers

[issue24420] Documentation regressions from adding subprocess.run()

2015-07-25 Thread Berker Peksag
Berker Peksag added the comment: Thanks Martin. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue21697] shutil.copytree() handles symbolic directory incorrectly

2015-07-25 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patches and testing! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue24723] The new typing module is not documented :-(

2015-07-26 Thread Berker Peksag
Berker Peksag added the comment: This is a duplicate of issue 24272. -- nosy: +berker.peksag resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> PEP 484 docs ___ Python tracker <http://bugs.python

[issue24272] PEP 484 docs

2015-07-26 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: needs patch -> patch review versions: +Python 3.6 ___ Python tracker <http://bugs.python.org/issu

[issue24695] Don't print traceback header if traceback is None in TracebackException

2015-07-26 Thread Berker Peksag
Berker Peksag added the comment: Could you please share the link of the changelog you've mentioned? Unless I'm missing something, this issue is already listed in the changelog: https://hg.python.org/releasing/3.5/file/f65605b99cb4/Mis

[issue23441] rlcompleter: tab on empty prefix => insert spaces

2015-07-26 Thread Berker Peksag
Berker Peksag added the comment: Here is a patch with a simple test case. -- nosy: +berker.peksag stage: commit review -> patch review versions: +Python 3.6 Added file: http://bugs.python.org/file40032/issue23441.diff ___ Python tracker &l

[issue24695] Don't print traceback header if traceback is None in TracebackException

2015-07-26 Thread Berker Peksag
Berker Peksag added the comment: Looks like a cache issue. I've just fixed it: https://docs.python.org/3.5/whatsnew/changelog.html -- ___ Python tracker <http://bugs.python.org/is

[issue24728] Build fails when threads are disabled

2015-07-27 Thread Berker Peksag
Berker Peksag added the comment: Thanks Louis. If you are going to continue contributing patches, please sign the PSF Contribution Agreement: https://www.python.org/psf/contrib/contrib-form/ -- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -&g

[issue23441] rlcompleter: tab on empty prefix => insert spaces

2015-07-27 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch Martin and thank you all for testing and reviewing patches! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue23931] Update DevGuide link in Quickstart Step 1

2015-07-27 Thread Berker Peksag
Changes by Berker Peksag : -- stage: commit review -> needs patch ___ Python tracker <http://bugs.python.org/issue23931> ___ ___ Python-bugs-list mai

[issue23931] Update DevGuide link in Quickstart Step 1

2015-07-28 Thread Berker Peksag
Berker Peksag added the comment: Looks great! Thank you Tina and Carol :) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue24735] Invalid access in combinations_with_replacement()

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

[issue23404] 'make touch' does not work with git clones of the source repository

2015-07-29 Thread Berker Peksag
Berker Peksag added the comment: Patch LGTM. Thanks Carol. I will left this issue open in case someone wants to work on a git equivalent of "make touch" as described by Ned in msg235514. -- components: -Devguide nosy: +berker.peksag stage: patch review -> nee

[issue24360] improve argparse.Namespace __repr__ for invalid identifiers.

2015-07-29 Thread Berker Peksag
Changes by Berker Peksag : -- assignee: -> berker.peksag ___ Python tracker <http://bugs.python.org/issue24360> ___ ___ Python-bugs-list mailing list Un

[issue24360] improve argparse.Namespace __repr__ for invalid identifiers.

2015-07-29 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Matthias. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue24109] Documentation for difflib uses optparse

2015-07-29 Thread Berker Peksag
Berker Peksag added the comment: Thanks Keith. -- nosy: +berker.peksag resolution: -> fixed stage: commit review -> resolved status: open -> closed versions: +Python 3.6 ___ Python tracker <http://bugs.python.or

[issue15582] Enhance inspect.getdoc to follow inheritance chains

2015-07-30 Thread Berker Peksag
Berker Peksag added the comment: Applied, thanks! -- nosy: +berker.peksag stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue12160] codecs doc: what is StreamCodec?

2015-07-30 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Nick! -- nosy: +berker.peksag resolution: -> fixed stage: commit review -> resolved status: open -> closed type: -> behavior versions: +Python 3.5, Python 3.6 -Python 3.1, Python 3.2 __

[issue12833] raw_input misbehaves when readline is imported

2015-07-30 Thread Berker Peksag
Berker Peksag added the comment: Also, I'd change the patch to use a note directive. -- nosy: +berker.peksag stage: commit review -> patch review ___ Python tracker <http://bugs.python.org

[issue18383] test_warnings modifies warnings.filters when running with "-W default"

2015-07-30 Thread Berker Peksag
Berker Peksag added the comment: Here is an updated patch (against 3.4 branch). I've just made some small cosmetic changes and split the test into two parts (filterwarnings and simplefilter). Patch looks reasonable to me, but it would be nice to get a second opinion. -- Added

[issue19475] Add timespec optional flag to datetime isoformat() to choose the precision

2015-07-30 Thread Berker Peksag
Berker Peksag added the comment: Thanks, Alessandro! I left some additional comments on Rietveld: https://bugs.python.org/review/19475/#ps15278 -- nosy: +berker.peksag stage: needs patch -> patch review ___ Python tracker <http://bugs.pyth

[issue24777] sys.getrefcount takes no arguments

2015-08-02 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report. Some functions like getrefcount in sys module are specific to CPython. Other Python implementations like IronPython(it doesn't use reference counting for example) may not implement or partially implement those functions. sys.getref

[issue6500] urllib2 maximum recursion depth exceeded

2015-08-02 Thread Berker Peksag
Berker Peksag added the comment: Here is a patch for 2.7. I don't think backporting 9eceb618274a to 2.7 is worth the effort for this, so I just fixed the __getattr__ method and added a test. -- keywords: +patch nosy: +berker.peksag stage: needs patch -> patch review Added fi

[issue20362] longMessage attribute is ignored in unittest.TestCase.assertRegexpMatches etc

2015-08-03 Thread Berker Peksag
Berker Peksag added the comment: Sorry for my late response, Ilia. Your reply to my first question looks correct to me. Please send your updated patch and I'll apply. -- assignee: -> berker.peksag versions: +Python 3.4, Python 3.6 __

[issue24785] Document asyncio.futures.wrap_future()

2015-08-03 Thread Berker Peksag
Berker Peksag added the comment: This is a duplicate of issue 24755. -- nosy: +berker.peksag resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> asyncio.wrap_future undocumented ___ Python tr

[issue23004] mock_open() should allow reading binary data

2015-08-06 Thread Berker Peksag
Changes by Berker Peksag : -- assignee: -> berker.peksag ___ Python tracker <http://bugs.python.org/issue23004> ___ ___ Python-bugs-list mailing list Un

[issue23004] mock_open() should allow reading binary data

2015-08-06 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Aaron(also thanks to Demian for reviews). I've fixed the merge conflict and added more tests. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___

[issue23004] mock_open() should allow reading binary data

2015-08-07 Thread Berker Peksag
Berker Peksag added the comment: data_as_list = read_data.splitlines(True) is not actually the equivalent of data_as_list = [l + sep for l in read_data.split(sep)] It will change the behavior of the _iterate_read_data helper. See the comment at https://github.com/python/cpython/blob

[issue24764] cgi.FieldStorage can't parse multipart part headers with Content-Length and no filename in Content-Disposition

2015-08-10 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review type: -> behavior versions: -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/i

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