[issue33642] IDLE: Use variable number of lines in CodeContext

2018-06-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +6964 ___ Python tracker <https://bugs.python.org/issue33642> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33642] IDLE: Use variable number of lines in CodeContext

2018-06-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +6963 ___ Python tracker <https://bugs.python.org/issue33642> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33642] IDLE: Use variable number of lines in CodeContext

2018-06-01 Thread miss-islington
miss-islington added the comment: New changeset 0800b6c17a829ecb554d93cba8c97f92b15be52a by Miss Islington (bot) in branch '3.7': bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106) https://github.com/python/cpython/commit/0800b6c17a829ecb554d93cba8c97f92b15be52a

[issue33532] test_multiprocessing_forkserver: TestIgnoreEINTR.test_ignore() fails on Travis CI

2018-06-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +6949 ___ Python tracker <https://bugs.python.org/issue33532> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23495] The writer.writerows method should be documented as accepting any iterable (not only a list)

2018-06-02 Thread miss-islington
miss-islington added the comment: New changeset db3039085845af5d68ab863f03e9684681b1516d by Miss Islington (bot) in branch '3.6': bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316) https://github.com/python/cpython/commit

[issue23495] The writer.writerows method should be documented as accepting any iterable (not only a list)

2018-06-02 Thread miss-islington
miss-islington added the comment: New changeset af3685963652721269ca0196f9f7fc08d3e830b7 by Miss Islington (bot) in branch '2.7': bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316) https://github.com/python/cpython/commit

[issue23495] The writer.writerows method should be documented as accepting any iterable (not only a list)

2018-06-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +6969 ___ Python tracker <https://bugs.python.org/issue23495> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23495] The writer.writerows method should be documented as accepting any iterable (not only a list)

2018-06-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +6970 ___ Python tracker <https://bugs.python.org/issue23495> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23495] The writer.writerows method should be documented as accepting any iterable (not only a list)

2018-06-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +6971 ___ Python tracker <https://bugs.python.org/issue23495> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23495] The writer.writerows method should be documented as accepting any iterable (not only a list)

2018-06-02 Thread miss-islington
miss-islington added the comment: New changeset 949da9e44b4e0d5b32745b91f9582158442b68d1 by Miss Islington (bot) in branch '3.7': bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316) https://github.com/python/cpython/commit

[issue32392] subprocess.run documentation does not have **kwargs

2018-06-05 Thread miss-islington
miss-islington added the comment: New changeset 23b7ee205270320f836e93e411b28ac995cbabf1 by Miss Islington (bot) in branch '3.7': bpo-32392: Document env keyword argument of subprocess.run() (GH-7289) https://github.com/python/cpython/commit/23b7ee205270320f836e93e411b28ac995cbabf1

[issue5755] "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++"

2018-06-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +7047 ___ Python tracker <https://bugs.python.org/issue5755> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33752] Leaked file in test_anydbm_creation_n_file_exists_with_invalid_contents in test_dbm

2018-06-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +7056 ___ Python tracker <https://bugs.python.org/issue33752> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33769] Cleanup start_tls() implementation

2018-06-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +7054 ___ Python tracker <https://bugs.python.org/issue33769> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33767] Improper use of SystemError in the mmap module

2018-06-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +7052 ___ Python tracker <https://bugs.python.org/issue33767> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33753] Leaked file in test_nextfile_oserror_deleting_backup in test_fileinput

2018-06-05 Thread miss-islington
miss-islington added the comment: New changeset fff25cc369da83cfeab1d6a15f42748b17a30aa4 by Miss Islington (bot) in branch '3.7': bpo-33753: Refactor creating temporary files in test_fileinput. (GH-7377) https://github.com/python/cpython/commit/fff25cc369da83cfeab1d6a15f42748b17a30aa4

[issue33752] Leaked file in test_anydbm_creation_n_file_exists_with_invalid_contents in test_dbm

2018-06-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +7055 ___ Python tracker <https://bugs.python.org/issue33752> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33767] Improper use of SystemError in the mmap module

2018-06-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +7053 ___ Python tracker <https://bugs.python.org/issue33767> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33753] Leaked file in test_nextfile_oserror_deleting_backup in test_fileinput

2018-06-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +7041 ___ Python tracker <https://bugs.python.org/issue33753> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32392] subprocess.run documentation does not have **kwargs

