[issue38122] AsyncMock force always creating an AsyncMock for child mocks

2019-09-13 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +15719 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16099 ___ Python tracker <https://bugs.python.org/issu

[issue37972] unittest.mock.call does not chain __getitem__ to another _Call object

2019-09-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset db0d8a5b2c803d30d9df436e00b6627ec8e09a13 by Michael Foord (Miss Islington (bot)) in branch '3.8': bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ chaining so that call() can be subscriptable (GH-15565)

[issue38130] Error in section 8.6 of the tutorials (Errors and Exceptions, `finally` bullet points))

2019-09-12 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +15639 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16016 ___ Python tracker <https://bugs.python.org/issu

[issue34155] [CVE-2019-16056] email.utils.parseaddr mistakenly parse an email

2019-09-11 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +15632 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/16006 ___ Python tracker <https://bugs.python.org/issu

[issue37972] unittest.mock.call does not chain __getitem__ to another _Call object

2019-09-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 72c359912d36705a94fca8b63d80451905a14ae4 by Michael Foord (blhsing) in branch 'master': bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ chaining so that call() can be subscriptable (GH-15565) https://

[issue37629] Imghdr doesnt recognise some jpeg

2019-09-11 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +15590 pull_request: https://github.com/python/cpython/pull/15955 ___ Python tracker <https://bugs.python.org/issue37

[issue34596] [unittest] raise error if @skip is used with an argument that looks like a test method

