[issue32458] test_asyncio: test_start_tls_server_1() fails randomly

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset 4b828467a3fcec0c1947e8326f67b8db12a4f303 by Miss Islington (bot) in branch '3.7': bpo-32458: Further tune start_tls tests (GH-7166) https://github.com/python/cpython/commit/4b828467a3fcec0c1947e8326f67b8db12a4f303 -- nosy: +miss

[issue33614] Compilation of Python fails on AMD64 Windows8.1 Refleaks 3.x

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset 3757939e9c00a36f939d774ec5c79e5d6b9a77bb by Miss Islington (bot) in branch '3.7': bpo-33614: Ensures module definition files for the stable ABI on Windows are correctly regenerated. (GH-7165) https://github.com/python/cpython/commit

[issue32458] test_asyncio: test_start_tls_server_1() fails randomly

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

[issue32610] asyncio.all_tasks() should return only non-finished tasks.

2018-05-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +6816 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32610> ___ ___ Python-bugs-list mai

[issue32410] Implement loop.sock_sendfile method

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

[issue33469] RuntimeError after closing loop that used run_in_executor

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset 8d8b86116fae91570c26fa48974b54986fbd1b72 by Miss Islington (bot) in branch '3.7': bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171) https://github.com/python/cpython/commit/8d8b86116fae91570c26fa48974b54986fbd1b72

[issue33673] Install python-docs-theme even if Sphinx is already installed

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

[issue33673] Install python-docs-theme even if Sphinx is already installed

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

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

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

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

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

[issue33614] Compilation of Python fails on AMD64 Windows8.1 Refleaks 3.x

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

[issue33614] Compilation of Python fails on AMD64 Windows8.1 Refleaks 3.x

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

[issue33674] asyncio: race condition in SSLProtocol

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

[issue33469] RuntimeError after closing loop that used run_in_executor

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

[issue33469] RuntimeError after closing loop that used run_in_executor

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

[issue32610] asyncio.all_tasks() should return only non-finished tasks.

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset ddc613f20394eba25f2420f6d2fa62b277c95058 by Miss Islington (bot) in branch '3.7': bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) https://github.com/python/cpython/commit/ddc613f20394eba25f2420f6d2fa62b277c95058

[issue32878] Document value of st_ino on Windows

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

[issue33673] Install python-docs-theme even if Sphinx is already installed

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset a379dea11e989da73c335a83ea7368c5e070987e by Miss Islington (bot) in branch '3.7': bpo-33673: Install python-docs-theme even if Sphinx is already installed (GH-7163) https://github.com/python/cpython/commit

[issue33673] Install python-docs-theme even if Sphinx is already installed

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset d8af8302430d85589df0a76d43dda9bac5be27c4 by Miss Islington (bot) in branch '3.6': bpo-33673: Install python-docs-theme even if Sphinx is already installed (GH-7163) https://github.com/python/cpython/commit

[issue33469] RuntimeError after closing loop that used run_in_executor

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset a6d6bd70ac95a0f7bbfe07d4e60b43afcec370d2 by Miss Islington (bot) in branch '3.6': bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171) https://github.com/python/cpython/commit/a6d6bd70ac95a0f7bbfe07d4e60b43afcec370d2

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset 1827615500e94801653f67fd026a2c95930faf59 by Miss Islington (bot) in branch '3.7': bpo-33670: Expose Sphinx errorlevel (GH-7156) https://github.com/python/cpython/commit/1827615500e94801653f67fd026a2c95930faf59 -- nosy: +miss-islington

[issue33670] Use errorlevel of Sphinx main() in Doc\make.bat

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset 08beaf7d60c247b485fb578be1ef14bbc796ca88 by Miss Islington (bot) in branch '3.6': bpo-33670: Expose Sphinx errorlevel (GH-7156) https://github.com/python/cpython/commit/08beaf7d60c247b485fb578be1ef14bbc796ca88

[issue33674] asyncio: race condition in SSLProtocol

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

[issue33674] asyncio: race condition in SSLProtocol

