[issue43650] MemoryError on zip.read in shutil._unpack_zipfile

2021-03-28 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +23805 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25058 ___ Python tracker <https://bugs.python.org/i

[issue41100] Support macOS 11 and Apple Silicon Macs

2021-03-24 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +23769 pull_request: https://github.com/python/cpython/pull/25014 ___ Python tracker <https://bugs.python.org/issue41

[issue39572] [typing] TypedDict's 'total' argument is undocumented

2021-03-23 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 6.0 -> 7.0 pull_requests: +23757 pull_request: https://github.com/python/cpython/pull/24999 ___ Python tracker <https://bugs.python.org/issu

[issue43352] Add a Barrier object in asyncio lib

2021-03-17 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 4.0 -> 5.0 pull_requests: +23666 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24903 ___ Python tracker <https://bugs.python.org/i

[issue43495] Missing frame block push in compiler_async_comprehension_generator()

2021-03-14 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +23626 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24865 ___ Python tracker <https://bugs.python.org/i

[issue43415] Typo

2021-03-08 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +23555 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24789 ___ Python tracker <https://bugs.python.org/i

[issue43207] InspectLoader.is_package is not an abstract method

2021-02-12 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +23304 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24517 ___ Python tracker <https://bugs.python.org/i

[issue43178] Redundant method overrides in queue

2021-02-09 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +23279 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24488 ___ Python tracker <https://bugs.python.org/i

[issue43107] RotatingFileHandler with multi processes creates too small backup files

2021-02-04 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +23248 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24442 ___ Python tracker <https://bugs.python.org/i

[issue43086] Excess data in not handled properly in binascii.a2b_base64()

2021-01-31 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +23216 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24402 ___ Python tracker <https://bugs.python.org/i

[issue43059] sqlite3: Externally developed?

2021-01-28 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 5.0 -> 6.0 pull_requests: +23186 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24364 ___ Python tracker <https://bugs.python.org/i

[issue42941] Infinite loop in asyncio sslproto

2021-01-16 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +23053 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24230 ___ Python tracker <https://bugs.python.org/i

[issue42924] bytearray_repeat copies from ob_bytes instead of ob_start

2021-01-13 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +23035 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24208 ___ Python tracker <https://bugs.python.org/i

[issue42917] Block stack size for frame objects should be dynamically sizable

2021-01-12 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +23029 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24204 ___ Python tracker <https://bugs.python.org/i

[issue42903] optimize lru_cache for functions with no arguments

2021-01-11 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +23023 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24197 ___ Python tracker <https://bugs.python.org/i

[issue42892] AttributeError in email.message.get_body()

2021-01-11 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 4.0 -> 5.0 pull_requests: +23019 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24192 ___ Python tracker <https://bugs.python.org/i

[issue42836] docs: struct: clarify struct caching behaviour

2021-01-07 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +22992 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24164 ___ Python tracker <https://bugs.python.org/i

[issue29595] Expose max_queue_size in ThreadPoolExecutor

2020-12-19 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 8.0 -> 9.0 pull_requests: +22726 pull_request: https://github.com/python/cpython/pull/23864 ___ Python tracker <https://bugs.python.org/issu

[issue10141] SocketCan support

2020-12-16 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +22650 pull_request: https://github.com/python/cpython/pull/23794 ___ Python tracker <https://bugs.python.org/issue10

[issue42560] Improve Tkinter Documentation

2020-12-07 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +22557 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23689 ___ Python tracker <https://bugs.python.org/i

[issue42470] DeprecationWarning triggers for sequences which happen to be sets as well

2020-12-04 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 4.0 -> 5.0 pull_requests: +22507 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23639 ___ Python tracker <https://bugs.python.org/i

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

2020-12-04 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +22503 pull_request: https://github.com/python/cpython/pull/23635 ___ Python tracker <https://bugs.python.org/issue36

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

2020-12-03 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 8.0 -> 9.0 pull_requests: +22499 pull_request: https://github.com/python/cpython/pull/23490 ___ Python tracker <https://bugs.python.org/issu

[issue42532] spec_arg's __bool__ is called while initializing NonCallableMock

2020-12-01 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +22480 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23613 ___ Python tracker <https://bugs.python.org/i

[issue11998] test_signal cannot test blocked signals if _tkinter is loaded; Tcl_Finalize()

2020-11-24 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +22379 pull_request: https://github.com/python/cpython/pull/23490 ___ Python tracker <https://bugs.python.org/issue11

[issue42443] Provide Thread creation hook support