2018-06-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +7048 ___ Python tracker <https://bugs.python.org/issue32392> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33752] Leaked file in test_anydbm_creation_n_file_exists_with_invalid_contents in test_dbm

2018-06-05 Thread miss-islington
miss-islington added the comment: New changeset 194a5c07228342106c98dcf85c8a5f4cd2c8b04e by Miss Islington (bot) in branch '3.6': bpo-33752: Fix a file leak in test_dbm. (GH-7376) https://github.com/python/cpython/commit/194a5c07228342106c98dcf85c8a5f4cd2c8b04e -- nosy: +miss

[issue33767] Improper use of SystemError in the mmap module

2018-06-05 Thread miss-islington
miss-islington added the comment: New changeset ae55d29fe04ee1aeb1bcb2e9b84e5bc9d4ecb070 by Miss Islington (bot) in branch '3.6': bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) https://github.com/python/cpython/commit/ae55d29fe04ee1aeb1bcb2e9b84e5bc9d4ecb070

[issue33752] Leaked file in test_anydbm_creation_n_file_exists_with_invalid_contents in test_dbm

2018-06-05 Thread miss-islington
miss-islington added the comment: New changeset ffd72acc508bbc994812cefbfb9532d3be2ab737 by Miss Islington (bot) in branch '3.7': bpo-33752: Fix a file leak in test_dbm. (GH-7376) https://github.com/python/cpython/commit/ffd72acc508bbc994812cefbfb9532d3be2ab737

[issue33767] Improper use of SystemError in the mmap module

2018-06-05 Thread miss-islington
miss-islington added the comment: New changeset 631fe1fa423c42197d533103dcf349ca19baed0c by Miss Islington (bot) in branch '3.7': bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) https://github.com/python/cpython/commit/631fe1fa423c42197d533103dcf349ca19baed0c

[issue33755] Failed separate tests in test_importlib

2018-06-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +7060 ___ Python tracker <https://bugs.python.org/issue33755> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33751] Failed separate testTruncateOnWindows in test_file

2018-06-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +7061 ___ Python tracker <https://bugs.python.org/issue33751> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33751] Failed separate testTruncateOnWindows in test_file

2018-06-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +7062 ___ Python tracker <https://bugs.python.org/issue33751> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33751] Failed separate testTruncateOnWindows in test_file

2018-06-05 Thread miss-islington
miss-islington added the comment: New changeset f74a1244eba88b562add5193242ac55115aaf25c by Miss Islington (bot) in branch '3.6': bpo-33751: Fix test_file. (GH-7378) https://github.com/python/cpython/commit/f74a1244eba88b562add5193242ac55115aaf25c

[issue33751] Failed separate testTruncateOnWindows in test_file

2018-06-05 Thread miss-islington
miss-islington added the comment: New changeset 1d419faccdaae27d968cef1e1ece6b9374694573 by Miss Islington (bot) in branch '3.7': bpo-33751: Fix test_file. (GH-7378) https://github.com/python/cpython/commit/1d419faccdaae27d968cef1e1ece6b9374694573 -- nosy: +miss-islington

[issue5755] "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++"

2018-06-05 Thread miss-islington
miss-islington added the comment: New changeset d6e789c402330905b1bd9103538d1027fcfb08a4 by Miss Islington (bot) in branch '3.7': bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395) https://github.com/python/cpython/commit/d6e789c402330905b1bd9103538d1027fcfb08a4 -- nosy

[issue33778] update Unicode database to 11.0

2018-06-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +7093 ___ Python tracker <https://bugs.python.org/issue33778> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33773] test.support.fd_count(): off-by-one error when listing /proc/self/fd/

2018-06-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +7078 ___ Python tracker <https://bugs.python.org/issue33773> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33781] audioop.c: fbound() casts double to int for its return value

2018-06-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +7072 ___ Python tracker <https://bugs.python.org/issue33781> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33773] test.support.fd_count(): off-by-one error when listing /proc/self/fd/

2018-06-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +7077 ___ Python tracker <https://bugs.python.org/issue33773> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33773] test.support.fd_count(): off-by-one error when listing /proc/self/fd/

2018-06-06 Thread miss-islington
miss-islington added the comment: New changeset 016aff77cbf5f63ed051a98ac628522a1cfd40a4 by Miss Islington (bot) in branch '3.7': bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421) https://github.com/python/cpython/commit/016aff77cbf5f63ed051a98ac628522a1cfd40a4

[issue33781] audioop.c: fbound() casts double to int for its return value