2018-05-28 Thread miss-islington
miss-islington added the comment: New changeset eca085993cb8620ba9232560f46d91326a13cdd2 by Miss Islington (bot) in branch '3.7': bpo-33674: Pause the transport as early as possible (GH-7192) https://github.com/python/cpython/commit/eca085993cb8620ba9232560f46d91326a13cdd2 -- nosy

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

2018-05-28 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 51d0a2c8ddcb9f58d71ff0a62be4e31a1af3f139 by Miss Islington (bot) in branch '3.7': bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ (GH-7080) https://github.com/python/c

[issue33505] Optimize asyncio.ensure_future by reordering if conditions

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

[issue33652] Improve pickling of typing types

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

[issue33652] Improve pickling of typing types

2018-05-26 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset d49862582ed3513debed6e919fd4f92e9d4eebbd by Miss Islington (bot) in branch '3.7': bpo-33652: Improve pickle support in the typing module. (GH-7123) https://github.com/python/cpython/

[issue33655] test_posix_fallocate fails on FreeBSD buildbots with ZFS file systems

2018-05-26 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset ae27dee0f8f364f0bbb170d918a28b87cd0753d9 by Miss Islington (bot) in branch '3.6': bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134) https://github.com/python/cpython/

[issue33655] test_posix_fallocate fails on FreeBSD buildbots with ZFS file systems

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

[issue33655] test_posix_fallocate fails on FreeBSD buildbots with ZFS file systems

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

[issue33655] test_posix_fallocate fails on FreeBSD buildbots with ZFS file systems

2018-05-26 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 96fb828da305b18336b8d74b14f479c4f286cf7b by Miss Islington (bot) in branch '3.7': bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134) https://github.com/python/cpython/

[issue21983] segfault in ctypes.cast

2018-05-26 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset e60f6e1864d80d80f8928afadec617d161a64150 by Miss Islington (bot) in branch '3.7': bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859) https://github.com/

[issue30935] document the new behavior of get_event_loop() in Python 3.6

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

[issue22087] asyncio: support multiprocessing (support fork)

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

[issue30935] document the new behavior of get_event_loop() in Python 3.6

2018-05-29 Thread miss-islington
miss-islington added the comment: New changeset 51bf38f796c74c7dac5a3d09ad0004494470091c by Miss Islington (bot) in branch '3.6': bpo-30935: update get_event_loop docs (GH-2731) https://github.com/python/cpython/commit/51bf38f796c74c7dac5a3d09ad0004494470091c

[issue30935] document the new behavior of get_event_loop() in Python 3.6

2018-05-29 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +6845 ___ Python tracker <https://bugs.python.org/issue30935> ___ ___ Python-bugs-list mailin

[issue30935] document the new behavior of get_event_loop() in Python 3.6

2018-05-29 Thread miss-islington
miss-islington added the comment: New changeset ca64f3ee5acf61e096eb1bb9fba3baeff0610de4 by Miss Islington (bot) in branch '3.7': bpo-30935: update get_event_loop docs (GH-2731) https://github.com/python/cpython/commit/ca64f3ee5acf61e096eb1bb9fba3baeff0610de4 -- nosy: +miss

[issue33696] Install python-docs-theme even if SPHINXBUILD is defined

2018-05-30 Thread miss-islington
miss-islington added the comment: New changeset 7301dd91e8326e9b74932e81f400aaee76d3cda1 by Miss Islington (bot) in branch '3.6': bpo-33696: Install python-docs-theme even if SPHINXBUILD is defined (GH-7242) https://github.com/python/cpython/commit/7301dd91e8326e9b74932e81f400aaee76d3cda1

[issue33696] Install python-docs-theme even if SPHINXBUILD is defined

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

[issue31368] Add os.preadv() and os.pwritev()

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

[issue31368] Add os.preadv() and os.pwritev()

2018-05-30 Thread miss-islington
miss-islington added the comment: New changeset 0e823c6efa4729f3cd19f96af82c673b10cd3ee2 by Miss Islington (bot) in branch '3.7': bpo-31368: Enhance os.preadv() documentation (GH-7254) https://github.com/python/cpython/commit/0e823c6efa4729f3cd19f96af82c673b10cd3ee2 -- nosy: +miss