2019-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3bd4bed78a0b068e28bcf2242d33aed227c2532c by Michael Foord (Miss Islington (bot)) in branch '3.8': bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (GH-9082) (#15781) https://github.com/python/cpyt

[issue34596] [unittest] raise error if @skip is used with an argument that looks like a test method

2019-09-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset d5fd75c53fad7049fc640c9a6162d35f0c5bea03 by Michael Foord (Naitree Zhu) in branch 'master': bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (#9082) https://github.com/python/cpyt

[issue25457] json dump fails for mixed-type keys when sort_keys is specified

2019-09-07 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +15382 pull_request: https://github.com/python/cpython/pull/15691 ___ Python tracker <https://bugs.python.org/issue25

[issue38046] Can't use sort_keys in json.dumps with mismatched types

2019-09-07 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +15379 pull_request: https://github.com/python/cpython/pull/15691 ___ Python tracker <https://bugs.python.org/issue38

[issue38034] Typo on logging.handlers.QueueListener documentation

2019-09-05 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +15362 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15708 ___ Python tracker <https://bugs.python.org/issu

[issue36309] Remove tempfile.mktemp()

2019-09-02 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +15306 pull_request: https://github.com/python/cpython/pull/15640 ___ Python tracker <https://bugs.python.org/issue36

[issue37916] distutils: allow overriding of the RANLIB command on macOS (darwin)

2019-08-22 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +15096 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15387 ___ Python tracker <https://bugs.python.org/issu

[issue32689] shutil.move raises AttributeError if first argument is a pathlib.Path object and destination is a directory

2019-08-18 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +15044 pull_request: https://github.com/python/cpython/pull/15326 ___ Python tracker <https://bugs.python.org/issue32

[issue36947] [Good first issue] Fix 3.3.3.1 Metaclasses Documentation

2019-08-17 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +15037 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15319 ___ Python tracker <https://bugs.python.org/issu

[issue16637] py-bt, py-locals, etc. GDB commands fail with output-radix 16

2019-08-12 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +14956 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15232 ___ Python tracker <https://bugs.python.org/issu

[issue25810] Python 3 documentation for eval is incorrect

2019-08-08 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14905 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/15173 ___ Python tracker <https://bugs.python.org/issu

[issue1967] Backport dictviews to 2.7

2019-08-06 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +14880 pull_request: https://github.com/python/cpython/pull/15143 ___ Python tracker <https://bugs.python.org/issue1

[issue17254] add thai encoding aliases to encodings.aliases

2019-08-02 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14825 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/15079 ___ Python tracker <https://bugs.python.org/issu

[issue37702] memory leak in ssl certification

2019-07-29 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14765 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14999 ___ Python tracker <https://bugs.python.org/issu

[issue37650] TemporaryDirectory objects should LOCK_SH to avoid being deleted by systemd-tmpfiles

2019-07-22 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14684 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14908 ___ Python tracker <https://bugs.python.org/issu

[issue37641] Embeddable distribution pyc filenames show build machine location

2019-07-21 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14669 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14884 ___ Python tracker <https://bugs.python.org/issu

[issue37640] telnetlib crash in Python3 while receiving un-printable characters from server

2019-07-21 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14663 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14877 ___ Python tracker <https://bugs.python.org/issu

[issue36167] DOC: Incorrect capitalization in Programming FAQ

2019-07-19 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +14650 pull_request: https://github.com/python/cpython/pull/14860 ___ Python tracker <https://bugs.python.org/issue36

[issue37623] namedtuple integration for importlib.abc.Loader

2019-07-18 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14639 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14848 ___ Python tracker <https://bugs.python.org/issu

[issue21861] io class name are hardcoded in reprs

2019-07-14 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14567 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14774 ___ Python tracker <https://bugs.python.org/issu

[issue12217] Cross-link docs for faulthandler, traceback and pdb

2019-07-13 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14549 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14754 ___ Python tracker <https://bugs.python.org/issu

[issue25433] whitespace in strip()/lstrip()/rstrip()

2019-07-13 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14548 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14753 ___ Python tracker <https://bugs.python.org/issu

[issue7940] re.finditer and re.findall should support negative end positions

2019-07-13 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +14540 pull_request: https://github.com/python/cpython/pull/14744 ___ Python tracker <https://bugs.python.org/issue7

[issue37574] Mention spec_from_loader() in Finder.find_spec() docs.

2019-07-13 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14535 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14739 ___ Python tracker <https://bugs.python.org/issu

[issue37585] Comparing PyDictValues does not give expected results

2019-07-13 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14531 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14737 ___ Python tracker <https://bugs.python.org/issu

[issue37564] ArgumentParser should support bool type according to truth values

2019-07-11 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14509 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14709 ___ Python tracker <https://bugs.python.org/issu

[issue37555] _CallList.__contains__ doesn't always respect ANY.

2019-07-10 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14499 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14700 ___ Python tracker <https://bugs.python.org/issu

[issue37482] Email header fails with both encoded words and special chars

2019-07-02 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14378 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14561 ___ Python tracker <https://bugs.python.org/issu

[issue37479] IntEnum f-string behavior can't be overridden

2019-07-01 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14358 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14545 ___ Python tracker <https://bugs.python.org/issu

[issue37466] Move casting prompt after its validation in _raw_input()

2019-07-01 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14318 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14502 ___ Python tracker <https://bugs.python.org/issu

[issue36168] DOC: Fix capitalization in string.rst

2019-06-30 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14302 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14485 ___ Python tracker <https://bugs.python.org/issu

[issue36656] Please add race-free os.link and os.symlink wrapper / helper

2019-06-29 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14280 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14464 ___ Python tracker <https://bugs.python.org/issu

[issue37405] socket.getsockname() returns string instead of tuple

2019-06-26 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14206 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14392 ___ Python tracker <https://bugs.python.org/issu

[issue37408] [DOC] Precise that Tarfile "format" argument only concerns writing.

2019-06-26 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14203 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14389 ___ Python tracker <https://bugs.python.org/issu

[issue37380] subprocess.Popen._cleanup() "The handle is invalid" error when some old process is gone

2019-06-23 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14147 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14327 ___ Python tracker <https://bugs.python.org/issu

[issue37372] datetime.time unpickling fails in case of python2 pickle with seconds>=24

2019-06-22 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14131 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14307 ___ Python tracker <https://bugs.python.org/issu

[issue6839] zipfile can't extract file

2019-06-18 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +14050 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14212 ___ Python tracker <https://bugs.python.org/iss

[issue6689] subprocess doesn't pass arguments correctly on Linux when shell=True

2019-06-13 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +13907 pull_request: https://github.com/python/cpython/pull/14045 ___ Python tracker <https://bugs.python.org/issue6

[issue37247] swap distutils build_ext and build_py commands to allow proper SWIG extension installation

2019-06-12 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +13878 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14014 ___ Python tracker <https://bugs.python.org/issu

[issue37216] "Using Python on a Macintosh" chapter of "Python Setup and Usage" doc is out-of-date

2019-06-11 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +13833 pull_request: https://github.com/python/cpython/pull/13966 ___ Python tracker <https://bugs.python.org/issue37

[issue37216] mac installation document wrong for python 3.7.3

2019-06-10 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +13831 pull_request: https://github.com/python/cpython/pull/13964 ___ Python tracker <https://bugs.python.org/issue37

[issue37216] mac installation document wrong for python 3.7.3

2019-06-10 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +13830 pull_request: https://github.com/python/cpython/pull/13963 ___ Python tracker <https://bugs.python.org/issue37

[issue37216] mac installation document wrong for python 3.7.3

2019-06-10 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +13829 stage: -> patch review pull_request: https://github.com/python/cpython/pull/13962 ___ Python tracker <https://bugs.python.org/issu

[issue30458] [security][CVE-2019-9740][CVE-2019-9947] HTTP Header Injection (follow-up of CVE-2016-5699)

2019-06-02 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +13655 pull_request: https://github.com/python/cpython/pull/13771 ___ Python tracker <https://bugs.python.org/issue30

[issue37004] SequenceMatcher.ratio() noncommutativity not well-documented

2019-05-21 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +13394 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue37004> ___ ___ Py

[issue36770] stdlib - shutil.make_archive - add support for different ZIP compression method

2019-05-20 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +13355 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36770> ___ ___ Python-bugs-list mai

[issue35849] Added thousands separators to Lib/pstats.py final report

2019-05-18 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +13322 ___ Python tracker <https://bugs.python.org/issue35849> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24538] os.setxattr PermissionError on panfs propagates up causing `copystat`, `copytree`, and `pip install .` to fail unhepfully

2019-05-08 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +13123 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue24538> ___ ___ Py

[issue36620] Documentation missing parameter for Itertools.zip_longest

2019-05-08 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +13121 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue36783] No documentation for _FromXandFold C API functions

2019-05-08 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +13115 ___ Python tracker <https://bugs.python.org/issue36783> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36852] Python3.7.2 fails to cross-compile (yocto / openembedded) when target is mips softfloat

2019-05-08 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +13107 ___ Python tracker <https://bugs.python.org/issue36852> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27639] UserList.__getitem__ doesn't account for slices

2019-05-07 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +13085 ___ Python tracker <https://bugs.python.org/issue27639> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36783] No documentation for _FromXandFold C API functions

2019-05-06 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +13060 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36783> ___ ___ Py

[issue36675] Doctest directives and comments missing from code samples

2019-05-06 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +13038 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue27432] Unittest truncating of error message not works

