Insights: python/cpython
Overview
Could not load contribution data
Please try again later
160 Pull requests merged by 43 people
-
[3.11] gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (GH-98720)
#98723 merged
Oct 26, 2022 -
gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs
#98720 merged
Oct 26, 2022 -
[3.11] gh-98644: point people to tomllib from configparser’s docs (GH-98645)
#98721 merged
Oct 26, 2022 -
gh-98644: point people to tomllib from configparser’s docs
#98645 merged
Oct 26, 2022 -
[3.11] gh-98713: Use `@cpython_only` for a test that fails on PyPy (GH-98714)
#98717 merged
Oct 26, 2022 -
gh-98713: Use `@cpython_only` for a test that fails on PyPy
#98714 merged
Oct 26, 2022 -
gh-90716: add _pylong.py module
#96673 merged
Oct 26, 2022 -
[3.11] gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486)
#98698 merged
Oct 26, 2022 -
[3.10] gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (GH-98486)
#98699 merged
Oct 26, 2022 -
gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey`
#98486 merged
Oct 26, 2022 -
[3.10] gh-98348: Mention ReferenceError in weakref.proxy documentation (GH-98355)
#98696 merged
Oct 26, 2022 -
[3.11] gh-98348: Mention ReferenceError in weakref.proxy documentation (GH-98355)
#98695 merged
Oct 26, 2022 -
gh-98348: Mention ReferenceError in weakref.proxy documentation
#98355 merged
Oct 26, 2022 -
Change links to label refs
#98454 merged
Oct 26, 2022 -
[3.11] gh-77753: Add example for values that compare equal in stdtypes (GH-98497)
#98693 merged
Oct 26, 2022 -
[3.10] gh-77753: Add example for values that compare equal in stdtypes (GH-98497)
#98694 merged
Oct 26, 2022 -
gh-77753: Add example for values that compare equal in stdtypes
#98497 merged
Oct 26, 2022 -
[3.11] gh-84747: Add `async for` comment for StreamReader (GH-98633)
#98690 merged
Oct 26, 2022 -
[3.10] gh-84747: Add `async for` comment for StreamReader (GH-98633)
#98691 merged
Oct 26, 2022 -
gh-84747: Add async for comment for StreamReader
#98633 merged
Oct 26, 2022 -
[3.11] GH-87390: Add remaining tests for PEP 646 (GH-98267)
#98667 merged
Oct 26, 2022 -
[3.11] gh-94808: Improve coverage of `unicode_find` and `unicode_rfind` (GH-98648)
#98683 merged
Oct 26, 2022 -
[3.10] gh-94808: Improve coverage of `unicode_find` and `unicode_rfind` (GH-98648)
#98684 merged
Oct 26, 2022 -
[3.11] fix a typo in whatsnew/3.11 (GH-98603)
#98685 merged
Oct 25, 2022 -
[3.11] Fix typos in deprecation section of 3.11 What's New (GH-98628)
#98681 merged
Oct 25, 2022 -
fix a typo in whatsnew/3.11
#98603 merged
Oct 25, 2022 -
[3.11] gh-95913: Fix, sort & expand pending removal sect in 3.11 WhatsNew (GH-98583)
#98600 merged
Oct 25, 2022 -
gh-94808: Improve coverage of `unicode_find` and `unicode_rfind`
#98648 merged
Oct 25, 2022 -
Fix typos in deprecation section of 3.11 What's New
#98628 merged
Oct 25, 2022 -
[3.11] gh-97937: dis docs: add adaptive=False (GH-97939)
#98679 merged
Oct 25, 2022 -
gh-97937: dis docs: add adaptive=False
#97939 merged
Oct 25, 2022 -
gh-91058: Add error suggestions to 'import from' import errors
#98305 merged
Oct 25, 2022 -
gh-96143: Move the perf trampoline files to the Python directory
#98675 merged
Oct 25, 2022 -
[3.11] gh-94328: Update Windows installer to use SQLite 3.39.4 (GH-98640)
#98676 merged
Oct 25, 2022 -
gh-94328: Update Windows installer to use SQLite 3.39.4
#98640 merged
Oct 25, 2022 -
Update build status links in contributing doc
#98672 merged
Oct 25, 2022 -
Update link to supported versions table in security policy
#98670 merged
Oct 25, 2022 -
[3.11] gh-98602: [typing docs] Use quotes for forward reference in TypeVarTuple example (GH-98605)
#98669 merged
Oct 25, 2022 -
gh-98602: [typing docs] Use quotes for forward reference in TypeVarTuple example
#98605 merged
Oct 25, 2022 -
GH-87390: Add remaining tests for PEP 646
#98267 merged
Oct 25, 2022 -
[3.11] Use more precise exception types in `assertRaises` in typing tests (GH-98650)
#98655 merged
Oct 25, 2022 -
[3.10] gh-98623: Fix base classes in `typing.rst` (GH-98626)
#98663 merged
Oct 25, 2022 -
[3.11] gh-98623: Fix base classes in `typing.rst` (GH-98626)
#98662 merged
Oct 25, 2022 -
[3.10] Use more precise exception types in `assertRaises` in typing tests (GH-98650)
#98656 merged
Oct 25, 2022 -
gh-98623: Fix base classes in `typing.rst`
#98626 merged
Oct 25, 2022 -
[3.11] gh-93696: Locate frozen module source with __file__ (GH-93697)
#98653 merged
Oct 25, 2022 -
[3.10] gh-93696: Locate frozen module source with __file__ (GH-93697)
#98654 merged
Oct 25, 2022 -
Use more precise exception types in `assertRaises` in typing tests
#98650 merged
Oct 25, 2022 -
[3.11] gh-95913: Prepare Improved Modules in 3.11 WhatsNew for final edits (GH-98631)
#98652 merged
Oct 25, 2022 -
gh-93696: Locate frozen module source with __file__
#93697 merged
Oct 25, 2022 -
gh-95913: Prepare Improved Modules in 3.11 WhatsNew for final edits
#98631 merged
Oct 25, 2022 -
[3.10] gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639)
#98647 merged
Oct 25, 2022 -
[3.11] gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639)
#98646 merged
Oct 25, 2022 -
gh-94328: Update macOS installer to use SQLite 3.39.4.
#98639 merged
Oct 25, 2022 -
[3.11] GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572)
#98620 merged
Oct 25, 2022 -
[3.11] gh-98456: Replace deprecated `set-output` with up-to-date vers…
#98565 merged
Oct 25, 2022 -
[3.10] gh-98456: Replace deprecated `set-output` with up-to-date vers…
#98564 merged
Oct 25, 2022 -
[3.11] Fix v3.11.0 release merge problems
#98622 merged
Oct 24, 2022 -
[3.10] GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572)
#98621 merged
Oct 24, 2022 -
GH-89237: fix hang in proactor `subprocess.wait_closed()`
#98572 merged
Oct 24, 2022 -
[3.11] GH-98407: fix `test_kill_issue43884` to not leak child processes (GH-98491)
#98613 merged
Oct 24, 2022 -
[3.10] gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscripting" (GH-98508)
#98617 merged
Oct 24, 2022 -
[3.11] gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscripting" (GH-98508)
#98616 merged
Oct 24, 2022 -
gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscripting"
#98508 merged
Oct 24, 2022 -
[3.10] GH-91635: clarify docs about closing of transport in asyncio (GH-98563)
#98615 merged
Oct 24, 2022 -
[3.11] GH-91635: clarify docs about closing of transport in asyncio (GH-98563)
#98614 merged
Oct 24, 2022 -
[3.11] gh-98500: Fix typing docs for `*View` classes (GH-98511)
#98611 merged
Oct 24, 2022 -
[3.10] gh-98500: Fix typing docs for `*View` classes (GH-98511)
#98612 merged
Oct 24, 2022 -
GH-91635: clarify docs about closing of transport in asyncio
#98563 merged
Oct 24, 2022 -
GH-98407: fix `test_kill_issue43884` to not leak child processes
#98491 merged
Oct 24, 2022 -
gh-98500: Fix typing docs for `*View` classes
#98511 merged
Oct 24, 2022 -
[3.11] gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry (GH-98604)
#98606 merged
Oct 24, 2022 -
gh-95913: Fix grammar for SpooledTemporaryFile 3.11 whatsnew entry
#98604 merged
Oct 24, 2022 -
[3.11] GH-98539: fix ref cycle in `_SSLProtocolTransport` after close (GH-98540)
#98551 merged
Oct 24, 2022 -
gh-97909 : PyMemberDef members are not marked up
#98473 merged
Oct 24, 2022 -
gh-95913: Fix, sort & expand pending removal sect in 3.11 WhatsNew
#98583 merged
Oct 24, 2022 -
[3.11] gh-95913: Add io support for SpooledTemporaryFile in 3.11 Whatsnew (GH-98312)
#98599 merged
Oct 24, 2022 -
[3.11] gh-95913: Edit & expand Deprecated section of 3.11 WhatsNew (GH-98581)
#98598 merged
Oct 24, 2022 -
gh-95913: Add io support for SpooledTemporaryFile in Whatsnew
#98312 merged
Oct 24, 2022 -
[3.11] gh-95913: Edit, expand & format Bytecode sect in 3.11 WhatsNew (GH-98559)
#98597 merged
Oct 24, 2022 -
gh-95913: Edit & expand Deprecated section of 3.11 WhatsNew
#98581 merged
Oct 24, 2022 -
gh-95913: Edit, expand & format Bytecode sect in 3.11 WhatsNew
#98559 merged
Oct 24, 2022 -
[3.11] gh-95913: Edit, link and sort 3.11 WhatsNew Build section (GH-98588)
#98596 merged
Oct 24, 2022 -
[3.11] gh-95913 Add string section to Whatsnew with new Template methods (GH-98311)
#98593 merged
Oct 24, 2022 -
[3.11] gh-95913: Edit, xref & sort 3.11 WhatsNew Removed section (GH-98584)
#98594 merged
Oct 24, 2022 -
[3.11] gh-95913: Edit, sort & expand 3.11 WhatsNew Porting section (GH-98585)
#98595 merged
Oct 24, 2022 -
gh-95913: Edit, link and sort 3.11 WhatsNew Build section
#98588 merged
Oct 24, 2022 -
gh-95913: Edit, sort & expand 3.11 WhatsNew Porting section
#98585 merged
Oct 24, 2022 -
gh-95913: Edit, xref & sort 3.11 WhatsNew Removed section
#98584 merged
Oct 24, 2022 -
gh-95913 Add string section to Whatsnew with new Template methods
#98311 merged
Oct 24, 2022 -
gh-91524: Speed up the regular expression substitution
#91525 merged
Oct 23, 2022 -
Update Mac installer messages to 3.12 alpha
#98575 merged
Oct 23, 2022 -
[3.11] gh-98561: Fix a typo in typing (GH-98562)
#98569 merged
Oct 23, 2022 -
[3.10] gh-98561: Fix a typo in typing (GH-98562)
#98568 merged
Oct 23, 2022 -
gh-98561: Fix a Typo
#98562 merged
Oct 23, 2022 -
(trivial) typo fix in c-api/tuple.rst
#98560 merged
Oct 23, 2022 -
gh-98456: Replace deprecated `set-output` with up-to-date version
#98457 merged
Oct 23, 2022 -
[3.11] gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section (GH-98304)
#98553 merged
Oct 22, 2022 -
[3.11] gh-95913: Edit & expand Optimizations in 3.11 WhatsNew (GH-98426)
#98554 merged
Oct 22, 2022 -
gh-95913: Edit & expand Optimizations in 3.11 WhatsNew
#98426 merged
Oct 22, 2022 -
gh-95913: Copyedit & xref FrameInfo in Whatsnew inspect section
#98304 merged
Oct 22, 2022 -
GH-98539: fix ref cycle in `_SSLProtocolTransport` after close
#98540 merged
Oct 22, 2022 -
GH-98543: Fix `asyncio.TaskGroup` to not keep reference to errors after raising ExceptionGroup
#98544 merged
Oct 22, 2022 -
GH-98363: Slicing isn't necessary. A size reduction will suffice.
#98538 merged
Oct 22, 2022 -
[3.11] gh-98378: Add small format string example to strftime comments (GH-98379)
#98395 merged
Oct 22, 2022 -
Fix typo in 2022-08-30-12-01-51.gh-issue-94781.OxO-Gr.rst
#98361 merged
Oct 22, 2022 -
[3.11] [Enum docs]: fix order of arguments to isinstance() (GH-98542)
#98546 merged
Oct 22, 2022 -
DOC: fix order of arguments to isinstance in enum docs
#98542 merged
Oct 22, 2022 -
[3.7] gh-98517: Fix buffer overflows in _sha3 module (GH-98519)
#98528 merged
Oct 22, 2022 -
GH-98363: Use better accessor macro
#98535 merged
Oct 21, 2022 -
[3.11] bpo-2716: add license for audioop module (GH-19972)
#98531 merged
Oct 21, 2022 -
gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode
#94370 merged
Oct 21, 2022 -
[3.11] gh-98298: [Enum] document ReprEnum, global_enum, and show_flag_values (GH-98455)
#98530 merged
Oct 21, 2022 -
bpo-2716: add license for audioop module
#19972 merged
Oct 21, 2022 -
gh-98298: [Enum] document ReprEnum, global_enum, and show_flag_values
#98455 merged
Oct 21, 2022 -
[3.10] gh-98517: Fix buffer overflows in _sha3 module
#98519 merged
Oct 21, 2022 -
GH-98363: Fix exception handling in batched()
#98523 merged
Oct 21, 2022 -
[3.11] gh-95027: Fix regrtest stdout encoding on Windows (GH-98492)
#98521 merged
Oct 21, 2022 -
gh-95027: Fix regrtest stdout encoding on Windows
#98492 merged
Oct 21, 2022 -
gh-91051: allow setting a callback hook on PyType_Modified
#97875 merged
Oct 21, 2022 -
[3.11] gh-98172: [doc] mention that except* handles naked exceptions (GH-98496)
#98514 merged
Oct 21, 2022 -
gh-98172: [doc] mention that except* handles naked exceptions
#98496 merged
Oct 21, 2022 -
[3.10] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-98501)
#98503 merged
Oct 20, 2022 -
[3.11] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-98501)
#98502 merged
Oct 20, 2022 -
gh-97514: Don't use Linux abstract sockets for multiprocessing
#98501 merged
Oct 20, 2022 -
gh-97912: Avoid quadratic behavior when adding LOAD_FAST_CHECK
#97952 merged
Oct 20, 2022 -
[3.10] gh-96035: Make urllib.parse.urlparse reject non-numeric ports (GH-98273)
#98498 merged
Oct 20, 2022 -
[3.11] gh-96035: Make urllib.parse.urlparse reject non-numeric ports (GH-98273)
#98499 merged
Oct 20, 2022 -
gh-96035: Make urllib.parse.urlparse reject non-numeric ports
#98273 merged
Oct 20, 2022 -
gh-98461: Fix source location in comprehensions bytecode
#98464 merged
Oct 20, 2022 -
[3.11] CODEOWNERS: Become a typing code owner (GH-98480)
#98488 merged
Oct 20, 2022 -
[3.10] CODEOWNERS: Become a typing code owner (GH-98480)
#98489 merged
Oct 20, 2022 -
gh-98421: Clean Up PyObject_Print
#98422 merged
Oct 20, 2022 -
gh-98360: multiprocessing now spawns children on Windows with correct argv[0] in virtual environments
#98462 merged
Oct 20, 2022 -
Become a typing code owner
#98480 merged
Oct 20, 2022 -
[3.11] Docs: Bump sphinx-lint and use double backticks for inline literals (GH-98441)
#98445 merged
Oct 20, 2022 -
[3.11] [doc] Improve logging cookbook example. (GH-98481) (GH-98483)
#98483 merged
Oct 20, 2022 -
[3.10] [doc] Improve logging cookbook example. (GH-98481) (GH-98482)
#98482 merged
Oct 20, 2022 -
[doc] Improve logging cookbook example. (GH-98481)
#98481 merged
Oct 20, 2022 -
[3.11] Add more tkinter.Canvas tests (GH-98475)
#98476 merged
Oct 20, 2022 -
Add more tkinter.Canvas tests
#98475 merged
Oct 20, 2022 -
gh-95023: Added os.setns and os.unshare to easily switch between namespaces on Linux
#95046 merged
Oct 20, 2022 -
GH-98363: Presize the list for batched()
#98419 merged
Oct 20, 2022 -
[3.11] gh-98374: Suppress ImportError for invalid query for help() co…
#98472 merged
Oct 20, 2022 -
gh-98374: Suppress ImportError for invalid query for help() command.
#98450 merged
Oct 20, 2022 -
[3.11] typing tests: `_overload_dummy` raises `NotImplementedError`, not `RuntimeError` (GH-98351)
#98470 merged
Oct 20, 2022 -
[3.11] gh-94808: Cover `str.rsplit` for UCS1, UCS2 or UCS4 (GH-98228)
#98291 merged
Oct 20, 2022 -
`_overload_dummy` raises `NotImplementedError`, not `RuntimeError`
#98351 merged
Oct 20, 2022 -
gh-98354: Add unicode check for 'name' attribute in _imp_create_builtin
#98412 merged
Oct 20, 2022 -
[3.11] gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98460)
#98468 merged
Oct 19, 2022 -
gh-98257: Make _PyEval_SetTrace() reentrant
#98258 merged
Oct 19, 2022 -
gh-98414: py.exe launcher does not use defaults for -V:company/ option
#98460 merged
Oct 19, 2022 -
[3.10] [doc] Refresh the venv introduction documentation, and correct… (GH-98466)
#98466 merged
Oct 19, 2022 -
[3.11] [doc] Refresh the venv introduction documentation, and correct the st… (GH-98465)
#98465 merged
Oct 19, 2022 -
gh-98417: Store int_max_str_digits on the Interpreter State
#98418 merged
Oct 19, 2022
55 Pull requests opened by 38 people
-
gh-98458: unittest: bugfix for infinite loop while handling self-referencing explicit exception
#98459 opened
Oct 19, 2022 -
[3.10] Add more tkinter.Canvas tests (GH-98475)
#98477 opened
Oct 20, 2022 -
gh-94473: Flatten arguments in tkinter.Canvas.coords()
#98479 opened
Oct 20, 2022 -
gh-97928: Change the behavior of tkinter.Text.count()
#98484 opened
Oct 20, 2022 -
gh-98393: Update test_os for bytes-like types
#98487 opened
Oct 20, 2022 -
[3.9] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-98501)
#98504 opened
Oct 20, 2022 -
gh-98509 : Fix the time comparison issue.
#98510 opened
Oct 21, 2022 -
gh-98512: Add more tests for `ValuesView`
#98515 opened
Oct 21, 2022 -
gh-98513: Test abstract methods of some `collections` types
#98516 opened
Oct 21, 2022 -
GH-96764: rewrite `asyncio.wait_for` to use `asyncio.timeout`
#98518 opened
Oct 21, 2022 -
gh-97850: Deprecate `find_module` and `get_module` in `pkgutil`
#98520 opened
Oct 21, 2022 -
[3.9] gh-98517: Fix buffer overflows in _sha3 module (GH-98519)
#98526 opened
Oct 21, 2022 -
[3.8] gh-98517: Fix buffer overflows in _sha3 module (GH-98519)
#98527 opened
Oct 21, 2022 -
[3.10] bpo-2716: add license for audioop module (GH-19972)
#98532 opened
Oct 21, 2022 -
minor edits to locale doc
#98537 opened
Oct 22, 2022 -
Fix grammar in `__match_args__` documentation.
#98549 opened
Oct 22, 2022 -
[3.10] gh-98548: Fix `-ne` shell operator spelling
#98555 opened
Oct 22, 2022 -
[3.11] gh-98548: Fix `-ne` shell operator spelling
#98556 opened
Oct 22, 2022 -
Revert "Remove `pull_request` trigger from the project-updater GHA."
#98570 opened
Oct 23, 2022 -
gh-96746: Make Py_TPFLAGS_DISALLOW_INSTANTIATION flag non-inheritable
#98571 opened
Oct 23, 2022 -
gh-98040: Remove just the `imp` module
#98573 opened
Oct 23, 2022 -
gh-98576: Fix types in dataclass.InitVar example
#98577 opened
Oct 23, 2022 -
Fix: Mac/Extras.install.py,Can not filter osx .DS_store file, skip issue
#98580 opened
Oct 24, 2022 -
GH-79033: Fix asyncio.Server.wait_closed()
#98582 opened
Oct 24, 2022 -
gh-98586: Add vector call APIs to the Limited API
#98587 opened
Oct 24, 2022 -
gh-98253: Break potential reference cycles in external code worsened by typing.py lru_cache
#98591 opened
Oct 24, 2022 -
gh-66410: Do not stringify arguments of Tkinter callback
#98592 opened
Oct 24, 2022 -
GH-86296: Fix for wait_for() swallowing cancellation, and add tests
#98607 opened
Oct 24, 2022 -
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig()
#98609 opened
Oct 24, 2022 -
gh-98610: Adjust the Optional Restrictions on Subinterpreters
#98618 opened
Oct 24, 2022 -
gh-81905: Fix race condition when tarfile is used from multiple processes
#98632 opened
Oct 25, 2022 -
gh-65002: Make note that null bytes are used to pad bytes
#98635 opened
Oct 25, 2022 -
gh-98347: Add links to python-isal in the documentation
#98637 opened
Oct 25, 2022 -
gh-98636: Fix detecting gdbm_compat for _dbm module
#98643 opened
Oct 25, 2022 -
gh-93358: Fix python-config docs for how to embed Python
#98649 opened
Oct 25, 2022 -
gh-98641: The documentation about asyncio.TaskGroup might portray it as a replacement for asyncio.gather
#98659 opened
Oct 25, 2022 -
gh-98658: Add __class_getitem__ to array.array
#98661 opened
Oct 25, 2022 -
[3.10] GH-98671: bpo-46670: Fix #ifdef in sha3module.c (GH-90828)
#98677 opened
Oct 25, 2022 -
[3.10] gh-94328: Update Windows installer to use SQLite 3.39.4 (GH-98640)
#98678 opened
Oct 25, 2022 -
GH-98686: Quicken everything
#98687 opened
Oct 25, 2022 -
gh-98624 Add mutex to unittest.mock.NonCallableMock
#98688 opened
Oct 26, 2022 -
[doc] Make subprocess.wait documentation more precise
#98700 opened
Oct 26, 2022 -
gh-98701: Constant folding of unpacking in sets
#98702 opened
Oct 26, 2022 -
gh-98703: Fix asyncio proactor_events calling _call_connection_lost multiple times
#98704 opened
Oct 26, 2022 -
gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing docs
#98710 opened
Oct 26, 2022 -
gh-98707: Don't let --with-system-libmpdec / --with-system-expat use the vendored headers
#98711 opened
Oct 26, 2022 -
gh-98718: re-use already calculated is_python_build from getpath
#98719 opened
Oct 26, 2022 -
Fix small typo in the removed/deprecated section of the 3.11 whats new
#98722 opened
Oct 26, 2022 -
[3.11] Change links to label refs (GH-98454)
#98725 opened
Oct 26, 2022 -
[3.10] Change links to label refs (GH-98454)
#98726 opened
Oct 26, 2022 -
gh-98727: Remove old style classes from `test_cmath`
#98728 opened
Oct 26, 2022 -
gh-98657: [docs] `array.typecodes` is a module-level attribute
#98729 opened
Oct 26, 2022 -
add tests for closing `_ProactorSocketTransport` with proactor event loop
#98730 opened
Oct 26, 2022 -
gh-98692: Enable treating shebang lines as executables in py.exe launcher
#98732 opened
Oct 26, 2022
65 Issues closed by 29 people
-
`typing` tests: `test_overload_on_compiled_functions()` may not work on alternative Python implementations
#98713 closed
Oct 26, 2022 -
Script using ProactorEventLoop does not exit cleanly when subprocesses are spawned.
#81562 closed
Oct 26, 2022 -
`PyEval_GetFrame` crashes when it returns incomplete frames
#96975 closed
Oct 26, 2022 -
inspect.iscoroutinefunction should return True for functools.partial wrapping an async bound method
#98590 closed
Oct 26, 2022 -
Better document mixed-type comparison of set items, dict keys
#77753 closed
Oct 26, 2022 -
asyncio.StreadReader `async for line in reader` is not documented
#84747 closed
Oct 26, 2022 -
Typo hint message for from-imports?
#91058 closed
Oct 25, 2022 -
can not await for a chain of nested coroutines
#98665 closed
Oct 25, 2022 -
Upgrade Windows/macOS installers to SQLite 3.39.4
#94328 closed
Oct 25, 2022 -
Unhandled exceptions in asyncio sometimes pass silently.
#97827 closed
Oct 25, 2022 -
Links missing on Python 3.11.0 release page
#98660 closed
Oct 25, 2022 -
Return value in method of example TypeVarTuple is incorrectly typed
#98602 closed
Oct 25, 2022 -
list `__iadd__` casts string to list instead of throwing error
#98668 closed
Oct 25, 2022 -
pdb cannot find source code for frozen stdlib modules
#93696 closed
Oct 25, 2022 -
asyncio.wait_for does not cancel running tasks in the correct fashion
#88537 closed
Oct 25, 2022 -
Use the same address in the example codes of "Using a remote manager"
#98638 closed
Oct 25, 2022 -
sqlite3: when passing incomplete aggregate class, raises wrong error in specific conditions
#95462 closed
Oct 25, 2022 -
SQLITE_OK, SQLITE_DENY and SQLITE_IGNORE not explicitly documented
#96096 closed
Oct 25, 2022 -
asyncio hang in subprocess wait_closed() on Windows, BrokenPipeError
#89237 closed
Oct 25, 2022 -
Issue #97562 was closed incorrectly.
#98619 closed
Oct 24, 2022 -
Rephrase: "`Callable` now supports `[]`. See `PEP585` and `types-genericalias`"
#98507 closed
Oct 24, 2022 -
Inconsistent behavior of asyncio.Transport.get_extra_info("peername") on TLS vs. non-TLS connections
#91635 closed
Oct 24, 2022 -
subprocess.Popen on a Windows batch file always acts as if shell=True
#77696 closed
Oct 24, 2022 -
lru_cache never hit when passing args with unpredictable repr
#98589 closed
Oct 24, 2022 -
concurrent.futures.wait calls len() on an possible iterable
#86104 closed
Oct 24, 2022 -
Speed up regular expression substitution
#91524 closed
Oct 23, 2022 -
Compiling Cpython 3.8.X with shared libffi fails
#98145 closed
Oct 23, 2022 -
_ProactorBasePipeTransport.abort() after _ProactorBasePipeTransport.close() does not cancel writes
#88594 closed
Oct 23, 2022 -
Signaling an asyncio subprocess might raise ProcessLookupError, even if you haven't called .wait() yet
#88319 closed
Oct 23, 2022 -
Typo in the `typing` Docs
#98561 closed
Oct 23, 2022 -
Github Workflow uses deprecated `set-output`
#98456 closed
Oct 23, 2022 -
Allow ipaddres.IPv4/v6Address in asyncio.create_server
#79200 closed
Oct 23, 2022 -
Multiple `PyFrameObject`s can be created for a single `_PyInterpreterFrame`
#97002 closed
Oct 22, 2022 -
New generator frames have a dangling `previous` pointer
#97752 closed
Oct 22, 2022 -
`_SSLProtocolTransport` keeps reference to protocol after close
#98539 closed
Oct 22, 2022 -
`asyncio.TaskGroup` keeps references to errors after raising ExceptionGroup
#98543 closed
Oct 22, 2022 -
Incorrect import of TimeoutError while creating happy eyeballs connection
#83310 closed
Oct 22, 2022 -
asyncio.wait_for: process future result produced during cancelation
#84849 closed
Oct 22, 2022 -
[security] list_resize(): integer overflow if newsize is too large
#97616 closed
Oct 22, 2022 -
[WASI] getpath.py does not handle "Capabilities insufficient" (ENOTCAPABLE)
#96005 closed
Oct 22, 2022 -
###
#98541 closed
Oct 22, 2022 -
Document new 3.11 enum APIs (ReprEnum, global_* and/or show_flag_values)
#98298 closed
Oct 21, 2022 -
Document license under which audioop is used
#46968 closed
Oct 21, 2022 -
Source locations in 'assert' bytecode are incorrect
#98398 closed
Oct 21, 2022 -
Running tests in parallel on Windows quits too soon
#95027 closed
Oct 21, 2022 -
test_sendfile_fallback_close_peer_in_the_middle_of_receiving false failure on macOS
#98174 closed
Oct 21, 2022 -
dataclass should use inspect.get_annotations instead of examining cls.__dict__
#97799 closed
Oct 21, 2022 -
datetime format in dict
#98506 closed
Oct 21, 2022 -
Documentation for except* clause and ExceptionGroup can be improved .
#98172 closed
Oct 21, 2022 -
Bytecode compile times are `O(nlocals**2)`
#97912 closed
Oct 21, 2022 -
Missing position-only markers for function parameters
#95034 closed
Oct 21, 2022 -
stop() on a stopped loop inhibits the next run_forever
#88391 closed
Oct 20, 2022 -
Objects/object.c:2276: _PyTrash_thread_destroy_chain: Assertion `tstate->trash_delete_nesting == 1' failed.
#98110 closed
Oct 20, 2022 -
Remove Dead Code in PyObject_Print
#98421 closed
Oct 20, 2022 -
urlparse does not correctly handle signs, underscores, and whitespace in port numbers
#96035 closed
Oct 20, 2022 -
"strftime" format documentation is hard to find
#98378 closed
Oct 20, 2022 -
Source locations of comprehension bytecode are incorrect
#98461 closed
Oct 20, 2022 -
Implement os.setns, os.unshare to allow changing namespaces in Linux
#95023 closed
Oct 20, 2022 -
Python3.11: invalid help query raises an ImportError
#98374 closed
Oct 20, 2022 -
adjust c-api reference counting docs to reference Py_REFCNT, Py_SET_REFCNT
#96258 closed
Oct 20, 2022 -
create_builtin() in _imp module trigger segfault if taking a builtin object as input
#98354 closed
Oct 20, 2022 -
change sqlite docs to make it clear many platforms ship with loadable extensions
#98080 closed
Oct 19, 2022
65 Issues opened by 55 people
-
logging documentation is tough for beginners
#98731 opened
Oct 26, 2022 -
Remove old-style classes from `test_cmath`
#98727 opened
Oct 26, 2022 -
Macro Py_CLEAR references argument two times.
#98724 opened
Oct 26, 2022 -
Speed up sysconfig
#98718 opened
Oct 26, 2022 -
Sqlite 3 html documentation shows functions with `\*` instead of `*`.
#98716 opened
Oct 26, 2022 -
Interpreter segfaults when LC_CTYPE is unsupported on Linux s390x
#98715 opened
Oct 26, 2022 -
C arg-parsing docs suggest NULL bf_releasebuffer implies immutability
#98712 opened
Oct 26, 2022 -
More programmatic access to error locations in the traceback module
#98709 opened
Oct 26, 2022 -
Whatsnew bad redirection when changing version
#98708 opened
Oct 26, 2022 -
--with-system-libmpdec / --with-system-expat still uses the vendored headers
#98707 opened
Oct 26, 2022 -
BUG: [py3.11] AttributeError: 'PathDistribution' object has no attribute '_normalized_name'
#98706 opened
Oct 26, 2022 -
AIX build fails with the main branch
#98705 opened
Oct 26, 2022 -
Consistent test failures in test test_asyncio.test_streams.test_drain_raises on Windows
#98703 opened
Oct 26, 2022 -
Constant folding of unpacking in sets
#98701 opened
Oct 26, 2022 -
-X frozen_modules=on|off should be configurable with environment variable
#98697 opened
Oct 26, 2022 -
py.exe launcher missing support for a shebang with a fully-qualified executable
#98692 opened
Oct 26, 2022 -
Update binary builds to use zlib 1.2.13
#98689 opened
Oct 26, 2022 -
Quicken everything
#98686 opened
Oct 25, 2022 -
Building Python3.11.0 with ensurepip incorrectly includes bin/pip3.10
#98682 opened
Oct 25, 2022 -
PyMemoryView_FromMemory is part of stable ABI but the flag constants (PyBUF_READ, etc.) are not
#98680 opened
Oct 25, 2022 -
Python 3.11.0 ssl module configuration error on macOS
#98673 opened
Oct 25, 2022 -
Backport to Python 3.10: Fix #ifdef in sha3module.c
#98671 opened
Oct 25, 2022 -
mutually exclusive group w/ all parameters argparse.SUPPRESS'd causes an assert
#98666 opened
Oct 25, 2022 -
feature request: --advanced-help feature for argparse
#98664 opened
Oct 25, 2022 -
array.array should support `__class_getitem__`
#98658 opened
Oct 25, 2022 -
`array.typecodes` is incorrectly documented as a class attribute
#98657 opened
Oct 25, 2022 -
python-config missing executable permission
#98651 opened
Oct 25, 2022 -
configparser should point people towards tomllib
#98644 opened
Oct 25, 2022 -
The documentation about asyncio.TaskGroup might portray it as a replacement for asyncio.gather
#98641 opened
Oct 25, 2022 -
configure: `--with-dbmliborder=gdbm` no longer satisfies `_dbm`
#98636 opened
Oct 25, 2022 -
test_distutils: test_check_metadata_deprecated fails if docutils-0.19 are installed
#98634 opened
Oct 25, 2022 -
`sys._git` is empty on Windows
#98629 opened
Oct 25, 2022 -
Add a Check for Extensions that Support Running in Subinterpreters
#98627 opened
Oct 24, 2022 -
Race condition in `unittest.mock`
#98624 opened
Oct 24, 2022 -
Clean up `typing.rst` docs about `Generic` base classes
#98623 opened
Oct 24, 2022 -
Adjust the Optional Restrictions of _Py_NewInterpreterFromConfig()
#98610 opened
Oct 24, 2022 -
Expose _Py_NewInterpreter() as Py_NewInterpreterFromConfig()
#98608 opened
Oct 24, 2022 -
getpass failing with no module named pwd
#98601 opened
Oct 24, 2022 -
Add vector call functions to the limited API
#98586 opened
Oct 24, 2022 -
Potential for confusion in common sequence operations table
#98578 opened
Oct 23, 2022 -
Example in dataclass documentation is incorrectly typed
#98576 opened
Oct 23, 2022 -
Export real functions for things that currently exist as macros / defines / global variables in the C code
#98574 opened
Oct 23, 2022 -
3.9.15, 3.8.15: `test_zlib` unit is failing with zlib-ng
#98567 opened
Oct 23, 2022 -
Configure-based build system doesn't have a documented way to disable modules like setup.py did
#98558 opened
Oct 22, 2022 -
Python 3.11 loses the ability to set PYTHON_DECIMAL_WITH_MACHINE
#98557 opened
Oct 22, 2022 -
preloading '__main__' with forkserver has been broken for a long time
#98552 opened
Oct 22, 2022 -
Workflow: invalid sh syntax
#98548 opened
Oct 22, 2022 -
Add `limit=` keyword to `int()` and `str()` functions to avoid contention on global `PYTHONINTMAXSTRDIGITS`
#98547 opened
Oct 22, 2022 -
Add regression tests for ancient str methods
#98536 opened
Oct 21, 2022 -
distutils: Unclear how CCompiler.has_function works for functions with parameters
#98529 opened
Oct 21, 2022 -
Py_Finalize() function, why it does not finalise Python??
#98524 opened
Oct 21, 2022 -
Add a version number to code objects
#98522 opened
Oct 21, 2022 -
Buffer overflow in the _sha3 module in python versions <= 3.10
#98517 opened
Oct 21, 2022 -
Not all abstract types have their method validated in `test_collections`
#98513 opened
Oct 21, 2022 -
`collections.abc.ValuesView` is not sufficently tested
#98512 opened
Oct 21, 2022 -
Unexpected results when comparing time instances
#98509 opened
Oct 21, 2022 -
Multiprocessing overhead 100x higher with multiple cores but not if restricted to 1 core
#98493 opened
Oct 20, 2022 -
`csv` does not round-trip for `complex` numbers
#98485 opened
Oct 20, 2022 -
locale.normalize returns non-existing locale
#98478 opened
Oct 20, 2022 -
Test failure: __stdout__.encoding != __stderr__.encoding
#98474 opened
Oct 20, 2022 -
Cannot open IDLE
#98469 opened
Oct 19, 2022 -
concurrent.futures.ThreadPoolExecutor does not free memory when shutdown
#98467 opened
Oct 19, 2022 -
Expose internal optimization engine as a part of `ast` module
#98463 opened
Oct 19, 2022 -
Unittest: self-referencing explicit exception cause results in infinite loop
#98458 opened
Oct 19, 2022
144 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-96421: Insert shim frame on entry to interpreter
#96319 commented on
Oct 21, 2022 • 47 new comments -
bpo-32353: Added docs about Embedding with an frozen module limitation.
#4910 commented on
Oct 23, 2022 • 18 new comments -
bpo-40358: add strict argument to pathlib.PurePath.relative_to
#19813 commented on
Oct 22, 2022 • 13 new comments -
typing.py: builtin LRU caches worsen leaks that exist in other code
#98253 commented on
Oct 25, 2022 • 11 new comments -
gh-98366: use sphinx.locale._ as gettext() in pyspecific.py
#98437 commented on
Oct 23, 2022 • 10 new comments -
Add a PEP578 audit hook for Asyncio loop stalls
#88241 commented on
Oct 26, 2022 • 8 new comments -
PyInterpreterState.config.int_max_str_digits Should Not Be Modified
#98417 commented on
Oct 20, 2022 • 6 new comments -
AsyncIO's wait_for can hide cancellation in a rare race condition
#86296 commented on
Oct 26, 2022 • 6 new comments -
socket.getfqdn and socket.gethostbyname fail on MacOS
#79345 commented on
Oct 26, 2022 • 6 new comments -
With asyncio subprocess, send_signal() and the child process watcher will both call waitpid()
#87744 commented on
Oct 22, 2022 • 5 new comments -
sum() several times slower on Python 3 64-bit
#68264 commented on
Oct 26, 2022 • 5 new comments -
gh-55688: Add note about ending backslashes for raw strings
#94768 commented on
Oct 24, 2022 • 5 new comments -
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion.
#96801 commented on
Oct 26, 2022 • 5 new comments -
PyMemberDef & PyGetSetDef members are not marked up
#97909 commented on
Oct 24, 2022 • 4 new comments -
Potential regression in Python 3.11 (multiprocess shutdown?)
#97641 commented on
Oct 26, 2022 • 4 new comments -
Execute file open/close in executors
#96229 commented on
Oct 26, 2022 • 4 new comments -
gh-92452: Avoid race in initialization of sysconfig._CONFIG_VARS
#92453 commented on
Oct 26, 2022 • 4 new comments -
gh-97848: Disallow misbehaving actions for positional arguments
#98367 commented on
Oct 21, 2022 • 4 new comments -
Timestamp conversion on windows fails with timestamps close to EPOCH
#81708 commented on
Oct 20, 2022 • 3 new comments -
Inheritance from base class with property in class makes them non-instantiatable
#91393 commented on
Oct 22, 2022 • 3 new comments -
Metabug: Improving C-level coverage
#94808 commented on
Oct 22, 2022 • 3 new comments -
subprocess.run keeps waiting after the process termination
#97000 commented on
Oct 23, 2022 • 3 new comments -
Unexpected urllib parse result
#98022 commented on
Oct 24, 2022 • 3 new comments -
Give python-isal a mention in the zlib/gzip documentation
#98347 commented on
Oct 25, 2022 • 3 new comments -
Undefined References when using recommended linking option: Embedding Python in C++
#93358 commented on
Oct 25, 2022 • 3 new comments -
Build Python with -Wundef: don't use undefined macros
#90828 commented on
Oct 25, 2022 • 3 new comments -
macOS linker warnings in macOS ventura
#97524 commented on
Oct 25, 2022 • 3 new comments -
PEP 632: Rename the distutils package to _distutils (Python 3.12)
#92584 commented on
Oct 25, 2022 • 3 new comments -
bpo-17258: Stronger HMAC in multiprocessing
#20380 commented on
Oct 22, 2022 • 3 new comments -
gh-98410: move getbufferproc and releasebufferproc to buffer.h
#31158 commented on
Oct 25, 2022 • 3 new comments -
gh-96002: Add functional test for Argument Clinic
#96178 commented on
Oct 26, 2022 • 3 new comments -
gh-80678: Add comment on preferred delimiters
#96199 commented on
Oct 23, 2022 • 3 new comments -
gh-98169 dataclasses.astuple support DefaultDict
#98170 commented on
Oct 23, 2022 • 3 new comments -
GH-98275: Clarify that asyncio.Task.cancel() does not throw CancelledError into not-yet-started coroutine.
#98321 commented on
Oct 25, 2022 • 3 new comments -
gh-98415: Fix UUID ifconfig MAC address detection
#98423 commented on
Oct 22, 2022 • 3 new comments -
gh-95913: Edit Faster CPython section in 3.11 WhatsNew
#98429 commented on
Oct 20, 2022 • 3 new comments -
socket.getaddrinfo Py3.10 docs say "AddressFamily.SOCK_STREAM"
#98026 commented on
Oct 21, 2022 • 2 new comments -
Table of Content link in tutorial is bad
#97679 commented on
Oct 21, 2022 • 2 new comments -
Meta issue for cleaning up import system cruft
#97850 commented on
Oct 21, 2022 • 2 new comments -
Remove unused indent_level from Modules/_json.c
#95382 commented on
Oct 22, 2022 • 2 new comments -
Order of configparser.ConfigParser.read() arguments
#96765 commented on
Oct 23, 2022 • 2 new comments -
ProactorEventLoop doesn't support stdin/stdout nor files with connect_read_pipe/connect_write_pipe
#71019 commented on
Oct 23, 2022 • 2 new comments -
Add a daemon parameter to threading.Timer
#98230 commented on
Oct 23, 2022 • 2 new comments -
Counter-intuitive behavior of Server.close() / wait_closed()
#79033 commented on
Oct 24, 2022 • 2 new comments -
subprocess: execution of batch-files (.cmd/.bat) is vulnerable in python for windows / insufficient escape
#78670 commented on
Oct 24, 2022 • 2 new comments -
TURTLE: Default values for basic Turtle commands
#87348 commented on
Oct 25, 2022 • 2 new comments -
make asyncio.Timeout and asyncio.TaskGroup fail early when used incorrectly
#95569 commented on
Oct 25, 2022 • 2 new comments -
Enum: auto() is not activated if combined with other values on assignment line
#93464 commented on
Oct 25, 2022 • 2 new comments -
tkinter window fails to appear approx 10% of the time on MacOS 12.3+
#95769 commented on
Oct 26, 2022 • 2 new comments -
Allow Python distributors to add custom site install schemes
#88142 commented on
Oct 26, 2022 • 2 new comments -
Subtypes of extension type inherit Py_TPFLAGS_DISALLOW_INSTANTIATION flag
#96746 commented on
Oct 26, 2022 • 2 new comments -
bpo-26124: Add note for shlex.quote()
#13333 commented on
Oct 23, 2022 • 2 new comments -
bpo-38157: Add example about per file output for mock_open.
#16090 commented on
Oct 22, 2022 • 2 new comments -
bpo-42722: Add --debug command line option to unittest to enable post-mortem debugging
#23900 commented on
Oct 23, 2022 • 2 new comments -
GH-91166: zero copy SelectorSocketTransport transport implementation
#31871 commented on
Oct 25, 2022 • 2 new comments -
gh-78707: deprecate passing >1 argument to `PurePath.[is_]relative_to()`
#94469 commented on
Oct 22, 2022 • 2 new comments -
gh-94471: Enable pointer authentication on aarch64 builds
#94472 commented on
Oct 26, 2022 • 2 new comments -
gh-96143: Improve perf profiler docs
#96445 commented on
Oct 25, 2022 • 2 new comments -
gh-98003: Inline call frames for CALL_FUNCTION_EX
#98004 commented on
Oct 26, 2022 • 2 new comments -
gh-98086: Now ``patch.dict`` can decorate async functions
#98095 commented on
Oct 21, 2022 • 2 new comments -
gh-98240: Updated Path.rename docs, when it is atomic
#98245 commented on
Oct 25, 2022 • 2 new comments -
gh-94808: cover `PyFunction_GetDefaults` and `PyFunction_SetDefaults`
#98449 commented on
Oct 26, 2022 • 2 new comments -
inconsistent behavior concerning multiprocessing.manager.BaseManager._Server
#55059 commented on
Oct 19, 2022 • 1 new comment -
test_filter_to_company() in test_launcher fails due to py.ini
#98414 commented on
Oct 19, 2022 • 1 new comment -
Regression in multiprocessing example using venv on Windows in 3.11rc2
#98360 commented on
Oct 19, 2022 • 1 new comment -
Update using/windows to state that 3.12 supports Windows 10 and newer, not 8.1.
#98383 commented on
Oct 19, 2022 • 1 new comment -
multiprocessing maxtasksperchild=1 + logging = task loss
#67467 commented on
Oct 20, 2022 • 1 new comment -
Undocumented behavior in strptime for ISO week dates
#90750 commented on
Oct 20, 2022 • 1 new comment -
multiprocessing behavior combining daemon with non-daemon children inconsistent with threading
#70820 commented on
Oct 20, 2022 • 1 new comment -
Tkinter and turtle graphics fill differs between Windows and *nix
#73746 commented on
Oct 20, 2022 • 1 new comment -
[idea] Ease understanding of positional-only and keyword-only makers in function prototyes
#98340 commented on
Oct 20, 2022 • 1 new comment -
Windows: Unclear behavior of daemon threads on main thread exit
#57286 commented on
Oct 21, 2022 • 1 new comment -
asyncio loop.add_signal_handler() may not behave as expected
#83946 commented on
Oct 21, 2022 • 1 new comment -
Change in semantics and much worse performance for enum members.
#93910 commented on
Oct 21, 2022 • 1 new comment -
Define StringIO seek offset as code point offset
#69377 commented on
Oct 21, 2022 • 1 new comment -
[tests] When test_venv.test_with_pip() fails, a bug in error handling fails to display stderr
#97764 commented on
Oct 21, 2022 • 1 new comment -
Deprecate portions or all of pkgutil module.
#64138 commented on
Oct 21, 2022 • 1 new comment -
Make get_event_loop() an alias of get_running_loop()
#93453 commented on
Oct 22, 2022 • 1 new comment -
asyncio.Task.cancel documentation is inaccurate
#98275 commented on
Oct 22, 2022 • 1 new comment -
Occasional incorrect chaining of CancelledError when calling 'cancel' on result of 'asyncio.gather'
#97907 commented on
Oct 22, 2022 • 1 new comment -
multiprocessing.connection challenge implicitly uses MD5
#61460 commented on
Oct 22, 2022 • 1 new comment -
shlex.quote and pipes.quote do not quote shell keywords
#70312 commented on
Oct 23, 2022 • 1 new comment -
Exception while handling exception in email.msg.get('message-id')
#94306 commented on
Oct 23, 2022 • 1 new comment -
configure --enable-optimizations with clang *12* fails to detect llvm-profdata
#91296 commented on
Oct 24, 2022 • 1 new comment -
timeout option of socket.create_connection is not respected
#90783 commented on
Oct 24, 2022 • 1 new comment -
List pybind11 binding generator
#69194 commented on
Oct 24, 2022 • 1 new comment -
Tkinter: Don't stringify callback arguments
#66410 commented on
Oct 24, 2022 • 1 new comment -
concurrent.future.ThreadPoolExecutor should parameterize class used for threads
#89502 commented on
Oct 24, 2022 • 1 new comment -
.gitignore seems a bit too aggressive or make distclean isn't aggressive enough
#97731 commented on
Oct 24, 2022 • 1 new comment -
asyncio: support multiprocessing (support fork)
#66285 commented on
Oct 24, 2022 • 1 new comment -
Implement zero copy writes in SelectorSocketTransport in asyncio
#91166 commented on
Oct 24, 2022 • 1 new comment -
IDLE: syntax highlighting and selected text
#93266 commented on
Oct 25, 2022 • 1 new comment -
test_code.CoExtra leads to double-free when ce_size >1
#83539 commented on
Oct 25, 2022 • 1 new comment -
multiprocessing race condition on flushing stdout, deadlocks child on exit
#91776 commented on
Oct 25, 2022 • 1 new comment -
python-config.sh vs python-config.py inconsistency
#88348 commented on
Oct 26, 2022 • 1 new comment -
Proper or custom JSON serialization of non-finite float values
#98306 commented on
Oct 26, 2022 • 1 new comment -
AIX build failing because of python.exp not being created before building shared modules.
#96269 commented on
Oct 26, 2022 • 1 new comment -
tcp_echo_client in asyncio streams example does not work. Hangs for ever at reaser.read()
#87908 commented on
Oct 26, 2022 • 1 new comment -
Clarify `asyncio` API in a backward compatible manner
#92679 commented on
Oct 26, 2022 • 1 new comment -
Python 3.11.0b4 str(enum) giving integer value and not name
#94763 commented on
Oct 26, 2022 • 1 new comment -
bpo-32882: Added support for X25519 in SSLContext.set_ecdh_curve()
#5771 commented on
Oct 25, 2022 • 1 new comment -
bpo-22708: Upgrade HTTP CONNECT to protocol HTTP/1.1
#8305 commented on
Oct 26, 2022 • 1 new comment -
bpo-36841: Supporting customization of float encoding in JSON
#13233 commented on
Oct 20, 2022 • 1 new comment -
bpo-39672: shelve sigsegv crash
#18655 commented on
Oct 25, 2022 • 1 new comment -
bpo-40254: Have pyspecific directives translatable
#19470 commented on
Oct 25, 2022 • 1 new comment -
bpo-38119: Fix shmem resource tracking
#21516 commented on
Oct 24, 2022 • 1 new comment -
bpo-28445: Fix wrong documentation for GzipFile.peek
#29820 commented on
Oct 25, 2022 • 1 new comment -
bpo-14965: Proxy `super().x = y` and `del super().x` (updated)
#29950 commented on
Oct 19, 2022 • 1 new comment -
gh-70136: let EmailText every line length not more than 998 character
#30980 commented on
Oct 24, 2022 • 1 new comment -
gh-91378: Allow subprocess pass-thru with stdout/stderr capture
#32344 commented on
Oct 20, 2022 • 1 new comment -
gh-72346: Added isdst deprecation warning to email.utils.localtime
#91450 commented on
Oct 21, 2022 • 1 new comment -
gh-92626: Correct JavaScript MIME types + extensions per RFC 9239
#92627 commented on
Oct 25, 2022 • 1 new comment -
gh-89739: Support zip64 in zipimport
#94146 commented on
Oct 24, 2022 • 1 new comment -
gh-96305: Fix AIX build by avoiding subprocess during bootstrap
#96429 commented on
Oct 26, 2022 • 1 new comment -
gh-96859: [argparse] Avoid O(N^2) behavior while consuming optionals
#96904 commented on
Oct 22, 2022 • 1 new comment -
gh-98030: socket: add missing TCP socket options
#98031 commented on
Oct 23, 2022 • 1 new comment -
gh-98098: Create packages from zipfile and test_zipfile
#98103 commented on
Oct 24, 2022 • 1 new comment -
gh-64019: Add missing module attribute in inspect table
#98116 commented on
Oct 20, 2022 • 1 new comment -
gh-96853: Restore test coverage for Py_Initialize(Ex)
#98212 commented on
Oct 23, 2022 • 1 new comment -
gh-98248: Normalizing the error messages in function struct.pack
#98252 commented on
Oct 25, 2022 • 1 new comment -
gh-88226: Emit TARGET labels in Python/ceval.c when debugging, even if computed gotos aren't enabled
#98265 commented on
Oct 21, 2022 • 1 new comment -
Docs: Create venv if missing
#98266 commented on
Oct 21, 2022 • 1 new comment -
gh-71936: Fix race condition in multiprocessing.Pool
#98274 commented on
Oct 22, 2022 • 1 new comment -
gh-98401: Reject invalid escape sequences in strings
#98404 commented on
Oct 20, 2022 • 1 new comment -
gh-93453: No longer create an event loop in get_event_loop()
#98440 commented on
Oct 22, 2022 • 1 new comment -
Linux specific local privilege escalation via the multiprocessing forkserver start method - CVE-2022-42919
#97514 commented on
Oct 20, 2022 • 0 new comments -
tarfile: Exception ignored in (... stdout ...) BrokenPipeError
#84032 commented on
Oct 21, 2022 • 0 new comments -
Rewrite `asyncio.wait_for` using `asyncio.timeout`
#96764 commented on
Oct 21, 2022 • 0 new comments -
too wide source positions for exceptions during pattern matching (3.11.0rc2)
#96999 commented on
Oct 21, 2022 • 0 new comments -
Wrong base class for transport returned by loop.create_datagram_endpoint()
#90352 commented on
Oct 22, 2022 • 0 new comments -
[subinterpreters] Eliminate PyInterpreterState.modules.
#72597 commented on
Oct 22, 2022 • 0 new comments -
Create modular packages for zipfile and test_zipfile
#98098 commented on
Oct 24, 2022 • 0 new comments -
[getpass] Implement a "strict" mode for getuser()
#90789 commented on
Oct 24, 2022 • 0 new comments -
Edit What's New for Python 3.11
#95913 commented on
Oct 25, 2022 • 0 new comments -
IDLE: highlight tabs in text
#66550 commented on
Oct 25, 2022 • 0 new comments -
bpo-25095: test_httpservers hangs since Python 3.5
#9564 commented on
Oct 26, 2022 • 0 new comments -
gh-77771: Add enterabs example in sched
#92716 commented on
Oct 21, 2022 • 0 new comments -
gh-92771: Add pathlib.Path.rmtree method
#92887 commented on
Oct 21, 2022 • 0 new comments -
gh-93096: Make `mimetypes` CLI tool public
#93097 commented on
Oct 25, 2022 • 0 new comments -
gh-95389: socketmodule: expose popular `ETHERTYPE_*` constants
#95390 commented on
Oct 23, 2022 • 0 new comments -
gh-95569: Make asyncio.timeout and asyncio.TaskGroup loop-bound
#95570 commented on
Oct 25, 2022 • 0 new comments -
gh-96471: Add queue shutdown
#96474 commented on
Oct 22, 2022 • 0 new comments -
gh-76425: Cancel Listener.accept() after Listener is closed
#96626 commented on
Oct 20, 2022 • 0 new comments -
gh-98125: Adds no clobber argument to shutil copytree.
#98126 commented on
Oct 22, 2022 • 0 new comments