2020-11-23 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +22369 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23477 ___ Python tracker <https://bugs.python.org/i

[issue42434] Library json, file json/encoder.py: Function floatstr should be a class-level function.

2020-11-22 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +22351 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23459 ___ Python tracker <https://bugs.python.org/i

[issue42424] add constructor that support multiple context managers to contextlib.ExitStack and contextlib.AsyncExitStack

2020-11-21 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +22337 pull_request: https://github.com/python/cpython/pull/23445 ___ Python tracker <https://bugs.python.org/issue42

[issue42424] add constructor that support multiple context managers to contextlib.ExitStack and contextlib.AsyncExitStack

2020-11-21 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +22336 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23444 ___ Python tracker <https://bugs.python.org/i

[issue42063] More options to http.server & SimpleHTTPRequestHandler

2020-11-19 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +22307 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23414 ___ Python tracker <https://bugs.python.org/i

[issue42386] Update icons for macOS 11

2020-11-17 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +9 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23339 ___ Python tracker <https://bugs.python.org/i

[issue42330] Add browsh in the webbrowser module

2020-11-14 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +22180 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23289 ___ Python tracker <https://bugs.python.org/i

[issue41100] Build failure on macOS 11 (beta)

2020-11-11 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 12.0 -> 13.0 pull_requests: +22136 pull_request: https://github.com/python/cpython/pull/23239 ___ Python tracker <https://bugs.python.org/issu

[issue29086] Document C API that is not part of the limited API

2020-11-06 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +22089 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23185 ___ Python tracker <https://bugs.python.org/i

[issue42258] argparse: show choices once per argument

2020-11-04 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +22056 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23143 ___ Python tracker <https://bugs.python.org/i

[issue4225] unicode_literals doesn't work in exec

2020-11-04 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +22055 pull_request: https://github.com/python/cpython/pull/23143 ___ Python tracker <https://bugs.python.org/iss

[issue42037] Documentation confusion in CookieJar functions

2020-11-02 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +22029 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23112 ___ Python tracker <https://bugs.python.org/i

[issue42197] Disable automatic update of frame locals during tracing

2020-10-29 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +21947 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23028 ___ Python tracker <https://bugs.python.org/i

[issue42194] Docs for argparse.BooleanOptionalAction missing "New in version 3.9"

2020-10-29 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +21944 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23026 ___ Python tracker <https://bugs.python.org/i

[issue42125] linecache cannot get source for the __main__ module with a custom loader

2020-10-22 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +21839 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22908 ___ Python tracker <https://bugs.python.org/i

[issue2190] MozillaCookieJar ignores HttpOnly cookies

2020-10-19 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 7.0 -> 8.0 pull_requests: +21754 pull_request: https://github.com/python/cpython/pull/22798 ___ Python tracker <https://bugs.python.org/iss

[issue42043] zipfile.Path should support inheritance

2020-10-15 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +21678 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22711 ___ Python tracker <https://bugs.python.org/i

[issue42036] Unchecked return in Modules/posixmodule.c from multiple function calls

2020-10-14 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +21668 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22696 ___ Python tracker <https://bugs.python.org/i

[issue42034] Unchecked return in Objects/typeobject.c and possible uninitialized variables in cls and new_mro

2020-10-14 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +21666 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22695 ___ Python tracker <https://bugs.python.org/i

[issue42018] winreg SetValue(Ex) should mention integer as an acceptable value

2020-10-12 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +21644 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22671 ___ Python tracker <https://bugs.python.org/i

[issue41995] five possible Null Pointer Dereference bugs.

2020-10-11 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +21637 pull_request: https://github.com/python/cpython/pull/22660 ___ Python tracker <https://bugs.python.org/issue41

[issue41995] five possible Null Pointer Dereference bugs.

2020-10-10 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +21610 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22635 ___ Python tracker <https://bugs.python.org/i

[issue32592] Drop support of Windows Vista and 7 in Python 3.9

2020-10-07 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 10.0 -> 11.0 pull_requests: +21578 pull_request: https://github.com/python/cpython/pull/22586 ___ Python tracker <https://bugs.python.org/issu

[issue40643] Improve doc-strings for datetime.strftime & strptime

2020-10-02 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +21510 pull_request: https://github.com/python/cpython/pull/22477 ___ Python tracker <https://bugs.python.org/issue40

[issue41905] add update_abstractmethods function to update an ABC's abstract methods

2020-10-01 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +21502 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22485 ___ Python tracker <https://bugs.python.org/i

