-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Insights: python/cpython
Overview
Could not load contribution data
Please try again later
32 Pull requests merged by 18 people
-
[3.14] GH-137426: Remove code deprecation of
importlib.abc.ResourceLoader
(GH-137567)#137654 merged
Aug 12, 2025 -
[3.14] gh-137288: Update version in magic number log (GH-137665)
#137667 merged
Aug 12, 2025 -
gh-137288: Update 3.14 magic numbers
#137665 merged
Aug 12, 2025 -
[3.13] Update pre-commit hooks (GH-137591)
#137641 merged
Aug 12, 2025 -
gh-135228: When @dataclass(slots=True) replaces a dataclass, make the original class collectible (take 2)
#137047 merged
Aug 12, 2025 -
[3.13] gh-126008: Improve docstrings for Tkinter cget and configure methods (GH-133303)
#137661 merged
Aug 12, 2025 -
gh-126008: Improve docstrings for Tkinter cget and configure methods
#133303 merged
Aug 12, 2025 -
[3.13] gh-137583: Only lock the SSL context, not the SSL socket (GH-137588)
#137613 merged
Aug 12, 2025 -
[3.13] gh-131885: Use positional-only markers for
max()
andmin()
(GH-131868)#137657 merged
Aug 11, 2025 -
gh-131885: Updates docs to make max and min iterable param positional only
#131868 merged
Aug 11, 2025 -
[3.13] gh-125897: Mark range function parameters as positional only (GH-125945)
#137653 merged
Aug 11, 2025 -
GH-137426: Remove code deprecation of
importlib.abc.ResourceLoader
#137567 merged
Aug 11, 2025 -
gh-125897: Use positional-only parameter indicators for
range()
#125945 merged
Aug 11, 2025 -
[3.13] gh-137400: Fix a crash when disabling profiling across all threads (gh-137471)
#137649 merged
Aug 11, 2025 -
gh-137400: Fix a crash when disabling profiling across all threads
#137471 merged
Aug 11, 2025 -
[3.14] gh-137200: support frame lineno setter with
BRANCH_LEFT
andBRANCH_RIGHT
events (GH-137229)#137280 merged
Aug 11, 2025 -
[3.13] Add test for opening an SQLite with bytes path (GH-136331)
#137633 merged
Aug 11, 2025 -
gh-115766: Fix IPv4Interface.is_unspecified
#137326 merged
Aug 11, 2025 -
gh-128813: cleanup C-API docs for PyComplexObject
#137579 merged
Aug 11, 2025 -
gh-135953: Profile a module or script with sampling profiler
#136777 merged
Aug 11, 2025 -
[3.13] Fix documentation of hash in PyHash_FuncDef (GH-137595)
#137643 merged
Aug 11, 2025 -
Fix documentation of hash in PyHash_FuncDef
#137595 merged
Aug 11, 2025 -
[3.14] Update pre-commit hooks (GH-137591)
#137621 merged
Aug 11, 2025 -
Add test for opening an SQLite with bytes path
#136331 merged
Aug 11, 2025 -
Update pre-commit hooks
#137591 merged
Aug 10, 2025 -
[3.13] gh-136914: Fix support of cached functions and properties in DocTest's lineno computation (GH-136930)
#137615 merged
Aug 10, 2025 -
gh-137583: Only lock the SSL context, not the SSL socket
#137588 merged
Aug 10, 2025 -
[3.14] gh-131338: Disable computed stack limit checks on non-glibc linux (GH-134336)
#137175 merged
Aug 10, 2025 -
[3.14] gh-119711: describe
create_datagram_endpoint
's behavior in asyncio whenlocal_addr
isNone
(GH-136913)#137164 merged
Aug 10, 2025 -
gh-136571: Convert more code in datetime to Argument Clinic
#136573 merged
Aug 9, 2025 -
GH-132532: Add new DSL macros to better declare semantics of exits at ends of instructions/uops.
#137098 merged
Aug 9, 2025
35 Pull requests opened by 20 people
-
[DOC] Add label to Unicode Properties subsection on how-to
#137592 opened
Aug 9, 2025 -
Docs: replace an esoteric Von Neumann mention
#137598 opened
Aug 9, 2025 -
gh-137597: Clarify flattening and bugfix for itertools.tee
#137599 opened
Aug 9, 2025 -
gh-137600: Promote `ast` node constructor deprecation warnings to errors
#137601 opened
Aug 9, 2025 -
gh-73487: Convert ``_decimal`` to use Argument Clinic (part 1)
#137606 opened
Aug 10, 2025 -
gh-131798: Remove bounds check when indexing into tuples with a constant index
#137607 opened
Aug 10, 2025 -
gh-89905: Correct `-R` option doc
#137608 opened
Aug 10, 2025 -
gh-137609: Update signatures of builtins in the documentation
#137610 opened
Aug 10, 2025 -
gh-137609: Change names of some positional-only parameters in builtins
#137611 opened
Aug 10, 2025 -
gh-137562: Fix github-issue number with deallocated objects in cache
#137614 opened
Aug 10, 2025 -
[3.14] gh-136914: Fix support of cached functions and properties in DocTest's lineno computation (GH-136930)
#137616 opened
Aug 10, 2025 -
GH-137618: Require Python 3.10 to Python 3.15 for PYTHON_FOR_REGEN
#137619 opened
Aug 10, 2025 -
GH-92266: Remove embedded tabs from ``c-analyzer/cpython/_parser.py``
#137622 opened
Aug 10, 2025 -
GH-137623: Begin enforcing docstring length in Argument Clinic
#137624 opened
Aug 11, 2025 -
gh-137576: Fix for Basic REPL Showing Incorrect Code in Tracebacks with PYTHONSTARTUP
#137625 opened
Aug 11, 2025 -
gh-137627: Make `csv.Sniffer.sniff()` 2x faster
#137628 opened
Aug 11, 2025 -
GH-137630: Convert ``_interpreters`` to use Argument Clinic
#137631 opened
Aug 11, 2025 -
[3.14] Add test for opening an SQLite with bytes path (GH-136331)
#137632 opened
Aug 11, 2025 -
gh-137634: Modernizing `calendar.HTMLCalendar` for HTML Output
#137635 opened
Aug 11, 2025 -
gh-73487: Convert _decimal to use Argument Clinic (part 2)
#137637 opened
Aug 11, 2025 -
gh-89152: Note truth testing exception in `stdtypes.rst`
#137640 opened
Aug 11, 2025 -
[3.14] Fix documentation of hash in PyHash_FuncDef (GH-137595)
#137642 opened
Aug 11, 2025 -
[3.10] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027)
#137644 opened
Aug 11, 2025 -
[3.9] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027)
#137645 opened
Aug 11, 2025 -
[3.14] gh-137400: Fix a crash when disabling profiling across all threads (gh-137471)
#137648 opened
Aug 11, 2025 -
gh-128042: Update docs to not use CFLAGS=-O0 with --enable-optimizations
#137651 opened
Aug 11, 2025 -
[3.14] gh-125897: Mark range function parameters as positional only (GH-125945)
#137652 opened
Aug 11, 2025 -
Always initialize exception handler for new instruction
#137655 opened
Aug 11, 2025 -
[3.14] gh-131885: Use positional-only markers for ``max()`` and ``min()`` (GH-131868)
#137656 opened
Aug 11, 2025 -
[3.14] gh-126008: Improve docstrings for Tkinter cget and configure methods (GH-133303)
#137660 opened
Aug 12, 2025 -
Add internal doc describing the stack protection mechanism
#137663 opened
Aug 12, 2025 -
gh-137668: Document that ord() supports also bytes and bytearray
#137669 opened
Aug 12, 2025 -
[3.13] Lint: Create a project-wide ``.ruff.toml`` settings file (GH-133124)
#137670 opened
Aug 12, 2025
33 Issues closed by 10 people
-
`importlib.abc.SourceLoader` issues `DeprecationWarning` because it inherits from `ResourceLoader`
#137426 closed
Aug 12, 2025 -
Inconsistent behavior when parsing IP address
#80001 closed
Aug 12, 2025 -
Tkinter ttk widgets cget() returning _tkinter.Tcl_Obj instead of str
#126008 closed
Aug 12, 2025 -
Show the type of the return value in "hash"
#137659 closed
Aug 12, 2025 -
[subinterpreters] PEP 554 implementation: add interpreters module
#76785 closed
Aug 11, 2025 -
Document the asyncio shell
#84994 closed
Aug 11, 2025 -
builtin type kwargs
#85810 closed
Aug 11, 2025 -
Update actions/checkouts to v5
#137646 closed
Aug 11, 2025 -
Improvements to documentation for PyUnicode_FS{Converter,Decoder}
#86850 closed
Aug 11, 2025 -
192.0.0.8 (IPv4 dummy address) considered globally reachable
#87103 closed
Aug 11, 2025 -
Add str.replaceall?
#87181 closed
Aug 11, 2025 -
build from 3.9.1 tarball on WSL failed
#87392 closed
Aug 11, 2025 -
IP Interface is_unspecified broken
#115766 closed
Aug 11, 2025 -
`url2pathname()` mishandles URL with Windows drive in netloc
#137059 closed
Aug 11, 2025 -
Support perf profiler with an evaluation hook
#137291 closed
Aug 11, 2025 -
Dead link in the time library page
#137499 closed
Aug 11, 2025 -
Deprecate PyComplexObject.cval and soft-deprecate _Py_c*() API
#128813 closed
Aug 11, 2025 -
Inconsistent '#include' notation in extensions tutorial doc
#87488 closed
Aug 11, 2025 -
Doctest ELLIPSIS explanation hard to follow when they're missing
#87842 closed
Aug 11, 2025 -
Segmentation fault on Python 3.14 rc1 on macOS
#137617 closed
Aug 11, 2025 -
DocTests for functools.cache()-decorated functions have no line number
#136914 closed
Aug 10, 2025 -
ssl.create_default_context() throws: "ssl.SSLError: [X509] unknown error (_ssl.c:4035)"
#108721 closed
Aug 10, 2025 -
[doc] replace 'distutils' examples with 'setuptools'
#90163 closed
Aug 10, 2025 -
caret location for syntax error pointing with f-strings
#90433 closed
Aug 10, 2025 -
Reading `cafile` from `ssl.create_default_context` causes ~143,000 disk operations in Windows
#137560 closed
Aug 10, 2025 -
spam
#137605 closed
Aug 10, 2025 -
spam
#137602 closed
Aug 10, 2025 -
spam
#137603 closed
Aug 10, 2025 -
Convert more datetime constructors and methods to Argument Clinic
#136571 closed
Aug 9, 2025 -
Wrong information about negative slice steps
#137359 closed
Aug 9, 2025 -
inspect.signature does not work for datetime classes
#88784 closed
Aug 9, 2025
22 Issues opened by 15 people
-
The implementation for suggestions in "ModuleNotFoundError" in REPL
#137671 opened
Aug 12, 2025 -
ord() for bytes and bytearray is not documented
#137668 opened
Aug 12, 2025 -
Inconsistent dataclass order behavior on Python 3.13+
#137658 opened
Aug 12, 2025 -
Dependabot updates have ceased to be
#137650 opened
Aug 11, 2025 -
Semantic and documentation of Interpreter.prepare_main()
#137639 opened
Aug 11, 2025 -
[infra][CI] Deal with the sunset of `macos-13` @ GHA by Sep 1, 2025
#137638 opened
Aug 11, 2025 -
Modernizing `calendar.HTMLCalendar` for HTML Output
#137634 opened
Aug 11, 2025 -
Convert ``_interpreters`` to Argument Clinic
#137630 opened
Aug 11, 2025 -
The docstring of `dict()` should match the doc of `dict()` and it should be more understandable
#137629 opened
Aug 11, 2025 -
`csv.Sniffer._guess_delimiter()` iterates over all ASCII on each line
#137627 opened
Aug 11, 2025 -
The error messages of `dict()` and `dict().update()` should say `positional argument` instead of only `argument`
#137626 opened
Aug 11, 2025 -
Argument Clinic: Enforce summary line length
#137623 opened
Aug 11, 2025 -
PYTHON_FOR_REGEN does not allow 3.14 or 3.15
#137618 opened
Aug 10, 2025 -
Update signatures of builtins in the documentation
#137609 opened
Aug 10, 2025 -
Modify get_externals.py to download binary dependencies from GitHub Releases
#137604 opened
Aug 10, 2025 -
Promote `ast` node constructor deprecation warnings to errors
#137600 opened
Aug 9, 2025 -
Note change in behavior for itertools.tee() with "flattening" itertables
#137597 opened
Aug 9, 2025 -
Patched async function not registering calls until coroutine is awaited
#137594 opened
Aug 9, 2025 -
The doc of `dict.update()` should show `update(**other)` instead of `update([other])`
#137593 opened
Aug 9, 2025 -
zipfile tests: some files are left opened
#137589 opened
Aug 9, 2025
160 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-130693: Add options of the tkinter.Text.search method: -nolinestop -all -overlap -strictlimits
#130848 commented on
Aug 11, 2025 • 26 new comments -
gh-137197: Add SSLContext.set_ciphersuites to set TLS 1.3 ciphers
#137198 commented on
Aug 9, 2025 • 26 new comments -
Introduce a structure for .github/CODEOWNERS
#137498 commented on
Aug 11, 2025 • 9 new comments -
gh-137578: support top-level setup statements in `Timer` objects
#137587 commented on
Aug 12, 2025 • 7 new comments -
gh-135427: Fix DeprecationWarning for os.fork when run in threads with -Werror
#136796 commented on
Aug 12, 2025 • 7 new comments -
gh-137400: Fix thread-safety issues when profiling all threads
#137518 commented on
Aug 11, 2025 • 7 new comments -
gh-135056: Add a --header CLI argument to http.server
#135057 commented on
Aug 12, 2025 • 6 new comments -
gh-137205: Document how to safely use PRAGMA during SQLite transactions
#137505 commented on
Aug 11, 2025 • 5 new comments -
GH-132732: Use pure op machinery to optimize various instructions with `_POP_TOP` and `_POP_TWO`
#137577 commented on
Aug 11, 2025 • 4 new comments -
gh-106318: Add example for str.isalpha()
#137557 commented on
Aug 10, 2025 • 4 new comments -
gh-137242: Add Android CI job
#137186 commented on
Aug 12, 2025 • 4 new comments -
gh-92936: update `http.cookies` docs post GH-113663
#137566 commented on
Aug 12, 2025 • 3 new comments -
gh-133656: Remove deprecated `zipimport.zipimporter.load_module`
#133662 commented on
Aug 11, 2025 • 2 new comments -
gh-136672: Docs: Move Enum functions and add examples
#136791 commented on
Aug 12, 2025 • 2 new comments -
gh-137533: document key type coercion limitations in `json.loads`
#137545 commented on
Aug 11, 2025 • 2 new comments -
gh-136728: Refactor build.yml CI config and multissltests.py
#136729 commented on
Aug 11, 2025 • 1 new comment -
gh-64612: Update error handlers list under `open()`
#137304 commented on
Aug 12, 2025 • 1 new comment -
gh-137210: Add a struct, slot & function for checking an extension's ABI
#137212 commented on
Aug 11, 2025 • 1 new comment -
gh-106318: Add example for str.isdecimal()
#137559 commented on
Aug 9, 2025 • 1 new comment -
gh-116738: Make _json module safe in the free-threading build
#119438 commented on
Aug 11, 2025 • 1 new comment -
gh-69619: Add whitespace term to glossary and reference in `stdtypes.rst`
#132568 commented on
Aug 9, 2025 • 1 new comment -
how to migrate a c-extension module to one that supports subinerpreters?
#79601 commented on
Aug 12, 2025 • 0 new comments -
Set a environment variable for venv prompt
#79509 commented on
Aug 12, 2025 • 0 new comments -
Clarify text encoding used to enable UTF-8 mode
#79095 commented on
Aug 12, 2025 • 0 new comments -
python-config.py should be part of the stdlib
#77620 commented on
Aug 12, 2025 • 0 new comments -
Calling help() on a dataclass shows dataclass internal names instead of type names in 3.14 or later
#137530 commented on
Aug 12, 2025 • 0 new comments -
Windows launcher version lookup flawed
#78323 commented on
Aug 12, 2025 • 0 new comments -
Python treats ASCII record separator ('\x1e') as a newline
#78437 commented on
Aug 12, 2025 • 0 new comments -
Lib/sysconfig.py expands non-variables
#78870 commented on
Aug 12, 2025 • 0 new comments -
Add bitwise operations and other missing comparison methods to Python's IP address module
#77155 commented on
Aug 12, 2025 • 0 new comments -
Add documention stating supported Platforms
#77036 commented on
Aug 12, 2025 • 0 new comments -
3.14 regression: slot dataclasses classes leak original class
#135228 commented on
Aug 12, 2025 • 0 new comments -
documentation builds (even local ones) refer to https://docs.python.org/
#76435 commented on
Aug 12, 2025 • 0 new comments -
Argument Clinic: Better internal implementation for `@getter` and `@setter`
#113318 commented on
Aug 12, 2025 • 0 new comments -
gh-133143: Make information about the interpreter ABI more accessible
#137476 commented on
Aug 12, 2025 • 0 new comments -
time.sleep() should support objects with __float__
#79888 commented on
Aug 12, 2025 • 0 new comments -
Improve test coverage for idlelib
#79849 commented on
Aug 12, 2025 • 0 new comments -
Modify to support multiple urls in webbrowser.open
#79912 commented on
Aug 12, 2025 • 0 new comments -
Make dataclasses.field() accept another name for __init__ field's name
#79891 commented on
Aug 12, 2025 • 0 new comments -
Native libcurses on HP-UX not properly detected
#81030 commented on
Aug 12, 2025 • 0 new comments -
venv.EnvBuilder environmental variable hooks
#81530 commented on
Aug 12, 2025 • 0 new comments -
f-string documentation not fully accurate
#81997 commented on
Aug 12, 2025 • 0 new comments -
Launcher help does not mention configuration options
#81737 commented on
Aug 12, 2025 • 0 new comments -
No URL for docs of pth files
#82144 commented on
Aug 12, 2025 • 0 new comments -
venv python reports wrong sys.executable in a subprocess on Windows
#83086 commented on
Aug 12, 2025 • 0 new comments -
Confusing error messages for %-formatting, related to escaped %-characters
#83667 commented on
Aug 12, 2025 • 0 new comments -
LICENSE.TXT file does not contain all incorporated software
#83971 commented on
Aug 12, 2025 • 0 new comments -
Update and Improve README.AIX
#83979 commented on
Aug 12, 2025 • 0 new comments -
Document warnings.WarningMessage ?
#84094 commented on
Aug 12, 2025 • 0 new comments -
os.path.exists and os.path.stat not working on FSLogix Redirected Containers from 3.12 onward
#133965 commented on
Aug 12, 2025 • 0 new comments -
Regression in ssl module between 3.13.5 and 3.13.6: reading from a TLS-encrypted connection blocks
#137583 commented on
Aug 12, 2025 • 0 new comments -
gh-77589: Add unix domain socket for Windows
#137420 commented on
Aug 11, 2025 • 0 new comments -
[3.14] gh-137390: Add missing line continuation character in configure.ac (GH-137391)
#137394 commented on
Aug 11, 2025 • 0 new comments -
gh-87281: Improve documentation for locale.setlocale() and locale.getlocale()
#137313 commented on
Aug 12, 2025 • 0 new comments -
gh-137658: Fix dataclass order method behaviors to align with the equality semantics
#137497 commented on
Aug 12, 2025 • 0 new comments -
[3.9] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027)
#137177 commented on
Aug 11, 2025 • 0 new comments -
[3.10] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027)
#137176 commented on
Aug 11, 2025 • 0 new comments -
gh-137113 docs: note readline no longer supported in REPL after 3.13
#137142 commented on
Aug 10, 2025 • 0 new comments -
[3.14] gh-134698: Hold a lock when the thread state is detached in `ssl` (GH-134724)
#137107 commented on
Aug 10, 2025 • 0 new comments -
gh-81719: Add private members to ``zipfile.ZipFile`` to make it easier to subclass
#137101 commented on
Aug 12, 2025 • 0 new comments -
gh-64192: Make `imap()`/`imap_unordered()` in `multiprocessing.pool` actually lazy
#136871 commented on
Aug 10, 2025 • 0 new comments -
gh-106318: Add example for str.isascii()
#137558 commented on
Aug 9, 2025 • 0 new comments -
gh-74185: repr() of ImportError now contains attributes name and path
#136770 commented on
Aug 11, 2025 • 0 new comments -
gh-136535: Tests: Correct `Py_TPFLAGS_MANAGED_DICT` in `test_class.py`
#136538 commented on
Aug 11, 2025 • 0 new comments -
gh-136507: Fix mimetypes CLI to handle multiple file parameters
#136508 commented on
Aug 11, 2025 • 0 new comments -
gh-133390: Support table, index, trigger, view, column, function, and schema completion in the sqlite3 CLI
#136101 commented on
Aug 9, 2025 • 0 new comments -
gh-135854: Fix function `email.message.Message.get_boundary` strips boundaries twice
#135891 commented on
Aug 9, 2025 • 0 new comments -
gh-135883: Fix sqlite3 CLI keeps part of previous commands when scrolling history
#135884 commented on
Aug 9, 2025 • 0 new comments -
gh-135511 Fixed `NameError` and `AttributeError` lack of the message in IDLE
#135526 commented on
Aug 10, 2025 • 0 new comments -
GH-135379: Top of stack caching for the JIT.
#135465 commented on
Aug 11, 2025 • 0 new comments -
gh-137571: Fix `UnboundLocalError` in `gzip._GzipReader.read()`
#137572 commented on
Aug 11, 2025 • 0 new comments -
[3.14] gh-137026: Add an explainer guide for asyncio (GH-137215)
#137581 commented on
Aug 11, 2025 • 0 new comments -
gh-37817: Allow assignment to __bases__ of direct subclasses of builtin classes
#137585 commented on
Aug 9, 2025 • 0 new comments -
gh-73536: Add support for multi-signatures
#117671 commented on
Aug 10, 2025 • 0 new comments -
gh-84013: normalize directory contents during import
#113447 commented on
Aug 11, 2025 • 0 new comments -
gh-79037: Make the repr of lambda containing the signature and body expression.
#9647 commented on
Aug 12, 2025 • 0 new comments -
REPL incorrectly accepts errorneous `global` statement
#137376 commented on
Aug 12, 2025 • 0 new comments -
Argument Clinic should understand *args and **kwargs parameters
#64490 commented on
Aug 12, 2025 • 0 new comments -
ForwardRef.evaluate() mishandles type_params
#137226 commented on
Aug 12, 2025 • 0 new comments -
Pool.imap doesn't work as advertised
#64192 commented on
Aug 12, 2025 • 0 new comments -
extend json.tool --json-lines to ignore empty rows
#90087 commented on
Aug 10, 2025 • 0 new comments -
Make more methods, functions, built-ins ... clickable
#90080 commented on
Aug 10, 2025 • 0 new comments -
Add note that some multiprocessing examples don't work in the repl
#90072 commented on
Aug 10, 2025 • 0 new comments -
Improve error messages for non-matching `elif`/`else` statements
#89920 commented on
Aug 10, 2025 • 0 new comments -
Better uop coverage in the JIT optimizer
#131798 commented on
Aug 10, 2025 • 0 new comments -
Better error message on failing to create a venv due to failing ensurepip
#89830 commented on
Aug 10, 2025 • 0 new comments -
Unicode and ascii regular expressions do not agree on ascii space characters
#90027 commented on
Aug 10, 2025 • 0 new comments -
[Meta] Research: what can we test with Hypothesis?
#107862 commented on
Aug 10, 2025 • 0 new comments -
Missing `list` symbols in the object inventory
#89923 commented on
Aug 10, 2025 • 0 new comments -
python -h dosen't list -R option
#89905 commented on
Aug 10, 2025 • 0 new comments -
XID_Continue Unicode characters in function/class names highlighted incorrectly (colorizer.py)
#135052 commented on
Aug 10, 2025 • 0 new comments -
Add SSL_CTX_set_client_cert_engine
#72881 commented on
Aug 10, 2025 • 0 new comments -
Fix obsolete comments in gc.c
#137562 commented on
Aug 10, 2025 • 0 new comments -
SIGSEV in `datetime.timedelta` (possibly from datetime's C `delta_new`)
#132413 commented on
Aug 10, 2025 • 0 new comments -
tkinter missing -nolinestop on tk.Text
#130693 commented on
Aug 10, 2025 • 0 new comments -
Add option for "pydoc -b" to open new browser window.
#120359 commented on
Aug 10, 2025 • 0 new comments -
make patchcheck: Allow Tabs in Some Cases
#92266 commented on
Aug 10, 2025 • 0 new comments -
traceback shows wrong source code in basic REPL when PYTHONSTARTUP is set
#137576 commented on
Aug 11, 2025 • 0 new comments -
Optimize math.lcm(*xs)
#102221 commented on
Aug 11, 2025 • 0 new comments -
Build failure of 3.12.9 on Cygwin
#130423 commented on
Aug 11, 2025 • 0 new comments -
Assignment to __bases__ of direct object subclasses
#37817 commented on
Aug 9, 2025 • 0 new comments -
Provide name suggestions for failed attribute deletions
#130425 commented on
Aug 9, 2025 • 0 new comments -
macOS installer shell path management improvements
#137450 commented on
Aug 9, 2025 • 0 new comments -
`gzip._GzipReader.read()` with sometimes uninitialized variable
#137571 commented on
Aug 9, 2025 • 0 new comments -
Replace ctypes.DllGetClassObject and remove DllCanUnloadNow
#127369 commented on
Aug 9, 2025 • 0 new comments -
Unvendor `libmpdec` sources
#115119 commented on
Aug 10, 2025 • 0 new comments -
Create `unittest` assertRaises conventions for exception groups
#137311 commented on
Aug 10, 2025 • 0 new comments -
AIX 7.3 build Error
#137575 commented on
Aug 10, 2025 • 0 new comments -
Documentation for SubprocessTransport.get_pipe_transport return values readable/writable
#90483 commented on
Aug 10, 2025 • 0 new comments -
Automatically check for __slots__-mistakes in Lib
#90456 commented on
Aug 10, 2025 • 0 new comments -
in xml.dom.minidom, Node and DocumentLS appear to be missing __slots__
#90405 commented on
Aug 10, 2025 • 0 new comments -
'I'.lower() should give non dotted i for LANG=tr_TR
#90422 commented on
Aug 10, 2025 • 0 new comments -
Parse assert (x == y, "Descriptive text") as statement params instead of a tuple
#90325 commented on
Aug 10, 2025 • 0 new comments -
Discourage logging f-strings due to security considerations
#90358 commented on
Aug 10, 2025 • 0 new comments -
Modernising "Building C and C++ Extensions"
#108064 commented on
Aug 10, 2025 • 0 new comments -
Python 3.10 email returns invalid Date: header unchanged.
#90169 commented on
Aug 10, 2025 • 0 new comments -
Add simple usage to email module
#90152 commented on
Aug 10, 2025 • 0 new comments -
fileinput.input(path, inplace=True) crashes for valid filename with 252-255 characters
#90123 commented on
Aug 10, 2025 • 0 new comments -
Add test for #55318: socketserver.ForkingMixIn leaves zombies, also fails to reap all zombies in one pass.
#90093 commented on
Aug 10, 2025 • 0 new comments -
EmailMessage as_bytes
#90096 commented on
Aug 10, 2025 • 0 new comments -
[doc] Add re.sub examples with `lamda`
#86767 commented on
Aug 11, 2025 • 0 new comments -
Android CI and binary releases
#137242 commented on
Aug 11, 2025 • 0 new comments -
Add DearPyGui to faq/gui.rst
#85742 commented on
Aug 11, 2025 • 0 new comments -
venv activate scripts do not pass ShellCheck
#85688 commented on
Aug 11, 2025 • 0 new comments -
RFE: Run linkchecker on documentation on the CI
#84947 commented on
Aug 11, 2025 • 0 new comments -
Tutorial 4.7 More on Defining Functions missing screen prompts
#84925 commented on
Aug 11, 2025 • 0 new comments -
Auto Completions with case insensitive
#84709 commented on
Aug 11, 2025 • 0 new comments -
Unreachable code in _PyEval_EvalCode
#84883 commented on
Aug 11, 2025 • 0 new comments -
Stack overflow error from recursion with 3.14.0rc1 on MacOS
#137573 commented on
Aug 11, 2025 • 0 new comments -
PGO/LTO Build Fails With -O0
#128042 commented on
Aug 11, 2025 • 0 new comments -
test_sigwaitinfo fails on NetBSD due to POSIX violation
#137490 commented on
Aug 11, 2025 • 0 new comments -
'dirty' added to sys.version on Linux and Mac source builds depending on git version
#88591 commented on
Aug 11, 2025 • 0 new comments -
Make pdb asyncio aware
#121468 commented on
Aug 11, 2025 • 0 new comments -
CPython-WASM interpreter (python.wasm) never exits the program when it is built on WASI-SDK 27
#137580 commented on
Aug 11, 2025 • 0 new comments -
Use the build triple instead of `build` for the directory name of the build Python in `Tools/wasm/wasi`
#137484 commented on
Aug 11, 2025 • 0 new comments -
venv overwrites existing .gitignore
#135604 commented on
Aug 11, 2025 • 0 new comments -
shutil.copyfile should use ReFS block-level linking on Windows (by invoking CopyFileW)
#137074 commented on
Aug 11, 2025 • 0 new comments -
Built-in function `range` params discrepancy across versions
#125897 commented on
Aug 11, 2025 • 0 new comments -
Update function signatures to use `*` and `/` as needed
#131885 commented on
Aug 11, 2025 • 0 new comments -
[subprocess] run() sometimes ignores timeout in Windows
#87512 commented on
Aug 12, 2025 • 0 new comments -
Add more useful help for special name in `help()`
#137574 commented on
Aug 11, 2025 • 0 new comments -
Sending the sqlite3 autocommit parameter renders this PRAGMA command a no-op
#137205 commented on
Aug 11, 2025 • 0 new comments -
decimal: Use FASTCALL and/or Argument Clinic
#73487 commented on
Aug 11, 2025 • 0 new comments -
strict_timestamps for PyZipFile
#89303 commented on
Aug 11, 2025 • 0 new comments -
Add vendor information
#89145 commented on
Aug 11, 2025 • 0 new comments -
Fix documentation for truth testing
#89152 commented on
Aug 11, 2025 • 0 new comments -
Checkouts stale following changes to .gitattributes
#88942 commented on
Aug 11, 2025 • 0 new comments -
venv fails when called from within long path on Windows
#88733 commented on
Aug 11, 2025 • 0 new comments -
help() module listing displays import warnings from deprecated package modules
#88381 commented on
Aug 11, 2025 • 0 new comments -
venv module does not copy the correct python exe
#87915 commented on
Aug 11, 2025 • 0 new comments -
venv: recreate symlinks on --upgrade
#87679 commented on
Aug 11, 2025 • 0 new comments -
./configure --help describes what --with-ensurepip does poorly
#87631 commented on
Aug 11, 2025 • 0 new comments -
`tarfile.StreamError: seeking backwards is not allowed` due to unskipped block with bad checksum
#130577 commented on
Aug 11, 2025 • 0 new comments -
Link to class and function source code on GitHub
#87378 commented on
Aug 11, 2025 • 0 new comments -
`sys._setprofileallthreads` race condition
#137400 commented on
Aug 11, 2025 • 0 new comments -
Python tutorial misleads users about floor division behavior
#87200 commented on
Aug 11, 2025 • 0 new comments -
Python tutorial could make rules for default argument definition clearer
#87209 commented on
Aug 11, 2025 • 0 new comments -
Make pyvenv style virtual environments easier to configure when embedding Python
#66409 commented on
Aug 11, 2025 • 0 new comments -
Improving various error messages
#135975 commented on
Aug 11, 2025 • 0 new comments -
"trace_at_recursion_limit.py" should be removed from "Python/Lib/test/crashers"
#86901 commented on
Aug 11, 2025 • 0 new comments