2019-05-04 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +13005 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue36782] Add tests for the datetime C API

2019-05-04 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +13002 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36782> ___ ___ Py

[issue11001] Various obvious errors in cookies documentation

2019-05-04 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +13000 ___ Python tracker <https://bugs.python.org/issue11001> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34861] Improve cProfile standard output

2019-05-04 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +12998 ___ Python tracker <https://bugs.python.org/issue34861> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36794] asyncio.Lock documentation in Py3.8 lacks parts presented in documentation in Py3.6

2019-05-04 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12997 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36794> ___ ___ Py

[issue34155] email.utils.parseaddr mistakenly parse an email

2019-05-03 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12994 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34155> ___ ___ Py

[issue36771] Feature Request: An option to os.walk() to return os.DirEntry lists instead of just filenames/dirnames

2019-05-01 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12960 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36771> ___ ___ Py

[issue36764] Types module doesn't have a type for _abc_data

2019-05-01 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12954 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36764> ___ ___ Py

[issue36688] _dummy_thread lacks an RLock implementaiton

2019-04-24 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12867 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36688> ___ ___ Py

[issue36690] A typing error in demo rpython.py

2019-04-22 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12831 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue18564] Integer overflow in socketmodule

2019-04-17 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +12791 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue18564> ___ ___ Python-bugs-list mai