2018-06-06 Thread miss-islington
miss-islington added the comment: New changeset 5c022f13ab6db8929e092ad035b3dc61701e3198 by Miss Islington (bot) in branch '3.7': bpo-33781: audioop: enhance rounding double as int (GH-7447) https://github.com/python/cpython/commit/5c022f13ab6db8929e092ad035b3dc61701e3198 -- nosy

[issue28240] Enhance the timeit module: display average +- std dev instead of minimum

2018-06-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +7080 ___ Python tracker <https://bugs.python.org/issue28240> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33773] test.support.fd_count(): off-by-one error when listing /proc/self/fd/

2018-06-06 Thread miss-islington
miss-islington added the comment: New changeset 97fe1b493df979956c66c57095bc7fce22104faf by Miss Islington (bot) in branch '3.6': bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421) https://github.com/python/cpython/commit/97fe1b493df979956c66c57095bc7fce22104faf

[issue17909] Autodetecting JSON encoding

2018-06-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +7097 ___ Python tracker <https://bugs.python.org/issue17909> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17909] Autodetecting JSON encoding

2018-06-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +7098 ___ Python tracker <https://bugs.python.org/issue17909> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30436] importlib.find_spec raises AttributeError when parent is not a package/module

2018-06-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +7092 ___ Python tracker <https://bugs.python.org/issue30436> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30436] importlib.find_spec raises AttributeError when parent is not a package/module

2018-06-07 Thread miss-islington
miss-islington added the comment: New changeset d2a2af0df4562f4adb0337a80b27d69167a60c32 by Miss Islington (bot) in branch '3.7': bpo-30436: Add missing space in importlib.util.find_spec() error message (GH-7385) https://github.com/python/cpython/commit

[issue17909] Autodetecting JSON encoding

2018-06-07 Thread miss-islington
miss-islington added the comment: New changeset f38ace61a39e64f5fde6f8f402e258177bdf7ff4 by Miss Islington (bot) in branch '3.7': bpo-17909: Document that json.load can accept a binary IO (GH-7366) https://github.com/python/cpython/commit/f38ace61a39e64f5fde6f8f402e258177bdf7ff4

[issue17909] Autodetecting JSON encoding

2018-06-07 Thread miss-islington
miss-islington added the comment: New changeset 21f2553482c3d6ec8beb8bfa0f1fb5d23c6a4c2f by Miss Islington (bot) in branch '3.6': bpo-17909: Document that json.load can accept a binary IO (GH-7366) https://github.com/python/cpython/commit/21f2553482c3d6ec8beb8bfa0f1fb5d23c6a4c2f

[issue33353] test_asyncio: test_sock_sendfile_mix_with_regular_send() hangs on FreeBSD

2018-05-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +6837 ___ Python tracker <https://bugs.python.org/issue33353> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33353] test_asyncio: test_sock_sendfile_mix_with_regular_send() hangs on FreeBSD

2018-05-29 Thread miss-islington
miss-islington added the comment: New changeset 441afbd9c3ae3a9f1d6c985c8aa13e6205ba080b by Miss Islington (bot) in branch '3.7': bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200) https://github.com/python/cpython/commit/441afbd9c3ae3a9f1d6c985c8aa13e6205ba080b

[issue32374] Document that m_traverse for multi-phase initialized modules can be called with m_state=NULL

2018-05-28 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +6784 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32374] Document that m_traverse for multi-phase initialized modules can be called with m_state=NULL

2018-05-28 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +6791 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32374] Document that m_traverse for multi-phase initialized modules can be called with m_state=NULL

2018-05-28 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 6ec325d48348fb52a421354ba563ff9c1f368054 by Miss Islington (bot) in branch '3.6': bpo-32374: Ignore Python-level exceptions in test_bad_traverse (GH-7145) https://github.com/python/cpython/

[issue33197] Confusing error message when constructing invalid inspect.Parameters

2018-05-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +6839 ___ Python tracker <https://bugs.python.org/issue33197> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33197] Confusing error message when constructing invalid inspect.Parameters

2018-05-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +6840 ___ Python tracker <https://bugs.python.org/issue33197> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33623] Fix possible SIGSGV when asyncio.Future is created in __del__

2018-05-28 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +6787 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue33623] Fix possible SIGSGV when asyncio.Future is created in __del__

2018-05-28 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +6788 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue31647] asyncio: StreamWriter write_eof() after close raises mysterious AttributeError

