[issue16037] httplib: header parsing is unlimited

2014-08-04 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patches Jyrki and Daniel. -- nosy: +berker.peksag versions: -Python 2.7 ___ Python tracker <http://bugs.python.org/issue16

[issue21539] pathlib's Path.mkdir() should allow for "mkdir -p" functionality

2014-08-05 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> resolved ___ Python tracker <http://bugs.python.org/issue21539> ___ ___ Python-bugs-list mailing list Un

[issue22150] deprecated-removed directive is broken in Sphinx 1.2.2

2014-08-05 Thread Berker Peksag
New submission from Berker Peksag: The attached patch fixes the problem for me. Tested with Firefox 30.0 and Chrome 35.0.1916.153 on Ubuntu. -- components: Demos and Tools files: deprecated-removed.diff keywords: patch messages: 224902 nosy: berker.peksag, georg.brandl priority: normal

[issue22150] deprecated-removed directive is broken in Sphinx 1.2.2

2014-08-05 Thread Berker Peksag
Changes by Berker Peksag : Added file: http://bugs.python.org/file36282/broken-deprecated-removed.png ___ Python tracker <http://bugs.python.org/issue22150> ___ ___ Pytho

[issue22150] deprecated-removed directive is broken in Sphinx 1.2.2

2014-08-05 Thread Berker Peksag
Changes by Berker Peksag : Added file: http://bugs.python.org/file36283/broken-deprecated-removed-2.png ___ Python tracker <http://bugs.python.org/issue22150> ___ ___

[issue1322] platform.dist() has unpredictable result under Linux

2014-08-05 Thread Berker Peksag
Berker Peksag added the comment: Here's an updated patch (based on Vajrasky's patch, thanks!). Changes: - Updated deprecation schedule 1. pending deprecation in 3.5 2. deprecation in 3.6 3. removal in 3.7 - Added tests - Added a whatsnew entry - Moved warnings import to

[issue22150] deprecated-removed directive is broken in Sphinx 1.2.2

2014-08-05 Thread Berker Peksag
Berker Peksag added the comment: > Does this fix the extra margin visible in broken-deprecated-removed-2.png? Yes. > Is there something in the HTML that causes the extra margin (e.g. an empty > ? I checked the HTML output first, but it was fine. Here's the HTML output of

[issue22150] deprecated-removed directive is broken in Sphinx 1.2.2

2014-08-06 Thread Berker Peksag
Berker Peksag added the comment: Sorry, I forgot to explain that part of the patch. See broken-deprecated-removed.png. The "Deprecated since version 3.5, will be removed in 3.6" paragraph should be in the first line, not in the second line (like the deprecated

[issue22150] deprecated-removed directive is broken in Sphinx 1.2.2

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

[issue15907] move doctest test-data files into a subdirectory of Lib/test

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

[issue21514] update json module docs in light of RFC 7159 & ECMA-404

2014-08-11 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> commit review ___ Python tracker <http://bugs.python.org/issue21514> ___ ___ Python-bugs-list mai

[issue5411] Add xz support to shutil

2014-08-11 Thread Berker Peksag
Berker Peksag added the comment: Fixed. Thanks for the patch, Akira. http://hg.python.org/cpython/rev/7fcfb634ccca -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue5

[issue19628] maxlevels -1 on compileall for unlimited recursion

2014-08-13 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue19628> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21389] The repr of BoundMethod objects sometimes incorrectly identifies the bound function

2014-08-13 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +benjamin.peterson stage: -> patch review ___ Python tracker <http://bugs.python.org/issue21389> ___ ___ Python-bugs-lis

[issue1234674] filecmp.cmp's "shallow" option

2014-08-13 Thread Berker Peksag
Changes by Berker Peksag : -- stage: test needed -> patch review ___ Python tracker <http://bugs.python.org/issue1234674> ___ ___ Python-bugs-list mai

[issue21445] Some asserts in test_filecmp have the wrong messages

2014-08-13 Thread Berker Peksag
Changes by Berker Peksag : -- assignee: -> berker.peksag nosy: +berker.peksag versions: +Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue21445] Some asserts in test_filecmp have the wrong messages

2014-08-13 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Steven. -- nosy: +r.david.murray resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue22200] Remove distutils checks for Python version

