Insights: python/cpython
Overview
Could not load contribution data
Please try again later
78 Pull requests merged by 26 people
-
gh-98831: rewrite RERAISE and CLEANUP_THROW in the instruction definition DSL
#101511 merged
Feb 2, 2023 -
[3.11] Docs: improve accuracy of sqlite3 `check_same_thread` parameter (GH-101351)
#101512 merged
Feb 2, 2023 -
[3.10] Docs: improve accuracy of sqlite3 `check_same_thread` parameter (GH-101351)
#101513 merged
Feb 2, 2023 -
Docs: improve accuracy of sqlite3 `check_same_thread` parameter
#101351 merged
Feb 1, 2023 -
gh-98831: Modernize the LOAD_GLOBAL family
#101502 merged
Feb 1, 2023 -
gh-101467: Correct py.exe handling of prefix matches and cases when only one runtime is installed
#101468 merged
Feb 1, 2023 -
gh-98831: rewrite PUSH_EXC_INFO and conditional jumps in the instruction definition DSL
#101481 merged
Feb 1, 2023 -
gh-98831: Modernize the LOAD_ATTR family
#101488 merged
Feb 1, 2023 -
[3.11] gh-101498 : Fix asyncio.Timeout example in docs (GH-101499)
#101501 merged
Feb 1, 2023 -
gh-101498 : Updated Doc/library/asyncio-task.rst#timeout
#101499 merged
Feb 1, 2023 -
[3.11] gh-101454: fix documentation for END_ASYNC_FOR (#101455)
#101493 merged
Feb 1, 2023 -
gh-101454: fix documentation for END_ASYNC_FOR
#101455 merged
Feb 1, 2023 -
gh-101277: Isolate itertools, add group and _grouper types to module state
#101302 merged
Feb 1, 2023 -
gh-101317: Add ssl_shutdown_timeout parameter for StreamWriter.start_tls()
#101335 merged
Feb 1, 2023 -
datetime.rst: fix combine() signature
#101490 merged
Feb 1, 2023 -
[3.10] gh-98657: [docs] `array.typecodes` is a module-level attribute (GH-98729)
#101484 merged
Feb 1, 2023 -
[3.11] gh-98657: [docs] `array.typecodes` is a module-level attribute (GH-98729)
#101483 merged
Feb 1, 2023 -
GH-100288: Skip extra work when failing to specialize `LOAD_ATTR`
#101354 merged
Jan 31, 2023 -
gh-101409: Improve generated clinic code for self type checks
#101411 merged
Jan 31, 2023 -
gh-98831: rewrite BEFORE_ASYNC_WITH and END_ASYNC_FOR in the instruction definition DSL
#101458 merged
Jan 31, 2023 -
gh-101469: Optimise get_io_state() by using _PyModule_GetState()
#101470 merged
Jan 31, 2023 -
[3.11] gh-101440: fix json snippet error in logging-cookbook.rst (GH-101439)
#101463 merged
Jan 31, 2023 -
[3.10] gh-101440: fix json snippet error in logging-cookbook.rst (GH-101439)
#101464 merged
Jan 31, 2023 -
gh-101440: fix json snippet error in logging-cookbook.rst
#101439 merged
Jan 31, 2023 -
[3.10] gh-99276 - Updated Doc/faq/general.rst (GH-101396)
#101462 merged
Jan 31, 2023 -
[3.11] gh-99276 - Updated Doc/faq/general.rst (GH-101396)
#101461 merged
Jan 31, 2023 -
gh-99276 - Updated Doc/faq/general.rst
#101396 merged
Jan 31, 2023 -
[3.11] gh-101400: Fix incorrect lineno in exception message on contin…
#101447 merged
Jan 31, 2023 -
[3.10] gh-101400: Fix incorrect lineno in exception message on contin…
#101448 merged
Jan 31, 2023 -
[3.11] Add JOBS parameter to docs Makefile (GH-101395)
#101459 merged
Jan 31, 2023 -
[3.10] Add JOBS parameter to docs Makefile (GH-101395)
#101460 merged
Jan 31, 2023 -
Add JOBS parameter to docs Makefile
#101395 merged
Jan 31, 2023 -
gh-98831: rewrite GET_LEN, GET_ITER, BEFORE_WITH and a few simple opcodes in the instruction definition DSL
#101443 merged
Jan 31, 2023 -
[3.11] gh-77607: Improve accuracy of os.path.join docs (GH-101406)
#101451 merged
Jan 31, 2023 -
[3.10] gh-77607: Improve accuracy of os.path.join docs (GH-101406)
#101452 merged
Jan 31, 2023 -
[3.11] Fixes typo in asyncio.TaskGroup context manager code example (GH-101449)
#101450 merged
Jan 31, 2023 -
gh-77607: Improve accuracy of os.path.join docs
#101406 merged
Jan 31, 2023 -
Fixes typo in asyncio.TaskGroup context manager code example
#101449 merged
Jan 31, 2023 -
gh-98831: Clean up and add cache size static_assert to macro
#101442 merged
Jan 31, 2023 -
gh-101400: Fix incorrect lineno in exception message on continue/break which are not in a loop
#101413 merged
Jan 30, 2023 -
[3.11] gh-101229: Add tests for aliases of imported names (GH-101230)
#101433 merged
Jan 30, 2023 -
[3.10] gh-101229: Add tests for aliases of imported names (GH-101230)
#101434 merged
Jan 30, 2023 -
gh-101229: Add tests for aliases of imported names
#101230 merged
Jan 30, 2023 -
GH-101369: Allow macros as family members
#101399 merged
Jan 30, 2023 -
gh-59956: Clarify Runtime State Status Expectations
#101308 merged
Jan 30, 2023 -
[3.9] gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)
#101425 merged
Jan 30, 2023 -
[3.8] gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)
#101428 merged
Jan 30, 2023 -
[3.11] gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)
#101427 merged
Jan 30, 2023 -
[3.10] gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)
#101426 merged
Jan 30, 2023 -
[3.7] gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)
#101429 merged
Jan 30, 2023 -
gh-101422: (docs) TarFile default errorlevel argument is 1, not 0
#101424 merged
Jan 30, 2023 -
GH-101291: Refactor the `PyLongObject` struct
#101292 merged
Jan 30, 2023 -
[3.10] gh-98240: Updated Path.rename docs, when it is atomic (GH-98245)
#101414 merged
Jan 30, 2023 -
[3.11] gh-98240: Updated Path.rename docs, when it is atomic (GH-98245)
#101415 merged
Jan 30, 2023 -
gh-98831: Support conditional effects; use for LOAD_ATTR
#101333 merged
Jan 30, 2023 -
gh-39615: fix warning on return type mismatch
#101407 merged
Jan 30, 2023 -
[3.11] Fix trivial typo in shebang example (GH-101385)
#101392 merged
Jan 29, 2023 -
[3.10] Fix trivial typo in shebang example (GH-101385)
#101393 merged
Jan 29, 2023 -
gh-89381: Fix invalid signatures of math/cmath.log
#101404 merged
Jan 29, 2023 -
Fix trivial typo in shebang example
#101385 merged
Jan 28, 2023 -
GH-100485: Add extended accuracy test. Switch to faster fma() based variant.
#101383 merged
Jan 28, 2023 -
gh-101386: fix typos found by codespell
#101387 merged
Jan 28, 2023 -
gh-39615: Add warnings.warn() skip_file_prefixes support
#100840 merged
Jan 28, 2023 -
gh-101341: Remove unncessary enum._power_of_two function
#101342 merged
Jan 28, 2023 -
[3.11] [doc] Add a section on logging handler configuration order. (GH-101380) (GH-101382)
#101382 merged
Jan 27, 2023 -
[3.10] [doc] Add a section on logging handler configuration order. (GH-101380) (GH-101381)
#101381 merged
Jan 27, 2023 -
[doc] Add a section on logging handler configuration order. (GH-101380)
#101380 merged
Jan 27, 2023 -
[3.11] [doc] Add some notices to logging configuration documentation. (GH-101373) (GH-101376)
#101376 merged
Jan 27, 2023 -
[3.10] [doc] Add some notices to logging configuration documentation. (GH-101373) (GH-101375)
#101375 merged
Jan 27, 2023 -
[doc] Add some notices to logging configuration documentation. (GH-101373)
#101373 merged
Jan 27, 2023 -
gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Windows
#101352 merged
Jan 27, 2023 -
Speed-up and improve accuracy with Rump Algorithms (3.1) and (5.10)
#101366 merged
Jan 27, 2023 -
gh-101000: Add os.path.splitroot()
#101002 merged
Jan 27, 2023 -
Fix typos in pystate.c file
#101348 merged
Jan 26, 2023 -
gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows
#101307 merged
Jan 26, 2023 -
gh-98831: Fix two bugs in case generator
#101349 merged
Jan 26, 2023
32 Pull requests opened by 26 people
-
GH-71966: Sync-up docstrings in C version of the the decimal module
#101350 opened
Jan 26, 2023 -
gh-101357: use `os.path.exists()` etc from pathlib
#101361 opened
Jan 27, 2023 -
gh-101360: Fix anchor matching in pathlib.PureWindowsPath.match()
#101363 opened
Jan 27, 2023 -
Improve the efficiency of instantiating DynOptionsMenu instances.
#101371 opened
Jan 27, 2023 -
gh-101313: add -h and --help arguments to the webbrowser module
#101374 opened
Jan 27, 2023 -
gh-101377: improving test_locale_calendar_formatweekday of calendar
#101378 opened
Jan 27, 2023 -
GH-100288: Specialize class attribute loads
#101379 opened
Jan 27, 2023 -
gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3…
#101388 opened
Jan 28, 2023 -
gh-101390: Correct the documentation of imporlib.util.LazyLoader.factory
#101391 opened
Jan 28, 2023 -
gh-101266: Fix __sizeof__ for subclasses of int
#101394 opened
Jan 28, 2023 -
gh-73435: Implement recursive wildcards in pathlib.PurePath.match()
#101398 opened
Jan 28, 2023 -
datetime.rst: correct timedelta description
#101417 opened
Jan 30, 2023 -
gh-101384: add socket timeout to ThreadedVSOCKSocketStreamTest and skip it on WSL
#101419 opened
Jan 30, 2023 -
gh-59956: Partial Fix for GILState API Compatibility with Subinterpreters
#101431 opened
Jan 30, 2023 -
gh-101432: Update the docs for inspect.getcoroutinestate
#101435 opened
Jan 30, 2023 -
gh-97933: inline list/dict/set comprehensions in functions
#101441 opened
Jan 30, 2023 -
gh-101444: Optimize bytearray slice assignment for bytes
#101445 opened
Jan 31, 2023 -
generic freelist, applied to ints
#101453 opened
Jan 31, 2023 -
GH-48962: Fix duplicate values in the list when deepcopying a subclass list
#101466 opened
Jan 31, 2023 -
gh-101472: Add nargs='...' to the reference of add_argument in argparse
#101473 opened
Jan 31, 2023 -
Documentation: Explain using Match.expand with \g<0>
#101475 opened
Jan 31, 2023 -
gh-101476: Add _PyType_GetModuleState
#101477 opened
Jan 31, 2023 -
gh-100925: Move array methods under class in array doc
#101485 opened
Feb 1, 2023 -
gh-101486: Make IsolatedAsyncioTestCase less picky about what is async [DO-NOT-MERGE]
#101487 opened
Feb 1, 2023 -
gh-101410: Improve error messages in math module
#101492 opened
Feb 1, 2023 -
GH-55089: Add a boolean format option to do_mkvalue
#101496 opened
Feb 1, 2023 -
gh-90889: Deprecate pathlib methods when required functions are missing.
#101505 opened
Feb 1, 2023 -
fix(tutorial,venv): replace PyPI description with link
#101506 opened
Feb 1, 2023 -
docs: Fix enum reassign `str` documentation
#101507 opened
Feb 1, 2023 -
gh-98831: Modernize CALL and family
#101508 opened
Feb 1, 2023 -
gh-100920: Update documentation for asyncio wait_close
#101514 opened
Feb 2, 2023 -
gh-98831: rewrite SEND, GET_YIELD_FROM_ITER, RETURN_GENERATOR in the instruction definition DSL
#101516 opened
Feb 2, 2023
50 Issues closed by 24 people
-
It appears that I can only write one line of code at a time. It may be me,,
#101510 closed
Feb 2, 2023 -
Python launcher does not filter when only one runtime is installed
#101467 closed
Feb 1, 2023 -
Improper call to `asyncio.Timeout.expired`
#101498 closed
Feb 1, 2023 -
Upgrade OpenSSL bundled with windows to 1.1.1s
#100180 closed
Feb 1, 2023 -
Documentation of END_ASYNC_FOR is out of date and incorrect
#101454 closed
Feb 1, 2023 -
Update pickle opcode documentation in pickletools for 3.x
#53513 closed
Feb 1, 2023 -
Argument Clinic: improve generated code for `subclass_of` checks
#101479 closed
Feb 1, 2023 -
Please add the `ssl_shutdown_timeout` parameter for `StreamWriter.start_tls()` in asyncio
#101317 closed
Feb 1, 2023 -
[subinterpreters] crash in _elementtree when parsing in parallel
#92123 closed
Feb 1, 2023 -
Support building against homebrew on macOS
#75457 closed
Feb 1, 2023 -
Wrong example in more_itertools.unique_everseen
#101491 closed
Feb 1, 2023 -
datetime timestamp for 2022/03/13 2:00:00
#101482 closed
Feb 1, 2023 -
Argument clinic: improve generated code for self converter type checks
#101409 closed
Jan 31, 2023 -
Optimise `get_io_state()`
#101469 closed
Jan 31, 2023 -
Why string_at function in python3 gives different result for ubuntu linux, MacOs, Amazon Linux?
#101075 closed
Jan 31, 2023 -
Enhance Python's Memory Instrumentation with COUNT_ALLOCS
#77239 closed
Jan 31, 2023 -
Use a more principled approach to freelists
#89738 closed
Jan 31, 2023 -
From doesn't work
#101465 closed
Jan 31, 2023 -
extra comma (,) in the json snippet in Doc/howto/logging-cookbook.rst
#101440 closed
Jan 31, 2023 -
Add link to the first article about Python
#99276 closed
Jan 31, 2023 -
Negative line number in stacktrace exception
#101400 closed
Jan 31, 2023 -
Wrong Spanish translation for math.floor
#101457 closed
Jan 31, 2023 -
`floor()` function definition error (only in spanish)
#101456 closed
Jan 31, 2023 -
[doc] Behavior of os.path.join does not match documentation
#77607 closed
Jan 31, 2023 -
error handling in the compiler is inconsistent
#99955 closed
Jan 31, 2023 -
Aliases for imported names is not tested in `test_ast.py`
#101229 closed
Jan 30, 2023 -
Bytecode interpreter generator should support composing instructions from parts.
#101369 closed
Jan 30, 2023 -
Subprocess stdin does not allow tempfile.SpooledTemporaryFile
#101136 closed
Jan 30, 2023 -
Updating documentation for path lib.Path.rename
#98240 closed
Jan 30, 2023 -
typed opargs in the compiler
#101241 closed
Jan 29, 2023 -
Misleading description for bisect_left function
#101402 closed
Jan 29, 2023 -
ipaddress.ip_network('0.0.0.0/0').is_private == True
#82836 closed
Jan 29, 2023 -
raise AttributeError if loading fails in ctypes.LibraryLoader.__getattr__
#78997 closed
Jan 29, 2023 -
raise a Warning when os.fork() is called and the process has multiple threads
#100228 closed
Jan 29, 2023 -
Returning None from a callback with restype py_object decrements None's refcount too much
#81061 closed
Jan 29, 2023 -
pathlib.PurePath properties annotated with .. data directive
#86610 closed
Jan 29, 2023 -
`ast.NodeTransformer` is not tested
#100518 closed
Jan 29, 2023 -
Set function not returning ordered set.
#101389 closed
Jan 28, 2023 -
typos found by codespell
#101386 closed
Jan 28, 2023 -
Micro-optimize _PyMemoTable_ResizeTable for finding the smallest valid table size.
#101367 closed
Jan 28, 2023 -
decimal.to_eng_string gives wrong engineering notation in some cases
#101329 closed
Jan 28, 2023 -
Remove unncessary enum._power_of_two function
#101341 closed
Jan 28, 2023 -
`zipfile.Path.read_text` & `.open` methods with a positional `encoding` arg causes a TypeError
#101144 closed
Jan 27, 2023 -
site.abs_paths should handle None __cached__ type
#77580 closed
Jan 27, 2023 -
Support compiling with clang-cl on Windows
#77532 closed
Jan 27, 2023 -
A little optimization
#101365 closed
Jan 27, 2023 -
Add os.path.splitroot() function
#101000 closed
Jan 27, 2023 -
unittest.mock does not work on WebAssembly build of CPython
#96883 closed
Jan 26, 2023 -
unittest.mock.patch does not work on WASM build
#96630 closed
Jan 26, 2023 -
Jayblaycode
#101355 closed
Jan 26, 2023
41 Issues opened by 35 people
-
SystemExit handling in TaskGroups
#101515 opened
Feb 2, 2023 -
Isolate the faulthandler Module Between Interpreters
#101509 opened
Feb 1, 2023 -
argparse - make return type from `add_subparsers` public
#101503 opened
Feb 1, 2023 -
sysconfig.get_path('platstdlib') return paths in virtual environments (or otherwise weird)
#101500 opened
Feb 1, 2023 -
Cannot patch __call__ on an object with vectorcall defined
#101497 opened
Feb 1, 2023 -
Enhance builtin iterables like list, range with async methods like __aiter__, __anext__,...
#101495 opened
Feb 1, 2023 -
Add comments parsing flag to ast.parse
#101494 opened
Feb 1, 2023 -
cannot in-place update set with keys_view using |=
#101478 opened
Jan 31, 2023 -
Add _PyType_GetModuleState for fast module access from heap type methods
#101476 opened
Jan 31, 2023 -
Parsing arguments using argparse can lead to SIGSTOP
#101474 opened
Jan 31, 2023 -
Add nargs='...' to the reference of add_argument in argparse
#101472 opened
Jan 31, 2023 -
PYTHONPATH is not picked up in isolated mode even if use_environment is 1
#101471 opened
Jan 31, 2023 -
OrderedDict dict/list representation
#101446 opened
Jan 31, 2023 -
bytearray slice assignment for bytes is much slower than that for bytearray
#101444 opened
Jan 31, 2023 -
ElementTree.iterparse "leaks" file descriptor when not exhausted
#101438 opened
Jan 30, 2023 -
_PyInterpreterState_DeleteExceptMain() May Cause Problems During Fork
#101437 opened
Jan 30, 2023 -
Requiring A Current Thread State for PyThreadState_Clear(), etc. is Problematic
#101436 opened
Jan 30, 2023 -
Docs out of date for getcoroutinestate?
#101432 opened
Jan 30, 2023 -
_tracemalloc__get_object_traceback doesn't handle objects with pre-headers correctly
#101430 opened
Jan 30, 2023 -
Misleading: "The statement import results in bytecode resembling __import__"
#101423 opened
Jan 30, 2023 -
tarfile.errorlevel is 1, not 0
#101422 opened
Jan 30, 2023 -
Diacritics are not considered part of words
#101421 opened
Jan 30, 2023 -
os.walk() silent about non-directory
#101420 opened
Jan 30, 2023 -
Bug on multiprocessing.shared_memory.ShareableList
#101416 opened
Jan 30, 2023 -
Customize and improve error messages in the math module.
#101410 opened
Jan 29, 2023 -
PyObject_GC_Resize doesn't check preheader size
#101408 opened
Jan 29, 2023 -
python 3.11.1 support for OpenSSL 3.0 on Windows
#101401 opened
Jan 29, 2023 -
Possible small mistake in the documentation of importlib.util.LazyLoader.factory
#101390 opened
Jan 28, 2023 -
Unit test test.test_socket.ThreadedVSOCKSocketStreamTest.testStream hangs on WSL2 ubuntu
#101384 opened
Jan 28, 2023 -
Improve test_locale_calendar_formatweekday of calendar
#101377 opened
Jan 27, 2023 -
unicodedata: is_normalized claims nothing is normalized in any form when using the 3.2.0 database
#101372 opened
Jan 27, 2023 -
IntEnum access is slower in 3.11 vs 3.10
#101370 opened
Jan 27, 2023 -
Optimize pathlib path construction
#101362 opened
Jan 27, 2023 -
pathlib.PureWindowsPath.match() mishandles path anchors
#101360 opened
Jan 26, 2023 -
Description of asyncio.Event.clear inconsistent with threading.Event.clear
#101359 opened
Jan 26, 2023 -
Optimize makedirs on Windows
#101358 opened
Jan 26, 2023 -
Improve Windows performance of `pathlib.Path.is_file` and friends
#101357 opened
Jan 26, 2023 -
Add fast Windows implementation for os.path.isjunction
#101356 opened
Jan 26, 2023 -
_SSLProtocolTransport is not closing after connection loss
#101353 opened
Jan 26, 2023
110 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-101196: Make isdir/isfile/exists faster on Windows
#101324 commented on
Feb 1, 2023 • 49 new comments -
cmath.log has an invalid signature
#89381 commented on
Jan 31, 2023 • 9 new comments -
Support moving across filesystems in pathlib.Path, as shutil.move() does
#73991 commented on
Feb 1, 2023 • 8 new comments -
gh-99203: `shutil.make_archive()`: restore select CPython <= 3.10.5 behavior
#99802 commented on
Jan 31, 2023 • 8 new comments -
gh-85747: Active voice & suggested edits, 'running/stopping loop' & 'callbacks' subsections of asyncio-eventloop.rst
#100270 commented on
Feb 2, 2023 • 7 new comments -
Finish up LOAD_ATTR specialisation
#100288 commented on
Jan 29, 2023 • 6 new comments -
gh-95299: Stop installing setuptools as a part of ensurepip and venv
#101039 commented on
Feb 2, 2023 • 6 new comments -
gh-101283: Try to load the fallback cmd.exe by an absolute path
#101286 commented on
Jan 31, 2023 • 6 new comments -
Specialization of some instructions does not conform to PEP 659, and prevents PEP 669
#100982 commented on
Jan 27, 2023 • 5 new comments -
Add eager task creation API to asyncio
#97696 commented on
Feb 1, 2023 • 5 new comments -
unusual behaviour in asyncio.TaskGroup in the presence of GeneratorExit, StopIteration, KeyboardInterrupt and SystemExit
#95571 commented on
Feb 2, 2023 • 5 new comments -
Trivial Change: Remove unhelpful doc in `datetime.timedelta`
#100164 commented on
Jan 31, 2023 • 5 new comments -
gh-100458: Clarify Enum.__format__() change of mixed-in types in the whatsnew/3.11.rst
#100387 commented on
Feb 1, 2023 • 5 new comments -
Calling `help` executes @classmethod @property decorated methods
#89519 commented on
Jan 27, 2023 • 4 new comments -
gh-99108: Import SHA2-224 and SHA2-256 from HACL*
#99109 commented on
Jan 31, 2023 • 4 new comments -
Unable to Link OpenSSL in CPython with WASI on M1 Macbook
#101345 commented on
Jan 27, 2023 • 3 new comments -
Inline dict/list/set comprehensions in the compiler for better performance
#97933 commented on
Jan 30, 2023 • 3 new comments -
Use zlib-ng or chromium's zlib rather than mainline stale zlib in binary releases
#91349 commented on
Jan 31, 2023 • 3 new comments -
No zlib in WASI
#93819 commented on
Feb 1, 2023 • 3 new comments -
gh-72496: Implemented patch to improve performance of string.Template
#99177 commented on
Feb 1, 2023 • 3 new comments -
gh-100176: Tools/iobench: Remove redundant compat code for Python <= 3.2
#100197 commented on
Jan 30, 2023 • 3 new comments -
GH-84559: Deprecate fork being the multiprocessing default.
#100618 commented on
Feb 2, 2023 • 3 new comments -
Sharing instance of proxy object across processes results in pickle errors
#101320 commented on
Jan 27, 2023 • 2 new comments -
`int` and `set` subclass `__sizeof__` under-reports the instance dictionary pointer
#101266 commented on
Jan 28, 2023 • 2 new comments -
pathlib.Path.glob does not follow symlinks
#77609 commented on
Jan 29, 2023 • 2 new comments -
logging documentation is tough for beginners
#98731 commented on
Jan 29, 2023 • 2 new comments -
PosixPath() constructor should not accept strings with embedded NUL bytes
#66345 commented on
Jan 31, 2023 • 2 new comments -
Documentation is too personalized
#62480 commented on
Feb 1, 2023 • 2 new comments -
Isolate the itertools extension module
#101277 commented on
Feb 1, 2023 • 2 new comments -
asyncio Streams wait_closed
#100920 commented on
Feb 2, 2023 • 2 new comments -
bpo-31078: Propogate use_rawinput to recursive pdb (debug command)
#2947 commented on
Feb 2, 2023 • 2 new comments -
gh-84436: Implement Immortal Instances
#19474 commented on
Feb 1, 2023 • 2 new comments -
gh-98705: Fix AIX build
#98768 commented on
Feb 2, 2023 • 2 new comments -
GH-90744: Fix erroneous doc links in the sys module
#101319 commented on
Feb 1, 2023 • 2 new comments -
Docs use deprecated Sphinx `.. index::` entries
#97950 commented on
Jan 26, 2023 • 1 new comment -
Add optimized versions of isdir / isfile on Windows
#101196 commented on
Jan 26, 2023 • 1 new comment -
tempfile seems to treat a file as a directory when processing an exception in the onerror()
#87319 commented on
Jan 26, 2023 • 1 new comment -
datetime.strptime becomes None after first run in WASM environment
#101026 commented on
Jan 26, 2023 • 1 new comment -
IDLE: replace DynOptionMenu with a ttk Combobox or OptionMenu
#71942 commented on
Jan 27, 2023 • 1 new comment -
identify cross builds by a more generic environment setting.
#72312 commented on
Jan 27, 2023 • 1 new comment -
tarfile cannot handle high UIDs such as 734_380_696 (or at least the test fails)
#101334 commented on
Jan 27, 2023 • 1 new comment -
openssl unsupported hash type blake2s error after building cpython 3.11.1 with openssl
#101148 commented on
Jan 27, 2023 • 1 new comment -
pathlib.Path.with_name() handles '.' and '..' inconsistently
#81311 commented on
Jan 27, 2023 • 1 new comment -
inspect.signature returns incorrect result on a @staticmethod and a @classmethod
#101293 commented on
Jan 28, 2023 • 1 new comment -
Allow copying of CodecInfo objects
#66143 commented on
Jan 28, 2023 • 1 new comment -
Support recursive wildcards in pathlib.PurePath.match()
#73435 commented on
Jan 29, 2023 • 1 new comment -
[pathlib] issues with Windows device paths
#78079 commented on
Jan 29, 2023 • 1 new comment -
Exception while handling exception in email.msg.get('message-id')
#94306 commented on
Jan 29, 2023 • 1 new comment -
Bug report: shutil.make_archive() makes empty archive file even when root_dir does not exists
#99203 commented on
Jan 29, 2023 • 1 new comment -
Python fails to read a script whose path is `/dev/fd/X`
#87235 commented on
Jan 29, 2023 • 1 new comment -
Use OpenSSL 3.0 in our binary builds
#99079 commented on
Jan 30, 2023 • 1 new comment -
get_lock() method is not present for Values created using multiprocessing.Manager()
#79967 commented on
Jan 30, 2023 • 1 new comment -
Signal if there is an OpenSSL major version mismatch
#99951 commented on
Jan 30, 2023 • 1 new comment -
Inconsistent validation of defaults in `argparse`
#100949 commented on
Jan 30, 2023 • 1 new comment -
Segmentation fault during the test__xxsubinterpreters test
#100981 commented on
Jan 30, 2023 • 1 new comment -
[subinterpreters] Make the PyGILState API compatible with subinterpreters
#59956 commented on
Jan 30, 2023 • 1 new comment -
Python 3.10 hang at exit in drop_gil() (due to resource warning at exit?)
#91414 commented on
Jan 30, 2023 • 1 new comment -
better name for re.error Exception class.
#83162 commented on
Jan 31, 2023 • 1 new comment -
Use a principled, and consistent, implementation of freelists.
#100240 commented on
Jan 31, 2023 • 1 new comment -
freeze.py not working properly with OS X framework builds
#65701 commented on
Feb 1, 2023 • 1 new comment -
base64.b85encode uses significant amount of RAM
#101178 commented on
Feb 1, 2023 • 1 new comment -
Document pickle behavior for subclasses of dicts/lists
#48962 commented on
Feb 1, 2023 • 1 new comment -
Undocumented interaction between kwargs default= and cls= for json.dump() function
#101332 commented on
Feb 1, 2023 • 1 new comment -
Improve Interpreter Isolation
#100227 commented on
Feb 1, 2023 • 1 new comment -
Context manager support for `contextvars.Context`
#99633 commented on
Feb 2, 2023 • 1 new comment -
datetime.astimezone() method does not handle invalid local times as required by PEP 495
#83861 commented on
Feb 2, 2023 • 1 new comment -
bpo-22253: Add support to unnamed sections in ConfigParser
#2735 commented on
Jan 31, 2023 • 1 new comment -
bpo-41279: Add StreamReaderBufferedProtocol
#21446 commented on
Jan 28, 2023 • 1 new comment -
gh-87766: fix highlight location for f-string field errors
#92856 commented on
Jan 31, 2023 • 1 new comment -
gh-96305: Fix AIX build by avoiding subprocess during bootstrap
#96429 commented on
Feb 2, 2023 • 1 new comment -
gh-89727: Fix pathlib.Path.walk RecursionError on deep trees
#100282 commented on
Feb 1, 2023 • 1 new comment -
GH-66143: Allow copying of CodecInfo object
#100432 commented on
Jan 30, 2023 • 1 new comment -
gh-89550: Buffer GzipFile.write to reduce execution time by ~15%
#101251 commented on
Jan 27, 2023 • 1 new comment -
gh-101267: [bug] ProcessPoolExecutor should not share one BrokenProcessPool exception among all failed futures
#101268 commented on
Jan 31, 2023 • 1 new comment -
gh-101277: Isolate itertools, part 2/4
#101303 commented on
Feb 2, 2023 • 1 new comment -
Improve secrets with attribute randrange(n, m)
#101064 commented on
Jan 26, 2023 • 0 new comments -
Sync-up docstrings in C version of the the decimal module
#71966 commented on
Jan 26, 2023 • 0 new comments -
Consider upgrading bundled Tk to 8.6.13
#99834 commented on
Jan 27, 2023 • 0 new comments -
webbrowser CLI has no --help?
#101313 commented on
Jan 27, 2023 • 0 new comments -
accept numeric strings in `logging._checkLevel` (and maybe floats)
#101255 commented on
Jan 27, 2023 • 0 new comments -
`len` built-in overwritten in `ssl.py` leading to "'int' object is not callable" error
#97558 commented on
Jan 28, 2023 • 0 new comments -
Enhance frame handing in warnings.warn() to skip by module rather that stacklevel
#39615 commented on
Jan 29, 2023 • 0 new comments -
Proposal: re.prefixmatch method (alias for re.match)
#86519 commented on
Jan 30, 2023 • 0 new comments -
IDLE: Add "selected" section to Statusbar
#92822 commented on
Jan 30, 2023 • 0 new comments -
Do Not Allow Static Objects to be Deallocated
#101265 commented on
Jan 30, 2023 • 0 new comments -
Improve layout of the documentation for array
#100925 commented on
Feb 1, 2023 • 0 new comments -
do_mkvalue and 'boolean'
#55089 commented on
Feb 1, 2023 • 0 new comments -
pathlib.Path methods can raise NotImplementedError
#90889 commented on
Feb 1, 2023 • 0 new comments -
AIX build fails with the main branch
#98705 commented on
Feb 2, 2023 • 0 new comments -
Generate the interpreter
#98831 commented on
Feb 2, 2023 • 0 new comments -
gh-63301: Set exit code when tabnanny CLI exits on error
#7699 commented on
Feb 1, 2023 • 0 new comments -
bpo-45509: Check gzip headers for corrupted fields
#29028 commented on
Jan 30, 2023 • 0 new comments -
bpo-24301: Do not fail when gzip files have trailing garbage
#29847 commented on
Jan 30, 2023 • 0 new comments -
gh-86519: Add prefixmatch APIs to the re module
#31137 commented on
Jan 30, 2023 • 0 new comments -
gh-92822: IDLE - Add a selection label to window statusbars
#92823 commented on
Jan 30, 2023 • 0 new comments -
gh-94588: Add errata for Python 3.7 release notes
#94639 commented on
Jan 30, 2023 • 0 new comments -
gh-99138: Isolate _zoneinfo
#99218 commented on
Feb 1, 2023 • 0 new comments -
gh-99633: Add context manager support to `contextvars.Context`
#99634 commented on
Feb 2, 2023 • 0 new comments -
gh-99761: add invalid_index macro
#99762 commented on
Jan 26, 2023 • 0 new comments -
[3.10] GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (GH-99768)
#99817 commented on
Jan 29, 2023 • 0 new comments -
GH-100807: 🔥 Drop unused `BADF` def from stdlib `socket`
#100807 commented on
Jan 29, 2023 • 0 new comments -
gh-100870: A per-class type cache
#100869 commented on
Jan 27, 2023 • 0 new comments -
gh-100985: Consistently wrap IPv6 IP address during CONNECT
#100986 commented on
Feb 2, 2023 • 0 new comments -
gh-100762: Switch order of exception match in gen_close
#101011 commented on
Feb 1, 2023 • 0 new comments -
GH-101112: Provide pattern overview for `Path.glob`
#101223 commented on
Jan 27, 2023 • 0 new comments -
gh-100925: List array methods under class in array doc
#101239 commented on
Feb 1, 2023 • 0 new comments -
gh-101277: Isolate itertools, part 3/4
#101304 commented on
Feb 1, 2023 • 0 new comments -
gh-101277: Isolate itertools, part 4/4
#101305 commented on
Feb 1, 2023 • 0 new comments -
gh-97933: add opcode for more efficient comprehension execution
#101310 commented on
Jan 30, 2023 • 0 new comments -
code.rst: add missing versionadded comment
#101347 commented on
Jan 26, 2023 • 0 new comments