2018-05-28 Thread miss-islington
Change by miss-islington <mariatta.wijaya+miss-isling...@gmail.com>: -- pull_requests: +6789 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue33532] test_multiprocessing_forkserver: TestIgnoreEINTR.test_ignore() fails on Travis CI

2018-06-01 Thread miss-islington
miss-islington added the comment: New changeset 63fa8db58c349f985d75139e6545cfddf067c07b by Miss Islington (bot) in branch '3.7': bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319) https://github.com/python/cpython/commit/63fa8db58c349f985d75139e6545cfddf067c07b

[issue33706] Segfault in command line processing due to buffer over-read

2018-05-31 Thread miss-islington
miss-islington added the comment: New changeset c6de46e180e81508a3b43341791b56418bd811f9 by Miss Islington (bot) in branch '3.7': bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283) https://github.com/python/cpython/commit/c6de46e180e81508a3b43341791b56418bd811f9 -- nosy: +miss

[issue33706] Segfault in command line processing due to buffer over-read

2018-05-31 Thread miss-islington
Change by miss-islington : -- pull_requests: +6910 ___ Python tracker <https://bugs.python.org/issue33706> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33640] [EASY DOC] uuid: endian of the bytes argument is not documented

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset 1cdd0e71ecba53ab60080958c24193c27c3adee2 by Miss Islington (bot) in branch '3.7': bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263) https://github.com/python/cpython/commit/1cdd0e71ecba53ab60080958c24193c27c3adee2

[issue31849] Python/pyhash.c warning: comparison of integers of different signs

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset 4251d2a3540bf7a23949c7fafad64b796585674a by Miss Islington (bot) in branch '3.6': bpo-31849: Fix warning in pyhash.c (GH-6799) https://github.com/python/cpython/commit/4251d2a3540bf7a23949c7fafad64b796585674a -- nosy: +miss-islington

[issue33664] IDLE: scroll text by lines, not pixels.

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset db96871765d76dedb06cace8fa393678ae56 by Miss Islington (bot) in branch '3.6': bpo-33664: Scroll IDLE editor text by lines (GH-7351) https://github.com/python/cpython/commit/db96871765d76dedb06cace8fa393678ae56

[issue33763] IDLE: Use text widget for code context instead of label widget

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset ffe29dbcd96dc2fbda212f8335908fa1bc8ed893 by Miss Islington (bot) in branch '3.6': bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367) https://github.com/python/cpython/commit/ffe29dbcd96dc2fbda212f8335908fa1bc8ed893

[issue33763] IDLE: Use text widget for code context instead of label widget

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset b7eb1024d06e51598fc8a19ed6e22b91120c6a1e by Miss Islington (bot) in branch '3.7': bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367) https://github.com/python/cpython/commit/b7eb1024d06e51598fc8a19ed6e22b91120c6a1e

[issue33664] IDLE: scroll text by lines, not pixels.

2018-06-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +7023 ___ Python tracker <https://bugs.python.org/issue33664> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33763] IDLE: Use text widget for code context instead of label widget

2018-06-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +7025 ___ Python tracker <https://bugs.python.org/issue33763> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33734] asyncio/ssl: Fix AttributeError, increase default handshake timeout

2018-06-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +7022 ___ Python tracker <https://bugs.python.org/issue33734> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33664] IDLE: scroll text by lines, not pixels.

2018-06-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +7024 ___ Python tracker <https://bugs.python.org/issue33664> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33763] IDLE: Use text widget for code context instead of label widget

2018-06-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +7026 ___ Python tracker <https://bugs.python.org/issue33763> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33664] IDLE: scroll text by lines, not pixels.

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset cfc12ec68c3f90ebd94bc47d14d18b7217850391 by Miss Islington (bot) in branch '3.7': bpo-33664: Scroll IDLE editor text by lines (GH-7351) https://github.com/python/cpython/commit/cfc12ec68c3f90ebd94bc47d14d18b7217850391 -- nosy: +miss

[issue33640] [EASY DOC] uuid: endian of the bytes argument is not documented

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset 6a43d5f4fb3a83815bf7c2f157773a3b0d8f59b3 by Miss Islington (bot) in branch '3.6': bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263) https://github.com/python/cpython/commit/6a43d5f4fb3a83815bf7c2f157773a3b0d8f59b3