[issue41886] PyType_Type is documented incorrectly

2020-09-29 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +21483 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22454 ___ Python tracker <https://bugs.python.org/i

[issue40554] Add escape to the glossary?

2020-09-28 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +21472 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22342 ___ Python tracker <https://bugs.python.org/i

[issue41815] SQLite: segfault if backup called on closed database

2020-09-19 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +21367 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22322 ___ Python tracker <https://bugs.python.org/i

[issue30826] More details in reference 'Looping through a list in Python and modifying it'

2020-09-03 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 5.0 -> 6.0 pull_requests: +21165 pull_request: https://github.com/python/cpython/pull/22078 ___ Python tracker <https://bugs.python.org/issu

[issue32642] add support for path-like objects in sys.path

2020-08-29 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 6.0 -> 7.0 pull_requests: +21106 pull_request: https://github.com/python/cpython/pull/22000 ___ Python tracker <https://bugs.python.org/issu

[issue15443] datetime module has no support for nanoseconds

2020-08-28 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 20.0 -> 21.0 pull_requests: +21096 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/21987 ___ Python tracker <https://bugs.p

[issue41572] Documentation wording fix on Lib/asyncio/transports.py

2020-08-17 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +21030 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21914 ___ Python tracker <https://bugs.python.org/i

[issue14134] xmlrpc.client.ServerProxy needs timeout parameter

2020-08-17 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 6.0 -> 7.0 pull_requests: +21024 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/21908 ___ Python tracker <https://bugs.python.org/i

[issue40994] Very confusing documenation for abc.Collections

2020-08-14 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 6.0 -> 7.0 pull_requests: +21004 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21880 ___ Python tracker <https://bugs.python.org/i

[issue40563] Support pathlike objects on dbm/shelve

2020-08-12 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 4.0 -> 5.0 pull_requests: +20977 pull_request: https://github.com/python/cpython/pull/21849 ___ Python tracker <https://bugs.python.org/issu

[issue41530] Unhandled exceptions in zoneinfo.ZoneInfo constructor

2020-08-12 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +20967 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21839 ___ Python tracker <https://bugs.python.org/i

[issue41515] typing.get_type_hints generates KeyError

2020-08-10 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +20948 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21816 ___ Python tracker <https://bugs.python.org/i

[issue41511] Pathlib parents doesn't support slicing with negative indexes

2020-08-09 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +20934 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21799 ___ Python tracker <https://bugs.python.org/i

[issue41504] Add links to asttokens, leoAst, LibCST and Parso to ast.rst

2020-08-07 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +20918 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21773 ___ Python tracker <https://bugs.python.org/i

[issue27307] string.Formatter does not support key/attribute access on unnumbered fields

2020-08-07 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +20911 pull_request: https://github.com/python/cpython/pull/21767 ___ Python tracker <https://bugs.python.org/issu

[issue41482] docstring errors in ipaddress.IPv4Network

2020-08-04 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +20880 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21736 ___ Python tracker <https://bugs.python.org/i

[issue41425] [tkinter] "Coupling Widget Variables" example missing code

2020-08-02 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +20849 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21706 ___ Python tracker <https://bugs.python.org/i

[issue41455] Python Devguide differs from python docs

2020-08-02 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +20846 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21703 ___ Python tracker <https://bugs.python.org/i

[issue41395] pickle and pickletools cli interface doesn't close input and output file.

2020-07-29 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 4.0 -> 5.0 pull_requests: +20821 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21676 ___ Python tracker <https://bugs.python.org/i

[issue41422] C Unpickler memory leak via memo

2020-07-28 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +20809 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21664 ___ Python tracker <https://bugs.python.org/i

[issue41402] email: ContentManager.set_content calls nonexistent method encode() on bytes

2020-07-26 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +20772 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21631 ___ Python tracker <https://bugs.python.org/i

[issue41366] sign-conversion warning in 3.9 beta

2020-07-21 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +20731 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21592 ___ Python tracker <https://bugs.python.org/i

[issue40979] typing module docs: keep text, add subsections

2020-07-20 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +20717 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21574 ___ Python tracker <https://bugs.python.org/i

[issue41352] FileIO.readall() should raise "UnsupportedOperation" when in "w" mode

2020-07-20 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +20711 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21568 ___ Python tracker <https://bugs.python.org/i

[issue41270] NamedTemporaryFile is not its own iterator.

2020-07-10 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +20581 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21434 ___ Python tracker <https://bugs.python.org/i

[issue41219] Mimetypes doesn't support audio/webm