2014-08-15 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> patch review type: -> enhancement versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issue22200> ___ __

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

2014-08-18 Thread Berker Peksag
Changes by Berker Peksag : -- stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue12067> ___ ___ Python-bugs-list mailing list Un

[issue22211] Remove VMS specific code in expat.h & xmlrole.h

2014-08-19 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +christian.heimes ___ Python tracker <http://bugs.python.org/issue22211> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21549] Add the members parameter for TarFile.list()

2014-08-20 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> commit review ___ Python tracker <http://bugs.python.org/issue21549> ___ ___ Python-bugs-list mai

[issue22197] Allow better verbosity / output control in test cases

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

[issue22229] wsgiref doesn't appear to ever set REMOTE_HOST in the environ

2014-08-20 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag, pje stage: -> needs patch type: -> behavior ___ Python tracker <http://bugs.python.org/issue9> ___ __

[issue22234] urllib.parse.urlparse accepts any falsy value as an url

2014-08-20 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +orsenthil ___ Python tracker <http://bugs.python.org/issue22234> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22247] More incomplete module.__all__ lists

2014-08-22 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue22247> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21338] Silent mode for compileall

2014-08-22 Thread Berker Peksag
Changes by Berker Peksag : -- assignee: -> berker.peksag nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue21338> ___ ___ Python-bugs-lis

[issue19714] Add tests for importlib.machinery.WindowsRegistryFinder

2014-08-22 Thread Berker Peksag
Changes by Berker Peksag : -- stage: commit review -> resolved ___ Python tracker <http://bugs.python.org/issue19714> ___ ___ Python-bugs-list mailing list Un

[issue22150] deprecated-removed directive is broken in Sphinx 1.2.2

2014-08-22 Thread Berker Peksag
Berker Peksag added the comment: Thank you for your review, Ezio! -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue22251] Various markup errors in documentation

2014-08-22 Thread Berker Peksag
New submission from Berker Peksag: /home/berker/projects/cpython/default/Doc/extending/newtypes.rst:985: ERROR: Error in "note" directive: invalid option block. /home/berker/projects/cpython/default/Doc/faq/library.rst:700: ERROR: Error in "seealso" directive: invalid

[issue19447] py_compile.compile raises if a file has bad encoding

2014-08-22 Thread Berker Peksag
Berker Peksag added the comment: 3.3 is in security-only mode and this issue has been fixed in 3.4. I've just committed your test case to 3.4 and default. Thanks for the patch, Bohuslav. -- assignee: -> berker.peksag components: +Library (Lib) -Build nosy: +berker.peksag re

[issue22246] add strptime(s, '%s')

2014-08-22 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +belopolsky stage: -> patch review ___ Python tracker <http://bugs.python.org/issue22246> ___ ___ Python-bugs-list mai

[issue19447] py_compile.compile raises if a file has bad encoding

2014-08-22 Thread Berker Peksag
Berker Peksag added the comment: Good point. Thank you Arfrever. -- ___ Python tracker <http://bugs.python.org/issue19447> ___ ___ Python-bugs-list mailin

[issue22255] Multiprocessing freeze_support raises RuntimeError

2014-08-23 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +sbt ___ Python tracker <http://bugs.python.org/issue22255> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21391] shutil uses both os.path.abspath and an 'import from' of abspath

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

[issue22259] fdopen of directory causes segmentation fault

2014-08-23 Thread Berker Peksag
New submission from Berker Peksag: Thanks for the patch. Please use assertEqual instead of assert. -- nosy: +berker.peksag stage: -> patch review ___ Python tracker <http://bugs.python.org/issu

[issue22265] fix reliance on refcounting in test_itertools

2014-08-24 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +rhettinger ___ Python tracker <http://bugs.python.org/issue22265> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18530] posixpath.ismount performs extra lstat calls

2014-08-25 Thread Berker Peksag
Changes by Berker Peksag : -- stage: patch review -> resolved ___ Python tracker <http://bugs.python.org/issue18530> ___ ___ Python-bugs-list mailing list Un

[issue22182] distutils.file_util.move_file unpacks wrongly an exception