[issue33761] Leaked file in test_iterparse in test_xml_etree

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset a7de1483c28eb818135a8c9a2e414e3a1d0fe648 by Miss Islington (bot) in branch '3.6': bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358) https://github.com/python/cpython/commit/a7de1483c28eb818135a8c9a2e414e3a1d0fe648

[issue33640] [EASY DOC] uuid: endian of the bytes argument is not documented

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset 5f0726a3813dd9873e10690e708f8da9ede9502e by Miss Islington (bot) in branch '2.7': bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263) https://github.com/python/cpython/commit/5f0726a3813dd9873e10690e708f8da9ede9502e

[issue33509] warnings.warn_explicit with module_globals=True raises a SystemError

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset d2c6ecc234e705b60cbcbb9dd4c99022407d0dd0 by Miss Islington (bot) in branch '3.7': bpo-33509: Fix test_warnings for python3 -Werror (GH-7365) https://github.com/python/cpython/commit/d2c6ecc234e705b60cbcbb9dd4c99022407d0dd0

[issue27902] pstats.Stats: strip_dirs() method cannot handle file paths from different OS

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset 7548a9327409df787eef5f8c2780b53b5788012f by Miss Islington (bot) in branch '3.7': bpo-27902: Add compatibility note to Profile docs (GH-7295) https://github.com/python/cpython/commit/7548a9327409df787eef5f8c2780b53b5788012f -- nosy

[issue27902] pstats.Stats: strip_dirs() method cannot handle file paths from different OS

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset 889a1ef6833d47cc732c291852602b5fc8d5fde7 by Miss Islington (bot) in branch '3.6': bpo-27902: Add compatibility note to Profile docs (GH-7295) https://github.com/python/cpython/commit/889a1ef6833d47cc732c291852602b5fc8d5fde7

[issue27902] pstats.Stats: strip_dirs() method cannot handle file paths from different OS

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset 134bb46db706416d76d03c0af6018372f35be06f by Miss Islington (bot) in branch '2.7': bpo-27902: Add compatibility note to Profile docs (GH-7295) https://github.com/python/cpython/commit/134bb46db706416d76d03c0af6018372f35be06f

[issue31849] Python/pyhash.c warning: comparison of integers of different signs

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset 150033d1599f55c10860a733d370707a3f7c444e by Miss Islington (bot) in branch '3.7': bpo-31849: Fix warning in pyhash.c (GH-6799) https://github.com/python/cpython/commit/150033d1599f55c10860a733d370707a3f7c444e

[issue33394] the build of the shared modules is quiet/non-visible when GNU make gets passed macros

2018-06-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +7029 ___ Python tracker <https://bugs.python.org/issue33394> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31938] Convert selectmodule.c to Argument Clinic

2018-06-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +7634 ___ Python tracker <https://bugs.python.org/issue31938> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32568] Fix handling of sizehint=-1 in select.epoll()

2018-06-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +7633 ___ Python tracker <https://bugs.python.org/issue32568> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28411] Eliminate PyInterpreterState.modules.

2018-06-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +7625 ___ Python tracker <https://bugs.python.org/issue28411> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33978] logging.config.dictConfig with file handler leaks resources

2018-07-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +7653 ___ Python tracker <https://bugs.python.org/issue33978> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33573] statistics.median does not work with ordinal scale, add doc

2018-06-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +7513 ___ Python tracker <https://bugs.python.org/issue33573> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33573] statistics.median does not work with ordinal scale, add doc

2018-06-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +7512 ___ Python tracker <https://bugs.python.org/issue33573> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33952] doc Fix typo in str.upper() documentation

2018-06-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +7510 ___ Python tracker <https://bugs.python.org/issue33952> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30356] test_mymanager_context() of test_multiprocessing_spawn: manager._process.exitcode=-15 on x86 Windows7 3.x

2018-06-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +7578 ___ Python tracker <https://bugs.python.org/issue30356> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30356] test_mymanager_context() of test_multiprocessing_spawn: manager._process.exitcode=-15 on x86 Windows7 3.x

2018-06-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +7577 ___ Python tracker <https://bugs.python.org/issue30356> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30356] test_mymanager_context() of test_multiprocessing_spawn: manager._process.exitcode=-15 on x86 Windows7 3.x

2018-06-27 Thread miss-islington
miss-islington added the comment: New changeset 34f2935dca7bb20cd87e42dc41985cc3d688a735 by Miss Islington (bot) in branch '3.7': bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968) https://github.com/python/cpython/commit/34f2935dca7bb20cd87e42dc41985cc3d688a735

