[issue33833] ProactorEventLoop raises AssertionError

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

[issue33666] Document removal of os.errno

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

[issue5978] cProfile and profile don't work with pygtk/pyqt and sys.exit(0)

2018-07-28 Thread miss-islington
miss-islington added the comment: New changeset c6801b48a1964d87a77f1303e0c6ddf31f54259b by Miss Islington (bot) in branch '3.7': bpo-5978: Document that profiling needs cmd/function to return (GH-7938) https://github.com/python/cpython/commit/c6801b48a1964d87a77f1303e0c6ddf31f54259b

[issue33476] String index out of range in get_group(), email/_header_value_parser.py

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

[issue29710] Incorrect representation caveat on bitwise operation docs

2018-07-28 Thread miss-islington
miss-islington added the comment: New changeset 8764a6ffda896af4586f07b55d7df916f86dd9b0 by Miss Islington (bot) in branch '3.7': bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691) https://github.com/python/cpython/commit/8764a6ffda896af4586f07b55d7df916f86dd9b0

[issue29710] Incorrect representation caveat on bitwise operation docs

2018-07-28 Thread miss-islington
miss-islington added the comment: New changeset 3100b7e710dccdcfbc6991ea7e8985a1881d42e6 by Miss Islington (bot) in branch '3.6': bpo-29710: Clarify documentation for Bitwise binary operation (GH-1691) https://github.com/python/cpython/commit/3100b7e710dccdcfbc6991ea7e8985a1881d42e6

[issue33476] String index out of range in get_group(), email/_header_value_parser.py

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

[issue33476] String index out of range in get_group(), email/_header_value_parser.py

2018-07-28 Thread miss-islington
miss-islington added the comment: New changeset f17e001746e0f697e9bd49ac3748f2543b0a0d47 by Miss Islington (bot) in branch '3.6': bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484) https://github.com/python/cpython/commit

[issue33921] Explain that '' can be used to bind to all interfaces for the AF_INET address family in the docs

2018-07-28 Thread miss-islington
miss-islington added the comment: New changeset 30f295b85ece2dc2b2b65018bd15090efa1de7dc by Miss Islington (bot) in branch '3.6': bpo-33921: Clarify how to bind to all interfaces using socket (GH-7877) https://github.com/python/cpython/commit/30f295b85ece2dc2b2b65018bd15090efa1de7dc

[issue33921] Explain that '' can be used to bind to all interfaces for the AF_INET address family in the docs

2018-07-28 Thread miss-islington
miss-islington added the comment: New changeset 23355445625b8b41030dbda9decaf2f4aa7035a6 by Miss Islington (bot) in branch '3.7': bpo-33921: Clarify how to bind to all interfaces using socket (GH-7877) https://github.com/python/cpython/commit/23355445625b8b41030dbda9decaf2f4aa7035a6

[issue31047] Windows: os.path.isabs(os.path.abspath(" ")) == False

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

[issue34225] distutils._msvccompiler should trim INCLUDE/LIB directories

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

[issue31047] Windows: os.path.isabs(os.path.abspath(" ")) == False

2018-07-29 Thread miss-islington
miss-islington added the comment: New changeset 5753b13cb949b939b2b29cec5e2d646f9a30db44 by Miss Islington (bot) in branch '3.7': bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544) https://github.com/python/cpython/commit/5753b13cb949b939b2b29cec5e2d646f9a30db44 -- nosy

[issue8145] Documentation about sqlite3 isolation_level

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

[issue34182] Lib/test/test_pydoc.py failed when ran as a script

2018-07-29 Thread miss-islington
miss-islington added the comment: New changeset 990de2f4ca734ddaa196e2af64caafb9c77f29e0 by Miss Islington (bot) in branch '3.7': bpo-34182: Fix test_pydoc running as a script. (GH-8389) https://github.com/python/cpython/commit/990de2f4ca734ddaa196e2af64caafb9c77f29e0 -- nosy

[issue34182] Lib/test/test_pydoc.py failed when ran as a script

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

[issue34035] Several AttributeError in zipfile seek() methods

2018-07-29 Thread miss-islington
miss-islington added the comment: New changeset ad4f64d58c020016bd438de0e863a0d31d0f0dac by Miss Islington (bot) in branch '3.7': bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527) https://github.com/python/cpython/commit/ad4f64d58c020016bd438de0e863a0d31d0f0dac