2014-08-25 Thread Berker Peksag
Berker Peksag added the comment: LGTM. The second test should be named different, but I will fix it myself. Thanks for the patch! -- assignee: -> berker.peksag nosy: +berker.peksag stage: patch review -> commit review versions: +Pyth

[issue21720] "TypeError: Item in ``from list'' not a string" message

2014-08-28 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, David! +def test_fromlist_error_messages(self): +# Test for issue #21720: fromlist unicode error messages +try: +__import__('encodings', fromlist=[u'aliases']) +exc

[issue22282] ipaddress module accepts octal formatted IPv4 addresses in IPv6 addresses

2014-08-28 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +ncoghlan, pitrou, pmoody ___ Python tracker <http://bugs.python.org/issue22282> ___ ___ Python-bugs-list mailing list Unsub

[issue22182] distutils.file_util.move_file unpacks wrongly an exception

2014-08-28 Thread Berker Peksag
Berker Peksag added the comment: Thanks Claudiu. -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue10240] dict.update.__doc__ is misleading

2014-08-31 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: -berker.peksag ___ Python tracker <http://bugs.python.org/issue10240> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22320] Invalid link in General Python FAQ

2014-08-31 Thread Berker Peksag
Berker Peksag added the comment: We can use https://docs.python.org/devguide/setup.html in that paragraph. It has more information about compiling Python. -- nosy: +berker.peksag stage: -> patch review versions: +Python 2.7, Python 3.5 ___ Pyt

[issue22315] TypeError in error handling in distutils.dir_util.copy_tree

2014-08-31 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> resolved status: open -> closed type: -> behavior ___ Python tracker <http://bugs.python.org/issue22315> ___

[issue19447] py_compile.compile raises if a file has bad encoding

2014-09-01 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue19447> ___

[issue17396] modulefinder fails if module contains syntax error

2014-09-01 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: -> patch review type: -> behavior versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/i

[issue20020] "modernize" the modulefinder module

2014-09-01 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> needs patch ___ Python tracker <http://bugs.python.org/issue20020> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue22296] cookielib uses time.time(), making incorrect checks of expiration times in cookies

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

[issue19826] Document that bug reporting by email is possible

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

[issue22340] Fix Python 3 warnings in Python 2 tests

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

[issue11572] bring Lib/copy.py to 100% coverage

2014-09-06 Thread Berker Peksag
Changes by Berker Peksag : -- components: +Library (Lib) nosy: +berker.peksag type: -> enhancement versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue8315] ./python -m unittest test.test_importlib doesn't work

2014-09-07 Thread Berker Peksag
Berker Peksag added the comment: test_importlib has been fixed in issue 22002. $ ./python -m unittest test.test_importlib -- Ran 963 tests in 1.533s OK (skipped=15, expected failures=1) -- nosy

[issue22200] Remove distutils checks for Python version

2014-09-07 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue22200> ___

[issue22355] inconsistent results with inspect.getsource() / inspect.getsourcelines()

2014-09-08 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +yselivanov ___ Python tracker <http://bugs.python.org/issue22355> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22359] Remove incorrect uses of recursive make

2014-09-08 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +doko ___ Python tracker <http://bugs.python.org/issue22359> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22240] argparse support for "python -m module" in help

2014-09-08 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> patch review ___ Python tracker <http://bugs.python.org/issue22240> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue17442] code.InteractiveInterpreter doesn't display the exception cause

2014-09-10 Thread Berker Peksag
Berker Peksag added the comment: Claudiu, did you see Jim Jewett's review on Rietveld? -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/is

[issue22389] Generalize contextlib.redirect_stdout

2014-09-12 Thread Berker Peksag
Berker Peksag added the comment: Here's a simple implementation. I will add tests and update the documentation. -- keywords: +patch nosy: +berker.peksag stage: -> patch review Added file: http://bugs.python.org/file36608/issue22389.diff __

[issue22398] Tools/msi enhancements for 2.7

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

[issue22409] namedtuples bug between 3.3.2 and 3.4.1

2014-09-14 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> third party stage: -> resolved ___ Python tracker <http://bugs.python.org/issue22409> ___ ___ Python-bugs-

[issue22377] %Z in strptime doesn't match EST and others

