[issue29887] test_normalization doesn't work

2017-04-19 Thread STINNER Victor
STINNER Victor added the comment: Cool! "x86 Gentoo Installed with X 3.x" succeeded. -- ___ Python tracker ___ ___ Python-bugs-list ma

[issue30106] test_asyncore: test_handle_write() fails in tearDown()

2017-04-19 Thread STINNER Victor
STINNER Victor added the comment: I started to work on this issue because I noticed many "xxx modified by test_xxx" on the two FreeBSD CURRENT buildbots. Examples: AMD64_FreeBSD_CURRENT_Debug_3.x/163:Warning -- threading._dangling was modified by test_logging AMD64_FreeBSD_CURRENT_Debug_3.x/1

[issue12414] getsizeof() on code objects is wrong

2017-04-19 Thread Dong-hee Na
Changes by Dong-hee Na : -- pull_requests: +1323 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue12414] getsizeof() on code objects is wrong

2017-04-19 Thread Dong-hee Na
Dong-hee Na added the comment: I create PR 1168 and PR 1198 for master branch and the 3.6 branch. -- ___ Python tracker ___ ___ Python

[issue19225] lack of PyExc_BufferError doc

2017-04-19 Thread KINEBUCHI Tomohiko
Changes by KINEBUCHI Tomohiko : -- pull_requests: +1324 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue19225] lack of PyExc_BufferError doc

2017-04-19 Thread KINEBUCHI Tomohiko
Changes by KINEBUCHI Tomohiko : -- pull_requests: +1325 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue19225] lack of PyExc_BufferError doc

2017-04-19 Thread KINEBUCHI Tomohiko
Changes by KINEBUCHI Tomohiko : -- pull_requests: +1326 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue30109] make reindent failed.

2017-04-19 Thread Dong-hee Na
New submission from Dong-hee Na: When I try to `make reindent` It was failed with this messages. ./python.exe ./Tools/scripts/reindent.py -r ./Lib Traceback (most recent call last): File "/Users/corona10/cpython/Lib/tokenize.py", line 404, in find_cookie codec = lookup(encoding) Look

[issue30109] make reindent failed.

2017-04-19 Thread Dong-hee Na
Changes by Dong-hee Na : -- type: -> behavior versions: +Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue30078] "-m unittest --help" says nothing about direct script exection

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset f7e62cf8adfb8ab6a6a870903defe8ff218a0383 by Berker Peksag (Louie Lu) in branch 'master': bpo-30078: Add an example of passing a path to unittest (#1178) https://github.com/python/cpython/commit/f7e62cf8adfb8ab6a6a870903defe8ff218a0383 --

[issue30078] "-m unittest --help" says nothing about direct script exection

2017-04-19 Thread Berker Peksag
Changes by Berker Peksag : -- pull_requests: +1327 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue30078] "-m unittest --help" says nothing about direct script exection

2017-04-19 Thread Berker Peksag
Changes by Berker Peksag : -- pull_requests: +1328 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue19225] lack of PyExc_BufferError doc

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset 5fb4bf91e78e128a22b5b58da179f09d0b307f2d by Berker Peksag (cocoatomo) in branch '3.6': bpo-19225: Remove duplicated description for standard warning categories (GH-1068) https://github.com/python/cpython/commit/5fb4bf91e78e128a22b5b58da179f09d0b30

[issue19225] lack of PyExc_BufferError doc

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset 7e56fe35efe3aef0b9aac989255c4f13dfc01b09 by Berker Peksag (cocoatomo) in branch '3.5': bpo-19225: Remove duplicated description for standard warning categories (GH-1068) https://github.com/python/cpython/commit/7e56fe35efe3aef0b9aac989255c4f13dfc0

[issue19225] lack of PyExc_BufferError doc

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset 450a69c6a4bfee6a10cbcc0c43b221bb135689c8 by Berker Peksag (cocoatomo) in branch '2.7': bpo-19225: Remove duplicated description for standard warning categories (GH-1068) https://github.com/python/cpython/commit/450a69c6a4bfee6a10cbcc0c43b221bb1356