[issue34035] Several AttributeError in zipfile seek() methods

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

[issue27671] FAQ: len() is still function for good reason.

2018-07-30 Thread miss-islington
miss-islington added the comment: New changeset a621f406402e05febb302cf31962e9d2d747d8f6 by Miss Islington (bot) in branch '3.7': bpo-27671: Update FAQ about why len is function (GH-8432) https://github.com/python/cpython/commit/a621f406402e05febb302cf31962e9d2d747d8f6 -- nosy

[issue27671] FAQ: len() is still function for good reason.

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

[issue27671] FAQ: len() is still function for good reason.

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

[issue27671] FAQ: len() is still function for good reason.

2018-07-30 Thread miss-islington
miss-islington added the comment: New changeset dc9039da239ee572eaaf56e4a026be1fc4d74e24 by Miss Islington (bot) in branch '2.7': bpo-27671: Update FAQ about why len is function (GH-8432) https://github.com/python/cpython/commit/dc9039da239ee572eaaf56e4a026be1fc4d74e24

[issue27494] 2to3 parser failure caused by a comma after a generator expression

2018-07-31 Thread miss-islington
miss-islington added the comment: New changeset 9ecbe3321f7bb3726017a053e583ca507d4453fc by Miss Islington (bot) in branch '3.7': Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (GH-8241) https://github.com/python/cpyt

[issue32012] Disallow ambiguous syntax f(x for x in [1],)

2018-07-31 Thread miss-islington
miss-islington added the comment: New changeset 9ecbe3321f7bb3726017a053e583ca507d4453fc by Miss Islington (bot) in branch '3.7': Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (GH-8241) https://github.com/python/cpyt

[issue27671] FAQ: len() is still function for good reason.

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

[issue27671] FAQ: len() is still function for good reason.

2018-07-30 Thread miss-islington
miss-islington added the comment: New changeset 0b376eb0d63e0c51ed55c620b40edae6ded4ea48 by Miss Islington (bot) in branch '3.6': bpo-27671: Update FAQ about why len is function (GH-8432) https://github.com/python/cpython/commit/0b376eb0d63e0c51ed55c620b40edae6ded4ea48

[issue32012] Disallow ambiguous syntax f(x for x in [1],)

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

[issue27494] 2to3 parser failure caused by a comma after a generator expression

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

[issue12743] C API marshalling doc contains XXX

2018-07-26 Thread miss-islington
miss-islington added the comment: New changeset 146ba436cc0457b8ef7fea8b054b9ccb15e24748 by Miss Islington (bot) in branch '3.6': bpo-12743: Delete comment from marshal.rst (GH-8457) https://github.com/python/cpython/commit/146ba436cc0457b8ef7fea8b054b9ccb15e24748

[issue12743] C API marshalling doc contains XXX

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

[issue34177] test_site fails in macOS-PR VSTS builds for 3.7 branch

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

[issue12743] C API marshalling doc contains XXX

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

[issue12743] C API marshalling doc contains XXX

2018-07-26 Thread miss-islington
miss-islington added the comment: New changeset 21ed29ac290b10d31dcac947f9246ae4d8b94a86 by Miss Islington (bot) in branch '3.7': bpo-12743: Delete comment from marshal.rst (GH-8457) https://github.com/python/cpython/commit/21ed29ac290b10d31dcac947f9246ae4d8b94a86 -- nosy: +miss

[issue29097] [Windows] datetime.fromtimestamp(t) when 0 <= t <= 86399 fails on Python 3.6

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

[issue28677] difficult to parse sentence structure in "When an instance attribute is referenced that isn't a data attribute"

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

[issue30722] Tools/demo/redemo.py broken

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

[issue34263] asyncio: "relative *delay* or absolute *when* should not exceed one day"

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

[issue34263] asyncio: "relative *delay* or absolute *when* should not exceed one day"

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

[issue33871] Possible integer overflow in iov_setup()

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

[issue34329] Document how to remove a suffix with pathlib.Path.with_suffix

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

[issue34329] Document how to remove a suffix with pathlib.Path.with_suffix

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

[issue33839] IDLE tooltips.py: refactor and add docstrings and tests

2018-08-05 Thread miss-islington
miss-islington added the comment: New changeset e65ec491fbaa14db61a6559eb269733616b0e7f0 by Miss Islington (bot) in branch '3.7': bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-7683) https://github.com/python/cpython/co

[issue33839] IDLE tooltips.py: refactor and add docstrings and tests

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