[issue33641] Add links to RFCs

2018-05-30 Thread miss-islington
miss-islington added the comment: New changeset 0f1a18326902ad3d0a30fdecbe40513cc5d85879 by Miss Islington (bot) in branch '3.7': bpo-33641: Convert RFC references into links. (GH-7103) https://github.com/python/cpython/commit/0f1a18326902ad3d0a30fdecbe40513cc5d85879 -- nosy: +miss

[issue33696] Install python-docs-theme even if SPHINXBUILD is defined

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

[issue33696] Install python-docs-theme even if SPHINXBUILD is defined

2018-05-30 Thread miss-islington
miss-islington added the comment: New changeset ea1982a475a619500c93bc3d60c6cb63a202b7ed by Miss Islington (bot) in branch '3.7': bpo-33696: Install python-docs-theme even if SPHINXBUILD is defined (GH-7242) https://github.com/python/cpython/commit/ea1982a475a619500c93bc3d60c6cb63a202b7ed

[issue33677] Fix signatures of tp_clear handlers

2018-05-30 Thread miss-islington
miss-islington added the comment: New changeset a4dd46a47fe1d4fe1f1738c2f5b3712de41056b9 by Miss Islington (bot) in branch '3.7': bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) https://github.com/python/cpython/commit/a4dd46a47fe1d4fe1f1738c2f5b3712de41056b9

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

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

[issue33641] Add links to RFCs

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

[issue33677] Fix signatures of tp_clear handlers

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

[issue33677] Fix signatures of tp_clear handlers

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

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

2018-05-30 Thread miss-islington
miss-islington added the comment: New changeset 9d273344238330d634acb4a7d427a8fb732ae62e by Miss Islington (bot) in branch '3.7': bpo-33532: Fix multiprocessing test_ignore() (GH-7262) https://github.com/python/cpython/commit/9d273344238330d634acb4a7d427a8fb732ae62e -- nosy: +miss

[issue32684] asyncio.gather(..., return_exceptions=True) swallows cancellation

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

[issue32684] asyncio.gather(..., return_exceptions=True) swallows cancellation

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

[issue33638] condition lock not re-acquired

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

[issue32751] wait_for(future, ...) should wait for the future (even if a timeout occurs)

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

[issue33638] condition lock not re-acquired

2018-05-29 Thread miss-islington
miss-islington added the comment: New changeset d8948c5e09c4a2a818f6f6cfaf8064f2c2138fa5 by Miss Islington (bot) in branch '3.7': bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216) https://github.com/python/cpython/commit/d8948c5e09c4a2a818f6f6cfaf8064f2c2138fa5

[issue32751] wait_for(future, ...) should wait for the future (even if a timeout occurs)

2018-05-29 Thread miss-islington
miss-islington added the comment: New changeset d8948c5e09c4a2a818f6f6cfaf8064f2c2138fa5 by Miss Islington (bot) in branch '3.7': bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216) https://github.com/python/cpython/commit/d8948c5e09c4a2a818f6f6cfaf8064f2c2138fa5

[issue22087] asyncio: support multiprocessing (support fork)

2018-05-29 Thread miss-islington
miss-islington added the comment: New changeset 2a7eb0b531656f4a77d85078e6e009e4b3639ef9 by Miss Islington (bot) in branch '3.7': bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208) https://github.com/python/cpython/commit/2a7eb0b531656f4a77d85078e6e009e4b3639ef9

[issue23859] asyncio: document behaviour of wait() cancellation

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

[issue23859] asyncio: document behaviour of wait() cancellation

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

[issue33654] asyncio: transports don't support switching between Protocol and BufferedProtocol

2018-05-29 Thread miss-islington
miss-islington added the comment: New changeset be5d616e5529a1388a0b451bf6a65ad5bdb70d29 by Miss Islington (bot) in branch '3.7': bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (GH-7194) https://github.com/python/cpython/commit