[issue30356] test_mymanager_context() of test_multiprocessing_spawn: manager._process.exitcode=-15 on x86 Windows7 3.x

2018-06-27 Thread miss-islington
miss-islington added the comment: New changeset a599323fc7661668a01e9fbb0d2369e62941bdf1 by Miss Islington (bot) in branch '3.6': bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968) https://github.com/python/cpython/commit/a599323fc7661668a01e9fbb0d2369e62941bdf1

[issue33715] test_multiprocessing_spawn.test_wait_result() failed on x86 Windows7 3.x

2018-06-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +7584 ___ Python tracker <https://bugs.python.org/issue33715> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33715] test_multiprocessing_spawn.test_wait_result() failed on x86 Windows7 3.x

2018-06-27 Thread miss-islington
miss-islington added the comment: New changeset ecb1525e10bbde9a66d2d14a24ff7a7ddd9d3258 by Miss Islington (bot) in branch '3.7': bpo-33715: Fix multiprocessing test_wait_result() (GH-7971) https://github.com/python/cpython/commit/ecb1525e10bbde9a66d2d14a24ff7a7ddd9d3258 -- nosy

[issue30339] test_multiprocessing_main_handling: "RuntimeError: Timed out waiting for results" on x86 Windows7 3.x

2018-06-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +7583 ___ Python tracker <https://bugs.python.org/issue30339> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33913] test_multiprocessing_spawn random failures on x86 Windows7 3.6

2018-06-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +7582 ___ Python tracker <https://bugs.python.org/issue33913> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33715] test_multiprocessing_spawn.test_wait_result() failed on x86 Windows7 3.x

2018-06-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +7585 ___ Python tracker <https://bugs.python.org/issue33715> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30339] test_multiprocessing_main_handling: "RuntimeError: Timed out waiting for results" on x86 Windows7 3.x

2018-06-27 Thread miss-islington
miss-islington added the comment: New changeset 4b1d286ac06f32a5857af1b3141dd4127744b15b by Miss Islington (bot) in branch '3.7': bpo-33913: Fix test_multiprocessing_main_handling (GH-7972) https://github.com/python/cpython/commit/4b1d286ac06f32a5857af1b3141dd4127744b15b -- nosy

[issue33913] test_multiprocessing_spawn random failures on x86 Windows7 3.6

2018-06-27 Thread miss-islington
miss-islington added the comment: New changeset 4b1d286ac06f32a5857af1b3141dd4127744b15b by Miss Islington (bot) in branch '3.7': bpo-33913: Fix test_multiprocessing_main_handling (GH-7972) https://github.com/python/cpython/commit/4b1d286ac06f32a5857af1b3141dd4127744b15b -- nosy

[issue33715] test_multiprocessing_spawn.test_wait_result() failed on x86 Windows7 3.x

2018-06-27 Thread miss-islington
miss-islington added the comment: New changeset 404250ed65e01505c1ec7ea194804df160ce5400 by Miss Islington (bot) in branch '3.6': bpo-33715: Fix multiprocessing test_wait_result() (GH-7971) https://github.com/python/cpython/commit/404250ed65e01505c1ec7ea194804df160ce5400

[issue33932] Calling Py_Initialize() twice now triggers a fatal error (Python 3.7)

2018-06-22 Thread miss-islington
miss-islington added the comment: New changeset 3747dd16d5d2af3499f586386e49740a0454cf44 by Miss Islington (bot) in branch '3.7': bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845) https://github.com/python/cpython/commit/3747dd16d5d2af3499f586386e49740a0454cf44

[issue33877] doc Mention Windows along UNIX for script running instructions

2018-06-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +7473 ___ Python tracker <https://bugs.python.org/issue33877> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33877] Doc: Delete UNIX qualification for script running instructions

2018-06-22 Thread miss-islington
miss-islington added the comment: New changeset f47d8983fe35239cccf4e623e4ad70c9e0f636f9 by Miss Islington (bot) in branch '3.7': bpo-33877: Remove UNIX qualification for running complete programs (GH-7744) https://github.com/python/cpython/commit/f47d8983fe35239cccf4e623e4ad70c9e0f636f9

[issue33877] doc Mention Windows along UNIX for script running instructions

2018-06-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +7472 ___ Python tracker <https://bugs.python.org/issue33877> ___ ___ Python-bugs-list mailing list Unsubscribe:

<    1   2   3   4   5   6   7   8   9   10   >