[issue19225] lack of PyExc_BufferError doc

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the backport PRs! -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker ___ __

[issue24739] allow argparse.FileType to accept newline argument

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: I agree with paul j3. It would be nice to keep the current FileType API as is. The argparse documentation already encourages people to write their own custom types and I think this is a good use case for following the advice. Thanks for the report! --

[issue30078] "-m unittest --help" says nothing about direct script exection

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset 596e714d79a22d1d53f26ae1a579dcd43f15865a by Berker Peksag in branch '3.6': bpo-30078: Add an example of passing a path to unittest (GH-1178) https://github.com/python/cpython/commit/596e714d79a22d1d53f26ae1a579dcd43f15865a -- ___

[issue30078] "-m unittest --help" says nothing about direct script exection

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset 6fb0f801d73b1e2794888772d016d978eccf52a6 by Berker Peksag in branch '3.5': bpo-30078: Add an example of passing a path to unittest (GH-1178) https://github.com/python/cpython/commit/6fb0f801d73b1e2794888772d016d978eccf52a6 -- ___

[issue30078] "-m unittest --help" says nothing about direct script exection

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement versions: +Python 3.5 ___ Python tracker __

[issue10379] locale.format() input regression

2017-04-19 Thread Berker Peksag
Berker Peksag added the comment: New changeset 6dbdedb0b18a5ca850ab8ce512fda24d5a9d0688 by Berker Peksag in branch 'master': bpo-10379: Add %char examples to locale.format() docs (GH-1145) https://github.com/python/cpython/commit/6dbdedb0b18a5ca850ab8ce512fda24d5a9d0688 -- __

[issue10379] locale.format() input regression

2017-04-19 Thread Berker Peksag
Changes by Berker Peksag : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue30108] test_site modifies sys.path

2017-04-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I'm wondering if the user site directory should be removed in tearDownModule(). -- nosy: +serhiy.storchaka ___ Python tracker ___

[issue30024] Treat `import a.b.c as m` as `m = sys.modules['a.b.c']`

2017-04-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: No, because the compiler generates different arguments for the IMPORT_NAME opcode. -- ___ Python tracker ___

[issue30109] make reindent failed.

2017-04-19 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +1329 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30109] make reindent failed.

2017-04-19 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- assignee: -> Mariatta nosy: +Mariatta stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue30109] make reindent failed.

2017-04-19 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 58f3c9dc8f5626abe09ac9738c34f6ba99ce2972 by Mariatta in branch 'master': bpo-30109: Fix reindent.py (GH-1207) https://github.com/python/cpython/commit/58f3c9dc8f5626abe09ac9738c34f6ba99ce2972 -- ___

[issue30109] make reindent failed.

2017-04-19 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +1331 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30109] make reindent failed.

2017-04-19 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- pull_requests: +1330 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue30109] make reindent failed.

2017-04-19 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: patch review -> backport needed versions: +Python 2.7, Python 3.5, Python 3.6 ___ Python tracker ___ __

[issue21150] Add quick links table to argparse docs

2017-04-19 Thread Louie Lu
Changes by Louie Lu : -- pull_requests: +1332 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue30109] make reindent failed.

2017-04-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I don't know whether the fix for 2.7 is needed. The interface of tokenize is different in 2.7. Just run the new test and see if it fails. -- nosy: +serhiy.storchaka ___ Python tracker

[issue30030] Simplify _RandomNameSequence

2017-04-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: On Linux creating a temporary file or directory usually consumes only one random name. But due to a bug on Windows (issue22107) it can consume up to TMP_MAX (2147483647 on Windows) names when called with read-only directory. Generating every name consumes ab

[issue30110] test_asyncio reports reference leak

2017-04-19 Thread Xiang Zhang
New submission from Xiang Zhang: Running test suite with refleak hunter reports test_asyncio leaks referrences: 0:00:00 [1/1] test_asyncio Executing .start() done, defined at /home/angwer/repos/cpython/Lib/test/test_asyncio/test_pep492.py:150> result=None created at /home/angwer/repos/cpython

<    1   2