2014-09-16 Thread Berker Peksag
Berker Peksag added the comment: > if PEP 431 is implemented (or anything that gives access to zoneinfo) > then strptime could extend the list of timezones it accepts (utc + > local timezone names) to include names from the tz database: FTR, I have a WIP(and probably a bit outdated)

[issue21391] shutil uses both os.path.abspath and an 'import from' of abspath

2014-09-17 Thread Berker Peksag
Berker Peksag added the comment: Done. Thanks for the reviews! -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue14824] reprlib documentation references string module

2014-09-17 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> patch review versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker <http://bugs.python.org/issu

[issue14824] reprlib documentation references string module

2014-09-17 Thread Berker Peksag
Berker Peksag added the comment: > I don't know why we would ever have a space in a typename, ever (and if > someone does awful hacks to get to that state, he should probably also do > awful hacks to make reprlib work properly). That part of the code has been added 22 yea

[issue16827] Remove the relatively advanced content from section 2 in tutorial

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

[issue16827] Remove the relatively advanced content from section 2 in tutorial

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

[issue16827] Remove the relatively advanced content from section 2 in tutorial

2014-09-17 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, James. Did you see my review comments on Rietveld? Please see at http://bugs.python.org/review/16827/#ps11699 -- ___ Python tracker <http://bugs.python.org/issue16

[issue19690] test_logging test_race failed with PermissionError

2014-09-17 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> needs patch type: -> behavior versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issue19690> ___ ___

[issue22399] Doc: missing anchor for dict in library/functions.html

2014-09-17 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +georg.brandl ___ Python tracker <http://bugs.python.org/issue22399> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21397] tempfile.py: Fix grammar in docstring, comment typos

2014-09-17 Thread Berker Peksag
Berker Peksag added the comment: The latest patch LGTM. -- nosy: +berker.peksag stage: patch review -> commit review ___ Python tracker <http://bugs.python.org/issu

[issue22447] logging.config.fileConfig attempts to write to file even when none configured

2014-09-19 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +vinay.sajip ___ Python tracker <http://bugs.python.org/issue22447> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12916] Add inspect.splitdoc

2014-09-19 Thread Berker Peksag
Berker Peksag added the comment: I left a couple of comments on Rietveld. -- stage: commit review -> patch review ___ Python tracker <http://bugs.python.org/issu

[issue22406] uu-codec trailing garbage workaround is Python 2 code

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

[issue19119] duplicate test name in Lib/test/test_heapq.py

2014-09-21 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> patch review versions: +Python 3.5 -Python 3.3 ___ Python tracker <http://bugs.python.org/issue19119> ___ ___ Python-

[issue11798] Test cases not garbage collected after run

2014-09-21 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue11798> ___ ___ Python-bugs-list

[issue22461] Test failure: Lib/test/test_pydoc.py line 851, "topic?key=def"

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

[issue18993] There is an overshadowed and invalid test in testmock.py

2014-09-24 Thread Berker Peksag
Berker Peksag added the comment: This has been fixed in https://hg.python.org/cpython/rev/c8c11082bd0c. -- nosy: +berker.peksag resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <http://bug

[issue21860] Correct FileIO docstrings

2014-09-24 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Terry. -- assignee: haypo -> berker.peksag nosy: +berker.peksag resolution: -> fixed stage: commit review -> resolved status: open -> closed versions: +Python 3.5 -Python 3.3 ___ Py

[issue16056] shadowed test names in std lib regression tests

2014-09-24 Thread Berker Peksag
Berker Peksag added the comment: - issue 16079 opened for "make patchcheck" integration - issue 19119 opened for test_heapq - issue 19113 opened for test_functions And here's a patch for 2.7. -- nosy: +berker.peksag stage: needs patch -> patch review versions: +Pyth

[issue22482] logging: fileConfig doesn't support formatter styles

2014-09-24 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +vinay.sajip ___ Python tracker <http://bugs.python.org/issue22482> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22484] Build doc archives for RC versions

2014-09-24 Thread Berker Peksag
New submission from Berker Peksag: The attached patch partly reverts https://hg.python.org/cpython/rev/48033d90c61d#l2.126 since it breaks building doc archives for RC versions: - https://mail.python.org/pipermail/docs/2014-September/020211.html - https://mail.python.org/pipermail/docs/2014