[issue33839] IDLE tooltips.py: refactor and add docstrings and tests

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

[issue33839] IDLE tooltips.py: refactor and add docstrings and tests

2018-08-05 Thread miss-islington
miss-islington added the comment: New changeset 2474cef34cd50e603c674c4856a17e3da4af71b3 by Miss Islington (bot) in branch '3.6': bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-7683) https://github.com/python/cpython/co

[issue34336] Don't promote possibility to omit Optional on optional/defaulted arguments

2018-08-05 Thread miss-islington
miss-islington added the comment: New changeset 02c4eae35cd24ab71c12b5e61ec22e993ac4839b by Miss Islington (bot) in branch '3.6': bpo-34336: Don't promote possibility to leave out typing.Optional (GH-8677) https://github.com/python/cpython/commit/02c4eae35cd24ab71c12b5e61ec22e993ac4839b

[issue34336] Don't promote possibility to omit Optional on optional/defaulted arguments

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

[issue34336] Don't promote possibility to omit Optional on optional/defaulted arguments

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

[issue34336] Don't promote possibility to omit Optional on optional/defaulted arguments

2018-08-05 Thread miss-islington
miss-islington added the comment: New changeset e610c4f9984d50b45eb00e04c73c4208c0542a3b by Miss Islington (bot) in branch '3.7': bpo-34336: Don't promote possibility to leave out typing.Optional (GH-8677) https://github.com/python/cpython/commit/e610c4f9984d50b45eb00e04c73c4208c0542a3b

[issue34120] IDLE: Freeze when closing Settings (& About) dialog on MacOS

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

[issue34120] IDLE: Freeze when closing Settings (& About) dialog on MacOS

2018-08-02 Thread miss-islington
miss-islington added the comment: New changeset d9fc795487f74531ea43760469cc215858d0d908 by Miss Islington (bot) in branch '3.7': bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) https://github.com/python/cpython/commit/d9fc795487f74531ea43760469cc215858d0d908 -- nosy

[issue34120] IDLE: Freeze when closing Settings (& About) dialog on MacOS

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

[issue34120] IDLE: Freeze when closing Settings (& About) dialog on MacOS

2018-08-02 Thread miss-islington
miss-islington added the comment: New changeset 9fcfb7b010bd41d4ebaeed372df92b6962253fed by Miss Islington (bot) in branch '3.6': bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) https://github.com/python/cpython/commit/9fcfb7b010bd41d4ebaeed372df92b6962253fed

[issue34120] IDLE: Freeze when closing Settings (& About) dialog on MacOS

2018-08-02 Thread miss-islington
miss-islington added the comment: New changeset 60586de02de074a33c015e5a013d85d0b17e7e61 by Miss Islington (bot) in branch '3.7': bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616) https://github.com/python/cpython/commit/60586de02de074a33c015e5a013d85d0b17e7e61

[issue34120] IDLE: Freeze when closing Settings (& About) dialog on MacOS

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

[issue34120] IDLE: Freeze when closing Settings (& About) dialog on MacOS

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

[issue34120] IDLE: Freeze when closing Settings (& About) dialog on MacOS

2018-08-02 Thread miss-islington
miss-islington added the comment: New changeset 8c4a0059accb5cb33e90ec5b2f3e9dc08e2f3048 by Miss Islington (bot) in branch '3.6': bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616) https://github.com/python/cpython/commit/8c4a0059accb5cb33e90ec5b2f3e9dc08e2f3048

[issue33871] Possible integer overflow in iov_setup()

2018-07-31 Thread miss-islington
miss-islington added the comment: New changeset 3e4b68875917a4605b45918f9e3232730fed9399 by Miss Islington (bot) in branch '3.7': bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) https://github.com/python/cpython/commit/3e4b68875917a4605b45918f9e3232730fed9399

[issue34217] windows: cross compilation fails due to headers with uppercase

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

[issue34217] windows: cross compilation fails due to headers with uppercase

2018-07-30 Thread miss-islington
miss-islington added the comment: New changeset 6c89a9a4c7d1804e16038f9ee3a0b2efaa4bdee6 by Miss Islington (bot) in branch '3.7': bpo-34217: Use lowercase header for Windows (GH-8453) https://github.com/python/cpython/commit/6c89a9a4c7d1804e16038f9ee3a0b2efaa4bdee6 -- nosy: +miss

