August 1, 2021 – August 8, 2021
Overview
-
0 Active Issues
-
- 116 Merged Pull Requests
- 36 Open Pull Requests
- 0 Closed Issues
- 0 New Issues
Could not load contribution data
Please try again later
116 Pull requests merged by 32 people
-
bpo-42053: Remove misleading check in os.fwalk()
#27669 merged
Aug 8, 2021 -
bpo-44859: Improve error handling in sqlite3 and change some errors
#27654 merged
Aug 8, 2021 -
[3.9] bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664)
#27665 merged
Aug 8, 2021 -
bpo-44830 - Remove the broken Broken Mozilla devguide link.
#27664 merged
Aug 8, 2021 -
[3.10] bpo-44851: Upgrade bundled pip and setuptools (GH-27625)
#27657 merged
Aug 7, 2021 -
[3.9] bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647)
#27651 merged
Aug 7, 2021 -
[3.8] bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647)
#27652 merged
Aug 7, 2021 -
bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__
#27647 merged
Aug 7, 2021 -
bpo-42971: Add errno.EQFULL (macOS)
#24419 merged
Aug 6, 2021 -
[3.10] bpo-41576: document BaseException in favor of bare except (GH-21917)
#27646 merged
Aug 6, 2021 -
bpo-41576: document BaseException in favor of bare except
#21917 merged
Aug 6, 2021 -
[3.9] bpo-27752: improve documentation of csv.Dialect (GH-26795)
#27644 merged
Aug 6, 2021 -
[3.10] bpo-27752: improve documentation of csv.Dialect (GH-26795)
#27643 merged
Aug 6, 2021 -
[3.10] bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633)
#27640 merged
Aug 6, 2021 -
bpo-27752: improve documentation of csv.Dialect
#26795 merged
Aug 6, 2021 -
[3.9] bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633)
#27641 merged
Aug 6, 2021 -
bpo-44605: Teach @total_ordering() to work with metaclasses
#27633 merged
Aug 6, 2021 -
[3.10] bpo-44756: [docs] revert automated virtual environment creation on `make html` (GH-27635)
#27637 merged
Aug 6, 2021 -
[3.9] bpo-44756: [docs] revert automated virtual environment creation on `make html` (GH-27635)
#27636 merged
Aug 6, 2021 -
bpo-44839: Raise more specific errors in sqlite3
#27613 merged
Aug 6, 2021 -
bpo-44851: Upgrade bundled pip and setuptools
#27625 merged
Aug 6, 2021 -
bpo-44756: [docs] revert automated virtual environment creation on `make html`
#27635 merged
Aug 6, 2021 -
[3.9] bpo-43853: Handle sqlite3_value_text() errors (GH-25422).
#27627 merged
Aug 6, 2021 -
[3.10] bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783)
#27628 merged
Aug 6, 2021 -
[3.9] bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618)
#27619 merged
Aug 6, 2021 -
[3.9] bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)
#27630 merged
Aug 6, 2021 -
[3.10] bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)
#27631 merged
Aug 6, 2021 -
bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set for specialforms
#27614 merged
Aug 6, 2021 -
[3.9] bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783)
#27629 merged
Aug 6, 2021 -
bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH
#27623 merged
Aug 6, 2021 -
bpo-40928: notify users of osx malloc warnings
#26783 merged
Aug 6, 2021 -
[3.10] bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
#27624 merged
Aug 6, 2021 -
bpo-44584: Deprecate PYTHONTHREADDEBUG env var
#27065 merged
Aug 6, 2021 -
[3.10] bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618)
#27620 merged
Aug 5, 2021 -
bpo-44679: [doc] fix typo in unittest.mock.rst
#27618 merged
Aug 5, 2021 -
[3.10] bpo-44838: Refine the custom syntax errors for invalid 'if' expressions (GH-27615).
#27616 merged
Aug 5, 2021 -
bpo-44838: Refine the custom syntax errors for invalid 'if' expressions
#27615 merged
Aug 5, 2021 -
bpo-44291: Fix reconnection in logging.handlers.SysLogHandler (GH-26490)
#26490 merged
Aug 5, 2021 -
bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks
#27588 merged
Aug 5, 2021 -
platform: Import subprocess in function.
#27610 merged
Aug 5, 2021 -
bpo-41706: Fix dunder operator invocation docs
#22084 merged
Aug 4, 2021 -
[3.10] bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)
#27598 merged
Aug 4, 2021 -
[3.9] bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)
#27608 merged
Aug 4, 2021 -
[3.10] bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)
#27607 merged
Aug 4, 2021 -
[3.9] [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-26899)
#27606 merged
Aug 4, 2021 -
[3.10] [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-26899)
#27605 merged
Aug 4, 2021 -
[3.9] Fix typo in 'xml.dom.minidom' documentation (GH-27602)
#27604 merged
Aug 4, 2021 -
[3.10] Fix typo in 'xml.dom.minidom' documentation (GH-27602)
#27603 merged
Aug 4, 2021 -
bpo-42958: Update filecmp.cmp docs
#27166 merged
Aug 4, 2021 -
[doc] bpo-43066: Zipfile - add note on leading slash in the filename arg
#26899 merged
Aug 4, 2021 -
Fix typo in 'xml.dom.minidom' documentation
#27602 merged
Aug 4, 2021 -
[3.9] Fix 404 link to the pyporting mailing list (GH-27320)
#27601 merged
Aug 4, 2021 -
[3.10] Fix 404 link to the pyporting mailing list (GH-27320)
#27600 merged
Aug 4, 2021 -
bpo-44564 Move formatted assertion under deprecation warning context.
#27090 merged
Aug 4, 2021 -
Fix 404 link to the pyporting mailing list
#27320 merged
Aug 4, 2021 -
[3.9] bpo-44301: Note that tp_clear and m_clear are not always called (GH-27581)
#27597 merged
Aug 4, 2021 -
[3.10] bpo-44301: Note that tp_clear and m_clear are not always called (GH-27581)
#27596 merged
Aug 4, 2021 -
[3.9] bpo-44760: Fix hyperlink conflict in turtle docs (GH-27592)
#27595 merged
Aug 4, 2021 -
[3.10] bpo-44760: Fix hyperlink conflict in turtle docs (GH-27592)
#27594 merged
Aug 4, 2021 -
bpo-44801: Check arguments in substitution of ParamSpec in Callable
#27585 merged
Aug 4, 2021 -
bpo-44301: Docs: Note that tp_clear and m_clear are not always called
#27581 merged
Aug 4, 2021 -
bpo-44760: Fix hyperlink conflict in turtle docs
#27592 merged
Aug 4, 2021 -
bpo-41117: Cleanup subtract_refs()
#27593 merged
Aug 4, 2021 -
bpo-44821: Eagerly assign __dict__ for new objects.
#27589 merged
Aug 4, 2021 -
Add option to write specialization stats to files and script to summarize.
#27575 merged
Aug 4, 2021 -
[3.10] bpo-41886: Fix documented type of PyType_Type (GH-22454)
#27584 merged
Aug 3, 2021 -
[3.9] bpo-41886: Fix documented type of PyType_Type (GH-22454)
#27583 merged
Aug 3, 2021 -
bpo-41886: Fix documented type of PyType_Type
#22454 merged
Aug 3, 2021 -
[3.10] Ensure LICENSE.txt file is generated even in PGO builds (GH-27580)
#27582 merged
Aug 3, 2021 -
Ensure LICENSE file is regenerated even in PGO builds
#27580 merged
Aug 3, 2021 -
[3.10] bpo-44808: fixes test for interactive inspect getsource of a class (GH-27571)
#27578 merged
Aug 3, 2021 -
bpo-44808: fixes test for interactive inspect getsource of a class
#27571 merged
Aug 3, 2021 -
[3.10] bpo-41737: expand doc for NotADirectoryError (GH-27471)
#27576 merged
Aug 3, 2021 -
[3.9] bpo-41737: expand doc for NotADirectoryError (GH-27471)
#27577 merged
Aug 3, 2021 -
bpo-41737: expand doc for NotADirectoryError
#27471 merged
Aug 3, 2021 -
bpo-27275: Change popitem() and pop() methods of collections.OrderedDict
#27530 merged
Aug 3, 2021 -
bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw
#17658 merged
Aug 3, 2021 -
[3.10] bpo-44792: Improve syntax errors for if expressions (GH-27506)
#27565 merged
Aug 2, 2021 -
[3.10] bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)
#27566 merged
Aug 2, 2021 -
[3.9] bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)
#27567 merged
Aug 2, 2021 -
bpo-44782: Improve OrderedDict recipe for LRU cache variants
#27536 merged
Aug 2, 2021 -
[3.10] bpo-35183: Add typical examples to os.path.splitext docs (GH-27286)
#27563 merged
Aug 2, 2021 -
[3.9] bpo-35183: Add typical examples to os.path.splitext docs (GH-27286)
#27564 merged
Aug 2, 2021 -
bpo-44792: Improve syntax errors for if expressions
#27506 merged
Aug 2, 2021 -
[3.10] bpo-44785: Silence deprecation warnings in test_pickle (GH-27538)
#27556 merged
Aug 2, 2021 -
[3.10] bpo-44806: Fix __init__ in subclasses of protocols (GH-27545)
#27558 merged
Aug 2, 2021 -
[3.10] bpo-44812: Document PyMember_GetOne and PyMember_SetOne (GH-27555)
#27560 merged
Aug 2, 2021 -
bpo-35183: Add typical examples to os.path.splitext docs
#27286 merged
Aug 2, 2021 -
[3.9] bpo-44812: Document PyMember_GetOne and PyMember_SetOne (GH-27555)
#27561 merged
Aug 2, 2021 -
[3.9] bpo-44806: Fix __init__ in subclasses of protocols (GH-27545)
#27559 merged
Aug 2, 2021 -
[3.9] bpo-44785: Silence deprecation warnings in test_pickle (GH-27538)
#27557 merged
Aug 2, 2021 -
[3.10] doc: "Mac OS " -> "macOS" (GH-27534)
#27554 merged
Aug 2, 2021 -
bpo-44812: Document PyMember_GetOne and PyMember_SetOne
#27555 merged
Aug 2, 2021 -
bpo-44806: Fix __init__ in subclasses of protocols
#27545 merged
Aug 2, 2021 -
bpo-44785: Silence deprecation warnings in test_pickle
#27538 merged
Aug 2, 2021 -
build(deps): bump actions/stale from 3 to 4
#27526 merged
Aug 2, 2021 -
bpo-44206: Make sure that dict-keys's version is set to zero when value is popped.
#27542 merged
Aug 2, 2021 -
[3.10] bpo-44808: Fix test_inspect in refleak mode (GH-27544)
#27546 merged
Aug 2, 2021 -
[3.9] doc: "Mac OS " -> "macOS" (GH-27534)
#27549 merged
Aug 2, 2021 -
[3.10] doc: "Mac OS X" -> "macOS" (GH-27535)
#27548 merged
Aug 2, 2021 -
[3.9] doc: "Mac OS X" -> "macOS" (GH-27535)
#27547 merged
Aug 2, 2021 -
bpo-44808: Fix test_inspect in refleak mode
#27544 merged
Aug 2, 2021 -
[3.10] bpo-44781: make distutils test suppress deprecation warning from import distutils (GH-27485)
#27540 merged
Aug 2, 2021 -
DOC: "Mac OS X" -> "macOS"
#27535 merged
Aug 2, 2021 -
DOC: "Mac OS " -> "macOS"
#27534 merged
Aug 2, 2021 -
bpo-44781: make distutils test suppress deprecation warning from impo…
#27485 merged
Aug 2, 2021 -
bpo-44793: Fix checking the number of arguments when subscribe a gene…
#27515 merged
Aug 2, 2021
36 Pull requests opened by 23 people
-
bpo-44807: Forbid to define __init__ method in Protocol classes
#27543 opened
Aug 2, 2021 -
bpo-44811: Set Signature Algorithms for a given SSL Context
#27550 opened
Aug 2, 2021 -
bpo-42035: Add a PyType_GetQualName() to get type's qualified name.
#27551 opened
Aug 2, 2021 -
bpo-44810: raise error on several drive letters in url2pathname
#27552 opened
Aug 2, 2021 -
bpo-44799: Fix InitVar resolving using get_type_hints
#27553 opened
Aug 2, 2021 -
bpo-44813: move NEED_OPCODE_JUMP_TABLES toggle to opcode.h
#27562 opened
Aug 2, 2021 -
[3.9] bpo-44815: Always show deprecation in asyncio.gather/sleep()
#27569 opened
Aug 2, 2021 -
bpo-44817: Ignore WinError 161 (ERROR_BAD_PATHNAME)
#27574 opened
Aug 3, 2021 -
Update pegen to use the latest upstream developments
#27586 opened
Aug 3, 2021 -
bpo-32397: new option for TextWrapper to allow stable wrapping
#27587 opened
Aug 4, 2021 -
bpo-44826: Specialize STORE_ATTR
#27590 opened
Aug 4, 2021 -
Fix missing spaces with help for `-m compileall -o`, revisit
#27591 opened
Aug 4, 2021 -
tty/fit setraw acording to a man page
#27599 opened
Aug 4, 2021 -
bpo-43468: Per instance locking for functools.cached_property
#27609 opened
Aug 4, 2021 -
bpo-42524: pdb: additional documentation on retval
#27612 opened
Aug 5, 2021 -
bpo-44848: Update macOS installer to use SQLite 3.36.0
#27621 opened
Aug 6, 2021 -
bpo-44848: Update Windows installer to use SQLite 3.36.0
#27622 opened
Aug 6, 2021 -
bpo-25782: avoid hang in PyErr_SetObject when current exception has a…
#27626 opened
Aug 6, 2021 -
bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest
#27634 opened
Aug 6, 2021 -
bpo-44854: Add .editorconfig file to help enforce `make patchcheck`
#27638 opened
Aug 6, 2021 -
bpo-43853: Expand test suite for SQLite UDF's
#27642 opened
Aug 6, 2021 -
bpo-44855: Complete documentation of `sqlite3` exceptions
#27645 opened
Aug 6, 2021 -
bpo-36881: Fix isinstance error on metaclass with metaclass=ABCMeta
#27648 opened
Aug 7, 2021 -
bpo-42035: Enhance test_get_type_name() of _testcapi.
#27649 opened
Aug 7, 2021 -
bpo-44522: Fix inaccurate information in open() function
#27650 opened
Aug 7, 2021 -
bpo-44860: Match distutils's unix_user platlib to sysconfig
#27655 opened
Aug 7, 2021 -
bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to after CFG optimization.
#27656 opened
Aug 7, 2021 -
[3.9] Upgrade bundled pip and setuptools (GH-27625)
#27658 opened
Aug 7, 2021 -
docs: Remove duplicate callback word
#27659 opened
Aug 7, 2021 -
Reduce unnecessary import in base_events.py
#27660 opened
Aug 7, 2021 -
Merge 3 warnings import into one global warning of enum.py
#27662 opened
Aug 7, 2021 -
bpo-44863: In TypedDict allow inherit from Generic and preserve bases
#27663 opened
Aug 7, 2021 -
[3.10] bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664)
#27666 opened
Aug 8, 2021 -
bpo-44864: Do not translate user-provided strings in `ArgumentParser.add_subparsers()`
#27667 opened
Aug 8, 2021 -
bpo-44865: Missing translations in `argparse`
#27668 opened
Aug 8, 2021 -
bpo-44544: add textwrap placeholder arg
#27671 opened
Aug 9, 2021
32 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-44733: Add maxtasksperchild to ProcessPoolExecutor
#27373 commented on
Aug 7, 2021 • 8 new comments -
bpo-44186: prevent TimedRotatingFileHandler overwriting log files
#26553 commented on
Aug 3, 2021 • 6 new comments -
bpo-44689: Improve binary portability between MacOS versions
#27251 commented on
Aug 7, 2021 • 5 new comments -
bpo-39452: rewrite and expand __main__.rst
#26883 commented on
Aug 8, 2021 • 4 new comments -
bpo-42815: Fix issue when thread doesn't copy context of parent thread
#24074 commented on
Aug 4, 2021 • 3 new comments -
bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread
#24868 commented on
Aug 5, 2021 • 3 new comments -
bpo-44766: remove outdated reference to Py_USING_MEMORY_DEBUGGER
#27509 commented on
Aug 4, 2021 • 3 new comments -
bpo-16379: Expose sqlite error code
#1108 commented on
Aug 6, 2021 • 2 new comments -
bpo-33775: Add the words 'default' and 'version' help text localizable.
#12711 commented on
Aug 8, 2021 • 2 new comments -
bpo-19217: Speed up assertEqual on long sequences
#27434 commented on
Aug 4, 2021 • 2 new comments -
bpo-23878: Remove the key parameter of _Py_FindEnvConfigValue()
#15555 commented on
Aug 4, 2021 • 1 new comment -
bpo-39940: Micro-optimizations of PySequence_Tuple()
#18703 commented on
Aug 5, 2021 • 1 new comment -
bpo-18319: gettext() can retrieve a message even if a plural form exists
#19869 commented on
Aug 6, 2021 • 1 new comment -
bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile
#21470 commented on
Aug 7, 2021 • 1 new comment -
socket documentation fix - rename triple to 3-tuple
#24722 commented on
Aug 2, 2021 • 1 new comment -
bpo-43827: Fixed abc conflicts with __init_subclass__
#25385 commented on
Aug 3, 2021 • 1 new comment -
better performance
#25744 commented on
Aug 8, 2021 • 1 new comment -
bpo-44185: Added close() to mock_open __exit__
#26902 commented on
Aug 7, 2021 • 1 new comment -
bpo-44640: Improve punctuation in isinstance() error message
#27144 commented on
Aug 6, 2021 • 1 new comment -
bpo-42064: Pass module state to `sqlite3` UDF callbacks
#27456 commented on
Aug 6, 2021 • 1 new comment -
bpo-44800: Clearly distinguish execution & introspection frames
#27525 commented on
Aug 4, 2021 • 1 new comment -
bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int
#19708 commented on
Aug 4, 2021 • 0 new comments -
bpo-34916: Add support for aggregate window functions in sqlite3
#20903 commented on
Aug 8, 2021 • 0 new comments -
bpo-42833: make digest algorithms case insensitive
#24122 commented on
Aug 8, 2021 • 0 new comments -
bpo-43352: Add a Barrier object in asyncio lib
#24903 commented on
Aug 6, 2021 • 0 new comments -
bpo-44079: Strip superfluous statement cache from sqlite3.Connection
#25998 commented on
Aug 8, 2021 • 0 new comments -
bpo-44092: Don't reset statements/cursors before rollback
#26026 commented on
Aug 8, 2021 • 0 new comments -
bpo-27334: roll back transaction if sqlite3 context manager fails to commit
#26202 commented on
Aug 8, 2021 • 0 new comments -
bpo-28937 Adds a keepempty argument to string, bytes and bytearray split methods
#26222 commented on
Aug 8, 2021 • 0 new comments -
[WIP] bpo-41930: Add support for SQLite serialise/deserialise API
#26728 commented on
Aug 8, 2021 • 0 new comments -
bpo-44525: Specialize ``CALL_FUNCTION`` for C function calls
#26934 commented on
Aug 5, 2021 • 0 new comments -
bpo-xxxxx: Added numberpad enter bind to TK's simpleDialog
#27498 commented on
Aug 6, 2021 • 0 new comments