[issue34652] never enable lchmod on Linux

2019-04-12 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +12727 ___ Python tracker <https://bugs.python.org/issue34652> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36602] Recursive directory list with pathlib.Path.iterdir

2019-04-11 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12712 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36602> ___ ___ Py

[issue36590] Add Bluetooth RFCOMM Support for Windows

2019-04-10 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12695 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36590> ___ ___ Py

[issue36581] __dir__ on unittest.mock not safe for all spec types

2019-04-09 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12679 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36581> ___ ___ Py

[issue36541] Make lib2to3 grammar more closely match Python

2019-04-05 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12626 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36541> ___ ___ Py

[issue36532] Example of logging.formatter with new str.format style

2019-04-04 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12618 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36532> ___ ___ Py

[issue36527] unused parameter warnings in Include/object.h (affecting building third party code)

2019-04-04 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12615 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36527> ___ ___ Py

[issue36522] http/client.py does not print duplicate header values in debug

2019-04-03 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12608 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36522> ___ ___ Py

[issue34677] Event scheduler page example

2019-04-02 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12588 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34677> ___ ___ Py

[issue36495] Out-of-bounds array reads in Python/ast.c

2019-03-31 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12573 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36495> ___ ___ Py

[issue36481] telnetlib process_rawq() callback

2019-03-29 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12557 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36481> ___ ___ Py

[issue36452] Detect dict iteration "overflow" when changing keys

2019-03-27 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +12539 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36452> ___ ___ Python-bugs-list mai

[issue36384] ipaddress Should not reject IPv4 addresses with leading zeroes as ambiguously octal

2019-03-26 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12521 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36384> ___ ___ Py

[issue36378] Add support to load from paths to json.load

2019-03-20 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12417 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36378> ___ ___ Py

[issue36353] rpath incorrectly handled on OSX by build_ext

2019-03-18 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12372 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36353> ___ ___ Py

[issue36279] os.wait3() leaks some uninitialized stack when no processes exist

2019-03-12 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12278 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36279> ___ ___ Py

[issue36203] PyWeakref_NewRef docs are misleading

2019-03-08 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12232 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36203> ___ ___ Py

[issue36226] multipart/related header causes false positive StartBoundaryNotFoundDefect and MultipartInvariantViolationDefect

2019-03-07 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12204 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36226> ___ ___ Py

[issue32021] Brotli encoding is not recognized by mimetypes

2019-03-06 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12195 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32021> ___ ___ Py

[issue36164] Updating Py_InspectFlag programmatically

2019-03-01 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12140 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36164> ___ ___ Py

[issue13055] Distutils tries to handle null versions but fails

2019-03-01 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12129 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue36139] release GIL on mmap dealloc

2019-02-27 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12092 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36139> ___ ___ Py

[issue36041] email: folding of quoted string in display_name violates RFC

2019-02-26 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12080 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36041> ___ ___ Py

[issue33529] [security] Infinite loop on folding email (_fold_as_ew()) if an header has no spaces

2019-02-24 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +12052 ___ Python tracker <https://bugs.python.org/issue33529> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36045] builtins.help function is not much help with async functions

2019-02-23 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12041 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue36094] When using an SMTP SSL connection,, get ValueError.

2019-02-23 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12027 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36094> ___ ___ Py

[issue36089] Formatting/Spelling errors in SimpleHTTPServer docs

2019-02-22 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12020 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36089> ___ ___ Py

[issue36087] ThreadPoolExecutor max_workers none issue

2019-02-22 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12018 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36087> ___ ___ Py

[issue36084] Threading: add builtin TID attribute to Thread objects

2019-02-22 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +12016 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36084> ___ ___ Py

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