[issue22485] Documentation download links (3.4.2

2014-09-24 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report. This is a duplicate of issue 22484. -- nosy: +berker.peksag resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Build doc archives for RC versions __

[issue4888] misplaced (or misleading) assert in ceval.c

2014-09-25 Thread Berker Peksag
Berker Peksag added the comment: This has been fixed as part of issue 16191: https://hg.python.org/cpython/rev/ac30a1b1cf17#l1.2780 -- nosy: +berker.peksag resolution: -> out of date stage: patch review -> resolved status: open -&g

[issue19642] shutil to support equivalent of: rm -f /dir/*

2014-09-25 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> needs patch ___ Python tracker <http://bugs.python.org/issue19642> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue17462] argparse FAQ: how it is different from optparse

2014-09-26 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Anastasia. -- assignee: eric.araujo -> berker.peksag keywords: +easy nosy: +berker.peksag resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tr

[issue19610] setup.py does not allow a tuple for classifiers

2014-09-26 Thread Berker Peksag
Changes by Berker Peksag : -- assignee: -> berker.peksag ___ Python tracker <http://bugs.python.org/issue19610> ___ ___ Python-bugs-list mailing list Un

[issue16324] MIMEText __init__ does not support Charset instance

2014-09-26 Thread Berker Peksag
Berker Peksag added the comment: Here's an updated patch. -- nosy: +berker.peksag stage: -> patch review type: behavior -> enhancement versions: +Python 3.5 -Python 3.2 Added file: http://bugs.python.org/file36737/issue16324_v2.diff ___

[issue21397] tempfile.py: Fix grammar in docstring, comment typos

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

[issue1764286] inspect.getsource does not work with decorated functions

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

[issue22389] Generalize contextlib.redirect_stdout

2014-09-26 Thread Berker Peksag
Berker Peksag added the comment: Good point. Will update the patch. Thanks! -- type: -> enhancement ___ Python tracker <http://bugs.python.org/issu

[issue16324] MIMEText __init__ does not support Charset instance

2014-09-26 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, Claude and thanks for the review, David! -- assignee: -> berker.peksag resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://

[issue22505] Expose an Enum object's serial number

2014-09-27 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +barry, eli.bendersky, ethan.furman ___ Python tracker <http://bugs.python.org/issue22505> ___ ___ Python-bugs-list mailin

[issue18855] Inconsistent README filenames

2014-09-27 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: +easy stage: -> needs patch versions: +Python 3.5 -Python 3.4 ___ Python tracker <http://bugs.python.org/issu

[issue20021] "modernize" makeopcodetargets.py

2014-09-27 Thread Berker Peksag
Berker Peksag added the comment: Here's a patch. -- keywords: +patch nosy: +berker.peksag, brett.cannon stage: needs patch -> patch review Added file: http://bugs.python.org/file36745/issue20021.diff ___ Python tracker <http://bugs

[issue6623] Lib/ftplib.py Netrc class should be removed.

2014-09-27 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag stage: needs patch -> patch review ___ Python tracker <http://bugs.python.org/issue6623> ___ ___ Python-

[issue16537] Python’s setup.py raises a ValueError when self.extensions is empty

2014-09-27 Thread Berker Peksag
Berker Peksag added the comment: Committed. Thanks for the patch, Jonathan! -- assignee: -> berker.peksag nosy: +berker.peksag resolution: -> fixed stage: commit review -> resolved status: open -> closed versions: +Python 3.5 -Python 3.2

[issue10702] bytes and bytearray methods are not documented

2014-09-27 Thread Berker Peksag
Berker Peksag added the comment: Fixed in issue 21777. -- nosy: +berker.peksag resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue16252] bytes and bytearray methods are undocumented

2014-09-27 Thread Berker Peksag
Berker Peksag added the comment: Fixed in issue 21777. -- nosy: +berker.peksag resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue22251] Various markup errors in documentation

2014-09-27 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue22251] Various markup errors in documentation

2014-09-27 Thread Berker Peksag
Berker Peksag added the comment: See issue 16805 for a similar issue. -- ___ Python tracker <http://bugs.python.org/issue22251> ___ ___ Python-bugs-list mailin

<    11   12   13   14   15   16   17   18   19   20   >