[issue33654] asyncio: transports don't support switching between Protocol and BufferedProtocol

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

[issue33652] Improve pickling of typing types

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

[issue33652] Improve pickling of typing types

2018-05-28 Thread miss-islington
miss-islington <mariatta.wijaya+miss-isling...@gmail.com> added the comment: New changeset 98b089e2a178a309f20ac9ff498b230407da1f47 by Miss Islington (bot) in branch '3.7': bpo-33652: Remove __getstate__ and __setstate__ methods in typing. (GH-7144) https://github.com/python/cpython/

[issue33750] Failed separate test_from_tuple in test_decimal

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

[issue33744] Fix and improve tests for the uu module

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

[issue33744] Fix and improve tests for the uu module

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

[issue33750] Failed separate test_from_tuple in test_decimal

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

[issue33761] Leaked file in test_iterparse in test_xml_etree

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

[issue33761] Leaked file in test_iterparse in test_xml_etree

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

[issue33761] Leaked file in test_iterparse in test_xml_etree

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

[issue33761] Leaked file in test_iterparse in test_xml_etree

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

[issue33759] Failed separate ServerProxyTestCase tests in test_xmlrpc

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

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

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

[issue33760] Leaked files in test_io

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

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

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

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

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

[issue33764] AppVeyor builds interrupted before tests complete

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

[issue33760] Leaked files in test_io

2018-06-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +6997 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue33760> ___ ___ Python-bugs-list mai

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

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

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

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

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

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

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

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

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

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

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

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

[issue33720] test_marshal: crash in Python 3.7b5 on Windows 10

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

[issue33720] test_marshal: crash in Python 3.7b5 on Windows 10

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset 103058e19bea48f4a80afde51df04338a753e952 by Miss Islington (bot) in branch '3.7': bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401) https://github.com/python/cpython/commit/103058e19bea48f4a80afde51df04338a753e952

[issue33609] Document that dicts preserve insertion order

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

[issue33609] Document that dicts preserve insertion order

2018-06-04 Thread miss-islington
miss-islington added the comment: New changeset 8585ec9b761947aae6be5f653a5b9ddef2801d58 by Miss Islington (bot) in branch '3.7': bpo-33609: Document dict insertion order guarantee as of 3.7 (GH-7093) https://github.com/python/cpython/commit/8585ec9b761947aae6be5f653a5b9ddef2801d58

[issue30654] signal module always overwrites SIGINT on interpreter shutdown

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

[issue30654] signal module always overwrites SIGINT on interpreter shutdown

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

[issue32519] venv API docs - symlinks default incorrect

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

[issue32519] venv API docs - symlinks default incorrect

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

[issue33400] logging.Formatter does not default to ISO8601 date format

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

[issue33400] logging.Formatter does not default to ISO8601 date format

2018-06-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +6934 ___ Python tracker <https://bugs.python.org/issue33400> ___ ___ 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 a42fe3c67ca86ac08dc6f47af27eed089d35fdd0 by Miss Islington (bot) in branch '3.6': bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106) https://github.com/python/cpython/commit/a42fe3c67ca86ac08dc6f47af27eed089d35fdd0

[issue33679] IDLE: Configurable color on code context

2018-06-01 Thread miss-islington
miss-islington added the comment: New changeset dd851d6019efe79f67b13d67899afa36b33e10a8 by Miss Islington (bot) in branch '3.6': bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199) https://github.com/python/cpython/commit/dd851d6019efe79f67b13d67899afa36b33e10a8

[issue33679] IDLE: Configurable color on code context

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

[issue33679] IDLE: Configurable color on code context

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

[issue33679] IDLE: Configurable color on code context

2018-06-01 Thread miss-islington
miss-islington added the comment: New changeset 4e033c5aa12766b1a4ba90d2184dbf32ef87f06e by Miss Islington (bot) in branch '3.7': bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199) https://github.com/python/cpython/commit/4e033c5aa12766b1a4ba90d2184dbf32ef87f06e

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