Insights: python/cpython
September 17, 2023 – September 24, 2023
Overview
Could not load contribution data
Please try again later
151 Pull requests merged by 31 people
-
[3.11] gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (GH-108513)
#109783 merged
Sep 24, 2023 -
Sync whatsnew with the edit I made in the 3.12 backport PR.
#109807 merged
Sep 24, 2023 -
gh-109653: Avoid a top-level import of `types` in `functools`
#109804 merged
Sep 24, 2023 -
GH-109190: Copyedit 3.12 What's New: Use the ``:file:`` role
#109756 merged
Sep 24, 2023 -
gh-109653: Remove unused imports in the `Lib/` directory
#109803 merged
Sep 24, 2023 -
[3.12] gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elementtree.rst` (GH-109799)
#109800 merged
Sep 24, 2023 -
[3.12] gh-109634: Use :samp: role (GH-109635)
#109776 merged
Sep 24, 2023 -
[3.12] gh-100228: Document the os.fork threads DeprecationWarning. (GH-109767)
#109773 merged
Sep 24, 2023 -
[3.12] GH-95913: Add the release date for Python 3.11 (GH-109750)
#109771 merged
Sep 24, 2023 -
[3.12] Docs: Update Donghee Na's name (GH-109743)
#109758 merged
Sep 24, 2023 -
[3.12] gh-109719: Fix missing jump target labels when compiler reorders cold/warm blocks (GH-109734)
#109749 merged
Sep 24, 2023 -
[3.11] gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elementtree.rst` (GH-109799)
#109801 merged
Sep 24, 2023 -
gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elementtree.rst`
#109799 merged
Sep 24, 2023 -
gh-109653: Improve `enum` import time by avoiding import of `functools`
#109789 merged
Sep 23, 2023 -
gh-109653: `typing.py`: improve import time by creating soft-deprecated members on demand
#109651 merged
Sep 23, 2023 -
gh-109521: Fix obscure cases handling in PyImport_GetImporter()
#109522 merged
Sep 23, 2023 -
gh-109611: Add convenient C API function _PyFile_Flush()
#109612 merged
Sep 23, 2023 -
gh-109634: Use :samp: role
#109635 merged
Sep 23, 2023 -
gh-100228: Document the os.fork threads DeprecationWarning.
#109767 merged
Sep 23, 2023 -
[3.11] GH-95913: Add the release date for Python 3.11 (GH-109750)
#109772 merged
Sep 23, 2023 -
gh-109505: Remove unnecessary `hasattr` checks from `test_asyncio`
#109506 merged
Sep 23, 2023 -
GH-95913: Add the release date for Python 3.11
#109750 merged
Sep 23, 2023 -
[3.11] Docs: Update Donghee Na's name (GH-109743)
#109759 merged
Sep 23, 2023 -
Fix indentation in 3.13 What's New
#109769 merged
Sep 23, 2023 -
[3.11] gh-109706: Fix multiprocessing test_nested_startmethod() (GH-109707)
#109763 merged
Sep 22, 2023 -
gh-109706: Fix multiprocessing test_nested_startmethod()
#109707 merged
Sep 22, 2023 -
gh-107265: Add deopt for opcode from executor for future proof
#109420 merged
Sep 22, 2023 -
gh-109721: Guard `_testinternalcapi` imports in tests
#109722 merged
Sep 22, 2023 -
Docs: Update Donghee Na's name
#109743 merged
Sep 22, 2023 -
gh-109596: Ensure repeated rules in the grammar are not allowed and fix incorrect soft keywords
#109606 merged
Sep 22, 2023 -
gh-109719: Fix missing jump target labels when compiler reorders cold/warm blocks
#109734 merged
Sep 22, 2023 -
gh-109164: Replace `getopt` with `argparse` in pdb
#109165 merged
Sep 22, 2023 -
[3.12] ACKS: Fix ordering; Correct Itamar Oren's surname; Add Adam Turner (GH-109737)
#109741 merged
Sep 22, 2023 -
[3.11] gh-108303: Fix and move `badsyntax_pep3120.py` (GH-109513)
#109724 merged
Sep 22, 2023 -
[3.11] ACKS: Fix ordering; Correct Itamar Oren's surname; Add Adam Turner (GH-109737)
#109742 merged
Sep 22, 2023 -
ACKS: Fix ordering; Correct Itamar Oren's surname; Add Adam Turner
#109737 merged
Sep 22, 2023 -
gh-109723: Disable Py_BUILD_CORE in _testcapi
#109727 merged
Sep 22, 2023 -
[3.11] gh-109709: Fix asyncio test_stdin_broken_pipe() (#109710)
#109735 merged
Sep 22, 2023 -
[3.12] GH-109190: Copyedit 3.12 What's New: asyncio (GH-109661)
#109733 merged
Sep 22, 2023 -
[3.12] GH-109190: Copyedit 3.12 What's New: PEP 669 (GH-109658)
#109732 merged
Sep 22, 2023 -
GH-109190: Copyedit 3.12 What's New: asyncio
#109661 merged
Sep 22, 2023 -
GH-109190: Copyedit 3.12 What's New: PEP 669
#109658 merged
Sep 22, 2023 -
[3.12] GH-109190: Copyedit 3.12 What's New: Other Language Changes (GH-109660)
#109730 merged
Sep 22, 2023 -
gh-109709: Fix asyncio test_stdin_broken_pipe()
#109710 merged
Sep 22, 2023 -
[3.12] GH-109190: Copyedit 3.12 What's New: PEP 684 (GH-109657)
#109729 merged
Sep 22, 2023 -
[3.12] GH-109190: Copyedit 3.12 What's New: bytecode (LOAD_METHOD) (GH-109665)
#109728 merged
Sep 22, 2023 -
[3.12] gh-106967: remove Release and Date fields from whatsnew for 3.12
#109648 merged
Sep 22, 2023 -
[3.12] gh-109627: duplicated small exit blocks need to be assigned jump target labels (#109630)
#109632 merged
Sep 22, 2023 -
[3.12] gh-109408: Move Windows builds from Azure Pipelines PR to GitHub Actions (GH-109569)
#109623 merged
Sep 22, 2023 -
[3.12] GH-109190: Copyedit 3.12 What's New: Consistently show module names (GH-109664)
#109713 merged
Sep 22, 2023 -
Remove outdated docstring from the `quantify` itertools recipe
#109726 merged
Sep 22, 2023 -
GH-109190: Copyedit 3.12 What's New: Other Language Changes
#109660 merged
Sep 22, 2023 -
[3.12] GH-109190: Copyedit 3.12 What's New: calendar (GH-109662)
#109716 merged
Sep 22, 2023 -
[3.12] GH-109190: Copyedit 3.12 What's New: tokenize (GH-109663)
#109715 merged
Sep 22, 2023 -
[3.12] GH-109190: Copyedit 3.12 What's New: PEP 701 (GH-109655)
#109689 merged
Sep 22, 2023 -
[3.12] GH-109190: Copyedit 3.12 What's New: Improved Error Messages (GH-109654)
#109687 merged
Sep 22, 2023 -
[3.12] GH-109190: Copyedit 3.12 What's New: Typing PEPs (GH-109659)
#109684 merged
Sep 22, 2023 -
[3.12] GH-109190: Copyedit 3.12 What's New: PEP 709 (GH-109656)
#109681 merged
Sep 22, 2023 -
gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock
#108513 merged
Sep 22, 2023 -
GH-109190: Copyedit 3.12 What's New: PEP 684
#109657 merged
Sep 22, 2023 -
GH-109190: Copyedit 3.12 What's New: bytecode (LOAD_METHOD)
#109665 merged
Sep 22, 2023 -
[3.12] Misc itertool recipe improvements, mostly docstrings and comments (gh-109555)
#109572 merged
Sep 22, 2023 -
[3.12] GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210)
#109636 merged
Sep 22, 2023 -
gh-106584: Fix exit code for unittest in Python 3.12
#106588 merged
Sep 22, 2023 -
[3.11] gh-109625: Move _ready_to_import() from test_import to support.import_helper (GH-109626)
#109718 merged
Sep 22, 2023 -
GH-109190: Copyedit 3.12 What's New: calendar
#109662 merged
Sep 22, 2023 -
GH-109190: Copyedit 3.12 What's New: tokenize
#109663 merged
Sep 22, 2023 -
GH-109190: Copyedit 3.12 What's New: Consistently show module names
#109664 merged
Sep 22, 2023 -
gh-109566: Fix typo in PCbuild/rt.bat
#109701 merged
Sep 22, 2023 -
[3.11] gh-109702: Increase concurrent_futures deadlock timeout (GH-109703)
#109708 merged
Sep 22, 2023 -
[3.11] gh-109375: Fix bug where pdb registers an alias without an associated command (GH-109376)
#109430 merged
Sep 22, 2023 -
[3.11] gh-108388: Convert test_concurrent_futures to package (#108401)
#109704 merged
Sep 22, 2023 -
gh-109702: Increase concurrent_futures deadlock timeout
#109703 merged
Sep 22, 2023 -
gh-108996: fix and enable test_msvcrt
#109226 merged
Sep 22, 2023 -
[3.11] gh-108948: Skip test_tarfile.test_modes() on EFTYPE error (#109697)
#109699 merged
Sep 21, 2023 -
gh-104469: Disallow using Py_LIMITED_API with Py_BUILD_CORE
#109690 merged
Sep 21, 2023 -
gh-108948: Skip test_tarfile.test_modes() on EFTYPE error
#109697 merged
Sep 21, 2023 -
gh-109582: test_fork_signal_handling should wait for event
#109605 merged
Sep 21, 2023 -
gh-109693: Remove pycore_atomic_funcs.h
#109694 merged
Sep 21, 2023 -
[3.11] gh-108388: Split test_multiprocessing_spawn (GH-108396)
#109688 merged
Sep 21, 2023 -
gh-108303: Update test_fractions for new Lib/test/mathdata/
#109686 merged
Sep 21, 2023 -
[3.11] gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265)
#109678 merged
Sep 21, 2023 -
[3.11] gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368)
#109680 merged
Sep 21, 2023 -
[3.11] gh-109546: Add more tests for formatting floats (GH-109548)
#109685 merged
Sep 21, 2023 -
GH-109190: Copyedit 3.12 What's New: PEP 701
#109655 merged
Sep 21, 2023 -
GH-109190: Copyedit 3.12 What's New: Improved Error Messages
#109654 merged
Sep 21, 2023 -
gh-108303: Move all math files to `Lib/test/mathdata/`
#109512 merged
Sep 21, 2023 -
GH-109190: Copyedit 3.12 What's New: Typing PEPs
#109659 merged
Sep 21, 2023 -
[3.11] gh-108303: Create Lib/test/test_dataclasses/ directory (#108978)
#109675 merged
Sep 21, 2023 -
GH-109190: Copyedit 3.12 What's New: PEP 709
#109656 merged
Sep 21, 2023 -
[3.11] gh-108303: Move `ann_module*.py` files to `typinganndata/` folder (#108354)
#109673 merged
Sep 21, 2023 -
[3.11] gh-108303: Remove unused Lib/test/sgml_input.html (GH-108305)
#109670 merged
Sep 21, 2023 -
[3.11] gh-109613: _pystat_fromstructstat() checks for exceptions (#109618)
#109668 merged
Sep 21, 2023 -
gh-74481: add missing docs and costs in msvcrt
#109650 merged
Sep 21, 2023 -
gh-109613: _pystat_fromstructstat() checks for exceptions
#109618 merged
Sep 21, 2023 -
gh-109625: Move `_ready_to_import` from `test_import` to `import_helper`
#109626 merged
Sep 21, 2023 -
[3.11] GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210)
#109637 merged
Sep 21, 2023 -
GH-109209: Bump the minimum Sphinx version to 4.2
#109210 merged
Sep 21, 2023 -
gh-109627: duplicated smalll exit blocks need to be assigned jump target labels
#109630 merged
Sep 20, 2023 -
[3.11] gh-109408: Move Windows builds from Azure Pipelines PR to GitHub Actions (GH-109569)
#109624 merged
Sep 20, 2023 -
gh-109408: Move Windows builds from Azure Pipelines PR to GitHub Actions
#109569 merged
Sep 20, 2023 -
[3.11] Fix typos in docs and comments (#109619)
#109622 merged
Sep 20, 2023 -
Fix typos in docs and comments
#109619 merged
Sep 20, 2023 -
gh-109390: add dump_symtable utility under #if 0
#109391 merged
Sep 20, 2023 -
gh-109054: Document configure variables
#109224 merged
Sep 20, 2023 -
[3.11] gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)
#109616 merged
Sep 20, 2023 -
[3.11] gh-108973: Fix asyncio SubprocessProtocol doc (#109431)
#109610 merged
Sep 20, 2023 -
gh-108973: Fix asyncio test_subprocess_consistent_callbacks()
#109431 merged
Sep 20, 2023 -
gh-109559: Update unicodedata checksums for 15.1.0.
#109597 merged
Sep 20, 2023 -
gh-109559: Update `unicodedata` for Unicode 15.1
#109560 merged
Sep 20, 2023 -
gh-109543: Remove unnecessary hasattr check
#109544 merged
Sep 20, 2023 -
gh-103053: Skip test_freeze_simple_script() on PGO build
#109591 merged
Sep 20, 2023 -
gh-90108: Disable LTO on _freeze_module and _testembed
#109581 merged
Sep 20, 2023 -
gh-109109: Expose retrieving certificate chains in SSL module
#109113 merged
Sep 20, 2023 -
gh-109033: Return filename with os.utime errors
#109034 merged
Sep 19, 2023 -
gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data
#109556 merged
Sep 19, 2023 -
gh-109580: Skip test_perf_profiler on ASAN build
#109584 merged
Sep 19, 2023 -
gh-108724: Fix _PySemaphore compile error on WASM
#109583 merged
Sep 19, 2023 -
gh-108724: Add PyMutex and _PyParkingLot APIs
#109344 merged
Sep 19, 2023 -
gh-109496: Skip test_capi.test_decref_freed_object() on ASAN
#109573 merged
Sep 19, 2023 -
gh-109566: Run buildbot tests with --fail-rerun
#109567 merged
Sep 19, 2023 -
Itertool recipe improvements
#109555 merged
Sep 19, 2023 -
gh-109485: Further improve `test_future_stmt` tests
#109486 merged
Sep 19, 2023 -
gh-109435: Add Doc/library/cmdline.rst
#109436 merged
Sep 19, 2023 -
no-issue: Fix typo TestContentTyopeHeader to TestContentTypeHeader
#109069 merged
Sep 19, 2023 -
gh-109125: Run mypy on `Tools/wasm`
#109126 merged
Sep 19, 2023 -
gh-109469: Silence compiler warnings on string comparisons in _testcapi
#109533 merged
Sep 19, 2023 -
gh-109546: Add more tests for formatting floats and fractions
#109548 merged
Sep 19, 2023 -
[3.11] Fix error handling in _PySys_UpdateConfig() (GH-109524)
#109551 merged
Sep 18, 2023 -
[3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539)
#109545 merged
Sep 18, 2023 -
Fix error handling in _PySys_UpdateConfig()
#109524 merged
Sep 18, 2023 -
gh-102757: fix function signature mismatch for `functools.reduce` between code and documentation
#102759 merged
Sep 18, 2023 -
[3.12] gh-109408: Azure Pipelines: test 3.12 branch (GH-109453)
#109535 merged
Sep 18, 2023 -
[3.12] gh-109371: Fix monitoring with instruction events set (gh-109385)
#109542 merged
Sep 18, 2023 -
gh-109496: Detect Py_DECREF() after dealloc in debug mode
#109539 merged
Sep 18, 2023 -
gh-109508: Fix libregrtest formatting of getcwd()
#109537 merged
Sep 18, 2023 -
[3.12] gh-108843: fix ast.unparse for f-string with many quotes (GH-108981)
#109541 merged
Sep 18, 2023 -
[3.12] gh-102251: Disable non-rerunnable test in test_import (GH-106013)
#109540 merged
Sep 18, 2023 -
gh-109371: Fix monitoring with instruction events set
#109385 merged
Sep 18, 2023 -
[3.11] gh-108843: fix ast.unparse for f-string with many quotes
#108980 merged
Sep 18, 2023 -
gh-108843: fix ast.unparse for f-string with many quotes
#108981 merged
Sep 18, 2023 -
gh-108303: Fix and move `badsyntax_pep3120.py`
#109513 merged
Sep 18, 2023 -
[3.11] gh-109408: Azure Pipelines: test 3.12 branch (GH-109453)
#109536 merged
Sep 18, 2023 -
gh-109408: Azure Pipelines: test 3.12 branch
#109453 merged
Sep 18, 2023 -
Docs: getopt is deprecated in Python 3.13
#109438 merged
Sep 18, 2023 -
[3.12] Fix extraneous backslashes in hashlib docs (GH-109468)
#109530 merged
Sep 18, 2023 -
[3.11] Fix extraneous backslashes in hashlib docs (GH-109468)
#109531 merged
Sep 18, 2023 -
fix a typo
#109213 merged
Sep 18, 2023 -
fix extraneous backslashes in hashlib docs
#109468 merged
Sep 18, 2023 -
gh-109413 Improve the mypy config file for libregrtest
#109518 merged
Sep 18, 2023 -
[3.12] gh-109408: Remove Ubuntu unit tests from Azure Pipelines (GH-109452)
#109519 merged
Sep 17, 2023
69 Pull requests opened by 27 people
-
Mark all scripts as executable
#109529 opened
Sep 18, 2023 -
Enhance TypedDict docs around required/optional keys
#109547 opened
Sep 18, 2023 -
[3.12] Fix error handling in _PySys_UpdateConfig() (GH-109524)
#109550 opened
Sep 18, 2023 -
gh-109553: Add link to precise specification of lambda parameters list
#109552 opened
Sep 18, 2023 -
[3.12] gh-109546: Add more tests for formatting floats and fractions (GH-109548)
#109557 opened
Sep 19, 2023 -
[3.12] gh-109469: Silence compiler warnings on string comparisons in _testcapi (GH-109533)
#109558 opened
Sep 19, 2023 -
gh-109566, regrtest: Add --fast-ci and --slow-ci options
#109570 opened
Sep 19, 2023 -
gh-109051: asyncio: remove outgoing buffer from sslproto
#109571 opened
Sep 19, 2023 -
gh-109575: Don't export -fsanitize compiler options
#109576 opened
Sep 19, 2023 -
[3.12] gh-109496: Skip test_capi.test_decref_freed_object() on ASAN (GH-109573)
#109578 opened
Sep 19, 2023 -
[3.12] gh-109580: Skip test_perf_profiler on ASAN build (GH-109584)
#109585 opened
Sep 19, 2023 -
[3.12] gh-76785: Use Pending Calls When Releasing Cross-Interpreter Data (gh-109556)
#109586 opened
Sep 19, 2023 -
gh-106922: Support multi-line error locations in traceback
#109589 opened
Sep 20, 2023 -
gh-109599: Add types.CapsuleType
#109600 opened
Sep 20, 2023 -
gh-109051: fix start_tls() on paused-for-writing transport
#109603 opened
Sep 20, 2023 -
gh-108303: Move all inspect test files to `test_inspect/`
#109607 opened
Sep 20, 2023 -
[3.12] gh-108973: Fix asyncio test_subprocess_consistent_callbacks() (GH-109431)
#109609 opened
Sep 20, 2023 -
[3.12] gh-103053: Skip test_freeze_simple_script() on PGO build (#109591)
#109614 opened
Sep 20, 2023 -
gh-109593: ResourceTracker.ensure_running() calls finalizers
#109620 opened
Sep 20, 2023 -
[3.12] Fix typos in docs and comments (#109619)
#109621 opened
Sep 20, 2023 -
gh-109593: Fix reentrancy issue in multiprocessing resource_tracker
#109629 opened
Sep 20, 2023 -
gh-109638: Fix for significant backtracking in csv.Sniffer
#109639 opened
Sep 21, 2023 -
[3.12] gh-109625: Move _ready_to_import() from test_import to support.import_helper (GH-109626)
#109640 opened
Sep 21, 2023 -
[3.12] gh-109613: _pystat_fromstructstat() checks for exceptions (GH-109618)
#109641 opened
Sep 21, 2023 -
gh-109802: Increase test coverage for complexobject.c
#109642 opened
Sep 21, 2023 -
gh-107220: docs: Improve importlib.metadata docs for entry point filtering
#109646 opened
Sep 21, 2023 -
gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex__
#109647 opened
Sep 21, 2023 -
gh-109649: Add affinity parameter to os.cpu_count()
#109652 opened
Sep 21, 2023 -
gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost of enabling perf-trampolines
#109666 opened
Sep 21, 2023 -
gh-109595: Add -Xcpu_count=<n> cmdline for container users
#109667 opened
Sep 21, 2023 -
[3.12] gh-108303: Remove unused Lib/test/sgml_input.html (GH-108305)
#109671 opened
Sep 21, 2023 -
[3.12] gh-108303: Move `ann_module*.py` files to `typinganndata/` folder (GH-108354)
#109672 opened
Sep 21, 2023 -
[3.12] gh-108303: Create Lib/test/test_dataclasses/ directory (GH-108978)
#109674 opened
Sep 21, 2023 -
[3.12] gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265)
#109677 opened
Sep 21, 2023 -
[3.12] gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368)
#109679 opened
Sep 21, 2023 -
[3.12] gh-108303: Move all certificates to `Lib/test/certdata/` (GH-109489)
#109682 opened
Sep 21, 2023 -
[3.11] gh-108303: Move all certificates to `Lib/test/certdata/` (GH-109489)
#109683 opened
Sep 21, 2023 -
gh-104469: Convert _testcapi/vectorcall_limited.c to use AC
#109691 opened
Sep 21, 2023 -
[3.12] gh-109582: test_fork_signal_handling should wait for event (GH-109605)
#109695 opened
Sep 21, 2023 -
gh-109510: Clearly explained "Which Docstrings Are Examined"
#109696 opened
Sep 21, 2023 -
[3.12] gh-108948: Skip test_tarfile.test_modes() on EFTYPE error (#109697)
#109698 opened
Sep 21, 2023 -
[3.12] gh-109702: Increase concurrent_futures deadlock timeout (GH-109703)
#109705 opened
Sep 22, 2023 -
Add switch parameter "copy_stat" to shutil.copytree()
#109717 opened
Sep 22, 2023 -
WIP: Always pass errno argument for OSError subclasses
#109720 opened
Sep 22, 2023 -
[3.12] gh-106584: Fix exit code for unittest in Python 3.12 (GH-106588)
#109725 opened
Sep 22, 2023 -
[3.12] gh-109709: Fix asyncio test_stdin_broken_pipe() (GH-109710)
#109731 opened
Sep 22, 2023 -
Code: Update Donghee Na's name
#109744 opened
Sep 22, 2023 -
More informative docstrings in the random module
#109745 opened
Sep 22, 2023 -
GH-109190: Copyedit 3.12 What's New: Improve the C-API deprecations section
#109751 opened
Sep 22, 2023 -
GH-109190: Copyedit 3.12 What's New: Prefer GitHub issues links
#109753 opened
Sep 22, 2023 -
GH-109190: Copyedit 3.12 What's New: Use the present tense
#109754 opened
Sep 22, 2023 -
GH-109190: Copyedit 3.12 What's New: Update the ``imp`` porting guidance
#109755 opened
Sep 22, 2023 -
GH-109190: Copyedit 3.12 What's New: Trivia
#109760 opened
Sep 22, 2023 -
gh-109746: Make `_thread.start_new_thread` delete state of new thread on its startup failure
#109761 opened
Sep 22, 2023 -
[3.12] gh-109706: Fix multiprocessing test_nested_startmethod() (GH-109707)
#109762 opened
Sep 22, 2023 -
GH-109190: Copyedit 3.12 What's New: Deprecations
#109766 opened
Sep 22, 2023 -
GH-109190: Copyedit 3.12 What's New: Increase the prominence of the setuptools removal
#109768 opened
Sep 23, 2023 -
GH-109190: Copyedit 3.12 What's New: Release highlights
#109770 opened
Sep 23, 2023 -
[3.12] gh-109521: Fix obscure cases handling in PyImport_GetImporter() (GH-109522)
#109777 opened
Sep 23, 2023 -
[3.11] gh-109634: Use :samp: role (GH-109635)
#109778 opened
Sep 23, 2023 -
gh-109370: Fix unexpected traceback output in test_concurrent_futures
#109780 opened
Sep 23, 2023 -
[3.11] gh-109521: Fix obscure cases handling in PyImport_GetImporter() (GH-109522)
#109781 opened
Sep 23, 2023 -
[3.12] gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (GH-108513)
#109784 opened
Sep 23, 2023 -
gh-109786: Fix leaks when re-enter itertools.pairwise.__next__()
#109788 opened
Sep 23, 2023 -
gh-109782: Ensure `os.path.isdir` has the same signature on all platforms
#109790 opened
Sep 23, 2023 -
gh-109793: Allow Switching Interpreters During Finalization
#109794 opened
Sep 23, 2023 -
gh-109590: Fix incorrect resolution of paths without extensions in shutil.which on win32.
#109797 opened
Sep 24, 2023 -
[3.12] GH-109190: Copyedit 3.12 What's New: Use the ``:file:`` role (GH-109756)
#109806 opened
Sep 24, 2023
56 Issues closed by 24 people
-
unittest: execute tests in parallel
#82054 closed
Sep 23, 2023 -
`test_enum` has duplicate test cases: function vs class based enum definitions
#109774 closed
Sep 23, 2023 -
Failed with install `pip -e .` ('pkgutil' has no attribute 'ImpImporter')
#109779 closed
Sep 23, 2023 -
Add convenient C API for flushing a file
#109611 closed
Sep 23, 2023 -
`test_asyncio` has several expired `hasattr` checks
#109505 closed
Sep 23, 2023 -
test_httpservers causes os.fork DeprecationWarning, can we deprecate CGIHTTPRequestHandler?
#109096 closed
Sep 22, 2023 -
pystats should save all metadata necessary to perform comparison in pystats .json output
#109373 closed
Sep 22, 2023 -
inconsistent spacing in changelog.html
#76704 closed
Sep 22, 2023 -
Document Deprecation Warnings and how to fix
#54878 closed
Sep 22, 2023 -
Docs: Default argument `-1` rendered with a space after the minus
#98444 closed
Sep 22, 2023 -
Hyphens not generated for split-words in a "note" directive
#83995 closed
Sep 22, 2023 -
Translate code examples in documentation
#98964 closed
Sep 22, 2023 -
Multiple ':envvar:' check warnings in Doc/using/windows.rst
#103756 closed
Sep 22, 2023 -
Replace the old `getopt` with `argparse` in pdb CLI
#109164 closed
Sep 22, 2023 -
Increase minimum supported Sphinx to 4.2
#109209 closed
Sep 22, 2023 -
basicblock_addop Assertion: while-else-loop with try
#109719 closed
Sep 22, 2023 -
tarfile doesn't set file modes correctly on FreeBSD: test_tarfile.test_modes() fails on FreeBSD
#108948 closed
Sep 22, 2023 -
Iterating over `enum.Flag` types ignores zero-valued in Python 3.11
#109633 closed
Sep 22, 2023 -
test_concurrent_futures: test_deadlock failed with timeout on ARM Raspbian 3.x
#109702 closed
Sep 22, 2023 -
Add tests for msvcrt module
#108996 closed
Sep 22, 2023 -
test_asyncio.test_unix_events: test_fork_signal_handling() fails randomly on Linux/macOS
#109582 closed
Sep 21, 2023 -
Add lightweight locking C API
#108724 closed
Sep 21, 2023 -
Spring cleaning CI workflow logs
#109399 closed
Sep 21, 2023 -
Thread Naming Issue in Python 3.11 with format() Function
#109643 closed
Sep 21, 2023 -
cgroups support in multiprocessing
#70879 closed
Sep 21, 2023 -
PathDistribution normalized name ignores name components after first "-"
#105025 closed
Sep 21, 2023 -
basicblock_addop Assertion
#109627 closed
Sep 20, 2023 -
Lack of error handling in `posix.stat` implementation leads to crash on interrupt
#102890 closed
Sep 20, 2023 -
distutils/util.py: AttributeError: module 'distutils' has no attribute '_DEPRECATION_MESSAGE'
#109604 closed
Sep 20, 2023 -
test_asyncio: test_subprocess_consistent_callbacks() fails randomly
#108973 closed
Sep 20, 2023 -
multiprocessing.Queue does pickling in a worker thread, thus pickling errors don't generate helpful tracebacks.
#109554 closed
Sep 20, 2023 -
Regex different result betwwen Python 2 and Python 3
#109579 closed
Sep 20, 2023 -
Python 3 -m Build Unable to Parse PowerShell Generated pyproject.toml Using Out-File on Windows
#109588 closed
Sep 20, 2023 -
typing.TypedDict: unnecessary hasattr check
#109543 closed
Sep 20, 2023 -
Unicode 15.1 Support
#109559 closed
Sep 20, 2023 -
`ssl.SSLObject` and `ssl.SSLSocket` should expose method to get certificate chain
#109109 closed
Sep 20, 2023 -
os.utime raises exceptions without a filename.
#109033 closed
Sep 19, 2023 -
why visual studio is required to get something working for msys2/mingw32?
#109493 closed
Sep 19, 2023 -
test_perf_profiler: test_trampoline_works_with_forks() failed on Address Sanitizer CI
#109580 closed
Sep 19, 2023 -
An error in Mapping Protocol
#109563 closed
Sep 19, 2023 -
Brazilian Portuguese translation typo
#109577 closed
Sep 19, 2023 -
Add more tests for formatting floats and fractions
#109546 closed
Sep 19, 2023 -
Further improve `test_future_stmt`
#109485 closed
Sep 19, 2023 -
Add a page to the documentation listing stdlib modules with a command-line interface (CLI)
#109435 closed
Sep 19, 2023 -
`socket` Manually set the connection state for SOCK_RAW (AF_INET+IPPROTO_TCP)
#109514 closed
Sep 19, 2023 -
Run mypy on `Tools/wasm`
#109125 closed
Sep 19, 2023 -
Calling `Py_DECREF` twice does not result in error with debug build
#109496 closed
Sep 19, 2023 -
SystemError for pep695 type parameter with the same name as the inner class
#109219 closed
Sep 18, 2023 -
compiling an AST with an invalid TypeAlias causes a segmentation fault
#109341 closed
Sep 18, 2023 -
Crash in test_sys_setprofile if it follows test_sys_settrace
#109371 closed
Sep 18, 2023 -
Several Tests fail in `test_regrtest.py`
#109508 closed
Sep 18, 2023 -
ast.unparse is not working correctly for strings with multiple quotes
#108843 closed
Sep 18, 2023 -
Add a note to the `venv` documentation that users should **not** put their code _inside_ the virtual environment
#109414 closed
Sep 17, 2023
68 Issues opened by 42 people
-
`dis` module documentation is missing `END_SEND`
#109805 opened
Sep 24, 2023 -
More tests for complexobject.c
#109802 opened
Sep 24, 2023 -
datetime error message is different between _pydatetime.py and _datetimemodule.c
#109798 opened
Sep 24, 2023 -
`lib/python3.12: File exists` when doing `make -jN install`
#109796 opened
Sep 24, 2023 -
Starting new thread during finalization leads to call to `PyMem_Free` without holding the GIL
#109795 opened
Sep 23, 2023 -
PyThreadState_Swap() During Finalization Causes Immediate Exit (AKA Daemon Threads Are Still the Worst!)
#109793 opened
Sep 23, 2023 -
Argparse: certain action types dont accept `metavar`, but should?
#109792 opened
Sep 23, 2023 -
Are built-in comparisons allowed to return numbers instead of booleans?
#109791 opened
Sep 23, 2023 -
Re-entering pairwise.__next__() leaks references
#109786 opened
Sep 23, 2023 -
Increment Interpreter ID on each `Py_Initialize` / `Py_Finalize` cycle
#109785 opened
Sep 23, 2023 -
Windows os.path.isdir has different signature
#109782 opened
Sep 23, 2023 -
http.server.BaseHTTPRequestHandler: Unhelpful error message when receiving HTTPS requests
#109765 opened
Sep 22, 2023 -
Rare corner case bug in pairwise()
#109764 opened
Sep 22, 2023 -
_UnixWritePipeTransport.write() may raise BrokenPipeError on FreeBSD
#109757 opened
Sep 22, 2023 -
test_venv: test_zippath_from_non_installed_posix() failed on aarch64 RHEL8 Refleaks 3.x
#109748 opened
Sep 22, 2023 -
re: undocumented exception is raised
#109747 opened
Sep 22, 2023 -
Crash at finalization after fail to start new thread
#109746 opened
Sep 22, 2023 -
Include "t" in ABI tag for `--disable-gil` builds
#109740 opened
Sep 22, 2023 -
test_regrtest: test_huntrleaks() fails randomly: leaked [9, 1, 1] references
#109739 opened
Sep 22, 2023 -
Split up `_GUARD_BOTH_INT` and `_GUARD_BOTH_FLOAT`
#109736 opened
Sep 22, 2023 -
Python fails to build on WASM: _testcapi/vectorcall_limited.c is built with Py_BUILD_CORE_BUILTIN
#109723 opened
Sep 22, 2023 -
`_testinternalcapi` is imported without guards in some test modules
#109721 opened
Sep 22, 2023 -
Improve OSError constructor
#109714 opened
Sep 22, 2023 -
test_multiprocessing_fork.test_processes: test_rapid_restart() fails randomly with EOFError
#109712 opened
Sep 22, 2023 -
test_asyncio.test_subprocess: test_stdin_broken_pipe() failed on GHA Windows x64 CI
#109709 opened
Sep 22, 2023 -
test_multiprocessing_fork: test_nested_startmethod() fails randomly.
#109706 opened
Sep 22, 2023 -
test_interpreters: test_create_many_threaded() failed on FreeBSD: log: RuntimeError: interpreter creation failed
#109700 opened
Sep 21, 2023 -
Clean-up pyatomic headers
#109693 opened
Sep 21, 2023 -
AssertionError: 'Europe' != 'MSK' when running `make test` on 3.12.0rc3
#109692 opened
Sep 21, 2023 -
python venv Access denied issue
#109676 opened
Sep 21, 2023 -
Python v3.11.5 ARM64 install package includes an ARM64EC version of vcruntime140_1.dll
#109669 opened
Sep 21, 2023 -
Improve import time of various stdlib modules
#109653 opened
Sep 21, 2023 -
os.cpu_count(): add "affinity" parameter to get the number of logical CPUs usable by the current process
#109649 opened
Sep 21, 2023 -
Python3.12 bitwise_and_raw Excessive Memory Consumption or memory leak when migrate from 3.9 to 3.12
#109645 opened
Sep 21, 2023 -
csv module support SEP= statement
#109644 opened
Sep 21, 2023 -
csv.Sniffer regular expression has significant backtracing
#109638 opened
Sep 21, 2023 -
Use :samp: role
#109634 opened
Sep 21, 2023 -
SIGINT during regex falls through try-except block unless try block contains multiple statements
#109631 opened
Sep 20, 2023 -
Move `test.test_import._ready_to_import` helper to `test.support.import_helper`
#109625 opened
Sep 20, 2023 -
test_tools: test_freeze_simple_script() fails on s390x SLES 3.x: [Errno 2] No such file or directory: (...)
#109615 opened
Sep 20, 2023 -
os.unlink behaviour is error prone on windows
#109608 opened
Sep 20, 2023 -
Memory leak in yt's test suite (Python 3.12.0rc1 to 3.12.0rc3)
#109602 opened
Sep 20, 2023 -
TimeoutError has errno and strerror attributes set to None
#109601 opened
Sep 20, 2023 -
Expose capsule type in types module
#109599 opened
Sep 20, 2023 -
Make PyComplex_RealAsDouble/ImagAsDouble use __complex__
#109598 opened
Sep 20, 2023 -
Rule name conflict and token marking mistakes in the 3.12.0rc grammar
#109596 opened
Sep 20, 2023 -
Support python -Xcpu_count=<n> feature for container environment.
#109595 opened
Sep 20, 2023 -
test_concurrent_futures.test_wait: test_timeout() failed on ARM Raspbian 3.x
#109594 opened
Sep 20, 2023 -
multiprocessing. ResourceTracker.ensure_running() calls itself and hangs indirectly via the GC
#109593 opened
Sep 20, 2023 -
test_eintr: test_flock() fails with: 0.19043820584192872 not greater than or equal to 0.2
#109592 opened
Sep 20, 2023 -
On Windows, shutil.which incorrectly resolves to non-executable extensionless files (python >= 3.12.0b1)
#109590 opened
Sep 20, 2023 -
[proposal] Allow "precompiled" perf-trampolines to largely mitigate the cost of enabling perf-trampolines
#109587 opened
Sep 19, 2023 -
./configure --with-address-sanitizer adds -fsanitize flags to CFLAGS/LDFLAGS used by 3rd party C extensions
#109575 opened
Sep 19, 2023 -
pyspark mounted folder + os.renames() -> entire parent folders+files get deleted
#109574 opened
Sep 19, 2023 -
Unify ways to run the Python test suite
#109566 opened
Sep 19, 2023 -
test_concurrent_futures: test_as_completed.test_future_times_out() fails on GHA Windows x86 CI
#109565 opened
Sep 19, 2023 -
Race condition in asyncio.Server.close
#109564 opened
Sep 19, 2023 -
Typing support for capsules
#109562 opened
Sep 19, 2023 -
Based on the grammar in the docs, it looks like it's possible to have type annotations in lambda expressions
#109553 opened
Sep 18, 2023 -
Add new states `ATTACHED`, `DETACHED`, `GC` to `PyThreadState` to support PEP 703
#109549 opened
Sep 18, 2023 -
3.11.5 regression: StreamWriter.__del__ fails if event loop is already closed
#109538 opened
Sep 18, 2023 -
TLS/SSL asyncio leaks memory
#109534 opened
Sep 18, 2023 -
The "socket programming HowTO" suggests wrong `socket.send` behavior
#109532 opened
Sep 18, 2023 -
The `bytes()` and `bytearray()` documentation doesn't describe the `encoding` and `errors` parameters
#109527 opened
Sep 18, 2023 -
http.server loading cached page 3.11.5 Windows 11
#109526 opened
Sep 17, 2023
104 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.
-
gh-108277: Add wrapper for timerfd_create, timerfd_settime, and timerfd_gettime to os module
#108382 commented on
Sep 24, 2023 • 51 new comments -
gh-109461: Update logging module lock acquisition to use context manager
#109462 commented on
Sep 22, 2023 • 27 new comments -
gh-108580: Structure for importlib metadata idents
#108585 commented on
Sep 23, 2023 • 19 new comments -
gh-85283: Add PySys_AuditTuple() function
#108965 commented on
Sep 20, 2023 • 17 new comments -
os.cpu_count() should return a count assigned to a container or that the process is restricted to
#80235 commented on
Sep 22, 2023 • 10 new comments -
gh-90533: Implement BytesIO.peek()
#30808 commented on
Sep 22, 2023 • 10 new comments -
gh-108963: using random to generate unique string in sys.intern test
#109491 commented on
Sep 21, 2023 • 10 new comments -
Move test files into test subdirectories
#108303 commented on
Sep 22, 2023 • 8 new comments -
gh-109515: Allow a large number of frozen modules on Windows
#109516 commented on
Sep 24, 2023 • 8 new comments -
str.isspace should use the Unicode White_Space property
#62436 commented on
Sep 21, 2023 • 6 new comments -
C API: Add a replacement for PySys_GetObject
#108512 commented on
Sep 21, 2023 • 6 new comments -
Enhanced sqlite3 connection context management documentation with contextlib.closing gh-109234
#109322 commented on
Sep 20, 2023 • 6 new comments -
[doc] replace 'distutils' examples with 'setuptools'
#90163 commented on
Sep 19, 2023 • 4 new comments -
gh-107073: Make PyObject_VisitManagedDict() public
#108763 commented on
Sep 18, 2023 • 4 new comments -
Compiler warnings on string comparisons in _testcapi
#109469 commented on
Sep 19, 2023 • 3 new comments -
Python 3.11.4 Installed for All Users Only Appears in Add/Remove Programs for User Who Ran Installer
#106457 commented on
Sep 20, 2023 • 3 new comments -
importlib.metadata.Distribution equality check not working
#107220 commented on
Sep 21, 2023 • 3 new comments -
Substantial Performance Regression of Dict operations in Python 3.12.0rc1 versus Python 3.11.4
#109049 commented on
Sep 22, 2023 • 3 new comments -
turtle: Capitalise 'PhotoImage'
#108958 commented on
Sep 22, 2023 • 3 new comments -
Support the use of the managed pre-header in builtin classes.
#95707 commented on
Sep 18, 2023 • 2 new comments -
Tracebacks are unnecessarily verbose when using 'python -m'
#60421 commented on
Sep 19, 2023 • 2 new comments -
test_asyncio: test_start_tls_server_1() fails randomly on the Cirrus CI FreeBSD job
#109051 commented on
Sep 20, 2023 • 2 new comments -
Consider a faster alternative algorithm for random.shuffle()
#108598 commented on
Sep 20, 2023 • 2 new comments -
python -m inspect --details fails in nondecodable directory
#69370 commented on
Sep 22, 2023 • 2 new comments -
Many regtest failures on Windows with non-ASCII account name
#89339 commented on
Sep 22, 2023 • 2 new comments -
msvcrt SetErrorMode not documented
#74481 commented on
Sep 23, 2023 • 2 new comments -
test_concurrent_futures.test_shutdown: test_interpreter_shutdown() fails randomly (race condition)
#109047 commented on
Sep 23, 2023 • 2 new comments -
Float conversion error in IDLE
#102220 commented on
Sep 24, 2023 • 2 new comments -
What's New in Python 3.12 (copyediting)
#109190 commented on
Sep 24, 2023 • 2 new comments -
gh-87868: correctly sort and remove duplicates in getenvironment()
#102731 commented on
Sep 24, 2023 • 2 new comments -
GH-72904: Add `glob.translate()` function
#106703 commented on
Sep 23, 2023 • 2 new comments -
gh-104090: Update Resource Tracker to return exit code based on resource leaked found or not
#106807 commented on
Sep 21, 2023 • 2 new comments -
gh-105323: Update readline module to detect apple editline variant
#108665 commented on
Sep 22, 2023 • 2 new comments -
Fix incorrect parameter docstring for str.rsplit
#109492 commented on
Sep 21, 2023 • 2 new comments -
The pydoc3 command uses the incorrect interpreter in virtual environments and fails to bring documentation for installed packages.
#109115 commented on
Sep 18, 2023 • 1 new comment -
Cannot include Python.h in 3.12 without linking against the CPython library
#108502 commented on
Sep 18, 2023 • 1 new comment -
argparse fails to get value of argument if the value is `--`
#109475 commented on
Sep 18, 2023 • 1 new comment -
python lib re uses obsolete sense of \w in full violation of UTS#18 RL1.2a
#56940 commented on
Sep 18, 2023 • 1 new comment -
unexisting `con.json` file: misreport the exists, and fail writing
#109458 commented on
Sep 18, 2023 • 1 new comment -
asyncio warnings and errors triggered by stressful code
#109490 commented on
Sep 18, 2023 • 1 new comment -
fix one or two bugs in trace.py
#38807 commented on
Sep 18, 2023 • 1 new comment -
multiprocessing.Process generates FileNotFoundError when argument isn't explicitly referenced
#94765 commented on
Sep 19, 2023 • 1 new comment -
Add examples to docs for str methods
#106318 commented on
Sep 19, 2023 • 1 new comment -
curses "insstr" does not handle newline properly on Mac OS
#107267 commented on
Sep 19, 2023 • 1 new comment -
tkinter focus_get() with non-tkinter Tk widget
#88758 commented on
Sep 19, 2023 • 1 new comment -
multiprocessing.Queue.put can fail silently due to pickle errors
#84376 commented on
Sep 20, 2023 • 1 new comment -
test_stress_delivery_dependent() of test_signal randomly fails on AMD64 Debian root 3.6/3.x
#75032 commented on
Sep 20, 2023 • 1 new comment -
Inconsistent behavior with slice assignment?
#76469 commented on
Sep 20, 2023 • 1 new comment -
asyncio: Use strong references for free-flying tasks
#91887 commented on
Sep 21, 2023 • 1 new comment -
Date is confusing on What's New page
#106967 commented on
Sep 21, 2023 • 1 new comment -
venv windows: Missing `venv/bin` folder, should symlink `venv/bin` -> `venv/Scripts`
#97586 commented on
Sep 22, 2023 • 1 new comment -
Error in recursion depth tracking change of gh-95185
#106905 commented on
Sep 22, 2023 • 1 new comment -
Tests failed in nondecodable directory
#69368 commented on
Sep 22, 2023 • 1 new comment -
pyspecific.py > AuditEvent mess with translations
#87736 commented on
Sep 22, 2023 • 1 new comment -
make *.rst files in Doc/ parseable by doctest
#60143 commented on
Sep 22, 2023 • 1 new comment -
allow constructors to be documented separately from class
#60772 commented on
Sep 22, 2023 • 1 new comment -
Document documentation conventions for optional args
#57595 commented on
Sep 22, 2023 • 1 new comment -
ABC Recursion Error on isinstance() with less than recursion limit class hierarchy depth
#73407 commented on
Sep 23, 2023 • 1 new comment -
socket.send_fds and socket.recv_fds ignore optional arguments ('flags' and 'address').
#107898 commented on
Sep 24, 2023 • 1 new comment -
bpo-37907: Slightly improve performance of PyLong_AsSsize_t() with large longs
#15363 commented on
Sep 22, 2023 • 1 new comment -
gh-101410: Improve error messages in math module
#101492 commented on
Sep 23, 2023 • 1 new comment -
gh-105983: Add private mode support to webbrowser
#105984 commented on
Sep 19, 2023 • 1 new comment -
GH-89812: Add `pathlib._PathBase`
#106337 commented on
Sep 24, 2023 • 1 new comment -
[3.12] gh-105699: Re-enable the Multiple-Interpreters Stress Tests (gh-107572)
#107783 commented on
Sep 22, 2023 • 1 new comment -
GH-108362: Incremental GC implementation
#108038 commented on
Sep 21, 2023 • 1 new comment -
gh-102988: Detect email address parsing errors and return empty tuple to indicate the parsing error (old API)
#108250 commented on
Sep 20, 2023 • 1 new comment -
gh-108364: In sqlite3, disable foreign keys before dumping SQL schema
#108471 commented on
Sep 20, 2023 • 1 new comment -
gh-85283: Add PySys_Audit() to the limited C API
#108571 commented on
Sep 18, 2023 • 1 new comment -
gh-106718: Respect PyConfig.stdlib_dir in getpath.
#108730 commented on
Sep 21, 2023 • 1 new comment -
gh-108867: Add PyThreadState_GetUnsafe() function
#108870 commented on
Sep 18, 2023 • 1 new comment -
gh-106193: Rename and fix duplicated tests in `test_monitoring`
#109139 commented on
Sep 18, 2023 • 1 new comment -
GH-109187: Improve symlink loop handling in `pathlib.Path.resolve()`
#109192 commented on
Sep 23, 2023 • 1 new comment -
gh-109017: Use non alternate name for Kyiv
#109251 commented on
Sep 21, 2023 • 1 new comment -
gh-101100: Fix Sphinx warnings in `tutorial/controlflow.rst`
#109424 commented on
Sep 21, 2023 • 1 new comment -
gh-78469: Declare missing sethostname for Solaris 10
#109447 commented on
Sep 18, 2023 • 1 new comment -
gh-109413: Add a custom script for running mypy on libregrtest
#109464 commented on
Sep 18, 2023 • 1 new comment -
gh-109466 Add ipv6_mapped property to IPV4Address
#109467 commented on
Sep 23, 2023 • 1 new comment -
gh-108747: Add unit tests for site.{usercustomize,sitecustomize} hooks
#109470 commented on
Sep 23, 2023 • 1 new comment -
gh-109070: Document that ``multiprocessing.get_context()`` sets the global context
#109488 commented on
Sep 21, 2023 • 1 new comment -
test_sys.test_intern() fails if run more than once in the same process
#108963 commented on
Sep 18, 2023 • 0 new comments -
[subinterpreters] PEP 554 implementation: add interpreters module
#76785 commented on
Sep 19, 2023 • 0 new comments -
Support multi-line error locations in traceback and other related improvements (PEP-657, 3.11)
#106922 commented on
Sep 20, 2023 • 0 new comments -
test_threading: test_default_timeout() fails randomly ands logs "Warning -- Unraisable exception"
#109401 commented on
Sep 20, 2023 • 0 new comments -
OpenSSL 3 performance regression on Windows
#109386 commented on
Sep 20, 2023 • 0 new comments -
Move Azure Pipelines CI to GitHub Actions
#109408 commented on
Sep 20, 2023 • 0 new comments -
Doctest - No clear guidance on how to use the "Option Flag" and and the explanation of "Which Docstrings Are Examined" is ambiguos.
#109510 commented on
Sep 21, 2023 • 0 new comments -
Return the correct exit code if all tests have been skipped in `unittest`
#106584 commented on
Sep 22, 2023 • 0 new comments -
PEP 703 -- Making the Global Interpreter Lock Optional in CPython
#108219 commented on
Sep 22, 2023 • 0 new comments -
Start the deprecation cycle for subprocess preexec_fn
#82616 commented on
Sep 22, 2023 • 0 new comments -
Edit What's New for Python 3.11
#95913 commented on
Sep 23, 2023 • 0 new comments -
Unexpected traceback output in test_concurrent_futures and crash
#109370 commented on
Sep 23, 2023 • 0 new comments -
Problems with PyImport_GetImporter()
#109521 commented on
Sep 23, 2023 • 0 new comments -
`concurrent.futures.ProcessPoolExecutor` pool deadlocks when submitting many tasks
#105829 commented on
Sep 23, 2023 • 0 new comments -
[Bug] An error occurred in the installation file
#100597 commented on
Sep 24, 2023 • 0 new comments -
Fix all Sphinx reference warnings in the documentation
#101100 commented on
Sep 24, 2023 • 0 new comments -
gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0
#103846 commented on
Sep 23, 2023 • 0 new comments -
gh-106318: Add examples to str method entries
#105670 commented on
Sep 21, 2023 • 0 new comments -
GH-107465: Add `pathlib.Path.from_uri()` classmethod.
#107640 commented on
Sep 24, 2023 • 0 new comments -
gh-108042: asyncio/queues: clarify comments
#108066 commented on
Sep 19, 2023 • 0 new comments -
gh-108761: Add PEP585 support for `map`
#108762 commented on
Sep 18, 2023 • 0 new comments -
gh-91539: Small performance improvement of urrlib.request.getproxies_environment()
#108771 commented on
Sep 24, 2023 • 0 new comments -
[WIP] gh-109094: replace frame->prev_instr by frame->instr_ptr
#109095 commented on
Sep 19, 2023 • 0 new comments -
[3.12] Fix date.__repr__() docstring (GH-109422)
#109448 commented on
Sep 22, 2023 • 0 new comments -
gh-109503: Fix document for `shutil.move` on usage of `os.rename` since it's inaccurate
#109507 commented on
Sep 23, 2023 • 0 new comments