[issue28677] difficult to parse sentence structure in "When an instance attribute is referenced that isn't a data attribute"

2018-07-25 Thread miss-islington
miss-islington added the comment: New changeset 1c8f6553ad5a7f97495972da8f35f4dabcb372d4 by Miss Islington (bot) in branch '2.7': bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208) https://github.com/python/cpython/commit/1c8f6553ad5a7f97495972da8f35f4dabcb372d4

[issue28677] difficult to parse sentence structure in "When an instance attribute is referenced that isn't a data attribute"

2018-07-25 Thread miss-islington
miss-islington added the comment: New changeset cfadd1c2421e13d76d588982147d4fbdc71d5527 by Miss Islington (bot) in branch '3.6': bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208) https://github.com/python/cpython/commit/cfadd1c2421e13d76d588982147d4fbdc71d5527

[issue28677] difficult to parse sentence structure in "When an instance attribute is referenced that isn't a data attribute"

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

[issue32663] SMTPUTF8SimTests are not actually being run

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

[issue28677] difficult to parse sentence structure in "When an instance attribute is referenced that isn't a data attribute"

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

[issue32663] SMTPUTF8SimTests are not actually being run

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

[issue19891] Exiting Python REPL prompt with user without home directory throws error in atexit._run_exitfuncs

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

[issue19891] Exiting Python REPL prompt with user without home directory throws error in atexit._run_exitfuncs

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

[issue34324] Doc README wrong directory name for venv

2018-08-09 Thread miss-islington
miss-islington added the comment: New changeset 0ee2a29585e3c17e38eb6e6a2515405e40be22b5 by Miss Islington (bot) in branch '3.6': bpo-34324: Doc README wrong directory name for venv (GH-8650) https://github.com/python/cpython/commit/0ee2a29585e3c17e38eb6e6a2515405e40be22b5

[issue34324] Doc README wrong directory name for venv

2018-08-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +8201 ___ Python tracker <https://bugs.python.org/issue34324> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34324] Doc README wrong directory name for venv

2018-08-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +8200 ___ Python tracker <https://bugs.python.org/issue34324> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34324] Doc README wrong directory name for venv

2018-08-09 Thread miss-islington
miss-islington added the comment: New changeset fe8f90aa3ca3f277cac634cdb96b829039225c6b by Miss Islington (bot) in branch '3.7': bpo-34324: Doc README wrong directory name for venv (GH-8650) https://github.com/python/cpython/commit/fe8f90aa3ca3f277cac634cdb96b829039225c6b -- nosy

[issue34333] Path.with_suffix() raises TypeError when doing %-formatting

2018-08-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +8217 ___ Python tracker <https://bugs.python.org/issue34333> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34379] Move note about repeated calls to json.dump using the same fp to the json.dump section

2018-08-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +8223 ___ Python tracker <https://bugs.python.org/issue34379> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34379] Move note about repeated calls to json.dump using the same fp to the json.dump section

2018-08-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +8222 ___ Python tracker <https://bugs.python.org/issue34379> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34379] Move note about repeated calls to json.dump using the same fp to the json.dump section

2018-08-11 Thread miss-islington
miss-islington added the comment: New changeset 6b145085225d4b114b4422f6d3c6e859e75b97d7 by Miss Islington (bot) in branch '3.7': bpo-34379: Doc: Move note for json.dump (GH-8730) https://github.com/python/cpython/commit/6b145085225d4b114b4422f6d3c6e859e75b97d7 -- nosy: +miss

[issue34377] Update valgrind suppressions

2018-08-11 Thread miss-islington
miss-islington added the comment: New changeset 39c1253bd12d253d8d6d009a1ee1c3729c5ebde4 by Miss Islington (bot) in branch '3.7': closes bpo-34377: Update Valgrind suppressions. (GH-8729) https://github.com/python/cpython/commit/39c1253bd12d253d8d6d009a1ee1c3729c5ebde4 -- nosy

[issue34377] Update valgrind suppressions

2018-08-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +8220 ___ Python tracker <https://bugs.python.org/issue34377> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34377] Update valgrind suppressions

2018-08-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +8221 ___ Python tracker <https://bugs.python.org/issue34377> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26818] trace CLI doesn't respect -s option

2018-08-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +8218 ___ Python tracker <https://bugs.python.org/issue26818> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31908] trace module cli does not write cover files

2018-08-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +8219 ___ Python tracker <https://bugs.python.org/issue31908> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34319] Clarify pathlib.Path("filepath").read_text()

