June 6, 2021 – June 13, 2021
Overview
-
0 Active Issues
-
- 118 Merged Pull Requests
- 32 Open Pull Requests
- 0 Closed Issues
- 0 New Issues
Could not load contribution data
Please try again later
118 Pull requests merged by 33 people
-
[3.10] bpo-43475: Fix the Python implementation of hash of Decimal NaN (GH-26679)
#26706 merged
Jun 13, 2021 -
[3.10] bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700)
#26705 merged
Jun 13, 2021 -
bpo-44389: Fix deprecation of OP_NO_TLSv1_3 (GH-26700)
#26700 merged
Jun 13, 2021 -
[3.10] bpo-44389: Remove duplicate SSL_OP_NO_TLSv1_2 flag (GH-26680)
#26704 merged
Jun 13, 2021 -
[3.10] bpo-36027: Fix a potential reference-counting bug in long_pow (GH-26690)
#26703 merged
Jun 13, 2021 -
[3.9] bpo-36027: Fix a potential reference-counting bug in long_pow (GH-26690)
#26702 merged
Jun 13, 2021 -
bpo-36027: Fix a potential refcount bug in long_pow
#26690 merged
Jun 13, 2021 -
Fix typos
#26689 merged
Jun 13, 2021 -
bpo-43425: Update test_c_parser not to use TempdirManager
#26693 merged
Jun 12, 2021 -
[3.10] bpo-44396: Update multi-line-start location when reallocating tokenizer buffers (GH-26676)
#26695 merged
Jun 12, 2021 -
bpo-44389: Remove duplicate SSL_OP_NO_TLSv1_2 flag
#26680 merged
Jun 12, 2021 -
bpo-44396: Update multi-line-start location when reallocating tokenizer buffers
#26676 merged
Jun 12, 2021 -
[3.8] bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542)
#26670 merged
Jun 12, 2021 -
[3.10] Add more const modifiers. (GH-26691).
#26692 merged
Jun 12, 2021 -
bpo-44376 - reduce pow() overhead for small exponents
#26662 merged
Jun 12, 2021 -
Add more const modifiers.
#26691 merged
Jun 12, 2021 -
bpo-43475: Fix the Python implementation of hash of Decimal NaN
#26679 merged
Jun 12, 2021 -
bpo-44339: Fix math.pow corner case to comply with IEEE 754
#26606 merged
Jun 12, 2021 -
[3.9] bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)
#26683 merged
Jun 11, 2021 -
[3.10] bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)
#26684 merged
Jun 11, 2021 -
bpo-40128: Fix IDLE autocomplete on macOS
#26672 merged
Jun 11, 2021 -
[3.9] bpo-41299: Reduce lag in Windows threading timeouts by using a higher precision time source (GH-26568)
#26579 merged
Jun 11, 2021 -
[3.10] bpo-44381: Windows build now allows enabling control flow guard (GH-26645)
#26681 merged
Jun 11, 2021 -
[3.9] bpo-44381: Windows build now allows enabling control flow guard (GH-26645)
#26682 merged
Jun 11, 2021 -
bpo-44381: Windows build now allows enabling control flow guard
#26645 merged
Jun 11, 2021 -
[3.9] bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-24646)
#26675 merged
Jun 11, 2021 -
[3.10] bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints (GH-24646)
#26674 merged
Jun 11, 2021 -
bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints.
#24646 merged
Jun 11, 2021 -
bpo-44351: Restore back parse_makefile in distutils.sysconfig
#26637 merged
Jun 11, 2021 -
[3.10] bpo-44242: [Enum] improve error messages (GH-26669)
#26671 merged
Jun 11, 2021 -
bpo-44242: [Enum] improve error messages
#26669 merged
Jun 11, 2021 -
[3.10] bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644)
#26668 merged
Jun 11, 2021 -
bpo-44378: Fix a compiler warning in Py_IS_TYPE()
#26644 merged
Jun 11, 2021 -
[3.10] bpo-44342: [Enum] improve pickle support
#26666 merged
Jun 11, 2021 -
bpo-44342: [Enum] fix data type search
#26667 merged
Jun 11, 2021 -
[3.10] bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
#26665 merged
Jun 11, 2021 -
bpo-44362: ssl: improve deprecation warnings and docs (GH-26646)
#26646 merged
Jun 11, 2021 -
Doc: Prettier exception hierarchy.
#26533 merged
Jun 11, 2021 -
[3.10] bpo-44342: [Enum] changed pickling from by-value to by-name (GH-26658)
#26660 merged
Jun 10, 2021 -
[3.9] bpo-44385: Remove unused grammar rules (GH-26655)
#26659 merged
Jun 10, 2021 -
bpo-44342: [Enum] change pickling from by-value to by-name
#26658 merged
Jun 10, 2021 -
bpo-44368: Improve syntax errors with invalid as pattern targets
#26632 merged
Jun 10, 2021 -
[3.10] bpo-44385: Remove unused grammar rules (GH-26655)
#26657 merged
Jun 10, 2021 -
bpo-44385: Remove unused grammar rules
#26655 merged
Jun 10, 2021 -
[3.9] bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (GH-26649)
#26652 merged
Jun 10, 2021 -
[3.10] bpo-44356: [Enum] allow multiple data-type mixins if they are all the same (GH-26649)
#26653 merged
Jun 10, 2021 -
[3.9] bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr (GH-18180)
#26651 merged
Jun 10, 2021 -
[3.10] bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr (GH-18180)
#26650 merged
Jun 10, 2021 -
bpo-37022: Fix bug where `pdb`'s `do_p`/`do_pp` commands swallow exceptions from `repr`
#18180 merged
Jun 10, 2021 -
bpo-44356: [Enum] allow multiple data-type mixins if they are all the same
#26649 merged
Jun 10, 2021 -
[3.10] bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)
#26647 merged
Jun 10, 2021 -
[3.9] bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)
#26648 merged
Jun 10, 2021 -
bpo-33962: replace idle config dlg scale with ttk spinbox
#22954 merged
Jun 10, 2021 -
Run address sanitiser in the GitHub CI
#26640 merged
Jun 10, 2021 -
bpo-44357:Add `math.cbrt()` function: Cube Root
#26622 merged
Jun 10, 2021 -
bpo-44364:Add non integral tests for `sqrt()`
#26625 merged
Jun 10, 2021 -
[3.10] bpo-44242: [Enum] remove missing bits test from Flag creation (GH-26586)
#26635 merged
Jun 10, 2021 -
[3.10] bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
#26642 merged
Jun 10, 2021 -
[3.9] bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
#26641 merged
Jun 10, 2021 -
bpo-44363: Get test_capi passing with address sanitizer
#26639 merged
Jun 10, 2021 -
bpo-44348: Move trace-info to thread-state
#26623 merged
Jun 10, 2021 -
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter
#26595 merged
Jun 10, 2021 -
bpo-35800: Remove smtpd.MailmanProxy since 3.11
#26617 merged
Jun 9, 2021 -
[3.10] bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft keywords (GH-26630)
#26631 merged
Jun 9, 2021 -
bpo-44368: Ensure we don't raise incorrect custom syntax errors with soft keywords
#26630 merged
Jun 9, 2021 -
bpo-21760: fix __file__ description
#19097 merged
Jun 9, 2021 -
[3.9] bpo-40468: Split IDLE settings General tab (GH-26621)
#26629 merged
Jun 9, 2021 -
[3.10] bpo-40468: Split IDLE settings General tab (GH-26621)
#26628 merged
Jun 9, 2021 -
bpo-40468: Split IDLE settings General tab
#26621 merged
Jun 9, 2021 -
bpo-43693: Do not check co_cell2arg if a non-cell offset.
#26626 merged
Jun 9, 2021 -
bpo-44242: [Enum] remove missing bits test from Flag creation
#26586 merged
Jun 9, 2021 -
bpo-44187: Delete line that was accidentally copied.
#26624 merged
Jun 9, 2021 -
bpo-44345: Fix comment in parser.c
#26615 merged
Jun 9, 2021 -
[3.10] bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)
#26620 merged
Jun 9, 2021 -
[3.9] bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)
#26619 merged
Jun 9, 2021 -
bpo-40468: Factor out class ExtPage in idlelib.configdialog
#26618 merged
Jun 9, 2021 -
bpo-44349: Fix edge case when displaying text from files with encoding in syntax errors
#26611 merged
Jun 8, 2021 -
[3.10] bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466)
#26614 merged
Jun 8, 2021 -
bpo-43833: Emit warnings for numeric literals followed by keyword
#25466 merged
Jun 8, 2021 -
bpo-43693: Un-revert commit f3fa63e.
#26609 merged
Jun 8, 2021 -
[3.9] bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)
#26613 merged
Jun 8, 2021 -
[3.10] bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)
#26612 merged
Jun 8, 2021 -
bpo-40468: Move help extension settings to extensions page of dialog.
#26593 merged
Jun 8, 2021 -
[3.10] bpo-44335: Ensure the tokenizer doesn't go into Python with the error set (GH-26608)
#26610 merged
Jun 8, 2021 -
bpo-44335: Ensure the tokenizer doesn't go into Python with the error set
#26608 merged
Jun 8, 2021 -
[3.9] bpo-11105: reduce the recursion limit for tests (GH-26550).
#26605 merged
Jun 8, 2021 -
[3.10] bpo-11105: reduce the recursion limit for tests (GH-26550).
#26607 merged
Jun 8, 2021 -
bpo-11105: document the new test.support.infinite_recursion context m…
#26604 merged
Jun 8, 2021 -
bpo-11105: use a lower recursion limit for infinite recursion tests
#26550 merged
Jun 8, 2021 -
[3.10] bpo-43795: Note Stable ABI PEP in What's New (GH-26479)
#26603 merged
Jun 8, 2021 -
bpo-43795: Note Stable ABI PEP in What's New
#26479 merged
Jun 8, 2021 -
bpo-44329: Refactor sqlite3 statement creation
#26566 merged
Jun 8, 2021 -
Revert "bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-26396)"
#26597 merged
Jun 8, 2021 -
Fix compiler errors for unused variables
#26601 merged
Jun 8, 2021 -
[3.10] bpo-44335: Fix a regression when identifying invalid characters in syntax errors (GH-26589)
#26600 merged
Jun 8, 2021 -
bpo-44335: Fix a regression when identifying invalid characters in syntax errors
#26589 merged
Jun 8, 2021 -
bpo-44348: Revert "bpo-39573: Py_TYPE becomes a static inline function (GH-26493)"
#26596 merged
Jun 8, 2021 -
Use from imports
#26594 merged
Jun 8, 2021 -
bpo-42238: Doc CI: Disable suspicious checks.
#26575 merged
Jun 8, 2021 -
[3.10] fix: use unambiguous punction in 'invalid escape sequence' message (GH-26582)
#26590 merged
Jun 8, 2021 -
fix: use unambiguous punction in 'invalid escape sequence' message
#26582 merged
Jun 8, 2021 -
bpo-43693: Silence some compiler warnings.
#26588 merged
Jun 7, 2021 -
bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets.
#26396 merged
Jun 7, 2021 -
[3.10] Use absolute imports in IDLE tests (GH-26581)
#26583 merged
Jun 7, 2021 -
Use absolute import in IDLE tests
#26581 merged
Jun 7, 2021 -
bpo-41299: fix 16ms jitter in Windows threading timeouts
#26568 merged
Jun 7, 2021 -
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc.
#26577 merged
Jun 7, 2021 -
bpo-44187: Quickening infrastructure
#26264 merged
Jun 7, 2021 -
bpo-44258: support PEP 515 for Fraction's initialization from string
#26422 merged
Jun 7, 2021 -
[3.9] bpo-44322: Document more SyntaxError details. (GH-26562)
#26570 merged
Jun 7, 2021 -
bpo-37449: ensurepip uses importlib.resources.files() traversable APIs
#22659 merged
Jun 7, 2021 -
[3.10] bpo-44322: Document more SyntaxError details. (GH-26562)
#26569 merged
Jun 7, 2021 -
bpo-44322: Document more SyntaxError details.
#26562 merged
Jun 7, 2021 -
bpo-44326: Remove unused members from pysqlite_Statement
#26564 merged
Jun 6, 2021 -
bpo-44327: Remove unused members from pysqlite_Connection
#26565 merged
Jun 6, 2021 -
[3.10] bpo-44227: Update bisect docstrings (GH-26548)
#26563 merged
Jun 6, 2021 -
bpo-44227: Update bisect docstrings
#26548 merged
Jun 6, 2021
32 Pull requests opened by 29 people
-
bpo-44087: Disallow instantiation of sqlite3.Statement
#26567 opened
Jun 6, 2021 -
bpo-44331: Generate static PyCodeObjects for faster startup
#26571 opened
Jun 7, 2021 -
Doc: Fix wrong exception used in example.
#26572 opened
Jun 7, 2021 -
Update mac.rst
#26573 opened
Jun 7, 2021 -
bpo-38323: Change MultiLoopChildWatcher to install handlers for all the event loops
#26574 opened
Jun 7, 2021 -
bpo-44336: Prevent hanging on child process handles
#26578 opened
Jun 7, 2021 -
bpo-44340 Add support for building with clang thin lto via --with-lto=thin
#26585 opened
Jun 7, 2021 -
bpo-43693: Eliminate unused "fast locals".
#26587 opened
Jun 7, 2021 -
bpo-37224: Using threading.Event to make sure the thread is running already.
#26598 opened
Jun 8, 2021 -
fix ssl module OP_NO_* deprecation warning message
#26599 opened
Jun 8, 2021 -
bpo-44348: Use debug builds for windows CI
#26627 opened
Jun 9, 2021 -
bpo-44369: Improve syntax error for wrongly closed strings
#26633 opened
Jun 9, 2021 -
bpo-14322: added test case for invalid update to hmac
#26636 opened
Jun 10, 2021 -
bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter
#26638 opened
Jun 10, 2021 -
bpo-44347: [doc] clarify meaning of shutil.copytree's dirs_exist_ok kwarg
#26643 opened
Jun 10, 2021 -
bpo-34266: handle ValueError from shlex.split()
#26656 opened
Jun 10, 2021 -
Reorganize `test_patma.py`
#26661 opened
Jun 10, 2021 -
bpo-44388: Update venv EnvBuilder.ensure_directories() docs.
#26663 opened
Jun 11, 2021 -
bpo-40320: Added support for manipulating context in asyncio tasks
#26664 opened
Jun 11, 2021 -
[3.10] bpo-44351: Restore back parse_makefile in distutils.sysconfig (GH-26637)
#26673 opened
Jun 11, 2021 -
bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects
#26677 opened
Jun 11, 2021 -
bpo-42044: Write all bytes to the console in unbuffered mode on Windows
#26678 opened
Jun 11, 2021 -
bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly
#26685 opened
Jun 12, 2021 -
bpo-44401: Make kwlist const in PyArg_ParseTupleAndKeywords
#26686 opened
Jun 12, 2021 -
bpo-19094: Raise TypeError in urllib.parse for inappropriate types
#26687 opened
Jun 12, 2021 -
Speed up test_urlsplit_normalization
#26688 opened
Jun 12, 2021 -
bpo-44316: add `strict` argument to `os.path.normpath()`
#26694 opened
Jun 12, 2021 -
bpo-16845: add category type check to warnings.simplefilter
#26696 opened
Jun 12, 2021 -
bpo-44283: Add jump table for match-cases of None, int, and str constants, as well as or-patterns of these.
#26697 opened
Jun 12, 2021 -
bpo-27827: pathlib: identify a greater range of reserved filename on Windows.
#26698 opened
Jun 12, 2021 -
bpo-44408 imaplib, handle extra blank response line
#26701 opened
Jun 13, 2021
43 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-44317: Improve tokenizer errors with more informative locations
#26555 commented on
Jun 8, 2021 • 14 new comments -
Add descriptive error message when environment variable not detected
#23717 commented on
Jun 7, 2021 • 5 new comments -
bpo-42064: Move sqlite3 types to global state
#26537 commented on
Jun 10, 2021 • 5 new comments -
bpo-38323, asyncio: Fix MultiLoopChildWatcher race condition
#26536 commented on
Jun 7, 2021 • 4 new comments -
bpo-44321: Added `os.EX_OK` for Windows
#26559 commented on
Jun 12, 2021 • 4 new comments -
bpo-41928: Add support for Unicode Path Extra Field in ZipFile
#23736 commented on
Jun 13, 2021 • 3 new comments -
bpo-43392: Optimize repeated calls to `__import__()`
#24735 commented on
Jun 11, 2021 • 3 new comments -
bpo-43803: Updating docs and docstrings of the functions ctypes.string_at and ctypes.wstring_at to use the name "ptr" to refer to the first argument
#25384 commented on
Jun 13, 2021 • 3 new comments -
bpo-44310: added docs to functools to warn for memory leaks
#26528 commented on
Jun 9, 2021 • 3 new comments -
bpo-40956: Convert sqlite3.connect and sqlite3.Connection.__init__ to AC
#24421 commented on
Jun 6, 2021 • 2 new comments -
bpo-43897: Implement AST validation for Pattern Matching
#24771 commented on
Jun 12, 2021 • 2 new comments -
bpo-43984: Update winreg.SetValueEx to make sure the value set is not -1
#25775 commented on
Jun 11, 2021 • 2 new comments -
bpo-42627: Fix wrong parsing of Windows registry proxy settings
#26307 commented on
Jun 8, 2021 • 2 new comments -
bpo-42088: Use "SimpleNamespace(...)" in the repr for SimpleNamespace
#23502 commented on
Jun 9, 2021 • 1 new comment -
bpo-42101: allow inheritance of venv
#23504 commented on
Jun 9, 2021 • 1 new comment -
bpo-24650: Use full term "generator function" in yield expressions docs
#24663 commented on
Jun 12, 2021 • 1 new comment -
bpo-34816: Raise AttributeError if loading fails in ctypes.LibraryLoader.__get_attr__
#25177 commented on
Jun 13, 2021 • 1 new comment -
Remove duplicated text for iterable unpacking
#25212 commented on
Jun 8, 2021 • 1 new comment -
added exception groups
#25430 commented on
Jun 12, 2021 • 1 new comment -
bpo-43874: fix argparse sub parser error when sub parser has no "name"
#25446 commented on
Jun 9, 2021 • 1 new comment -
bpo-43881: add platform availabity information for os.sched_getaffinity
#25459 commented on
Jun 13, 2021 • 1 new comment -
bpo-43895: Remove an unnecessary cache of shared object handles
#25487 commented on
Jun 13, 2021 • 1 new comment -
bpo-43012: remove `pathlib._Accessor`
#25701 commented on
Jun 12, 2021 • 1 new comment -
bpo-43952: Fix multiprocessing Listener authkey bug
#25845 commented on
Jun 13, 2021 • 1 new comment -
bpo-15907: Move doctest test-data files into a subdirectory of Lib/test
#25914 commented on
Jun 13, 2021 • 1 new comment -
bpo-44062: Fix PYTHON_FOR_BUILD interpreter lookup for cross-compile …
#25951 commented on
Jun 10, 2021 • 1 new comment -
bpo-24147: Document csv Dialect class defaults. Patch by Brandon Milam
#25989 commented on
Jun 8, 2021 • 1 new comment -
bpo-44090: Add class binding to unbound super objects for allowing autosuper with class methods
#26009 commented on
Jun 9, 2021 • 1 new comment -
[minor code fix] Remove redundant reset()
#26015 commented on
Jun 13, 2021 • 1 new comment -
bpo-21261: IDLE: add completion of dict keys of type str
#26039 commented on
Jun 11, 2021 • 1 new comment -
bpo-44117: Remove PyEval_InitThreads()
#26070 commented on
Jun 12, 2021 • 1 new comment -
(bpo-44221) fix ImportError in hypotheses
#26324 commented on
Jun 9, 2021 • 1 new comment -
bpo-43908: Make heap types converted during 3.10 alpha immutable
#26351 commented on
Jun 10, 2021 • 1 new comment -
bpo-37179: Support asyncio loop.start_tls() for TLS in TLS
#26454 commented on
Jun 11, 2021 • 1 new comment -
bpo-39791: importlib.abc: avoid use of deprecated abstractproperty
#23715 commented on
Jun 7, 2021 • 0 new comments -
bpo-42663: Support full range of allowed transition hours in zipinfo.
#23825 commented on
Jun 13, 2021 • 0 new comments -
[WIP] bpo-36859: use sqlite3_stmt_readonly() to detect DML statements
#24492 commented on
Jun 8, 2021 • 0 new comments -
bpo-37952: SSL: add support for export_keying_material
#25255 commented on
Jun 8, 2021 • 0 new comments -
Fix rst formatting for mock spec news entry.
#25327 commented on
Jun 7, 2021 • 0 new comments -
bpo-44073: Use sqlite3_stmt_busy() to check statement status
#25984 commented on
Jun 8, 2021 • 0 new comments -
bpo-11176: give more meaningful argument names in argparse documentation
#26279 commented on
Jun 7, 2021 • 0 new comments -
bpo-44299: Enable control over daemon flag in ThreadPoolExecutor and ProcessPoolExecutor
#26511 commented on
Jun 8, 2021 • 0 new comments -
bpo-44309: Add support for yescrypt in crypt.
#26526 commented on
Jun 8, 2021 • 0 new comments