Insights: python/cpython
Overview
Could not load contribution data
Please try again later
88 Pull requests merged by 33 people
-
GH-85979: Clarify the vague specification of object.__await__
#22320 merged
Dec 31, 2022 -
GH-87002: fix caching documentation in `struct` module
#24164 merged
Dec 31, 2022 -
gh-100616: Document 'attr' parameter for window.vline() in curses module
#24961 merged
Dec 30, 2022 -
gh-87980: Fix the error message for disallowed __weakref__ slots
#25362 merged
Jan 1, 2023 -
Fix filename comment: moved to Include/pydtrace.d
#28539 merged
Dec 31, 2022 -
gh-94603: micro optimize list.pop
#94604 merged
Dec 27, 2022 -
gh-92446: Fix Argparse and LZMACompressor Docs
#94627 merged
Dec 26, 2022 -
gh-55688: Add note about ending backslashes for raw strings
#94768 merged
Dec 28, 2022 -
gh-96773 Fixing documentation of socket backlog
#96778 merged
Jan 1, 2023 -
gh-99433: Fix `doctest` failure on `MethodWrapperType`
#99434 merged
Dec 30, 2022 -
gh-99509: Add `__class_getitem__` to `multiprocessing.Queue`
#99511 merged
Dec 27, 2022 -
gh-100101: Clarify documentation of zip()'s strict option
#100103 merged
Dec 28, 2022 -
GH-100192: add more `asyncio` subprocess tests
#100194 merged
Dec 28, 2022 -
gh-100228: Warn from os.fork() if other threads exist.
#100229 merged
Dec 29, 2022 -
add tests for `asyncio` transport sockets
#100263 merged
Dec 28, 2022 -
GH-100342: check for allocation failure in AC `*args` parsing
#100343 merged
Dec 28, 2022 -
[3.11] gh-64490: Fix bugs in argument clinic varargs processing (GH-32092)
#100368 merged
Dec 28, 2022 -
gh-100201: Document behavior with a bare yield statement
#100416 merged
Jan 1, 2023 -
gh-94172: Update docs for params removed in 3.12
#100431 merged
Dec 28, 2022 -
gh-100428: Make int documentation more accurate
#100436 merged
Jan 2, 2023 -
gh-100488: Add is_integer method to fractions.Fraction
#100489 merged
Jan 1, 2023 -
[3.10] gh-99535: Add test for inheritance of annotations and update d…
#100509 merged
Dec 27, 2022 -
gh-100520: Fix `rst` markup in `configparser`
#100524 merged
Dec 26, 2022 -
Fix name of removed inspect.Signature method in 3.11.0a2 changelog
#100525 merged
Dec 26, 2022 -
[3.11] gh-92446: Improve argparse choices docs (GH-94627)
#100528 merged
Dec 26, 2022 -
[3.10] gh-92446: Improve argparse choices docs (GH-94627)
#100529 merged
Dec 26, 2022 -
[3.11] gh-100520: Fix `rst` markup in `configparser` docstrings (GH-100524)
#100533 merged
Dec 26, 2022 -
[3.10] gh-100520: Fix `rst` markup in `configparser` docstrings (GH-100524)
#100534 merged
Dec 26, 2022 -
gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim
#100541 merged
Dec 29, 2022 -
gh-100540: Remove unnecessary '-DMACOSX' for ctypes on macOS
#100542 merged
Dec 28, 2022 -
gh-100540: Remove unused Modules/_ctypes/libffi_osx/
#100543 merged
Dec 28, 2022 -
gh-100540: Remove obsolete '--with-system-ffi' configure option
#100544 merged
Dec 28, 2022 -
GH-98831: Modernize a ton of simpler instructions
#100545 merged
Dec 28, 2022 -
gh-100546: Remove incorrect positional-only marker from eval
#100547 merged
Jan 1, 2023 -
Remove `NoneType` redefinition from `clinic.py`
#100551 merged
Dec 27, 2022 -
gh-100553: Improve accuracy of sqlite3.Row iter test
#100555 merged
Dec 28, 2022 -
Remove skipped test in test for async mocks.
#100559 merged
Dec 28, 2022 -
Fix copy-paste error in `Tools/clinic.py`
#100560 merged
Dec 28, 2022 -
[3.11] gh-100553: Improve accuracy of sqlite3.Row iter test (GH-100555)
#100564 merged
Dec 28, 2022 -
[3.10] gh-100553: Improve accuracy of sqlite3.Row iter test (GH-100555)
#100565 merged
Dec 28, 2022 -
[3.11] GH-100342: check for allocation failure in AC `*args` parsing (GH-100343).
#100568 merged
Dec 28, 2022 -
GH-100192: fix `asyncio` subprocess tests to pass env vars to subprocess
#100569 merged
Dec 28, 2022 -
[3.10] gh-55688: Add note about ending backslashes for raw strings (GH-94768)
#100570 merged
Dec 28, 2022 -
[3.11] gh-55688: Add note about ending backslashes for raw strings (GH-94768)
#100571 merged
Dec 28, 2022 -
Improve factor() recipe and fix its tests
#100576 merged
Dec 28, 2022 -
[3.11] Improve factor() recipe and fix its tests (GH-100576)
#100578 merged
Dec 28, 2022 -
gh-100577: Replace `assert(0)` with `Py_UNREACHABLE` in `symtable.c`
#100579 merged
Dec 28, 2022 -
Fix mock code coverage.
#100580 merged
Dec 28, 2022 -
gh-100585: Fixed a bug where importlib.resources.as_file was leaving file pointers open
#100586 merged
Dec 28, 2022 -
gh-100583: Improving the `pydoc` doc
#100590 merged
Dec 29, 2022 -
Restore early-out to factor(). Strengthen tests.
#100591 merged
Dec 28, 2022 -
[3.11] Restore early-out to factor(). Strengthen tests. (GH-100591)
#100592 merged
Dec 28, 2022 -
[3.11] GH-100101: Clarify documentation of zip's strict option (GH-100103)
#100594 merged
Dec 28, 2022 -
[3.10] GH-100101: Clarify documentation of zip's strict option (GH-100103)
#100595 merged
Dec 28, 2022 -
gh-97930: Apply changes from importlib_resources 5.10.
#100598 merged
Jan 1, 2023 -
gh-100600: Fix "coroutine was never awaited" warning in `test_coroutines`
#100601 merged
Dec 29, 2022 -
[3.11] gh-100600: Fix "coroutine was never awaited" warning in `test_coroutines` (GH-100601)
#100605 merged
Dec 29, 2022 -
[3.11] gh-100583: Improve the `pydoc` documentation (GH-100590)
#100606 merged
Dec 29, 2022 -
[3.10] gh-100583: Improve the `pydoc` documentation (GH-100590)
#100607 merged
Dec 29, 2022 -
gh-94808: Improve coverage of dictresize
#100619 merged
Dec 31, 2022 -
[3.11] gh-99433: Fix `doctest` failure on `types.MethodWrapperType` (GH-99434)
#100620 merged
Dec 30, 2022 -
[3.11] gh-100616: Document 'attr' parameter for window.vline() in curses module (GH-24961)
#100625 merged
Dec 30, 2022 -
[3.10] gh-100616: Document 'attr' parameter for window.vline() in curses module (GH-24961)
#100626 merged
Dec 30, 2022 -
gh-95778: add doc missing in some places
#100627 merged
Dec 30, 2022 -
[3.11] gh-95778: add doc missing in some places (GH-100627)
#100628 merged
Dec 30, 2022 -
gh-99953: Purge mention of numeric param style from sqlite3 docs
#100630 merged
Jan 1, 2023 -
Improve comments in itertools uniquification recipes
#100631 merged
Dec 31, 2022 -
[3.11] Improve comments in itertools uniquification recipes (GH-100631)
#100632 merged
Dec 31, 2022 -
[3.11] GH-85979: Clarify specification of `object.__await__` (GH-22320)
#100635 merged
Dec 31, 2022 -
[3.10] GH-85979: Clarify specification of `object.__await__` (GH-22320)
#100636 merged
Dec 31, 2022 -
gh-100633 Tutorial: Fix dataclasses import
#100638 merged
Dec 31, 2022 -
[3.11] gh-100633 Tutorial: Fix dataclasses import (GH-100638)
#100639 merged
Dec 31, 2022 -
[3.10] gh-100633 Tutorial: Fix dataclasses import (GH-100638)
#100640 merged
Dec 31, 2022 -
IDLE - fix module browser test
#100647 merged
Jan 1, 2023 -
gh-100649: Update native_thread_id after fork
#100650 merged
Jan 1, 2023 -
[3.11] IDLE - fix module browser test (GH-100647)
#100652 merged
Jan 1, 2023 -
[3.10] IDLE - fix module browser test (GH-100647)
#100653 merged
Jan 1, 2023 -
[3.11] gh-100546: Remove incorrect positional-only marker from eval (GH-100547)
#100654 merged
Jan 1, 2023 -
build(deps): bump actions/stale from 6 to 7
#100656 merged
Jan 1, 2023 -
[3.11] gh-100649: Update native_thread_id after fork (gh-100650)
#100660 merged
Jan 1, 2023 -
[3.11] gh-96773 Fix documentation of socket backlog (GH-96778)
#100661 merged
Jan 1, 2023 -
[3.10] gh-96773 Fix documentation of socket backlog (GH-96778)
#100662 merged
Jan 1, 2023 -
[3.11] gh-100201: Document behavior with a bare `yield` statement (GH-100416)
#100664 merged
Jan 1, 2023 -
[3.10] gh-100201: Document behavior with a bare `yield` statement (GH-100416)
#100665 merged
Jan 1, 2023 -
[3.11] gh-99953: Purge mention of numeric param style from sqlite3 docs (GH-100630)
#100669 merged
Jan 1, 2023 -
[3.10] gh-99953: Purge mention of numeric param style from sqlite3 docs (GH-100630)
#100670 merged
Jan 1, 2023 -
[3.11] gh-100428: Make int documentation more accurate (GH-100436)
#100674 merged
Jan 2, 2023 -
[3.10] gh-100428: Make int documentation more accurate (GH-100436)
#100675 merged
Jan 2, 2023
21 Pull requests opened by 19 people
-
gh-100538: Create a workflow for verifying bundled libexpat files
#100539 opened
Dec 26, 2022 -
gh-100562: improve performance of `pathlib.Path.absolute()`
#100563 opened
Dec 28, 2022 -
gh-100574: add examples/links to the `strptime`/`strftime` docs
#100575 opened
Dec 28, 2022 -
gh-87447: Fix walrus comprehension rebind checking
#100581 opened
Dec 28, 2022 -
Fix `test_recursion_direct` failure on Windows buildbot
#100582 opened
Dec 28, 2022 -
gh-100556: Better `or` doc working
#100589 opened
Dec 28, 2022 -
gh-90071: Stop freeing data which was never allocated
#100599 opened
Dec 29, 2022 -
gh-89419: gdb: fix printing AttributeError in py-locals when no frame is available
#100611 opened
Dec 30, 2022 -
GH-100126: Skip incomplete frames in more places
#100613 opened
Dec 30, 2022 -
Fix minor error in ePub
#100614 opened
Dec 30, 2022 -
GH-86508: skip binding to local addresses of different family in `asyncio.open_connection`
#100615 opened
Dec 30, 2022 -
GH-84559: Deprecate fork being the multiprocessing default.
#100618 opened
Dec 30, 2022 -
GH-100623: Implement singledispatch on type/class arguments
#100624 opened
Dec 30, 2022 -
Fix typo :the 'Method 1b' mentioned in longobject.c should be 'Method 1a'.
#100634 opened
Dec 31, 2022 -
gh-99951: Warn if there is an OpenSSL major version mismatch
#100641 opened
Dec 31, 2022 -
Update copyright year to 2023
#100646 opened
Dec 31, 2022 -
gh-100629: Added a note for implementation-defined behavior in set Documentation
#100657 opened
Jan 1, 2023 -
gh-100637: Fix int and bool __sizeof__ calculation to include the 1 element ob_digit array for 0 and False
#100663 opened
Jan 1, 2023 -
doc: switch from `deprecated-removed` to `deprecated`
#100667 opened
Jan 1, 2023 -
gh-89727: Improve os.walk complexity and speed
#100671 opened
Jan 1, 2023 -
GH-100485: Add math.sumprod()
#100677 opened
Jan 2, 2023
56 Issues closed by 24 people
-
Float documentation doesn't allow int-like strings as valid arguments for float
#100428 closed
Jan 2, 2023 -
comparing class `__main__.Class is Class` is False
#100672 closed
Jan 2, 2023 -
Fix the error message for disallowed __weakref__ slots
#87980 closed
Jan 1, 2023 -
Bare yield's behaviour undocumented
#100201 closed
Jan 1, 2023 -
Inconsistent documentation of socket backlog
#96773 closed
Jan 1, 2023 -
The `native_thread_id` field of `PyThreadState` is not updated after fork
#100649 closed
Jan 1, 2023 -
rename asyncio tests so they have readable names by adding a suffix to them
#95772 closed
Jan 1, 2023 -
syntax error (probably)
#100658 closed
Jan 1, 2023 -
Add `is_integer` to fractions.Fraction
#100488 closed
Jan 1, 2023 -
Skipping of ndbm tests in test_shelve module
#97753 closed
Jan 1, 2023 -
Make the slotted missing attribute AttributeError's message the same as the slotless one
#92355 closed
Jan 1, 2023 -
eval() documentation is wrong about keyword arguments
#100546 closed
Jan 1, 2023 -
"Write your first Python fix" page not work
#100655 closed
Jan 1, 2023 -
Lack of `INSTALL` file on Python 3.8.10
#100552 closed
Jan 1, 2023 -
Warnings stacklevel frames to skip
#69403 closed
Jan 1, 2023 -
Calling 'py' from other languages calls invalid path to 'py'
#99587 closed
Dec 31, 2022 -
NOT find “PyIOBase_Type” in libpython3.9.so.1 with python3.9.9
#99525 closed
Dec 31, 2022 -
`random.shuffle()` may raise `KeyError` for dicts including `OrderedDict`s
#100642 closed
Dec 31, 2022 -
[tutorial/classes.html] odds and ends dataclasses sample code typo dataclasses
#100633 closed
Dec 31, 2022 -
[unittest.mock] Autospecced decorator-transformed methods
#100596 closed
Dec 31, 2022 -
Clarify specification of object.__await__
#85979 closed
Dec 31, 2022 -
Suggestion for clarifying the documentation of cmd.Cmd.use_rawinput
#100621 closed
Dec 31, 2022 -
Document 'attr' parameter for window.vline() in curses module
#100616 closed
Dec 30, 2022 -
Clean up `_ctypes`/`libffi` build, particularly on macOS
#100540 closed
Dec 30, 2022 -
`re.sub` returns duplicated replacement strings in some cases.
#96907 closed
Dec 30, 2022 -
doctest fails with <method-wrapper> object on Python 3.11.0 but succeeds on Python 3.10.3
#99433 closed
Dec 30, 2022 -
wait_for and Condition.wait still not playing nicely
#83213 closed
Dec 30, 2022 -
In windows, asyncio.run_in_executor strips logger class information from modified logging.Logger objects
#86710 closed
Dec 30, 2022 -
Cannot click submenu on Treeview on Linux
#100608 closed
Dec 29, 2022 -
replace pydoc with pydoc3
#100583 closed
Dec 29, 2022 -
Test `test_bpo_45813_2` in `test_coroutines` generates a "coroutine was never awaited" warning
#100600 closed
Dec 29, 2022 -
Cpython compilation time test_hashlib fail
#100604 closed
Dec 29, 2022 -
`PyFrame_GetBack` segfaults if called in a `sys.settrace` hook on `3.11.1`
#100536 closed
Dec 29, 2022 -
`itertools.product()` gives one result for empty arguments list.
#100603 closed
Dec 29, 2022 -
Unclear documentation of `zip()`'s `strict` option
#100101 closed
Dec 28, 2022 -
importlib.resources.as_file is leaving temporary file pointers open
#100585 closed
Dec 28, 2022 -
urllib.Robotparser is not working
#100593 closed
Dec 28, 2022 -
Replace `assert(0)` with `Py_UNREACHABLE` in `Python/symtable.c`
#100577 closed
Dec 28, 2022 -
Suspicion of Buffer Overrun in CPython 3.11.1 on WIndows 64-bit
#100566 closed
Dec 28, 2022 -
why run_coroutine_threadsafe so slow?
#98984 closed
Dec 28, 2022 -
Add discussion of trailing backslash in raw string to tutorial
#55688 closed
Dec 28, 2022 -
Memory leak in asyncio server
#85960 closed
Dec 28, 2022 -
Missing NULL check in AC *args tuple parsing
#100342 closed
Dec 28, 2022 -
Add more tests for `asyncio` subprocess
#100192 closed
Dec 28, 2022 -
Improve `test_sqlite3.test_sqlite_row_iter`
#100553 closed
Dec 28, 2022 -
reduce documentation argument signature is incorrect.
#100548 closed
Dec 27, 2022 -
Add support to replace multiple strings at once
#100561 closed
Dec 27, 2022 -
Bypassing data between classes containing array elements
#100558 closed
Dec 27, 2022 -
Micro optimize list.pop
#94603 closed
Dec 27, 2022 -
multiprocessing classes SimpleQueue and Queue don't support typing in 3.11.0
#99509 closed
Dec 27, 2022 -
Docstrings in configparser are invalid reStructuredText
#100520 closed
Dec 26, 2022 -
Source Checkout Installs With Unparseable Version
#100531 closed
Dec 26, 2022 -
Argparse choices should be a sequence
#92446 closed
Dec 26, 2022 -
Unable to store True and a int in a set
#100527 closed
Dec 26, 2022
33 Issues opened by 33 people
-
Improve description for `venv --upgrade-deps`
#100676 opened
Jan 2, 2023 -
typing.get_type_hints documentation claims it no longer includes base class type hints.
#100673 opened
Jan 2, 2023 -
Clarify how sqlite3 maps parameters onto placeholders
#100668 opened
Jan 1, 2023 -
Invalid metadata directory leads to errors
#100666 opened
Jan 1, 2023 -
Object allocation overallocates by 8 bytes for instances of tuple subclasses
#100659 opened
Jan 1, 2023 -
[tutorial/classes.html] Is it appropriate to put dataclasses in `Odds and Ends` section?
#100651 opened
Dec 31, 2022 -
Expired date on copyrights and license.
#100648 opened
Dec 31, 2022 -
Command + v is pasting twice in IDLE if Caps lock key is on in Mac OS
#100645 opened
Dec 31, 2022 -
`__sizeof__` incorrectly ignores the size 1 array in PyVarObjects (bool, int, tuple) when ob_size is 0
#100637 opened
Dec 31, 2022 -
set.add() behavior when adding equal element is not documented
#100629 opened
Dec 30, 2022 -
singledispatch on arguments that are themselves types/classes
#100623 opened
Dec 30, 2022 -
Tkinter "wait_window()" will hang and not spawn window on MacOS 10.14.6
#100617 opened
Dec 30, 2022 -
CRLF Injection vulnerability in "email.mime.multipart" > "MIMEMultipart" > "add_header()"
#100612 opened
Dec 30, 2022 -
CTRL+C/KeyboardInterrupt in editline not working properly on macOS REPL
#100610 opened
Dec 30, 2022 -
zipfile.Path.filename not working when root attribute is io.BytesIO
#100609 opened
Dec 29, 2022 -
importlib.metadata fails to read version in the 'hatchling' package
#100602 opened
Dec 29, 2022 -
[Bug] An error occurred in the installation file
#100597 opened
Dec 29, 2022 -
Double Tk events
#100588 opened
Dec 28, 2022 -
Windows Installer - modify PATHEXT when system-wide launcher is installed
#100587 opened
Dec 28, 2022 -
IDLE Open Dialog text not visible
#100584 opened
Dec 28, 2022 -
Add `strptime`/`strftime` format code examples
#100574 opened
Dec 28, 2022 -
Calling os.stat() on a named pipe used by asyncio.ProactorEventLoop.start_serving_pipe() will raise OSError
#100573 opened
Dec 28, 2022 -
How to add an environment variable LD_LIBRARY_PATH to the python code and effective
#100567 opened
Dec 28, 2022 -
Improve performance of pathlib.Path.absolute()
#100562 opened
Dec 28, 2022 -
Documentation of `signal.pause` is incorrect
#100557 opened
Dec 27, 2022 -
Better `or` doc wording
#100556 opened
Dec 27, 2022 -
Support setting `tp_vectorcall` for heap types
#100554 opened
Dec 27, 2022 -
Consider converting `exceptions.c` to argument clinic
#100550 opened
Dec 27, 2022 -
`f(kw=a, *b)` with keyword argument before star arguments isn’t evaluated left-to-right
#100549 opened
Dec 27, 2022 -
Create a GitHub Actions workflow for verifying bundled libexpat files
#100538 opened
Dec 26, 2022 -
bug in the linenumbers for generator/list/set/dict expressions (python 3.8-3.10)
#100537 opened
Dec 26, 2022 -
Add "python latest" version to microsoft store
#100532 opened
Dec 26, 2022 -
Confusing error message when attempting to pass a newtype as a match pattern
#100530 opened
Dec 26, 2022
87 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.
-
[draft] register machine
#100276 commented on
Jan 1, 2023 • 16 new comments -
gh-85747: Active voice & suggested edits, 'running/stopping loop' & 'callbacks' subsections of asyncio-eventloop.rst
#100270 commented on
Dec 28, 2022 • 15 new comments -
bpo-38364: unwrap partialmethods just like we unwrap partials
#16600 commented on
Dec 31, 2022 • 11 new comments -
gh-89727: Fix pathlib.Path.walk RecursionError on deep trees
#100282 commented on
Jan 1, 2023 • 11 new comments -
Shim frames can be accessed during frame teardown (via `tstate->cframe->current_frame`)
#100126 commented on
Dec 30, 2022 • 7 new comments -
gh-96290: support partial/invalid UNC drives in normpath() and splitdrive()
#100351 commented on
Dec 29, 2022 • 7 new comments -
Walrus comprehension rebind checking behavior
#87447 commented on
Dec 29, 2022 • 6 new comments -
gh-98636: Fix detecting gdbm_compat for _dbm module
#98643 commented on
Dec 31, 2022 • 6 new comments -
3.11 Regression, Py_Initialize; Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
#99004 commented on
Dec 26, 2022 • 5 new comments -
mock_open file handle __exit__ does not call close
#88351 commented on
Dec 28, 2022 • 4 new comments -
sqlite3.Row behaves like a dictionary but doesn't handle "in" as one might expect
#100450 commented on
Dec 29, 2022 • 4 new comments -
Change shutil.rmtree and os.walk to support very deep hierarchies
#89727 commented on
Jan 2, 2023 • 4 new comments -
gh-100458: Clarify Enum.__format__() change of mixed-in types in the whatsnew/3.11.rst
#100387 commented on
Dec 27, 2022 • 4 new comments -
Enum with `str` or `int` Mixin Breaking Change in Python 3.11
#100458 commented on
Dec 27, 2022 • 3 new comments -
Add sqlite3 as another possible backing store for the dbm module
#100414 commented on
Jan 1, 2023 • 3 new comments -
bpo-36880: Fix refcount issue when returning None from a ctypes.py_object callback
#13364 commented on
Jan 1, 2023 • 3 new comments -
ensurepip --upgrade doesn't change the version of pip used by venv
#81288 commented on
Dec 28, 2022 • 2 new comments -
pprint collections with correct indentation and line breaks
#100264 commented on
Dec 28, 2022 • 2 new comments -
Metabug: Improving C-level coverage
#94808 commented on
Dec 30, 2022 • 2 new comments -
Signal if there is an OpenSSL major version mismatch
#99951 commented on
Jan 1, 2023 • 2 new comments -
bpo-31078: Propogate use_rawinput to recursive pdb (debug command)
#2947 commented on
Jan 1, 2023 • 2 new comments -
bpo-45399: Remove hostflags from PySSLContext
#28602 commented on
Dec 30, 2022 • 2 new comments -
gh-81611: Improve `range` paragraph in 8.3 of language reference
#98353 commented on
Jan 1, 2023 • 2 new comments -
gh-95913: Consolidate build requirements changes in 3.11 WhatsNew
#98781 commented on
Jan 1, 2023 • 2 new comments -
[3.11] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop()
#100412 commented on
Dec 28, 2022 • 2 new comments -
gh-100445: Improve error message for unterminated strings with escapes
#100446 commented on
Dec 31, 2022 • 2 new comments -
Add more examples in the `warnings` docs
#93343 commented on
Dec 27, 2022 • 1 new comment -
Unable to update python on Windows 10
#100438 commented on
Dec 28, 2022 • 1 new comment -
Specializing adaptive interpreter code object hashes are less unique
#94155 commented on
Dec 29, 2022 • 1 new comment -
RecursionError when annotating a field with the same name as a field
#90104 commented on
Dec 29, 2022 • 1 new comment -
Improving GC collections: dynamic thresholds, single generation gc and time barriers
#100403 commented on
Dec 29, 2022 • 1 new comment -
dbm.sqlite proof of concept
#48033 commented on
Dec 29, 2022 • 1 new comment -
curses.textpad.Textbox backtrace support
#60436 commented on
Dec 30, 2022 • 1 new comment -
Extra characters erroneously matched when using possessive quantifier with negative lookahead
#100061 commented on
Dec 30, 2022 • 1 new comment -
asyncio accepting connection limit
#77992 commented on
Dec 30, 2022 • 1 new comment -
_ProactorDatagramTransport: If close() is called when write buffer is not empty, the remaining data is not sent and connection_lost is not called
#82652 commented on
Dec 30, 2022 • 1 new comment -
Update test_peg_generator to not need distutils & reenable it
#100238 commented on
Dec 30, 2022 • 1 new comment -
inspect.iscoroutinefunction / isgeneratorfunction / isasyncgenfunction can't handle partialmethod objects
#82545 commented on
Dec 30, 2022 • 1 new comment -
email.policy.SMTP TypeError: 'Header' object is not subscriptable
#100261 commented on
Dec 30, 2022 • 1 new comment -
Enhance frame handing in warnings.warn() to skip by module rather that stacklevel
#39615 commented on
Jan 1, 2023 • 1 new comment -
Should warnings.warn default to stacklevel=2?
#88462 commented on
Jan 1, 2023 • 1 new comment -
test_faulthandler is too strict in threaded checks
#92006 commented on
Jan 1, 2023 • 1 new comment -
comparison chaining has wrong source positions in most contexts (python 3.11.0rc2)
#95921 commented on
Jan 1, 2023 • 1 new comment -
[subinterpreters] crash in _elementtree when parsing in parallel
#92123 commented on
Jan 2, 2023 • 1 new comment -
bpo-15590: distinct python-config from pkg-config python
#737 commented on
Dec 31, 2022 • 1 new comment -
bpo-29999: repr() of ImportError now contains attributes name and path.
#1011 commented on
Dec 31, 2022 • 1 new comment -
bpo-30282: Fix name attribute of extracted object
#1483 commented on
Dec 31, 2022 • 1 new comment -
bpo-12978: Add support for extended attributes on FreeBSD
#1690 commented on
Dec 31, 2022 • 1 new comment -
gh-74616: Raise ValueError in case of NULL in input prompt
#1738 commented on
Dec 30, 2022 • 1 new comment -
bpo-14111: IDLE: Add interrupt handle when open debugger
#1821 commented on
Dec 29, 2022 • 1 new comment -
Add IPv4 socket option constant IP_PKTINFO as socket module attribute.
#10294 commented on
Dec 30, 2022 • 1 new comment -
gh-81432: Make create_autospec generate AsyncMocks for awaitable classes
#25347 commented on
Dec 27, 2022 • 1 new comment -
bpo-44185: Added close() to mock_open __exit__
#26902 commented on
Dec 27, 2022 • 1 new comment -
bpo-45369: Remove LibreSSL workarounds
#28728 commented on
Dec 30, 2022 • 1 new comment -
gh-85984: Remove legacy Lib/pty.py code.
#92365 commented on
Dec 29, 2022 • 1 new comment -
gh-99069: Consolidate checks for static_assert
#94766 commented on
Jan 1, 2023 • 1 new comment -
gh-77607: Rephrase documentation of os.path.join()
#98995 commented on
Dec 30, 2022 • 1 new comment -
gh-99553: ExceptionGroups: clarify doc and add tests
#99615 commented on
Jan 1, 2023 • 1 new comment -
gh-99631: Add custom loads and dumps support for the shelve module
#99632 commented on
Dec 26, 2022 • 1 new comment -
gh-100450: Add `sqlite.Row.__contains__` method
#100457 commented on
Dec 26, 2022 • 1 new comment -
gh-100479: Add `pathlib.PurePath.makepath()`; unify path object construction
#100481 commented on
Dec 29, 2022 • 1 new comment -
gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries
#100492 commented on
Dec 27, 2022 • 1 new comment -
Generate the interpreter
#98831 commented on
Dec 27, 2022 • 0 new comments -
Improve error message for unterminated strings with escapes
#100445 commented on
Dec 27, 2022 • 0 new comments -
Mocking a MagicMock with a function spec results in an AsyncMock
#81432 commented on
Dec 27, 2022 • 0 new comments -
Optimize the Fraction class arithmetics for small components
#91851 commented on
Dec 29, 2022 • 0 new comments -
Refresh importlib.resources
#97930 commented on
Dec 29, 2022 • 0 new comments -
asyncio.open_connection(local_addr=('localhost', port)) fails with TypeError: AF_INET address must be a pair (host, port)
#86508 commented on
Dec 30, 2022 • 0 new comments -
code.co_positions behaviour does not match documentation
#100117 commented on
Dec 30, 2022 • 0 new comments -
multiprocessing's default posix start method of `'fork'` is broken: change to `'spawn'`
#84559 commented on
Dec 30, 2022 • 0 new comments -
argparse does not handle hyphens in positional arguments
#100411 commented on
Dec 30, 2022 • 0 new comments -
docs: struct: clarify struct caching behaviour
#87002 commented on
Dec 31, 2022 • 0 new comments -
Minor doc issue: dataclasses.KW_ONLY not documented as inspected by dataclass()
#99026 commented on
Jan 1, 2023 • 0 new comments -
Consider adding sumproduct() or dotproduct() to the math module
#100485 commented on
Jan 2, 2023 • 0 new comments -
gh-91851: Micro optimizations for Fraction's arithmetic
#25518 commented on
Dec 29, 2022 • 0 new comments -
gh-70280: allow using custom sys.displayhook's with doctest
#25651 commented on
Dec 29, 2022 • 0 new comments -
bpo-46210: Fix deadlock in print.
#30310 commented on
Jan 1, 2023 • 0 new comments -
gh-72793: C implementation of parts of copy.deepcopy
#91610 commented on
Dec 30, 2022 • 0 new comments -
gh-92573: Add IPv4Address.ipv6_mapped attribute
#92581 commented on
Jan 1, 2023 • 0 new comments -
Implement `dataclass` code caching
#92650 commented on
Dec 30, 2022 • 0 new comments -
gh-95380: Removing the 1024 bytes limit in the fcntl_ioctl_impl functions.
#95526 commented on
Dec 30, 2022 • 0 new comments -
gh-99595: Fix bug in multiprocessing.managers.BaseProxy that causes AttributeError when passing a proxy between processes
#99598 commented on
Dec 26, 2022 • 0 new comments -
gh-99761: add invalid_index macro
#99762 commented on
Dec 26, 2022 • 0 new comments -
gh-89850: Remove reconstruct_method from Pickler_get_persid
#100350 commented on
Jan 1, 2023 • 0 new comments -
Fix typo in `ssl.rst`
#100517 commented on
Dec 28, 2022 • 0 new comments -
gh-100522 Add a test for 'futures.as_completed' timing out with a non-zero timeout value
#100523 commented on
Dec 31, 2022 • 0 new comments -
Doc: Add "the current working directory" to `-I`'s description
#100526 commented on
Jan 1, 2023 • 0 new comments