May 25, 2021 – June 1, 2021
Overview
-
0 Active Issues
-
- 105 Merged Pull Requests
- 17 Open Pull Requests
- 0 Closed Issues
- 0 New Issues
Could not load contribution data
Please try again later
105 Pull requests merged by 28 people
-
[3.9] bpo-44279: [doc] reword contextlib.suppress documentation (GH-2…
#26481 merged
Jun 1, 2021 -
[3.10] bpo-44279: [doc] reword contextlib.suppress documentation (GH-…
#26480 merged
Jun 1, 2021 -
bpo-44263: Py_TPFLAGS_HAVE_GC requires tp_traverse
#26463 merged
Jun 1, 2021 -
Fix typo in block comment in Include/internal/pycore_condvar.h
#26457 merged
Jun 1, 2021 -
bpo-44279: [doc] reword contextlib.suppress documentation
#26428 merged
Jun 1, 2021 -
bpo-44273: Improve syntax error message for assigning to "..."
#26477 merged
Jun 1, 2021 -
bpo-42972: Track sqlite3 statement objects
#26475 merged
Jun 1, 2021 -
[3.10] bpo-44246: Remove note about access by index now that a compatibility shim is offered. (GH-26472)
#26473 merged
May 31, 2021 -
bpo-44260: Do not read system entropy without need in Random()
#26455 merged
May 31, 2021 -
[3.10] bpo-44246: Restore compatibility in entry_points (GH-26468)
#26471 merged
May 31, 2021 -
bpo-44246: Remove note about access by index now that a compatibility shim is offered.
#26472 merged
May 31, 2021 -
bpo-44246: Restore compatibility in entry_points
#26468 merged
May 31, 2021 -
[3.10] bpo-44246: Entry points performance improvements. (GH-26467)
#26469 merged
May 31, 2021 -
bpo-44246: Entry points performance improvements.
#26467 merged
May 31, 2021 -
[3.9] bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464)
#26466 merged
May 31, 2021 -
[3.10] bpo-44263: Fix _decimal and _testcapi GC protocol (GH-26464)
#26465 merged
May 31, 2021 -
[3.10] bpo-42972: Fully implement GC protocol for xxlimited (GH-26451)
#26460 merged
May 31, 2021 -
bpo-44263: Fix _decimal and _testcapi GC protocol
#26464 merged
May 31, 2021 -
[3.10] bpo-42972: Fix sqlite3 traverse/clear functions (GH-26452)
#26461 merged
May 31, 2021 -
bpo-42972: Fix sqlite3 traverse/clear
#26452 merged
May 31, 2021 -
bpo-42972: Fully implement GC protocol for xxlimited.Xxo
#26451 merged
May 31, 2021 -
Fixing typos in turtle.rst
#24385 merged
May 30, 2021 -
bpo-44235: Remove deprecated functions in the gettext module.
#26378 merged
May 30, 2021 -
Trivial change in fractions module docs: real -> rational numbers
#25009 merged
May 29, 2021 -
bpo-43750: Fix incorrect reference to PACKET_MULTIHOST in the docs
#25241 merged
May 29, 2021 -
[3.10] bpo-42085: [docs] Add versionadded for am_send in type object documentation (GH-25465)
#26453 merged
May 29, 2021 -
bpo-42085: [docs] Add versionadded for am_send in type object documentation
#25465 merged
May 29, 2021 -
[3.10] bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445)
#26446 merged
May 29, 2021 -
[3.9] bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons (GH-26448)
#26450 merged
May 29, 2021 -
[3.10] bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons (GH-26448)
#26449 merged
May 29, 2021 -
bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons
#26448 merged
May 29, 2021 -
[3.9] bpo-44263: Mention PyType_Ready in the gc protocol warning (GH-26445)
#26447 merged
May 29, 2021 -
bpo-44263: Mention PyType_Ready in the gc protocol warning
#26445 merged
May 29, 2021 -
[3.10] bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26442)
#26443 merged
May 29, 2021 -
[3.9] bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases (GH-26442)
#26444 merged
May 29, 2021 -
bpo-44263: Better explain the GC contract for PyType_FromSpecWithBases
#26442 merged
May 29, 2021 -
bpo-44211: Remove duplicate mime type mapping .bmp -> image/x-ms-bmp
#26300 merged
May 29, 2021 -
[3.9] Fix dataclass comment typo _eq__ -> __eq__ (GH-26433)
#26437 merged
May 29, 2021 -
[3.10] Fix dataclass comment typo _eq__ -> __eq__ (GH-26433)
#26436 merged
May 29, 2021 -
bpo-44206: Fix MSVC warnings
#26432 merged
May 29, 2021 -
[3.10] bpo-44252: Correctly implement gc support for SSLError objects (GH-26439)
#26441 merged
May 28, 2021 -
bpo-44252: Correctly implement gc support for SSLError objects
#26439 merged
May 28, 2021 -
bpo-44206: Fix compiler warnings in dictobject.c
#26440 merged
May 28, 2021 -
Fix dataclass comment typo (_eq__ -> __eq__)
#26433 merged
May 28, 2021 -
bpo-44045: fix spelling of uppercase vs upper-case
#25985 merged
May 28, 2021 -
[3.10] bpo-44249: Fix 3 README.rst typos (GH-26385)
#26434 merged
May 28, 2021 -
[3.9] bpo-44249: Fix 3 README.rst typos (GH-26385)
#26435 merged
May 28, 2021 -
bpo-44249 Update README.rst
#26385 merged
May 28, 2021 -
[3.10] bpo-42972: Fully support GC for _winapi.Overlapped (GH-26381)
#26430 merged
May 28, 2021 -
bpo-42972: Fix GC assertion error in _winapi by untracking Overlapped earlier
#26429 merged
May 28, 2021 -
[3.10] bpo-42972: Fully implement GC protocol for functools LRU cache (GH-26423)
#26425 merged
May 28, 2021 -
[3.10] bpo-42972: Fully implement GC protocol for functools keywrapper and partial types (GH-26363)
#26424 merged
May 28, 2021 -
bpo-42972: Fully support GC for _winapi.Overlapped
#26381 merged
May 28, 2021 -
bpo-42972: Fully implement GC protocol for functools LRU cache
#26423 merged
May 28, 2021 -
bpo-44206: Add a version number to dictionary keys
#26333 merged
May 28, 2021 -
bpo-42972: Fully implement GC protocol for functools keywrapper and partial types
#26363 merged
May 28, 2021 -
[3.10] bpo-44256: Do not expose _functools._list_elem_type (GH-26416)
#26418 merged
May 28, 2021 -
[3.9] bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_event() (GH-26404)
#26420 merged
May 28, 2021 -
[3.10] bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_event() (GH-26404)
#26419 merged
May 28, 2021 -
bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_event()
#26404 merged
May 28, 2021 -
bpo-44256: Do not expose _functools._list_elem_type.
#26416 merged
May 28, 2021 -
[3.10] bpo-42972: Fully implement GC protocol for re types (GH-26368)
#26414 merged
May 28, 2021 -
[3.10] bpo-44246: Update What's New for importlib.metadata. (GH-26408)
#26415 merged
May 27, 2021 -
bpo-44246: Update What's New for importlib.metadata.
#26408 merged
May 27, 2021 -
[3.10] bpo-42972: Fully support GC protocol for _operator heap types (GH-26371)
#26413 merged
May 27, 2021 -
bpo-43916: Use test.support.check_disallow_instantiation in test_tcl
#26412 merged
May 27, 2021 -
bpo-42972: Fully support GC protocol for operator heap types
#26371 merged
May 27, 2021 -
[3.9] bpo-43667: Add news fragment for Solaris changes (GH-26405)
#26410 merged
May 27, 2021 -
[3.10] bpo-43667: Add news fragment for Solaris changes (GH-26405)
#26409 merged
May 27, 2021 -
bpo-42972: Fully implement GC protocol for re types
#26368 merged
May 27, 2021 -
bpo-43667: Add news fragment for changes in #25096
#26405 merged
May 27, 2021 -
[3.10] bpo-42972: Fully support GC for mmap heap types (GH-26373)
#26407 merged
May 27, 2021 -
[3.10] bpo-42972: Fully support GC protocol for _queue.SimpleQueue (GH-26372)
#26406 merged
May 27, 2021 -
[3.10] bpo-42972: Fully implement GC protocol for ssl heap types (GH-26370)
#26399 merged
May 27, 2021 -
bpo-43693: Add _PyCode_New().
#26375 merged
May 27, 2021 -
bpo-42972: Fully support GC for mmap heap types
#26373 merged
May 27, 2021 -
bpo-42972: Fully support GC protocol for _queue.SimpleQueue
#26372 merged
May 27, 2021 -
[3.10] bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types (GH-26376)
#26397 merged
May 27, 2021 -
[3.9] bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)
#26402 merged
May 27, 2021 -
[3.10] bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)
#26401 merged
May 27, 2021 -
bpo-41611: IDLE: fix freezing on completion on macOS
#26400 merged
May 27, 2021 -
[3.10] bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inaccuracies in news (GH-26096)
#26337 merged
May 27, 2021 -
bpo-43988: Document test.support.check_disallow_instantiation
#26394 merged
May 27, 2021 -
[3.10] bpo-42972: Fully support GC for hashlib heap types (GH-26374)
#26398 merged
May 27, 2021 -
bpo-42972: Fully implement GC protocol for ssl heap types (GH-26370)
#26370 merged
May 27, 2021 -
bpo-42972: Fully support GC for hashlib heap types (GH-26374)
#26374 merged
May 27, 2021 -
bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types
#26376 merged
May 27, 2021 -
bpo-43988: Use check disallow instantiation helper
#26392 merged
May 27, 2021 -
[3.10] bpo-44241: Incorporate changes from importlib_metadata 4.1. (GH-26382)
#26395 merged
May 27, 2021 -
[3.10] bpo-42161: mathmodule.c: move _PyLong_GetOne() loop invariant (GH-26391)
#26393 merged
May 26, 2021 -
bpo-42161: mathmodule.c: move _PyLong_GetOne() loop invariant
#26391 merged
May 26, 2021 -
[3.10] bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357)
#26390 merged
May 26, 2021 -
bpo-42392: [docs] Add deprecated-removed loop labels for asyncio
#26357 merged
May 26, 2021 -
[3.10] bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6). (GH-26387)
#26389 merged
May 26, 2021 -
bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6).
#26387 merged
May 26, 2021 -
bpo-43693: Clean up the PyCodeObject fields.
#26364 merged
May 26, 2021 -
[3.10] bpo-38693: importlib.metadata f-strings (GH-26383)
#26386 merged
May 26, 2021 -
bpo-38693: importlib.metadata f-strings
#26383 merged
May 26, 2021 -
bpo-44241: Incorporate changes from importlib_metadata 4.1.
#26382 merged
May 26, 2021 -
[3.9] bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as context var (GH-21199)
#26380 merged
May 26, 2021 -
bpo-43879: Add native_thread_id field to PyThreadState
#25458 merged
May 26, 2021 -
[3.10] bpo-41147: [doc] contextlib.redirect_stdout() provides the new stream as context var (GH-21199)
#26379 merged
May 26, 2021 -
bpo-43988: Add test.support.check_disallow_instantiation
#25757 merged
May 26, 2021 -
bpo-41147 Document that redirect_stdout provides the new stream as context var
#21199 merged
May 26, 2021 -
[3.10] bpo-44232: Fix type_new() error reporting (GH-26359)
#26365 merged
May 26, 2021
17 Pull requests opened by 16 people
-
bpo-44239: Use platform defined data directories instead of ~/.python_history
#26377 opened
May 26, 2021 -
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fastlocalkinds.
#26388 opened
May 26, 2021 -
bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets.
#26396 opened
May 27, 2021 -
bpo-44257: Fix typo and change to more compact grammar
#26417 opened
May 28, 2021 -
bpo-43654: IDLE: fix config disabling tab completion
#26421 opened
May 28, 2021 -
bpo-44258: support PEP 515 for Fraction's initialization from string
#26422 opened
May 28, 2021 -
bpo-24132: Direct sub-classing of pathlib.Path
#26438 opened
May 28, 2021 -
bpo-37179: Support asyncio loop.start_tls() for TLS in TLS
#26454 opened
May 30, 2021 -
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes
#26456 opened
May 30, 2021 -
bpo-44270: shutil.which: windows path/cmd searches pathext
#26458 opened
May 31, 2021 -
bpo-43858: Add logging.getLevelNamesDict()
#26459 opened
May 31, 2021 -
[WIP] bpo-42213: Remove redundant cyclic GC hack in sqlite3
#26462 opened
May 31, 2021 -
bpo-44048: Fix two hashlib test cases under FIPS mode
#26470 opened
May 31, 2021 -
build(deps): bump actions/cache from 2.1.5 to 2.1.6
#26476 opened
Jun 1, 2021 -
[3.10] bpo-44273: Improve syntax error message for assigning to "..." (GH-26477)
#26478 opened
Jun 1, 2021 -
bpo-43795: Note Stable ABI PEP in What's New
#26479 opened
Jun 1, 2021 -
Trivial: Typo fix in asyncio-eventloop.rst
#26482 opened
Jun 2, 2021
50 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
bpo-44187: Quickening infrastructure
#26264 commented on
Jun 1, 2021 • 29 new comments -
bpo-17792: more accurate error message for UnboundLocalError
#24976 commented on
Jun 2, 2021 • 14 new comments -
bpo-44136: remove `pathlib._Flavour`
#26141 commented on
May 31, 2021 • 10 new comments -
bpo-43216: Remove @asyncio.coroutine
#26369 commented on
May 31, 2021 • 10 new comments -
bpo-43612: Add wbits parameter to zlib.compress
#25011 commented on
Jun 2, 2021 • 9 new comments -
bpo-4080: unittest durations
#12271 commented on
May 26, 2021 • 5 new comments -
bpo-41621: More accurate signature for defaultdict
#21945 commented on
May 31, 2021 • 5 new comments -
bpo-43123: revise logic for cr-lf characters in email header names and values
#24475 commented on
Jun 1, 2021 • 5 new comments -
bpo-43931: Export Python version as API data
#25577 commented on
May 29, 2021 • 5 new comments -
(bpo-44221) fix ImportError in hypotheses
#26324 commented on
May 30, 2021 • 4 new comments -
bpo-36595: IDLE: Add search to the "Squeezed Output Viewer"
#17614 commented on
May 28, 2021 • 3 new comments -
bpo-33178: Add BigEndianUnion, LittleEndianUnion classes to ctypes
#25480 commented on
Jun 1, 2021 • 3 new comments -
bpo-43795: Add a test for Stable ABI symbol availability using ctypes
#26354 commented on
Jun 1, 2021 • 3 new comments -
bpo-32779: Fix urljoining with an empty query string.
#5645 commented on
May 28, 2021 • 2 new comments -
bpo-41928: Add support for Unicode Path Extra Field in ZipFile
#23736 commented on
Jun 1, 2021 • 2 new comments -
bpo-30274: Rename 'name' to 'fullname' argument to ExtensionFileLoader.
#26195 commented on
May 31, 2021 • 2 new comments -
bpo-44164: document the semantic value of module resources
#26280 commented on
May 28, 2021 • 2 new comments -
bpo-34541: Fixed, pathlib.Path.iterdir now throws an exception when path is not valid
#8999 commented on
May 26, 2021 • 1 new comment -
bpo-37768: IDLE: show help(object) output in a text viewing window
#15140 commented on
May 31, 2021 • 1 new comment -
bpo-37774: use Py_LIKELY/Py_UNLIKELY for vectorcall
#15144 commented on
May 28, 2021 • 1 new comment -
bpo-40358: add strict argument to pathlib.PurePath.relative_to
#19813 commented on
May 29, 2021 • 1 new comment -
bpo-39791: importlib.abc: avoid use of deprecated abstractproperty
#23715 commented on
May 29, 2021 • 1 new comment -
Add descriptive error message when environment variable not detected
#23717 commented on
May 29, 2021 • 1 new comment -
bpo-None: Fix somewhat confusing "where" strings in Py_EnterRecursiveCall.
#24764 commented on
May 29, 2021 • 1 new comment -
bpo-40982: Fix outdated copytree() "example" in the shutil docs
#24778 commented on
May 29, 2021 • 1 new comment -
bpo-43352: Add a Barrier object in asyncio lib
#24903 commented on
May 29, 2021 • 1 new comment -
bpo-43563 : Introduce dedicated opcodes for super calls
#24936 commented on
May 28, 2021 • 1 new comment -
[3.9] bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)
#25685 commented on
May 29, 2021 • 1 new comment -
bpo-44060: Enable TARGET labels even when not using computed gotos.
#25949 commented on
May 28, 2021 • 1 new comment -
bpo-41486: zlib uses an UINT32_MAX sliding window for the output buffer
#26143 commented on
May 26, 2021 • 1 new comment -
bpo-14965: Proxy `super().x = y` and `del super().x`
#26194 commented on
May 28, 2021 • 1 new comment -
bpo-28937 Adds a keepempty argument to string, bytes and bytearray split methods
#26222 commented on
May 29, 2021 • 1 new comment -
bpo-11176: give more meaningful argument names in argparse documentation
#26279 commented on
May 27, 2021 • 1 new comment -
bpo-44205: Ignore out of space errors in shutil.copystat
#26282 commented on
May 26, 2021 • 1 new comment -
bpo-42627: Fix wrong parsing of Windows registry proxy settings
#26307 commented on
May 29, 2021 • 1 new comment -
[3.9] bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517)
#26322 commented on
May 30, 2021 • 1 new comment -
bpo-38693: Use f-strings instead of str.format() within importlib
#17058 commented on
May 26, 2021 • 0 new comments -
bpo-12806: Add argparse FlexiHelpFormatter
#22129 commented on
May 27, 2021 • 0 new comments -
bpo-42833: make digest algorithms case insensitive
#24122 commented on
May 27, 2021 • 0 new comments -
bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module
#24203 commented on
May 29, 2021 • 0 new comments -
bpo-43689: improve documentation for Differ
#25132 commented on
May 27, 2021 • 0 new comments -
bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on Windows
#25414 commented on
May 31, 2021 • 0 new comments -
bpo-43893: omit leading spaces/tabs on typing.get_type_hints
#25484 commented on
May 28, 2021 • 0 new comments -
bpo-41277: Fix the errno values in the os.setxattr() docs
#25567 commented on
May 28, 2021 • 0 new comments -
bpo-43976: add vendor config
#25718 commented on
May 28, 2021 • 0 new comments -
bpo-42937: Update ipaddress.py to include additional private range of IPs
#26205 commented on
May 30, 2021 • 0 new comments -
bpo-44176: Use inspect.isawaitable() to detect if as_completed()'s first param is awaitable
#26228 commented on
Jun 2, 2021 • 0 new comments -
bpo-44188: Fix ThreadPoolExecutor unbalanced semaphore count
#26265 commented on
May 27, 2021 • 0 new comments -
bpo-44170: Fix UnicodeDecodeError with multibyte utf8 characters in ShareableList
#26328 commented on
May 27, 2021 • 0 new comments -
bpo-43908: Make heap types converted during 3.10 alpha immutable
#26351 commented on
May 31, 2021 • 0 new comments