2018-08-06 Thread miss-islington
miss-islington added the comment: New changeset 3da5c5c76d90ddfc4c188cc801d9387501b63b7f by Miss Islington (bot) in branch '3.6': bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645) https://github.com/python/cpython/commit/3da5c5c76d90ddfc4c188cc801d9387501b63b7f

[issue34319] Clarify pathlib.Path("filepath").read_text()

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

[issue34319] Clarify pathlib.Path("filepath").read_text()

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

[issue34319] Clarify pathlib.Path("filepath").read_text()

2018-08-06 Thread miss-islington
miss-islington added the comment: New changeset 1c6df83e9318ab4ef8e32b805b8226b1324e1ffd by Miss Islington (bot) in branch '3.7': bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645) https://github.com/python/cpython/commit/1c6df83e9318ab4ef8e32b805b8226b1324e1ffd

[issue18540] imaplib.IMAP4() ends with "Name or service not known" on Fedora 18

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

[issue18540] imaplib.IMAP4() ends with "Name or service not known" on Fedora 18

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

[issue34335] Fix examples in asyncio docs (suppliment to bpo-32258)

2018-08-07 Thread miss-islington
miss-islington added the comment: New changeset fac49762c53822c40f24dcb5ca4945cffdf40cd9 by Miss Islington (bot) in branch '3.7': bpo-34335: Use async/await syntax in documentation examples (GH-8674) https://github.com/python/cpython/commit/fac49762c53822c40f24dcb5ca4945cffdf40cd9

[issue34335] Fix examples in asyncio docs (suppliment to bpo-32258)

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

[issue34405] Upgrade to OpenSSL 1.1.0i / 1.0.2p

2018-08-15 Thread miss-islington
miss-islington added the comment: New changeset 64336dc0a5907b04fe85a911cd1b8be9b663587e by Miss Islington (bot) in branch '3.7': bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775) https://github.com/python/cpython/commit/64336dc0a5907b04fe85a911cd1b8be9b663587e

[issue34405] Upgrade to OpenSSL 1.1.0i / 1.0.2p

2018-08-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +8252 ___ Python tracker <https://bugs.python.org/issue34405> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34395] memory leaks in error handling in csv and pickle modules

2018-08-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +8254 ___ Python tracker <https://bugs.python.org/issue34395> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34395] memory leaks in error handling in csv and pickle modules

2018-08-15 Thread miss-islington
miss-islington added the comment: New changeset 962051eeb0ba486b8ffe4082779b4fa432e3dfb2 by Miss Islington (bot) in branch '3.7': bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH-8756) https://github.com/python/cpython/commit

[issue34395] memory leaks in error handling in csv and pickle modules

2018-08-15 Thread miss-islington
miss-islington added the comment: New changeset b14ab447ee3f47d479d899b4001d870569a76c44 by Miss Islington (bot) in branch '3.6': bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH-8756) https://github.com/python/cpython/commit

[issue34395] memory leaks in error handling in csv and pickle modules

2018-08-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +8253 ___ Python tracker <https://bugs.python.org/issue34395> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34217] windows: cross compilation fails due to headers with uppercase

2018-08-16 Thread miss-islington
Change by miss-islington : -- pull_requests: +8255 stage: resolved -> patch review ___ Python tracker <https://bugs.python.org/issue34217> ___ ___ Python-

[issue34217] windows: cross compilation fails due to headers with uppercase

2018-08-16 Thread miss-islington
miss-islington added the comment: New changeset bf8e9d18dd75f58ce3b9761763ae10c0800b43d8 by Miss Islington (bot) in branch '3.7': bpo-34217: Use lowercase for windows headers (GH-8472) https://github.com/python/cpython/commit/bf8e9d18dd75f58ce3b9761763ae10c0800b43d8

[issue34213] Frozen dataclass __init__ fails for "object" property"

2018-08-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +8228 ___ Python tracker <https://bugs.python.org/issue34213> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34399] [TLS] Update test keys to >= 2048bit

2018-08-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +8240 ___ Python tracker <https://bugs.python.org/issue34399> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34400] Undefined behavior in Parser/parsetok.c

2018-08-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +8246 ___ Python tracker <https://bugs.python.org/issue34400> ___ ___ Python-bugs-list mailing list Unsubscribe:

<    6   7   8   9   10   11   12   13   14   15   >