2020-07-06 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +20513 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21368 ___ Python tracker <https://bugs.python.org/i

[issue41199] Docstring convention not followed for dataclasses documentation page

2020-07-03 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +20437 pull_request: https://github.com/python/cpython/pull/21289 ___ Python tracker <https://bugs.python.org/issue41

[issue41199] Docstring convention not followed for dataclasses documentation page

2020-07-03 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +20436 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21289 ___ Python tracker <https://bugs.python.org/i

[issue41179] find_library on macOS Big Sur

2020-06-30 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +20400 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21250 ___ Python tracker <https://bugs.python.org/i

[issue41177] ConvertingList and ConvertingTuple lack iterators and ConvertingDict lacks items()

2020-06-30 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +20398 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21248 ___ Python tracker <https://bugs.python.org/i

[issue41170] Use strnlen instead of strlen when the size i known.

2020-06-30 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +20388 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21236 ___ Python tracker <https://bugs.python.org/i

[issue41149] Threads can fail to start

2020-06-28 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +20356 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21201 ___ Python tracker <https://bugs.python.org/i

[issue1635741] Py_Finalize() doesn't clear all Python objects at exit

2020-06-27 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 15.0 -> 16.0 pull_requests: +20343 pull_request: https://github.com/python/cpython/pull/21189 ___ Python tracker <https://bugs.python.org/issue1

[issue41086] Exception for uninstantiated interpolation (configparser)

2020-06-22 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +20233 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21062 ___ Python tracker <https://bugs.python.org/i

[issue41005] Permission denied: 'xdg-settings' when executing 'jupyter notebook' from command line

2020-06-17 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +20115 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20936 ___ Python tracker <https://bugs.python.org/i

[issue33393] update config.guess and config.sub

2020-06-13 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +20046 pull_request: https://github.com/python/cpython/pull/20854 ___ Python tracker <https://bugs.python.org/issu

[issue40896] Missing links to Source Code in Documentation pages

2020-06-12 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 7.0 -> 8.0 pull_requests: +20036 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20843 ___ Python tracker <https://bugs.python.org/i

[issue40670] supplying an empty string to timeit causes an IndentationError

2020-06-12 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 6.0 -> 7.0 pull_requests: +20024 pull_request: https://github.com/python/cpython/pull/20830 ___ Python tracker <https://bugs.python.org/issu

[issue40944] email.message.EmailMessage address parser fails to handle 'example@'

2020-06-10 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +19985 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20790 ___ Python tracker <https://bugs.python.org/i

[issue40643] Improve doc-strings for datetime.strftime & strptime

2020-06-06 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +19892 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/20677 ___ Python tracker <https://bugs.p

[issue36783] No documentation for _FromXandFold C API functions

2020-06-05 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 7.0 -> 8.0 pull_requests: +19870 pull_request: https://github.com/python/cpython/pull/20650 ___ Python tracker <https://bugs.python.org/issu

[issue40854] [Patch] Allow overriding sys.platlibdir

2020-06-03 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +19832 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20605 ___ Python tracker <https://bugs.python.org/i

[issue40846] Misleading line in documentation

2020-06-03 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +19831 pull_request: https://github.com/python/cpython/pull/20603 ___ Python tracker <https://bugs.python.org/issue40

[issue40846] Misleading line in documentation

2020-06-03 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 4.0 -> 5.0 pull_requests: +19830 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20602 ___ Python tracker <https://bugs.python.org/i

[issue40820] Mock Call attributes args and kwargs have no changeversion

2020-05-29 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +19763 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20519 ___ Python tracker <https://bugs.python.org/i

[issue40811] Allow to create new Event Loops on Threads

2020-05-28 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +19748 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20500 ___ Python tracker <https://bugs.python.org/i

[issue40586] Pydoc should support https for hyperlinks.

2020-05-27 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 4.0 -> 5.0 pull_requests: +19701 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19976 ___ Python tracker <https://bugs.python.org/i

[issue40701] tempfile mixes str and bytes in an inconsistent manner

2020-05-26 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +19698 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20442 ___ Python tracker <https://bugs.python.org/i

[issue40767] Allow pure Wayland to get default XDG webbrowser

2020-05-25 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +19646 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20382 ___ Python tracker <https://bugs.python.org/i

[issue40692] Adjust test_concurrent_futures to run more of its tests if multiprocessing.synchronize is missing

2020-05-19 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 4.0 -> 5.0 pull_requests: +19527 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20239 ___ Python tracker <https://bugs.python.org/i

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