Insights: python/cpython
Overview
Could not load contribution data
Please try again later
91 Pull requests merged by 28 people
-
[3.11] small grammatical change (GH-96138)
#96157 merged
Aug 21, 2022 -
[3.11] gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126)
#96128 merged
Aug 21, 2022 -
small grammatical change
#96138 merged
Aug 21, 2022 -
[3.11] GH-95880: Clarify StringIO append/overwrite behavior. (GH-96104)
#96156 merged
Aug 21, 2022 -
[3.11] Add polynomial_from_roots() to the itertools recipes (GH-96102)
#96155 merged
Aug 21, 2022 -
GH-95880: Clarify StringIO append/overwrite behavior
#96104 merged
Aug 21, 2022 -
Add polynomial_from_roots() to the itertools recipes
#96102 merged
Aug 21, 2022 -
GH-93179: Document the thread safety of functools.lru_cache
#96101 merged
Aug 21, 2022 -
[3.11] gh-96098: Clearly link concurrent.futures from threading & multiprocessing docs (GH-96112)
#96150 merged
Aug 21, 2022 -
[3.10] gh-96098: Clearly link concurrent.futures from threading & multiprocessing docs (GH-96112)
#96149 merged
Aug 21, 2022 -
gh-96098: Clearly link concurrent.futures from threading & multiprocessing docs
#96112 merged
Aug 21, 2022 -
gh-90536: Fix link syntax to LLVM-BOLT repository
#96141 merged
Aug 20, 2022 -
[3.11] GH-96071: fix deadlock in PyGILState_Ensure (GH-96124)
#96129 merged
Aug 19, 2022 -
GH-96071: fix deadlock in PyGILState_Ensure
#96124 merged
Aug 19, 2022 -
gh-96125: Fix sys.thread_info.name on pthread platforms
#96126 merged
Aug 19, 2022 -
GH-90997: Wrap `yield from`/`await` in a virtual `try`/`except StopIteration`
#96010 merged
Aug 19, 2022 -
gh-96019: makeunicodedata decomposition cache bug
#96020 merged
Aug 19, 2022 -
[3.11] Docs: Fix markup of module name in sqlite3 docs (GH-96115)
#96116 merged
Aug 19, 2022 -
[3.10] Docs: Fix markup of module name in sqlite3 docs (GH-96115)
#96117 merged
Aug 19, 2022 -
Docs: Fix markup of module name in sqlite3 docs
#96115 merged
Aug 19, 2022 -
[3.10] Doc: Use consistent markup for example Point class in sqlite3 (GH-96095)
#96114 merged
Aug 19, 2022 -
[3.11] Doc: Use consistent markup for example Point class in sqlite3 (GH-96095)
#96113 merged
Aug 19, 2022 -
Doc: Fix ref warnings for Point class in sqlite3 & make consistant
#96095 merged
Aug 19, 2022 -
[3.10] Docs: group sqlite3.Connection attributes and methods (GH-96090)
#96111 merged
Aug 19, 2022 -
[3.11] Docs: group sqlite3.Connection attributes and methods (GH-96090)
#96110 merged
Aug 19, 2022 -
Docs: group sqlite3.Connection attributes and methods
#96090 merged
Aug 19, 2022 -
[3.10] gh-94635: Remove sqlite3 doc introduction heading (GH-96089)
#96109 merged
Aug 19, 2022 -
[3.11] gh-94635: Remove sqlite3 doc introduction heading (GH-96089)
#96108 merged
Aug 19, 2022 -
gh-94635: Remove sqlite3 doc introduction heading
#96089 merged
Aug 19, 2022 -
gh-95853: WASM: better version and asset handling in scripts (GH-96045)
#96045 merged
Aug 19, 2022 -
gh-96039: Corrected wording error in itertools doc
#96105 merged
Aug 19, 2022 -
gh-96017: Fix some compiler warnings (GH-96018)
#96018 merged
Aug 19, 2022 -
[3.10] GH-95822: Need _PyType_Lookup() in descriptor howto code equivalent. (GH-95967)
#96100 merged
Aug 19, 2022 -
[3.11] GH-95822: Need _PyType_Lookup() in descriptor howto code equivalent. (GH-95967)
#96099 merged
Aug 19, 2022 -
GH-95822: Need _PyType_Lookup() in descriptor howto code equivalent.
#95967 merged
Aug 19, 2022 -
[3.11] gh-95914: Add Py_UNICODE encode APIs removed in PEP 624 to 3.11 What's New (GH-96016)
#96094 merged
Aug 19, 2022 -
gh-95914: Add Py_UNICODE encode APIs removed in PEP 624 to 3.11 What's New
#96016 merged
Aug 18, 2022 -
gh-95463: Remove backwards incompatible change regarding the _MASK_UTF_FILENAME flags in bpo-28080
#96072 merged
Aug 18, 2022 -
GH-93179: Document the thread safety of functools.lru_cache
#95970 merged
Aug 18, 2022 -
gh-90536: Add support for the BOLT post-link binary optimizer
#95908 merged
Aug 18, 2022 -
Remove manual build scripts for Windows dependencies and put them in release-tools_ repository instead
#96088 merged
Aug 18, 2022 -
[3.10] Docs: Escape lone stars in sqlite3 docs (GH-96081).
#96085 merged
Aug 18, 2022 -
GH-95861: Add support for Spearman's rank correlation coefficient
#95863 merged
Aug 18, 2022 -
[3.11] Docs: Escape lone stars in sqlite3 docs (GH-96081)
#96084 merged
Aug 18, 2022 -
[3.10] gh-95271: Rework sqlite3 tutorial (GH-95749)
#96083 merged
Aug 18, 2022 -
[3.11] gh-95271: Rework sqlite3 tutorial (GH-95749)
#96082 merged
Aug 18, 2022 -
Docs: Escape lone stars in sqlite3 docs
#96081 merged
Aug 18, 2022 -
gh-95271: Improve sqlite3 tutorial wording
#95749 merged
Aug 18, 2022 -
gh-93103: Doc uses PyConfig rather than deprecated vars
#96070 merged
Aug 18, 2022 -
[3.11] GH-95736: fix IsolatedAsyncioTestCase to initialize Runner bef…
#96042 merged
Aug 18, 2022 -
[3.11] gh-95913: make the new internal classes pdb.ModuleTarget/ScriptTarget private (GH-96053)
#96063 merged
Aug 18, 2022 -
[3.11] gh-95913: Add traceback module additions to what's new in 3.11 (GH-95980)
#96064 merged
Aug 18, 2022 -
[3.11] gh-95957: Add instructions for Tcl/Tk and OpenSSL on RHEL/CentOS 7 (GH-95964)
#96022 merged
Aug 18, 2022 -
gh-95813: Improve HTMLParser from the view of inheritance
#95874 merged
Aug 18, 2022 -
gh-95913: Add traceback module additions to what's new in 3.11
#95980 merged
Aug 18, 2022 -
gh-95913: make the new internal classes pdb.ModuleTarget/ScriptTarget private
#96053 merged
Aug 18, 2022 -
Remove dead code in _PyDict_GetItemHint
#95948 merged
Aug 18, 2022 -
gh-90110: Update the c-analyzer Tool
#96058 merged
Aug 17, 2022 -
gh-90110: Get the C Analyzer Tool Working Again
#96057 merged
Aug 17, 2022 -
[3.11] GH-95704: Don't suppress errors from tasks when TG is cancelled (GH-95761)
#96048 merged
Aug 17, 2022 -
GH-93911: Correct news entry.
#96043 merged
Aug 17, 2022 -
GH-95589: Dont crash when subclassing extension classes with multiple inheritance
#96028 merged
Aug 17, 2022 -
gh-95991: Add some infrastructure for testing Limited API in _testcapi
#95992 merged
Aug 17, 2022 -
gh-93911: Specialize `LOAD_ATTR` for custom `__getattr__` and `__getattribute__`
#93988 merged
Aug 17, 2022 -
gh-95736: Fix event loop creation in IsolatedAsyncioTestCase
#96033 merged
Aug 17, 2022 -
gh-96005: FreeBSD has ENOTCAPABLE, too (GH-96034)
#96034 merged
Aug 17, 2022 -
GH-95704: Don't suppress errors from tasks when TG is cancelled
#95761 merged
Aug 17, 2022 -
GH-95909: Make `_PyArg_Parser` initialization thread safe
#95958 merged
Aug 16, 2022 -
gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006)
#96006 merged
Aug 16, 2022 -
[3.11] gh-94823: Improve coverage in tokenizer.c:valid_utf8 (GH-94856)
#96029 merged
Aug 16, 2022 -
gh-94823: Improve coverage in tokenizer.c:valid_utf8
#94856 merged
Aug 16, 2022 -
GH-95736: fix IsolatedAsyncioTestCase to set event loop before calling setup functions
#95898 merged
Aug 16, 2022 -
[3.11] remove repetitive credit from what's new in 3.11 (GH-96024)
#96025 merged
Aug 16, 2022 -
GH-95245: Move weakreflist into the pre-header.
#95996 merged
Aug 16, 2022 -
remove repetitive credit from what's new in 3.11
#96024 merged
Aug 16, 2022 -
gh-95957: Add instructions for Tcl/Tk and OpenSSL on RHEL/CentOS 7
#95964 merged
Aug 16, 2022 -
[3.11] gh-95808: Add missing early returns in _asynciomodule.c (GH-95809)
#96013 merged
Aug 16, 2022 -
Change CODEOWNERS entries for iritkatriel
#96008 merged
Aug 16, 2022 -
[3.11] gh-78143: IDLE - fix settings dialog page label. (GH-96009)
#96011 merged
Aug 15, 2022 -
gh-95808: Add missing early returns in _asynciomodule.c
#95809 merged
Aug 15, 2022 -
[3.10] gh-78143: IDLE - fix settings dialog page label. (GH-96009)
#96012 merged
Aug 15, 2022 -
gh-78143: IDLE - fix settings dialog page label.
#96009 merged
Aug 15, 2022 -
[3.11] GH-95899: fix asyncio.Runner to call set_event_loop only once (GH-95900)
#96003 merged
Aug 15, 2022 -
gh-94808: Coverage: __build_class__ inside a non-dict __builtins__
#95932 merged
Aug 15, 2022 -
GH-95899: fix asyncio.Runner to call set_event_loop once
#95900 merged
Aug 15, 2022 -
[3.11] gh-95231: Disable md5 & crypt modules if FIPS is enabled (GH-94742)
#95999 merged
Aug 15, 2022 -
gh-95231: Disable md5 & crypt modules if FIPS is enabled
#94742 merged
Aug 15, 2022 -
gh-95707: Fix function signature
#95995 merged
Aug 15, 2022 -
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT`
#95854 merged
Aug 15, 2022 -
gh-95853: Address wasm build and test issues (GH-95985)
#95985 merged
Aug 15, 2022
37 Pull requests opened by 24 people
-
gh-95986: Fix the example using match keyword
#95989 opened
Aug 15, 2022 -
Add a warning message about PyOS_snprintf
#95993 opened
Aug 15, 2022 -
[3.10] Clean up junk and fix typo in 3.10.6 release notes
#95997 opened
Aug 15, 2022 -
[3.10] gh-95231: Disable md5 & crypt modules if FIPS is enabled (GH-94742)
#95998 opened
Aug 15, 2022 -
[docs] Improve dataclasses.MISSING description.
#96000 opened
Aug 15, 2022 -
gh-95855: Better platform triplet detection code
#96001 opened
Aug 15, 2022 -
[3.11] GH-94808: Test __build_class__ inside non-dict __builtins__ (GH-95932)
#96004 opened
Aug 15, 2022 -
gh-93678: added _testinternalcapi.optimize_cfg() and test utils for compiler optimization unit tests
#96007 opened
Aug 15, 2022 -
Fix for CVE-2022-37460 - Removed "shell=True", made args a list, and revised to handle stdin in function
#96014 opened
Aug 15, 2022 -
gh-96030: IsolatedAsyncioTestCase: don't create asyncio runner for skipped tests
#96031 opened
Aug 16, 2022 -
[3.11] gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006) (GH-96034)
#96038 opened
Aug 17, 2022 -
Close sub-generators even if top level generator was asynchronous.
#96040 opened
Aug 17, 2022 -
GH-95245: Document use of `MANAGED` flags instead of offsets.
#96044 opened
Aug 17, 2022 -
gh-96046: Initialize ht_cached_keys in PyType_Ready()
#96047 opened
Aug 17, 2022 -
gh-95994: Clarify escaped newlines.
#96066 opened
Aug 18, 2022 -
GH-96068: Document object layout
#96069 opened
Aug 18, 2022 -
GH-96073: Fix wild replacement in formatannotation
#96074 opened
Aug 18, 2022 -
GH-96075: move interned dict under runtime state
#96077 opened
Aug 18, 2022 -
GH-96079 Fix missing field name for _AnnotatedAlias
#96080 opened
Aug 18, 2022 -
Optimize away many indirect function calls in the gc
#96086 opened
Aug 18, 2022 -
gh-96076: Fix test_launcher failures
#96091 opened
Aug 18, 2022 -
gh-95913: Copyedit, link & format Typing Features section in 3.11 What's New
#96097 opened
Aug 19, 2022 -
[3.11] gh-96017: Fix some compiler warnings (GH-96018)
#96106 opened
Aug 19, 2022 -
gh-89639: Revert Py_SIZE() static inline function
#96119 opened
Aug 19, 2022 -
Fix Py_INCREF() statistics in limited C API 3.10
#96120 opened
Aug 19, 2022 -
gh-96121: Merge sqlite3.Row examples
#96122 opened
Aug 19, 2022 -
gh-96143: Allow Linux perf profiler to see Python calls
#96123 opened
Aug 19, 2022 -
gh-96052: codeop: fix handling compiler warnings in incomplete input
#96132 opened
Aug 20, 2022 -
Add comment to subtle dataclass code
#96133 opened
Aug 20, 2022 -
gh-96096: Add previously undocumented SQLITE_OK/DENY/IGORNE sqlite3 constants
#96134 opened
Aug 20, 2022 -
gh-96021: Explicitly close the IsolatedAsyncioTestCase runner in tests
#96135 opened
Aug 20, 2022 -
gh-94635: Frame sqlite3 how-to headings as such & move default adapters to Reference
#96136 opened
Aug 20, 2022 -
GH-96071: add regression test for #96071
#96137 opened
Aug 20, 2022 -
GH-96145: Add AttrDict to JSON module for use with object_hook
#96146 opened
Aug 20, 2022 -
use github issue tracker (configure.ac)
#96160 opened
Aug 21, 2022 -
gh-88233: zipfile: handle extras after a zip64 extra
#96161 opened
Aug 21, 2022 -
gh-95196: Fixed instances of types.ClassMethodDescriptorType not being pickled correctly
#96162 opened
Aug 21, 2022
48 Issues closed by 28 people
-
Confusing tutorial terms (documentation)
#96152 closed
Aug 21, 2022 -
io.StringIO constructor info is misleading
#95880 closed
Aug 21, 2022 -
Bad error message from subprocess module
#96147 closed
Aug 21, 2022 -
Out of bounds co_* tuple access is allowed
#95222 closed
Aug 21, 2022 -
Cannot use concurrent.futures.ThreadPoolExecutor() within a loop
#95875 closed
Aug 21, 2022 -
test_gdb fails on FreeBSD buildbots
#95887 closed
Aug 21, 2022 -
Alpha
#96131 closed
Aug 20, 2022 -
Note for "Boolean Operations — and, or, not" wrongly suggests priority as syntax error reason
#96103 closed
Aug 19, 2022 -
There's no readline module on Windows Python (cmd.Cmd)
#90028 closed
Aug 19, 2022 -
AST Optimization: inlining of function calls
#54608 closed
Aug 19, 2022 -
Small bug in makeunicodedata.py
#96019 closed
Aug 19, 2022 -
Missing returns on errros in _asynciomodule.c
#95808 closed
Aug 19, 2022 -
Itertools tee doc wording mistake
#96039 closed
Aug 19, 2022 -
Inaccurate emulation of _PyType_Lookup() in the Descriptor HOWTO
#95822 closed
Aug 19, 2022 -
Document the thread safety of `functools.lru_cache`
#93179 closed
Aug 18, 2022 -
Experiment with LLVM BOLT binary optimizer
#90536 closed
Aug 18, 2022 -
Improve the sqlite3 reference
#95273 closed
Aug 18, 2022 -
Use -Wl,--dynamic-list=x.list, not -Xlinker -export-dynamic
#54321 closed
Aug 18, 2022 -
Add Spearman correlation support to statistics.correlation()
#95861 closed
Aug 18, 2022 -
Improve the sqlite3 tutorial
#95271 closed
Aug 18, 2022 -
Python 3.11.0rc1 build failing on Ubuntu 20.04 VM
#96050 closed
Aug 18, 2022 -
Typo hint message for from-imports?
#91058 closed
Aug 18, 2022 -
Lib/_strptime.py: utilize all()
#76982 closed
Aug 18, 2022 -
_tkinter build issue on Centos7 due changing TK/TCL detection by configure script.
#95957 closed
Aug 18, 2022 -
Shutdown issue on Windows OS
#96067 closed
Aug 18, 2022 -
High cpu usage using asyncio streams
#87862 closed
Aug 18, 2022 -
multiprocessing.Pool gets stuck indefinitely when the child process is killed manually
#96061 closed
Aug 18, 2022 -
TaskGroup suppresses grouped exceptions due to parent task cancellation
#95704 closed
Aug 18, 2022 -
count() affects data in demo().The scope of the variable has been changed.
#96060 closed
Aug 18, 2022 -
Some opcodes leave frame->prev_instr in an incorrect state
#96049 closed
Aug 17, 2022 -
Flawed assumptions about `tp_dictoffset` in inheritance.
#95589 closed
Aug 17, 2022 -
recursive call within generator expression is O(depth)
#84406 closed
Aug 17, 2022 -
[subinterpreters] Improve Interpreter Isolation for Uses of PyArg_Parser
#95909 closed
Aug 16, 2022 -
README.rst: installing multiple versions: typo
#75372 closed
Aug 16, 2022 -
C language typos
#95969 closed
Aug 16, 2022 -
Consider changing URLs to https in docs
#91838 closed
Aug 16, 2022 -
Machine integers
#39880 closed
Aug 16, 2022 -
zipimporter find_module fullname mis-documented
#52647 closed
Aug 16, 2022 -
IDLE: use ttk.spinbox with configdialog
#78143 closed
Aug 16, 2022 -
asyncio.Runner+PidfdChildWatcher leaves zombie processes
#95899 closed
Aug 15, 2022 -
Add LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE combined opcode
#90979 closed
Aug 15, 2022 -
Add `BINARY_SLICE` and `STORE_SLICE` instructions.
#94163 closed
Aug 15, 2022 -
crypt module fails to import in FIPS mode
#95231 closed
Aug 15, 2022 -
Recommendations for resolving dependency issues
#95990 closed
Aug 15, 2022 -
ArgumentParser crashes on whitespace-only help messages
#95842 closed
Aug 15, 2022
44 Issues opened by 39 people
-
Significant performance degradation in logging.TimedRotatingFileHandler due to fix to #89564
#96159 opened
Aug 21, 2022 -
Clarification of method definition
#96154 opened
Aug 21, 2022 -
libpython3.9 not handling undefined symbols properly (Linux)
#96153 opened
Aug 21, 2022 -
`BUILTINS` is not a valid field name for a frozen dataclass
#96151 opened
Aug 21, 2022 -
Add AttrDict to JSON module for use with object_hook
#96145 opened
Aug 20, 2022 -
importlib.metadata.Distribution.files empty for editable install
#96144 opened
Aug 20, 2022 -
Allow the linux perf profiler to see Python calls
#96143 opened
Aug 20, 2022 -
`match_args`, `slots` and possibly `kw_only` missing from `__dataclass_params__`
#96142 opened
Aug 20, 2022 -
unittest: tearDown is not called if asyncSetUp fails
#96139 opened
Aug 20, 2022 -
The term "typechecks" is confusingly used as an adjective
#96130 opened
Aug 19, 2022 -
Calling inspect.signature with an AsyncMock instance raises an exception
#96127 opened
Aug 19, 2022 -
GH-95234 introduced an incorrect condition in the code
#96125 opened
Aug 19, 2022 -
Merge sqlite3.Row (reference) example with the Row How-to Guide
#96121 opened
Aug 19, 2022 -
Promote concurrent.futures in threading and multiprocessing docs
#96098 opened
Aug 19, 2022 -
SQLITE_OK, SQLITE_DENY and SQLITE_IGNORE not explicitly documented
#96096 opened
Aug 19, 2022 -
traceback.walk_stack(None) does not behave the same as traceback.walk_stack(inspect.currentframe())
#96092 opened
Aug 18, 2022 -
Lib/typing.py Missing field _name for _AnnotatedAlias
#96079 opened
Aug 18, 2022 -
The os.sched_yield() implementation in posixmodule.c doesn't release the GIL
#96078 opened
Aug 18, 2022 -
test_launcher fails on installed 3.11.0rc1
#96076 opened
Aug 18, 2022 -
Move interned dictionary to global runtime state
#96075 opened
Aug 18, 2022 -
Lib/inspect.py: Avoid wild replacement in formatannotation
#96073 opened
Aug 18, 2022 -
Deadlock when calling PyGILState_Ensure() from a fresh C thread
#96071 opened
Aug 18, 2022 -
Document object layout, particularly the managed dictionary.
#96068 opened
Aug 18, 2022 -
multiprocessing.Pool gets stuck indefinitely when the child process is killed manually
#96062 opened
Aug 18, 2022 -
Avoid extraneous copy when `_recv`ing bytes through pipes in multiprocessing "connections"
#96059 opened
Aug 17, 2022 -
extra space in the str.split doc
#96056 opened
Aug 17, 2022 -
faulthandler prints "Segmentation fault" on non SIGSEGV signal deaths
#96055 opened
Aug 17, 2022 -
codeop: inconsistent handling of invalid escapes
#96052 opened
Aug 17, 2022 -
Crash in specialize_dict_access(): type->ht_cached_keys is NULL on a pybind11 type
#96046 opened
Aug 17, 2022 -
TimeoutError not raised by 'timeout' context manager when "side errors" occur
#96037 opened
Aug 17, 2022 -
Tweak asyncio.Runner loop_factory docs to emphasize that the default case *does* call `set_event_loop()`
#96036 opened
Aug 16, 2022 -
urlparse does not correctly handle signs, underscores, and whitespace in port numbers
#96035 opened
Aug 16, 2022 -
IsolatedAsyncioTestCase calls _setupAsyncioRunner even for skipped tests
#96030 opened
Aug 16, 2022 -
"Coroutines and Tasks" page does not appear to be clear about what `asyncio.create_task` does
#96023 opened
Aug 16, 2022 -
IsolatedAsyncioTestCase `__del__` could be dangerous
#96021 opened
Aug 16, 2022 -
Compiler warnings in main / 3.11
#96017 opened
Aug 16, 2022 -
urljoin works incorrectly for two path-relative URLs involving . and ..
#96015 opened
Aug 16, 2022 -
[WASI] getpath.py does not handle "Capabilities insufficient" (ENOTCAPABLE)
#96005 opened
Aug 15, 2022 -
Functional tests for argument clinic
#96002 opened
Aug 15, 2022 -
Mistake in python documentation related to escape sequences
#95994 opened
Aug 15, 2022 -
Test Limited API in _testcapi module
#95991 opened
Aug 15, 2022
131 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-69142: add %:z strftime format code
#95983 commented on
Aug 19, 2022 • 23 new comments -
bpo-32904: Fix a potential crash in os.chdir() and os.getcwd() on Windows
#5802 commented on
Aug 21, 2022 • 18 new comments -
gh-95973: Add a new --with-dsymutil option to link debug information in macOS
#95974 commented on
Aug 16, 2022 • 16 new comments -
gh-64490: Fix bugs in argument clinic varargs processing
#32092 commented on
Aug 19, 2022 • 15 new comments -
Source-less python distributions + PEP3147
#95827 commented on
Aug 19, 2022 • 8 new comments -
zipfile regression in 3.11 beta: ignores utf8 flag and removes it from existing entries
#95463 commented on
Aug 16, 2022 • 6 new comments -
Subtle issue with borrowed references in extensions.
#95797 commented on
Aug 18, 2022 • 6 new comments -
Restructure the sqlite3 docs table-of-contents
#94635 commented on
Aug 20, 2022 • 6 new comments -
rename asyncio tests so they have readable names by adding a suffix to them
#95772 commented on
Aug 16, 2022 • 5 new comments -
Running tests in parallel quits too soon
#95027 commented on
Aug 18, 2022 • 5 new comments -
List and document remaining significant PEPs in What's New in 3.11
#95914 commented on
Aug 19, 2022 • 5 new comments -
sys.exit() caught in async event loop exception handler
#69675 commented on
Aug 16, 2022 • 4 new comments -
comparison chaining in assertions produces wrong source positions in bytecode
#95921 commented on
Aug 19, 2022 • 4 new comments -
Asyncio raise ConnectionResetError without the message set.
#94061 commented on
Aug 20, 2022 • 4 new comments -
gh-88569: add `os.path.isreserved()`
#95486 commented on
Aug 20, 2022 • 4 new comments -
Install stable ABI library in pydebug builds (`libpython3d.so`)
#95682 commented on
Aug 17, 2022 • 3 new comments -
bpo-32780: Fix the PEP3118 format string for ctypes.Structure
#5561 commented on
Aug 15, 2022 • 3 new comments -
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour
#93823 commented on
Aug 18, 2022 • 3 new comments -
gh-94682: Build and test with OpenSSL 1.1.1q
#94683 commented on
Aug 18, 2022 • 3 new comments -
gh-95601: restore support for awaitable objects that are not futures in `asyncio.wait` and deprecate that support
#95708 commented on
Aug 17, 2022 • 3 new comments -
gh-91248: Add PyFrame_GetVar() function
#95712 commented on
Aug 19, 2022 • 3 new comments -
IDLE: Update offline doc locations for linux
#60012 commented on
Aug 16, 2022 • 2 new comments -
Support the use of the managed pre-header in builtin classes.
#95707 commented on
Aug 16, 2022 • 2 new comments -
Deprecate collections.abc.ByteString
#91896 commented on
Aug 17, 2022 • 2 new comments -
pathlib .suffix, .suffixes, .stem unexpected behavior for pathname with trailing dot
#82805 commented on
Aug 18, 2022 • 2 new comments -
Metabug: Improving C-level coverage
#94808 commented on
Aug 18, 2022 • 2 new comments -
glob.glob with ** does not always detect symlink loops
#88041 commented on
Aug 19, 2022 • 2 new comments -
tkinter window fails to appear approx 10% of the time on MacOS 12.3+
#95769 commented on
Aug 19, 2022 • 2 new comments -
In-place copy of a package gets metadata from installed package
#94181 commented on
Aug 20, 2022 • 2 new comments -
Callbacks pended by `Py_AddPendingCall` will never be invoked if the main thread doesn't release GIL
#95820 commented on
Aug 20, 2022 • 2 new comments -
bpo-33413: asyncio.gather without a special Future
#6694 commented on
Aug 18, 2022 • 2 new comments -
gh-94518: [_posixsubprocess] Replace variable validity flags with reserved values
#94687 commented on
Aug 18, 2022 • 2 new comments -
gh-94906: Support multiple steps in math.nextafter
#94908 commented on
Aug 15, 2022 • 2 new comments -
gh-95588: Drop the safety claim from `ast.literal_eval` docs.
#95919 commented on
Aug 17, 2022 • 2 new comments -
gh-94808: Coverage: Test that maximum indentation level is handled
#95926 commented on
Aug 17, 2022 • 2 new comments -
repr(subclass of typing.Any) shows typing.Any not <__main__.subclass of typing.Any>
#95987 commented on
Aug 15, 2022 • 1 new comment -
Add an option to include debug information in the Python executable and shared libraries in MacOS
#95973 commented on
Aug 15, 2022 • 1 new comment -
wait_for(coro, timeout=0) memleak
#81223 commented on
Aug 15, 2022 • 1 new comment -
Let math.nextafter() compute multiple steps at a time.
#94906 commented on
Aug 15, 2022 • 1 new comment -
Target libc based suffix (-musl/-gnu) in PLATFORM_TRIPLET is chosen based on build machine configuration instead of configuration of the target
#95855 commented on
Aug 15, 2022 • 1 new comment -
Button clicked failed when mouse hover tooltip and tooltip destroyed
#90338 commented on
Aug 15, 2022 • 1 new comment -
Poor performance when reading large xmlrpc data
#70237 commented on
Aug 15, 2022 • 1 new comment -
Explain what a source module is
#93378 commented on
Aug 16, 2022 • 1 new comment -
Makefile / configure.ac: realpath is not available on macOS
#95952 commented on
Aug 16, 2022 • 1 new comment -
`dis.dis` on empty classes does nothing
#95940 commented on
Aug 16, 2022 • 1 new comment -
respect cgroups limits when trying to allocate memory
#86577 commented on
Aug 16, 2022 • 1 new comment -
[Patch] Stop using inet_ntoa() when possible.
#72805 commented on
Aug 16, 2022 • 1 new comment -
zipfile.testzip() using progressive file reads
#45108 commented on
Aug 16, 2022 • 1 new comment -
Accept Final as indicating ClassVar for dataclass
#89547 commented on
Aug 17, 2022 • 1 new comment -
Documentation about PyTypeObject being part of the Stable ABI
#95300 commented on
Aug 17, 2022 • 1 new comment -
os.symlink: FileExistsError shows wrong message
#73843 commented on
Aug 17, 2022 • 1 new comment -
urllib ResourceWarning in case of usage of FTP
#86242 commented on
Aug 17, 2022 • 1 new comment -
Email example using imaginary library installation error.
#82530 commented on
Aug 17, 2022 • 1 new comment -
Windows "Edit with IDLE >" only has one selection
#90752 commented on
Aug 17, 2022 • 1 new comment -
class body bytecode uses less efficient *_NAME opcodes
#86351 commented on
Aug 17, 2022 • 1 new comment -
list.insert is slow, likely due to manual memmove
#83982 commented on
Aug 17, 2022 • 1 new comment -
Log formatters which use newlines to separate messages should quote newlines for security reasons
#94503 commented on
Aug 17, 2022 • 1 new comment -
Split up _testcapimodule.c
#93649 commented on
Aug 18, 2022 • 1 new comment -
async related issues on Windows 11
#91845 commented on
Aug 18, 2022 • 1 new comment -
Make Executor.map work with infinite/large inputs correctly
#74028 commented on
Aug 18, 2022 • 1 new comment -
More compact range iterator
#89189 commented on
Aug 18, 2022 • 1 new comment -
Define instance mutability explicitly on type objects?
#69179 commented on
Aug 19, 2022 • 1 new comment -
asyncio.gather behaves inconsistently when handling KeyboardInterruption/SystemExit
#93122 commented on
Aug 19, 2022 • 1 new comment -
asyncio subprocess cannot read from /dev/stdin
#90522 commented on
Aug 19, 2022 • 1 new comment -
Allow accessing all arguments by name on mock call objects
#95839 commented on
Aug 19, 2022 • 1 new comment -
sys.settrace - document 'some other code blocks' for 'call' event type
#57440 commented on
Aug 19, 2022 • 1 new comment -
pdb cannot find source code for frozen stdlib modules
#93696 commented on
Aug 21, 2022 • 1 new comment -
sysconfig --generate-posix-vars creates wrong file when cross compiling
#90067 commented on
Aug 21, 2022 • 1 new comment -
Zipfile lib overwrites the extra field during closing when the archive size is more then ZIP64_LIMIT
#88233 commented on
Aug 21, 2022 • 1 new comment -
zipfile: cannot create zip file from files with non-utf8 filenames
#89009 commented on
Aug 21, 2022 • 1 new comment -
Python 3.10 hang at exit in drop_gil() (due to resource warning at exit?)
#91414 commented on
Aug 22, 2022 • 1 new comment -
bpo-33092: Better bytecodes for f-strings
#6132 commented on
Aug 16, 2022 • 1 new comment -
bpo-13940: imaplib: All string arguments are now quoted when necessary.
#6395 commented on
Aug 16, 2022 • 1 new comment -
bpo-33222: Add canonicalisation to paths in site test suite.
#6434 commented on
Aug 16, 2022 • 1 new comment -
bpo-33257: Fix race conditions for non-threaded Tcl
#6444 commented on
Aug 16, 2022 • 1 new comment -
bpo-33318: Move folding tuples of constants from peephole.c into compiler.c.
#6545 commented on
Aug 16, 2022 • 1 new comment -
bpo-33397: IDLE Help: Modifications for font size
#6665 commented on
Aug 17, 2022 • 1 new comment -
bpo-33473: Be slightly better about CFLAGS, LDFLAGS, and related
#6771 commented on
Aug 17, 2022 • 1 new comment -
bpo-33484: Link instead of run certain test programs
#6781 commented on
Aug 18, 2022 • 1 new comment -
bpo-32414: PyCapsule_Import() now imports submodules if needed.
#6898 commented on
Aug 19, 2022 • 1 new comment -
bpo-33568: Fix inconsistent behavior of non-ascii handling in EmailPolicy.fold
#6986 commented on
Aug 19, 2022 • 1 new comment -
bpo-23860: Remove unneeded lseek() call in mmap.mmap() (on Windows)
#7017 commented on
Aug 20, 2022 • 1 new comment -
bpo-34837: Multiprocessing.Pool API Extension - Pass Data to Workers w/o Globals
#9627 commented on
Aug 15, 2022 • 1 new comment -
gh-82530: Bubble comment upwards for email example
#92218 commented on
Aug 17, 2022 • 1 new comment -
gh-94471: Enable pointer authentication on aarch64 builds
#94472 commented on
Aug 15, 2022 • 1 new comment -
gh-95023: Added os.setns and os.unshare to easily switch between namespaces on Linux
#95046 commented on
Aug 21, 2022 • 1 new comment -
GH-95238: lazily compute line number for tracebacks
#95237 commented on
Aug 20, 2022 • 1 new comment -
gh-87597: Decode subprocess output in text mode when timeout is hit
#95579 commented on
Aug 15, 2022 • 1 new comment -
GH-95896: posixmodule.c: osdefs.h inclusion should not depend on compiler
#95897 commented on
Aug 18, 2022 • 1 new comment -
gh-94808: Coverage: Check picklablability of calliter
#95923 commented on
Aug 17, 2022 • 1 new comment -
Ambiguity in behavior of ArgumentParser prefix_chars when same flag is specified with different prefixes
#95836 commented on
Aug 16, 2022 • 0 new comments -
Improve clarity of signal.siginterrupt docs
#69745 commented on
Aug 16, 2022 • 0 new comments -
Consider improving the clarity of unittest.mock.create_autospec
#74733 commented on
Aug 16, 2022 • 0 new comments -
test_importlib.util.writes_bytecode_files decorator make false success instead of skipped when -B given
#95971 commented on
Aug 16, 2022 • 0 new comments -
Micro-optimization: Use memmove instead of for loop in list.insert()
#94508 commented on
Aug 17, 2022 • 0 new comments -
Move slice creation to the compiler for constants
#86620 commented on
Aug 17, 2022 • 0 new comments -
Email header with ;;;; stuffing takes very long to parse
#87075 commented on
Aug 17, 2022 • 0 new comments -
Add dedicated slot for sending values
#86251 commented on
Aug 17, 2022 • 0 new comments -
In some cases asyncio.wait_for can lead to socket leak.
#81839 commented on
Aug 17, 2022 • 0 new comments -
SSLContext.load_verify_locations leaks memory on Linux in async code
#84904 commented on
Aug 17, 2022 • 0 new comments -
C Unpickler memory leak via memo
#85594 commented on
Aug 17, 2022 • 0 new comments -
readline.replace_history_item still leaks memory
#56395 commented on
Aug 17, 2022 • 0 new comments -
test_socket fails with sem_init: Too many open files
#66798 commented on
Aug 17, 2022 • 0 new comments -
tkinter tk.createcommand memory leak
#80937 commented on
Aug 17, 2022 • 0 new comments -
Memory leak in Modules/sre_lib.h
#67877 commented on
Aug 17, 2022 • 0 new comments -
Run gc_collect() before complaining about dangling threads
#77031 commented on
Aug 17, 2022 • 0 new comments -
test_httpservers hangs since Python 3.5
#69282 commented on
Aug 17, 2022 • 0 new comments -
Add the close method for ElementTree.iterparse() object
#69893 commented on
Aug 17, 2022 • 0 new comments -
multiprocessing.Process file descriptor resource leak
#83716 commented on
Aug 17, 2022 • 0 new comments -
support for Awaitable objects in `asyncio.wait` removed in 3.11
#95601 commented on
Aug 18, 2022 • 0 new comments -
Update to OpenSSL 1.1.1q
#94682 commented on
Aug 18, 2022 • 0 new comments -
Efficient reverse line iterator
#44691 commented on
Aug 18, 2022 • 0 new comments -
Emit ResourceWarning when implicitly terminating a suspended frame?
#72815 commented on
Aug 18, 2022 • 0 new comments -
Edit What's New for Python 3.11
#95913 commented on
Aug 19, 2022 • 0 new comments -
unusual behaviour in asyncio.TaskGroup in the presence of GeneratorExit, StopIteration, KeyboardInterrupt and SystemExit
#95571 commented on
Aug 20, 2022 • 0 new comments -
"Embedding Python in Another Application" documentation examples use deprecated functions
#95709 commented on
Aug 21, 2022 • 0 new comments -
test_asyncio's `GenericWatcherTests.test_create_subprocess_fails_with_inactive_watcher` is not run
#95010 commented on
Aug 21, 2022 • 0 new comments -
bpo-32548: IDLE: Convert labels to hyperlinks in help_about
#5178 commented on
Aug 15, 2022 • 0 new comments -
bpo-39610: Raise TypeError for len(memoryview_0d)
#18463 commented on
Aug 15, 2022 • 0 new comments -
bpo-41839: Fix error checking in sched_get_priority_ functions
#22374 commented on
Aug 19, 2022 • 0 new comments -
bpo-19561: Remove unnecessary gethostname() prototype for Solaris
#23208 commented on
Aug 19, 2022 • 0 new comments -
bpo-41843: Reenable use of sendfile in shutil module on Solaris
#23893 commented on
Aug 19, 2022 • 0 new comments -
bpo-10483: fix definition of executable file for http.server on windows
#30216 commented on
Aug 21, 2022 • 0 new comments -
bpo-47058: Skip tests failing on Solaris
#31978 commented on
Aug 19, 2022 • 0 new comments -
bpo-47215: Add undocumented, unstable FrameStack API for use by greenlets and similar libraries.
#32303 commented on
Aug 17, 2022 • 0 new comments -
gh-95011: Migrate syslog module to Argument Clinic
#95012 commented on
Aug 17, 2022 • 0 new comments -
gh-95065: Add AC support for deprecating positional use of optional params
#95151 commented on
Aug 18, 2022 • 0 new comments -
gh-95413: remove references to deprecated CGI library
#95414 commented on
Aug 15, 2022 • 0 new comments -
remove asyncio from contextlib async tests
#95888 commented on
Aug 16, 2022 • 0 new comments -
Returns archive's absolute path rather than name
#95894 commented on
Aug 21, 2022 • 0 new comments -
gh-95913: Fix and copyedit New Features section of 3.11 What's New
#95915 commented on
Aug 19, 2022 • 0 new comments