Insights: python/cpython
Overview
Could not load contribution data
Please try again later
134 Pull requests merged by 57 people
-
gh-103590: mention that the change is included in 3.11.4 and clarify except* documentation
#104095 merged
May 3, 2023 -
GH-104114: Fix `pathlib.WindowsPath.glob()` use of literal pattern segment case
#104116 merged
May 3, 2023 -
GH-103944: Remove last use of `utcfromtimestamp`
#103995 merged
May 3, 2023 -
gh-103693: Add convenience variable feature to `pdb`
#103694 merged
May 3, 2023 -
gh-103968: Deprecate creating heap types whose metaclass has custom tp_new.
#103972 merged
May 3, 2023 -
GH-97850: Suppress cross-references to removed ``importlib.util`` functions
#104134 merged
May 3, 2023 -
GH-97850: Suppress cross-references to the removed ``module_repr`` method
#104133 merged
May 3, 2023 -
GH-98040: Suppress cross-references to the removed ``imp`` module
#104131 merged
May 3, 2023 -
gh-98040: Remove find_loader, find_module and other deprecated APIs
#98059 merged
May 3, 2023 -
gh-103845: Remove line & instruction instrumentations before adding them back
#103851 merged
May 3, 2023 -
GH-84976: Create Lib/_pydatetime to optimize import datetime when C implementation is available
#103637 merged
May 3, 2023 -
gh-104078: Improve performance of PyObject_HasAttrString
#104079 merged
May 3, 2023 -
gh-82012: Deprecate bitwise inversion (~) of bool
#103487 merged
May 3, 2023 -
[3.11] gh-101100: Fix Sphinx warnings in `curses` and `curses.ascii` modules (GH-103457)
#104124 merged
May 3, 2023 -
gh-101100: Fix Sphinx warnings in `curses` and `curses.ascii` modules
#103457 merged
May 3, 2023 -
[3.11] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (GH-104067)
#104123 merged
May 3, 2023 -
GH-89769: Pathlib - do not follow links when checking for precise glob match
#29655 merged
May 3, 2023 -
gh-104049: do not expose on-disk location used by SimpleHTTPServer
#104067 merged
May 3, 2023 -
gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API
#104110 merged
May 3, 2023 -
gh-94673: More Per-Interpreter Fields for Builtin Static Types
#103912 merged
May 3, 2023 -
GH-103963: Make dis display names of args for intrinsics opcodes
#104029 merged
May 3, 2023 -
GH-104102: Optimize `pathlib.Path.glob()` handling of `../` pattern segments
#104103 merged
May 2, 2023 -
GH-104104: Optimize `pathlib.Path.glob()` by avoiding repeated calls to `os.path.normcase()`
#104105 merged
May 2, 2023 -
gh-103822: change return value to enum for day and month APIs
#103827 merged
May 2, 2023 -
[3.11] gh-103590: do not wrap a single exception raised from a try-except*
#104094 merged
May 2, 2023 -
[3.11] gh-65022: Fix description of tuple return value in copyreg (GH-103892)
#104098 merged
May 2, 2023 -
gh-65022: Fix description of tuple return value in copyreg
#103892 merged
May 2, 2023 -
GH-103525: Improve exception message from `pathlib.PurePath()`
#103526 merged
May 2, 2023 -
gh-84436 Add integration C API tests for immortal objects
#103962 merged
May 2, 2023 -
[3.11] GH-103484: Fix redirected permanently URLs (GH-104001)
#104088 merged
May 2, 2023 -
gh-103743: Add PyUnstable_Object_GC_NewWithExtraData
#103744 merged
May 2, 2023 -
[3.11] gh-102997: Update Windows installer to SQLite 3.41.2. (#102999)
#104085 merged
May 2, 2023 -
[3.11] Improve assert_type phrasing (GH-104081)
#104084 merged
May 2, 2023 -
gh-102997: Update Windows installer to SQLite 3.41.2.
#102999 merged
May 2, 2023 -
[3.11] GH-103472: close response in HTTPConnection._tunnel (GH-103473)
#104077 merged
May 2, 2023 -
GH-103484: Fix redirected permanently URLs
#104001 merged
May 2, 2023 -
Improve assert_type phrasing
#104081 merged
May 2, 2023 -
[3.11] Replace Netlify with Read the Docs build previews (#103843)
#104083 merged
May 2, 2023 -
[3.11] gh-102997: Update macOS installer to SQLite 3.41.2. (GH-102998)
#104080 merged
May 2, 2023 -
gh-102997: Update macOS installer to SQLite 3.41.2.
#102998 merged
May 2, 2023 -
GH-103472: close response in HTTPConnection._tunnel
#103473 merged
May 2, 2023 -
[3.11] gh-88496: IDLE - fix another test on macOS (GH-104075)
#104076 merged
May 2, 2023 -
gh-88496: IDLE - fix another test on macOS
#104075 merged
May 2, 2023 -
gh-94673: Hide Objects in PyTypeObject Behind Accessors
#104074 merged
May 2, 2023 -
gh-94673: Properly Initialize and Finalize Static Builtin Types for Each Interpreter
#104072 merged
May 2, 2023 -
gh-104016: Skip test for deeply neste f-strings on wasi
#104071 merged
May 1, 2023 -
gh-104057: Fix direct invocation of test_super
#104064 merged
May 1, 2023 -
gh-87092: Expose assembler to unit tests
#103988 merged
May 1, 2023 -
gh-97696: asyncio eager tasks factory
#102853 merged
May 1, 2023 -
gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags()
#104054 merged
May 1, 2023 -
[3.11] gh-104018: disallow "z" format specifier in %-format of byte strings (GH-104033)
#104058 merged
May 1, 2023 -
gh-104057: Fix direct invocation of test_module
#104059 merged
May 1, 2023 -
[3.11] gh-100458: Clarify Enum.__format__() change of mixed-in types in the whatsnew/3.11.rst (GH-100387)
#104060 merged
May 1, 2023 -
gh-100458: Clarify Enum.__format__() change of mixed-in types in the whatsnew/3.11.rst
#100387 merged
May 1, 2023 -
gh-104018: disallow "z" format specifier in %-format of byte strings
#104033 merged
May 1, 2023 -
gh-104016: Fixed off by 1 error in f string tokenizer
#104047 merged
May 1, 2023 -
GH-103629: Update Unpack's repr in compliance with PEP 692
#104048 merged
May 1, 2023 -
gh-102799: replace sys.exc_info by sys.exception in inspect and traceback modules
#104032 merged
May 1, 2023 -
[3.11] gh-104035: Do not ignore user-defined `__{get,set}state__` in slotted frozen dataclasses (GH-104041)
#104044 merged
May 1, 2023 -
Fix typo in "expected" word in few source files
#104034 merged
May 1, 2023 -
gh-103824: fix use-after-free error in Parser/tokenizer.c
#103993 merged
May 1, 2023 -
gh-104035: Do not ignore user-defined `__{get,set}state__` in slotted frozen dataclasses
#104041 merged
May 1, 2023 -
[3.11] gh-104036: Fix direct invocation of test_typing (GH-104037)
#104039 merged
May 1, 2023 -
gh-104028: Reduce object creation while calling callback function from gc
#104030 merged
May 1, 2023 -
gh-104036: Fix direct invocation of test_typing
#104037 merged
May 1, 2023 -
gh-102213: Optimize the performance of `__getattr__`
#103761 merged
May 1, 2023 -
gh-103895: Improve how invalid `Exception.__notes__` are displayed
#103897 merged
May 1, 2023 -
[3.11] Adjust expression from `==` to `!=` in alignment with the meaning of the paragraph. (GH-104021)
#104031 merged
May 1, 2023 -
Adjust expression from `==` to `!=` in alignment with the meaning of the paragraph.
#104021 merged
May 1, 2023 -
[3.11] gh-88496: Fix IDLE test hang on macOS (GH-104025)
#104027 merged
May 1, 2023 -
gh-88496: Fix IDLE test hang on macOS
#104025 merged
May 1, 2023 -
[3.11] Improve int test coverage (GH-104024)
#104026 merged
May 1, 2023 -
Improve int test coverage
#104024 merged
May 1, 2023 -
gh-88773: Added teleport method to Turtle library
#103974 merged
Apr 30, 2023 -
gh-104015: Fix direct invocation of `test_dataclasses`
#104017 merged
Apr 30, 2023 -
gh-104012: Ensure test_calendar.CalendarTestCase.test_deprecation_warning consistently passes
#104014 merged
Apr 30, 2023 -
gh-103977: compile re expressions in platform.py only if required
#103981 merged
Apr 30, 2023 -
gh-98003: Inline call frames for CALL_FUNCTION_EX
#98004 merged
Apr 30, 2023 -
Replace Netlify with Read the Docs build previews
#103843 merged
Apr 30, 2023 -
[3.11] Update name in acknowledgements and add mailmap (GH-103696)
#104002 merged
Apr 30, 2023 -
Update name in acknowledgements and add mailmap
#103696 merged
Apr 30, 2023 -
gh-82054: allow test runner to split test_asyncio to execute in parallel by sharding.
#103927 merged
Apr 30, 2023 -
Remove non-existing tools from Sundry skiplist
#103991 merged
Apr 29, 2023 -
gh-103793: Defer formatting task name
#103767 merged
Apr 29, 2023 -
[3.11] Fix description of MAKE_CELL
#103986 merged
Apr 29, 2023 -
gh-87092: change assembler to use instruction sequence instead of CFG
#103933 merged
Apr 29, 2023 -
gh-103636: issue warning for deprecated calendar constants
#103833 merged
Apr 29, 2023 -
Various small fixes to dis docs
#103923 merged
Apr 29, 2023 -
GH-103082: Code cleanup from review.
#103474 merged
Apr 29, 2023 -
[3.11] gh-99032: datetime docs: Encoding is no longer relevant (GH-93365)
#103788 merged
Apr 29, 2023 -
gh-98040: Remove just the `imp` module
#98573 merged
Apr 28, 2023 -
gh-103971: Add unreachable line test for match-case block
#103984 merged
Apr 28, 2023 -
[3.11] gh-103971: Fix wrong line number generated for match-case blocks
#103980 merged
Apr 28, 2023 -
GH-103944: Check error status when raising DeprecationWarning
#103949 merged
Apr 28, 2023 -
gh-103978: avoid using 'class' as an identifier
#103979 merged
Apr 28, 2023 -
gh-101100: Add reference doc for __post_init__
#103818 merged
Apr 28, 2023 -
Update itertool recipe: polynomial_from_roots()
#103973 merged
Apr 28, 2023 -
[3.11] gh-98822: Correct a few TESTSUBDIRS entries
#103970 merged
Apr 28, 2023 -
[3.11] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953)
#103832 merged
Apr 28, 2023 -
GH-103804: Add test for dis.disco
#103901 merged
Apr 28, 2023 -
[3.11] gh-100021: Document that sqlite3's executemany() discards resulting rows (#103939)
#103966 merged
Apr 28, 2023 -
gh-100021: Document that sqlite3's executemany() discards resulting rows
#103939 merged
Apr 28, 2023 -
DOC: mathmodule.c: fix typo in math.log docstring
#103943 merged
Apr 28, 2023 -
gh-83925: make asyncio.subprocess communicate similar to non-asyncio
#18650 merged
Apr 28, 2023 -
gh-94673: Fix _PyTypes_InitTypes() and get_type_attr_as_size()
#103961 merged
Apr 28, 2023 -
[3.11] Docs: fix dunders with too many underscores (#103955)
#103957 merged
Apr 27, 2023 -
gh-94673: Ensure Builtin Static Types are Readied Properly
#103940 merged
Apr 27, 2023 -
[3.10] gh-103935: Use `io.open_code()` when executing code in trace and profile modules (GH-103947)
#103952 merged
Apr 27, 2023 -
[3.11] gh-103935: Use `io.open_code()` when executing code in trace and profile modules (GH-103947)
#103950 merged
Apr 27, 2023 -
gh-102628: Fix sqlite3 CLI prompt in IDLE on Windows
#103945 merged
Apr 27, 2023 -
Docs: fix dunders with too many underscores
#103955 merged
Apr 27, 2023 -
[3.11] GH-103903: Test the minimum Sphinx version in CI (#103904)
#103948 merged
Apr 27, 2023 -
[3.11] gh-98822: Add missing test directories to TESTSUBDIRS (#103942)
#103946 merged
Apr 27, 2023 -
gh-103935: Use `io.open_code()` to open executable file
#103947 merged
Apr 27, 2023 -
gh-98822: Add missing test directories to TESTSUBDIRS
#103942 merged
Apr 27, 2023 -
gh-87092: update CODEOWNERS for split of compile.c to 3 files
#103941 merged
Apr 27, 2023 -
gh-102628: Fix sqlite3 CLI promt text on Windows
#103898 merged
Apr 27, 2023 -
GH-103903: Test the minimum Sphinx version in CI
#103904 merged
Apr 27, 2023 -
GH-103857: Deprecate utcnow and utcfromtimestamp
#103858 merged
Apr 27, 2023 -
GH-90750: Use datetime.fromisocalendar in _strptime
#103802 merged
Apr 27, 2023 -
[3.11] gh-51574: Document behaviour of `mkdtemp` on 3.11 and lower
#103844 merged
Apr 27, 2023 -
gh-102765: Updated isdir/isfile/islink/exists to use Py_GetFileInformationByName in ntpath when available
#103485 merged
Apr 27, 2023 -
gh-103583: Isolate CJK codec modules
#103869 merged
Apr 27, 2023 -
gh-103092: Isolate _ctypes, part 1
#103893 merged
Apr 27, 2023 -
gh-103590: do not wrap a single exception raised from a try-except*
#103665 merged
Apr 27, 2023 -
[3.11] gh-103880: Fix `assertRaises` usage in `test_genericalias` (GH-103916)
#103917 merged
Apr 27, 2023 -
[3.11] gh-103607: Fix `pause_reading` to work when called from `connection_made` in `asyncio`. (GH-17425)
#103918 merged
Apr 27, 2023 -
gh-103607: Fixing pause_reading called in connection made is ignored
#17425 merged
Apr 27, 2023 -
gh-103880: Fix `assertRaises` usage in `test_genericalias`
#103916 merged
Apr 27, 2023 -
[3.11] gh-103883: Doc: Move PyUnicode_FromObject doc (GH-103913)
#103915 merged
Apr 27, 2023 -
gh-103883: Doc: Move PyUnicode_FromObject doc
#103913 merged
Apr 27, 2023 -
gh-89415: Add source-specific multicast constants to socket module
#103684 merged
Apr 27, 2023 -
gh-103656: Transfer f-string buffers to parser to avoid use-after-free
#103896 merged
Apr 27, 2023 -
gh-62432: unittest runner: Exit code 5 if no tests were run
#102051 merged
Apr 27, 2023
57 Pull requests opened by 42 people
-
gh-90890: New methods to access mailbox.Maildir message info and flags
#103905 opened
Apr 26, 2023 -
GH-103906: Remove immortal refcounting in the interpreter
#103909 opened
Apr 26, 2023 -
GH-90690: Mention removal of ``PRECALL`` in What's New
#103910 opened
Apr 26, 2023 -
🎨🧪 Convert `doc.yml` workflow to be reusable
#103914 opened
Apr 27, 2023 -
gh-103906: Remove immortal refcounting in compile/marshal.c
#103922 opened
Apr 27, 2023 -
gh-103925: csv.py _guess_quote_and_delimiter should be able to handle windows \r
#103926 opened
Apr 27, 2023 -
GH-57879: Increase test coverage for pstats.py
#103928 opened
Apr 27, 2023 -
GH-103929: handle long input lines with PyOS_InputHook
#103931 opened
Apr 27, 2023 -
gh-103092: Isolate _ctypes, part 2
#103932 opened
Apr 27, 2023 -
gh-68968: Correcting message display issue with assertEqual
#103937 opened
Apr 27, 2023 -
[3.9] gh-103935: Use `io.open_code()` when executing code in trace and profile modules (GH-103947)
#103953 opened
Apr 27, 2023 -
[3.8] gh-103935: Use `io.open_code()` when executing code in trace and profile modules (GH-103947)
#103954 opened
Apr 27, 2023 -
gh-103956: fix `trace` output in case of missing source line
#103958 opened
Apr 27, 2023 -
gh-102676: Add more convenience properties to `dis.Instruction`
#103969 opened
Apr 28, 2023 -
GH-100479: Add `pathlib.PurePath.with_path()`
#103975 opened
Apr 28, 2023 -
gh-91048: Add support for reconstructing async call stacks
#103976 opened
Apr 28, 2023 -
gh-103960: Dark mode: invert image brightness
#103983 opened
Apr 28, 2023 -
gh-103987: fix crash in mmap module
#103990 opened
Apr 29, 2023 -
gh-57187: add xattr support for FreeBSD and macOS
#103994 opened
Apr 29, 2023 -
GH-97950: Use new-style index directive ('module')
#103996 opened
Apr 29, 2023 -
gh-103997: Automatically dedent the argument to "-c"
#103998 opened
Apr 29, 2023 -
GH-97950: Allow translation of index directive content
#104000 opened
Apr 29, 2023 -
gh-104003: Implement PEP 702
#104004 opened
Apr 30, 2023 -
gh-102856: Allow comments inside multi-line f-string expresions
#104006 opened
Apr 30, 2023 -
gh-104010: Separate and improve docs for `typing.get_origin` and `typing.get_args`
#104013 opened
Apr 30, 2023 -
gh-103092: Port _ctypes.COMError to heap type
#104020 opened
Apr 30, 2023 -
gh-65276: Fixed Turtle library circle method bug
#104022 opened
Apr 30, 2023 -
gh-90562: Update __class__ in function closures for dataclasses with slots=True
#104038 opened
May 1, 2023 -
gh-104040: Silence a "comparison is always false" warning
#104043 opened
May 1, 2023 -
Clickable Email in the "About" Window
#104045 opened
May 1, 2023 -
gh-104051: fix crash in test_xxtestfuzz with -We
#104052 opened
May 1, 2023 -
gh-102869: Bytecode Superoptimizer
#104056 opened
May 1, 2023 -
gh-104061: Add socket.SO_BINDTOIFINDEX constant
#104062 opened
May 1, 2023 -
gh-104066: Improve performance of hasattr for module objects
#104063 opened
May 1, 2023 -
gh-68395: Avoid naming conflicts by mangling variable names in Argument Clinic
#104065 opened
May 1, 2023 -
gh-104057: Fix direct invocation of test_support
#104069 opened
May 1, 2023 -
GH-59330: Properly handle positional arguments containing '-' in the argparse
#104092 opened
May 2, 2023 -
gh-99889: Fix directory traversal security flaw in uu.decode()
#104096 opened
May 2, 2023 -
RtD docs previews: Cancel building PRs if no changes in Doc dir
#104100 opened
May 2, 2023 -
gh-104018: remove unused format "z" handling in string formatfloat()
#104107 opened
May 2, 2023 -
gh-104112: link from cached_property docs to method-caching FAQ
#104113 opened
May 3, 2023 -
Add Debug Message in Copy function
#104115 opened
May 3, 2023 -
gh-67044: csv.QUOTE_MINIMAL minor Doc improvements
#104118 opened
May 3, 2023 -
[3.10] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (GH-104067)
#104119 opened
May 3, 2023 -
[3.9] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (GH-104067)
#104120 opened
May 3, 2023 -
[3.8] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (GH-104067)
#104121 opened
May 3, 2023 -
[3.7] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (GH-104067)
#104122 opened
May 3, 2023 -
[3.10] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953)
#104128 opened
May 3, 2023 -
gh-104106: Add gcc fallback of mkfifoat/mknodat for macOS
#104129 opened
May 3, 2023 -
Re-enable commented-out test in test_generators.py
#104130 opened
May 3, 2023 -
WIP: add intersection types
#104132 opened
May 3, 2023 -
gh-97556: Raise null bytes syntax error upon null in multiline string
#104136 opened
May 3, 2023 -
gh-104089: catch DeprecationWarning in `test_fstring`
#104137 opened
May 3, 2023 -
gh-104144: Skip creating GatheringFuture if all futures finished eagerly
#104138 opened
May 3, 2023 -
gh-104144: Skip scheduling a done callback if a TaskGroup task completes eagerly
#104140 opened
May 3, 2023 -
GH-90208 - Suppress OSError exceptions from `pathlib.Path.glob()`
#104141 opened
May 3, 2023 -
GH-104142: Fix `_Py_RefcntAdd` to respect immortality
#104143 opened
May 3, 2023
98 Issues closed by 38 people
-
OS X Lion and Python 3.11.3 : make failed
#104127 closed
May 3, 2023 -
static_assert undefined (with C11 compiler) on macOS <= 10.10
#99069 closed
May 3, 2023 -
`pathlib.WindowsPath.glob()` preserves case of literal pattern segments
#104114 closed
May 3, 2023 -
Type cache is not correctly invalidated on a class defining mro()
#73052 closed
May 3, 2023 -
Split compiler into code-gen, optimizer and assembler.
#87092 closed
May 3, 2023 -
"tarfile" library will lead to "write any content to any file on the host".
#88189 closed
May 3, 2023 -
tarfile: Traversal attack vulnerability
#65308 closed
May 3, 2023 -
[Security] CVE-2007-4559: tarfile: Add absolute_path option to tarfile, disabled by default
#73974 closed
May 3, 2023 -
Add convenience variables to `pdb`
#103693 closed
May 3, 2023 -
PyType_FromSpec refuses to create classes with tp_new
#103968 closed
May 3, 2023 -
Ref tests failure on test_monitoring
#103845 closed
May 3, 2023 -
Found Heap-use-after-free errors and SEGV in Python
#103824 closed
May 3, 2023 -
Performance of PyObject_HasAttrString
#104078 closed
May 3, 2023 -
bool(~True) == True
#82012 closed
May 3, 2023 -
Optimize `pathlib.Path.glob()` by avoiding repeated calls to `os.path.normcase()`
#104104 closed
May 3, 2023 -
pathlib.Path.glob() does not list dangling symlink when pattern is the exact filename
#89769 closed
May 3, 2023 -
python 3.11 http.server internal path disclosure
#104049 closed
May 3, 2023 -
[subinterpreters] Global C variables are a problem
#81057 closed
May 3, 2023 -
[subinterpreters] Pull all interpreter-global objects into one place.
#90045 closed
May 3, 2023 -
Isolate the Default Object Allocator between Interpreters
#101659 closed
May 3, 2023 -
Expose Py_NewInterpreterFromConfig() and PyInterpreterConfig in the Public C-API
#104109 closed
May 3, 2023 -
"Correct" parsing of f-strings
#104117 closed
May 3, 2023 -
dis: Show names of intrinsics
#103963 closed
May 3, 2023 -
Optimize `pathlib.Path.glob()` handling of `../` pattern segments
#104102 closed
May 2, 2023 -
python on Windows closes additional file descriptors on launch
#104099 closed
May 2, 2023 -
[doc] Clarify copyreg.pickle() documentation
#65022 closed
May 2, 2023 -
Misleading exception message from `pathlib.PurePath()` when mixing str and bytes arguments
#103525 closed
May 2, 2023 -
Out-of-bounds write in AST parser
#104016 closed
May 2, 2023 -
Unexpected interpreter crash
#104086 closed
May 2, 2023 -
Accessing Files on same root directory
#104087 closed
May 2, 2023 -
Allocating extra data after an object instance
#103743 closed
May 2, 2023 -
Argument clinic and Windows line endings
#77968 closed
May 2, 2023 -
Update Windows and MacOS installers to SQLite 3.41.2+.
#102997 closed
May 2, 2023 -
IDLE: Colorizer and output tests hang on macOS
#88496 closed
May 2, 2023 -
Cannot run tests
#104070 closed
May 1, 2023 -
Add test for Argument Clinic converters
#79759 closed
May 1, 2023 -
Add eager task creation API to asyncio
#97696 closed
May 1, 2023 -
"z" format specifier is treated differently in unicode and bytes
#104018 closed
May 1, 2023 -
Implement PEP 692
#103629 closed
May 1, 2023 -
Frozen dataclasses with slots cannot override __getstate__ or __setstate__
#104035 closed
May 1, 2023 -
Reduce redundant object creation while calling callback function from gc
#104028 closed
May 1, 2023 -
Running test_typing file directly fails
#104036 closed
May 1, 2023 -
debug f-strings (=) padding is erroneous
#103522 closed
May 1, 2023 -
allow unicode arguments for robotparser.can_fetch
#42942 closed
May 1, 2023 -
imaplib quoting has been removed during Python 3 migration
#98241 closed
May 1, 2023 -
Blue Screen Error with Python 3.11.2
#102311 closed
May 1, 2023 -
ctypes.ArgumentError: argument 1: TypeError: wrong type
#104023 closed
May 1, 2023 -
Teleport method for turtle class
#88773 closed
Apr 30, 2023 -
Running test_dataclasses file directly fails
#104015 closed
Apr 30, 2023 -
`test_calendar` fails on Azure Pipelines
#104012 closed
Apr 30, 2023 -
Move compiled regular expressions in platform.py into cached methods
#103977 closed
Apr 30, 2023 -
Inline call frames for CALL_FUNCTION_EX
#98003 closed
Apr 30, 2023 -
Initialize Py_buffer variables more efficiently
#82023 closed
Apr 30, 2023 -
accept keyword arguments on most base type methods and builtins
#52952 closed
Apr 29, 2023 -
Convert calendar constants to enums and add months
#103636 closed
Apr 29, 2023 -
All instances of `types.GenericAlias` are iterable on Python 3.11+
#103450 closed
Apr 29, 2023 -
Reference counting bug in PyArg_ParseTuple and PyArg_ParseTupleAndKeywords
#50333 closed
Apr 29, 2023 -
Netlify preview builds silently fail with `Deploy Preview canceled`
#103604 closed
Apr 29, 2023 -
Defer string formatting in asyncio Task creation
#103793 closed
Apr 29, 2023 -
Defaultdict default value bindings issue
#103989 closed
Apr 29, 2023 -
Remove more deprecated importlib APIs from Python 3.12
#98040 closed
Apr 29, 2023 -
Visual Studio Community 2017 is kind of old.
#103340 closed
Apr 29, 2023 -
array slices negative weirdness
#103964 closed
Apr 29, 2023 -
Outdated info about encoding in "datetime"
#99032 closed
Apr 29, 2023 -
Incorrect locations for code following `case` blocks
#103971 closed
Apr 28, 2023 -
'class' parameter name in headers breaks building C++ extensions
#103978 closed
Apr 28, 2023 -
PDB stops on wrong line inside pattern matching block
#99474 closed
Apr 28, 2023 -
Python IDLE context "Edit with IDLE" fails if there is a threading.py in the same folder
#103967 closed
Apr 28, 2023 -
ast.unparse not working. Throwing error like AttributeError: 'assign' object has no attribute 'lineno'.
#103768 closed
Apr 28, 2023 -
test_c_locale_coercion fails when the default LC_CTYPE != "C"
#76183 closed
Apr 28, 2023 -
Add missing tests to the dis module
#103804 closed
Apr 28, 2023 -
Frozen re.compile behaves differently from re imported from PATH, build error when re is included
#101312 closed
Apr 28, 2023 -
[Asyncio] Support for async → sync → async call chains
#93462 closed
Apr 28, 2023 -
stdlib sqlite3 executemany() does not support RETURNING statement
#100021 closed
Apr 28, 2023 -
Prompt text in sqlite3 CLI (new in 3.12) is Linux oriented and doesn't apply to Windows
#102628 closed
Apr 27, 2023 -
Test documentation with the oldest supported Sphinx version
#103903 closed
Apr 27, 2023 -
Window width can be manipulated in a way that should not happen when resizing is partially restricted
#103938 closed
Apr 27, 2023 -
TESTSUBDIRS missing some test directories
#98822 closed
Apr 27, 2023 -
Unexpected TypeError using matching (PEP 622, 634)
#103930 closed
Apr 27, 2023 -
Add a test which uses the ast module to compile the stdlib
#69169 closed
Apr 27, 2023 -
tempfile.mkdtemp() does not return absolute pathname when relative dir is specified
#51574 closed
Apr 27, 2023 -
Isolate _multibytecodec
#103583 closed
Apr 27, 2023 -
[ExceptionGroup] Inconsistent raise inside except*
#103590 closed
Apr 27, 2023 -
Broken test in test_genericalias
#103880 closed
Apr 27, 2023 -
Cannot pause asyncio transport immediately
#103607 closed
Apr 27, 2023 -
fcntl's handling of FIONREAD is inconsistent
#103919 closed
Apr 27, 2023 -
Near zero-cost super().meth() calls via adaptive superinstructions
#90722 closed
Apr 27, 2023 -
Polish pdb help messages and doc strings
#103143 closed
Apr 27, 2023 -
Python/C API "PyUnicode_FromObject" is listed in the "Deprecated " section
#103883 closed
Apr 27, 2023 -
Missing support for Source Specific Multicast
#89415 closed
Apr 27, 2023 -
Extracting Original Arguments of Union
#103762 closed
Apr 27, 2023 -
Out-of-bounds read in unicodeobject.c ascii_decode()
#103656 closed
Apr 27, 2023 -
running a suite with no tests is not an error
#62432 closed
Apr 27, 2023 -
Mixing multiprocessing pool and subprocess may create zombie process, and cause program to hang.
#70015 closed
Apr 27, 2023 -
myy2pay
#103908 closed
Apr 26, 2023
45 Issues opened by 38 people
-
bisect.bisect is not cross-referenced properly
#104145 opened
May 3, 2023 -
Leverage eager tasks to optimize asyncio gather & TaskGroups further
#104144 opened
May 3, 2023 -
`_Py_RefcntAdd` doesn't respect immortality
#104142 opened
May 3, 2023 -
urlunsplit for itms-services scheme returns invalid url
#104139 opened
May 3, 2023 -
we should not recommend using functools.cache on methods
#104112 opened
May 3, 2023 -
Add a Module Def Slot for Supporting Multiple Interpreters
#104108 opened
May 2, 2023 -
test_sysconfig fails when executed from within a venv
#104097 opened
May 2, 2023 -
`os.path.basename` on windows gives empty strings
#104093 opened
May 2, 2023 -
create_task() recommendation seems like bad practice
#104091 opened
May 2, 2023 -
Leaked semaphore objects in test_concurrent_futures
#104090 opened
May 2, 2023 -
Failed test_write_filtered_python_package test case in ./python -We -m test -v test_zipfile
#104089 opened
May 2, 2023 -
Performance of attribute lookup for module objects
#104066 opened
May 1, 2023 -
Add SO_BINDTOIFINDEX constant to socket module
#104061 opened
May 1, 2023 -
Some test modules fail when run as a script
#104057 opened
May 1, 2023 -
`PCBuild` needs an analog of `make regen-cases`
#104055 opened
May 1, 2023 -
crash in ./python.exe -We -m test -v test_xxtestfuzz
#104051 opened
May 1, 2023 -
Add type annotations to clinic.py
#104050 opened
May 1, 2023 -
shutil.copytree doesn't seem to understand NTFS junctions, can truncates files when tricked
#104046 opened
May 1, 2023 -
Confusing output from `help(math.pi)`
#104042 opened
May 1, 2023 -
Warning when building ./Modules/timemodule.c on i686 with 64-bit time
#104040 opened
May 1, 2023 -
Add a `CookieJar.get_cookie` method
#104019 opened
Apr 30, 2023 -
typing: Document get_origin and get_args separately
#104010 opened
Apr 30, 2023 -
Add a SyntaxWarning for calls passing a `kwarg=val` before a `*args`
#104007 opened
Apr 30, 2023 -
EML as an attachment to an email not getting parsed
#104005 opened
Apr 30, 2023 -
Implement PEP 702: Marking deprecations using the type system
#104003 opened
Apr 30, 2023 -
Do we need to define importlib.abc.PathEntryFinder.find_spec()
#103999 opened
Apr 29, 2023 -
Auto dedent -c arguments
#103997 opened
Apr 29, 2023 -
segfault in mmap object when using __index__ method that closes the mmap
#103987 opened
Apr 29, 2023 -
datetime.astimezone(None) does not set fold
#103982 opened
Apr 28, 2023 -
Documentation: dark theme & images
#103960 opened
Apr 27, 2023 -
`trace`: line tracing output lacks newlines if source lines are not available
#103956 opened
Apr 27, 2023 -
Fast attribute access for module subclasses
#103951 opened
Apr 27, 2023 -
crash in "./python.exe -We -m test -v test_datetime -m test_folds"
#103944 opened
Apr 27, 2023 -
`__getattribute__` does not propagate `AttributeError` error-message if `__getattr__` fails as well
#103936 opened
Apr 27, 2023 -
trace.__main__ does not use io.open_code
#103935 opened
Apr 27, 2023 -
non-readline PyOS_StdioReadline when used with PyOS_InputHook fails is buggy with long input
#103929 opened
Apr 27, 2023 -
csv.py _guess_quote_and_delimiter should be able to handle windows \r
#103925 opened
Apr 27, 2023 -
Non-file file descriptors may be mishandled in ntpath
#103924 opened
Apr 27, 2023 -
Document PEP 695
#103921 opened
Apr 27, 2023 -
Revert/improve the restriction on using non-ThreadPoolExecutor
#103920 opened
Apr 27, 2023 -
posix subprocess should support timeout when waiting on the errpipe_read pipe
#103911 opened
Apr 27, 2023 -
Avoid reference counting operations on None, True, False in the interpreter
#103906 opened
Apr 26, 2023
172 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-103763: Implement PEP 695
#103764 commented on
May 3, 2023 • 76 new comments -
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types
#103511 commented on
May 3, 2023 • 65 new comments -
gh-102140: fix false negative in csv.Sniffer.has_header
#103341 commented on
May 1, 2023 • 35 new comments -
Introduce a gate/check GHA job
#97533 commented on
May 2, 2023 • 28 new comments -
BUILD: 3.12.0a2 configure script selects wrong libraries compared to 3.11
#99814 commented on
Apr 28, 2023 • 14 new comments -
Numerous refleaks on main
#103879 commented on
May 2, 2023 • 11 new comments -
bpo-42969: Hang non-main threads that attempt to acquire the GIL during finalization
#28525 commented on
May 2, 2023 • 11 new comments -
gh-102327: Document "url" parameter to HTTPConnection.request()
#102328 commented on
May 3, 2023 • 11 new comments -
GH-81079: Add case_sensitive argument to `pathlib.Path.glob()`
#102710 commented on
May 3, 2023 • 11 new comments -
gh-102988: Detect email address parsing errors and return empty tuple to indicate the parsing error (old API)
#102990 commented on
Apr 28, 2023 • 11 new comments -
GH-103899: Provide a hint when accidentally calling a module
#103900 commented on
Apr 27, 2023 • 11 new comments -
asyncio: nested event loop
#66435 commented on
May 2, 2023 • 9 new comments -
gh-103861: Fix Zip64 extensions not being properly applied in some cases
#103863 commented on
May 1, 2023 • 8 new comments -
GH-100479: Add optional `blueprint` argument to `pathlib.PurePath`
#100481 commented on
May 2, 2023 • 7 new comments -
GH-92737: Corrected posixpath behaviour to not assume '//' is equivalent to '/'.
#103798 commented on
Apr 30, 2023 • 7 new comments -
Float string formatting with no specified presentation type behavior.
#99694 commented on
May 2, 2023 • 6 new comments -
urllib.parse space handling CVE-2023-24329 appears unfixed
#102153 commented on
May 3, 2023 • 6 new comments -
GH-86275: Implementation of hypothesis stubs for property-based tests, with zoneinfo tests
#22863 commented on
May 3, 2023 • 6 new comments -
gh-102153: Start stripping C0 control and space chars in `urlsplit`
#102508 commented on
May 3, 2023 • 6 new comments -
Argument Clinic: add support for deprecating positional use of optional parameters
#95065 commented on
May 1, 2023 • 5 new comments -
RFE: @dataclasses.dataclass(slots=True) doesn't support methods using zero-arg super()
#90562 commented on
May 2, 2023 • 5 new comments -
Test `test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script` fails with `--with-lto --enable-optimizations`
#103053 commented on
May 3, 2023 • 5 new comments -
Meta issue for cleaning up import system cruft
#97850 commented on
May 3, 2023 • 5 new comments -
gh-69152: Add _proxy_response_headers attribute to HTTPConnection
#26152 commented on
May 1, 2023 • 5 new comments -
gh-102895 Add an option block_exit in code.interact to block exit() from terminating the whole process
#102896 commented on
Apr 29, 2023 • 5 new comments -
gh-92248: Deprecate `type`, `choices`, `metavar` parameters of `argparse.BooleanOptionalAction`
#103678 commented on
May 1, 2023 • 5 new comments -
gh-66435: Allow nested event loops
#93338 commented on
Apr 28, 2023 • 4 new comments -
gh-97850: Deprecate `find_loader` and `get_loader` in `pkgutil`
#98520 commented on
May 3, 2023 • 4 new comments -
gh-91896: Deprecate collections.abc.ByteString
#102096 commented on
May 2, 2023 • 4 new comments -
gh-94906: Support multiple steps in math.nextafter
#103881 commented on
May 2, 2023 • 4 new comments -
Drop support for 15-bit PyLong digits?
#89732 commented on
Apr 27, 2023 • 3 new comments -
functools.singledispatchmethod interacts poorly with subclasses
#80638 commented on
Apr 28, 2023 • 3 new comments -
Docs use deprecated Sphinx `.. index::` entries
#97950 commented on
Apr 30, 2023 • 3 new comments -
Make sure that typing cache differentiate `Union[int, str]` and `Union[str, int]`
#103749 commented on
May 2, 2023 • 3 new comments -
Superoptimize sequences of instructions without observable side-effects in the bytecode compiler.
#102869 commented on
May 2, 2023 • 3 new comments -
email.message.get_filename() returning not a filename
#101932 commented on
May 2, 2023 • 3 new comments -
bpo-41768: Use getattr_static when adding mock spec
#22209 commented on
Apr 28, 2023 • 3 new comments -
gh-102500: Implement PEP 688
#102521 commented on
May 1, 2023 • 3 new comments -
WIP gh-103741 - PEP 713 - Callable modules
#103742 commented on
Apr 30, 2023 • 3 new comments -
GH-95088: Clarified rules for parsing an item key for format strings.
#103779 commented on
Apr 29, 2023 • 3 new comments -
gh-87414: add musl support to platform.libc_ver
#103784 commented on
Apr 28, 2023 • 3 new comments -
Add a vendor-packages directory for system-supplied modules
#42401 commented on
Apr 27, 2023 • 2 new comments -
Safe synchronous cancellation in asyncio
#103486 commented on
May 1, 2023 • 2 new comments -
asyncio.create_subprocess_exec does not respond properly to asyncio.CancelledError
#103847 commented on
May 2, 2023 • 2 new comments -
Unstable C API tier (PEP 689)
#101101 commented on
May 2, 2023 • 2 new comments -
sysconfig gives misleading results for USE_COMPUTED_GOTOS
#57449 commented on
May 2, 2023 • 2 new comments -
Isolate Stdlib Extension Modules
#103092 commented on
May 3, 2023 • 2 new comments -
Implement PEP 706 – Filter for tarfile.extractall
#102950 commented on
May 3, 2023 • 2 new comments -
filedialog.askdirectory "Cancel" behaves differently under Linux and Windows (Wine)
#103878 commented on
May 3, 2023 • 2 new comments -
No zlib in WASI
#93819 commented on
May 3, 2023 • 2 new comments -
gh-75261: Propogate use_rawinput to recursive pdb (debug command)
#2947 commented on
May 3, 2023 • 2 new comments -
gh-78913: modified to return uuid version between 1 to 5 based on RFC 4122
#9413 commented on
May 2, 2023 • 2 new comments -
gh-99380: Update to Sphinx 6.1.3
#99381 commented on
Apr 26, 2023 • 2 new comments -
gh-97933: inline list/dict/set comprehensions
#101441 commented on
May 2, 2023 • 2 new comments -
gh-101815: remove functools.cached_property key sharing doc warnings
#101816 commented on
May 3, 2023 • 2 new comments -
Update interpreters.py to include missing RunFailedError import
#103841 commented on
May 2, 2023 • 2 new comments -
[3.9] Any plan about fixing CVE-2022-40897 in python 3.9-alpine
#102202 commented on
Apr 27, 2023 • 1 new comment -
BytesGenerator breaks UTF8 string
#92081 commented on
Apr 27, 2023 • 1 new comment -
Deprecate `utcnow` and `utcfromtimestamp`
#103857 commented on
Apr 27, 2023 • 1 new comment -
wrong FNAME in tarfile if tgz extension is used
#88661 commented on
Apr 27, 2023 • 1 new comment -
Use OpenSSL 3.0 in our binary builds
#99079 commented on
Apr 27, 2023 • 1 new comment -
Leaks on Python's standard library at runtime shutdown
#100911 commented on
Apr 27, 2023 • 1 new comment -
`uuid.uuid1` seems to rotate a lot less than expected
#103755 commented on
Apr 28, 2023 • 1 new comment -
TIP 538 prevents building Tkinter against Tcl 8.7 built with bundled libtommath
#103839 commented on
Apr 28, 2023 • 1 new comment -
Ensure that IDLE's stdlib imports are from the stdlib
#70331 commented on
Apr 28, 2023 • 1 new comment -
IDLE needs syntax highlighting for f-strings
#73473 commented on
Apr 28, 2023 • 1 new comment -
setup.py grep_headers_for() is broken by design
#89761 commented on
Apr 29, 2023 • 1 new comment -
Figure out extended attributes on BSDs
#57187 commented on
Apr 29, 2023 • 1 new comment -
Use C type names (PyUnicode etc;) in the C API docs
#53185 commented on
Apr 29, 2023 • 1 new comment -
unittest: execute tests in parallel
#82054 commented on
Apr 30, 2023 • 1 new comment -
Update multiprocessing.managers.ListProxy and multiprocessing.managers.DictProxy
#103134 commented on
Apr 30, 2023 • 1 new comment -
resource tracker destroys shared memory segments when other processes should still have valid access
#82300 commented on
Apr 30, 2023 • 1 new comment -
datetime library doesn't support valid ISO-8601 alternative for midnight
#102450 commented on
Apr 30, 2023 • 1 new comment -
Edit What's New for Python 3.11
#95913 commented on
Apr 30, 2023 • 1 new comment -
Issues when showing broken `Exception.__notes__`
#103895 commented on
May 1, 2023 • 1 new comment -
Argument Clinic doesn't mangle conflicting names
#68395 commented on
May 1, 2023 • 1 new comment -
Argument Clinic name conflict
#83922 commented on
May 1, 2023 • 1 new comment -
array: Deprecate 'u' type in array module
#80480 commented on
May 2, 2023 • 1 new comment -
Sphinx linkcheck and broken/redirect occurrences in Python Docs
#103484 commented on
May 2, 2023 • 1 new comment -
Generator finalization is slower in 3.11 vs 3.10
#100762 commented on
May 2, 2023 • 1 new comment -
Change default signature algorithms for context in the ssl library
#88974 commented on
May 2, 2023 • 1 new comment -
test_ssl fails after 2038
#101732 commented on
May 2, 2023 • 1 new comment -
New sysconfig API: Install paths
#103481 commented on
May 2, 2023 • 1 new comment -
New sysconfig API: Build information - Compilation
#103482 commented on
May 2, 2023 • 1 new comment -
functools.cached_property doc warnings about key-sharing are obsolete
#101815 commented on
May 3, 2023 • 1 new comment -
tarfile and zipfile: handling Windows (path) illegal characters in archive member names
#80715 commented on
May 3, 2023 • 1 new comment -
Add tarinfo.Path
#89812 commented on
May 3, 2023 • 1 new comment -
argparse: positional arguments containing - in name not handled well
#59330 commented on
May 3, 2023 • 1 new comment -
logging documentation is tough for beginners
#98731 commented on
May 3, 2023 • 1 new comment -
[pathlib] Option so that OSError does not block glob in pathlib library
#90208 commented on
May 3, 2023 • 1 new comment -
Async Call-Stack Reconstruction
#91048 commented on
May 3, 2023 • 1 new comment -
gh-74865: textwrap support for true (Unicode) em-dashes
#2224 commented on
May 3, 2023 • 1 new comment -
bpo-36550: pdb/cmd: avoid creating exceptions
#4666 commented on
May 1, 2023 • 1 new comment -
bpo-33533: Implement as_completed as an asynchronous generator
#10251 commented on
May 1, 2023 • 1 new comment -
bpo-40818: Run sys.__interactivehook__() on asyncio REPL startup
#20517 commented on
Apr 26, 2023 • 1 new comment -
bpo-40893: Add TkDND support to tkinter
#20896 commented on
May 3, 2023 • 1 new comment -
bpo-39671: Clarify semantics of asyncio.wait with FIRST_COMPLETED/EXCEPTION
#21918 commented on
Apr 26, 2023 • 1 new comment -
gh-82082: Make our test suite pass on an IPv6-only Linux host
#26225 commented on
Apr 29, 2023 • 1 new comment -
gh-72660: Handle unsigned long win32 error codes
#27959 commented on
May 2, 2023 • 1 new comment -
gh-72793: C implementation of parts of copy.deepcopy
#91610 commented on
Apr 28, 2023 • 1 new comment -
gh-101581 Optionally prevent child tasks from being cancelled in asyncio taskgroups
#101648 commented on
Apr 28, 2023 • 1 new comment -
gh-101703: use `PyOS_snprintf` instead of `sprintf`
#101729 commented on
Apr 27, 2023 • 1 new comment -
gh-100176: Remove outdated Tools/{io,cc,string}bench
#101853 commented on
Apr 27, 2023 • 1 new comment -
GH-77609: Support following symlinks in `pathlib.Path.glob()`
#102616 commented on
May 3, 2023 • 1 new comment -
gh-102699: Add `dataclasses.DataclassLike`
#102933 commented on
Apr 30, 2023 • 1 new comment -
GH-60712: Include the "object" type in the lists of documented types
#103036 commented on
Apr 29, 2023 • 1 new comment -
gh-103134: Update multiprocessing.managers.ListProxy and multiprocessing.managers.DictProxy
#103133 commented on
May 1, 2023 • 1 new comment -
gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module
#103181 commented on
Apr 30, 2023 • 1 new comment -
gh-103384: Generalize the regex pattern `BaseConfigurator.INDEX_PATTERN` to allow spaces and non-alphanumeric characters in keys.
#103391 commented on
May 2, 2023 • 1 new comment -
gh-103533: Use pep669 APIs for cprofile
#103534 commented on
May 2, 2023 • 1 new comment -
gh-99108: Initial import of HACL-SHA3 into Python
#103597 commented on
May 3, 2023 • 1 new comment -
gh-103648: Make `datetime.timestamp()` raise `OverflowError` when overflow on Windows
#103653 commented on
May 1, 2023 • 1 new comment -
gh-103820: Do not interpret buttons 4/5 as scrolling on non-X11
#103821 commented on
May 2, 2023 • 1 new comment -
GH-69695: Update ``PyImport_ImportModule`` description
#103836 commented on
Apr 27, 2023 • 1 new comment -
gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0
#103846 commented on
May 2, 2023 • 1 new comment -
gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit builds
#103902 commented on
Apr 27, 2023 • 1 new comment -
Add Maildir.get_flags() to access message flags without opening the file
#90890 commented on
Apr 26, 2023 • 0 new comments -
[urllib] proxy_bypass_registry - extra error handling required for ProxyOverride, Windows under proxy environment
#76646 commented on
Apr 27, 2023 • 0 new comments -
Increase test coverage for pstats.py
#57879 commented on
Apr 27, 2023 • 0 new comments -
unittest assertEqual difference output foiled by newlines
#68968 commented on
Apr 27, 2023 • 0 new comments -
Deprecate os.path.commonprefix
#74453 commented on
Apr 28, 2023 • 0 new comments -
Make `dis.Instruction` more useful
#102676 commented on
Apr 28, 2023 • 0 new comments -
Support for sharing state between pathlib subclasses
#100479 commented on
Apr 28, 2023 • 0 new comments -
Parsing errors in email/_parseaddr.py lead to incorrect value in email address part of tuple
#102988 commented on
Apr 28, 2023 • 0 new comments -
WinError(): Python int too large to convert to C long
#72660 commented on
Apr 29, 2023 • 0 new comments -
Suggested changes for https://docs.python.org/3.6/extending/extending.html
#74183 commented on
Apr 29, 2023 • 0 new comments -
PEP 701 – Syntactic formalization of f-strings
#102856 commented on
Apr 30, 2023 • 0 new comments -
Turtle Circle Speed 0
#65276 commented on
Apr 30, 2023 • 0 new comments -
Improve `builtins.__doc__`
#103886 commented on
May 1, 2023 • 0 new comments -
Zipfile module doesn't replace `os.altsep` in filenames in some cases
#92184 commented on
May 1, 2023 • 0 new comments -
asyncio should use signal.set_wakeup_fd on Windows
#77373 commented on
May 1, 2023 • 0 new comments -
some usages of sys.exc_info can be replaced by more modern code
#102799 commented on
May 1, 2023 • 0 new comments -
Fix Refleak in test_import
#102251 commented on
May 1, 2023 • 0 new comments -
Fixing Copy on Writes from reference counting and immortal objects
#84436 commented on
May 1, 2023 • 0 new comments -
Enum with `str` or `int` Mixin Breaking Change in Python 3.11
#100458 commented on
May 1, 2023 • 0 new comments -
ResourceWarning due to unclosed response in http.client.HTTPConnection._tunnel
#103472 commented on
May 2, 2023 • 0 new comments -
`shutil.move` into child directory on a case insensitive OS
#103165 commented on
May 2, 2023 • 0 new comments -
Add File - Reload
#44968 commented on
May 2, 2023 • 0 new comments -
Directory traversal in uu module / uu.decode
#99889 commented on
May 2, 2023 • 0 new comments -
csv writer with blank lineterminator breaks quoting
#67044 commented on
May 3, 2023 • 0 new comments -
Sphinx's nit-picky mode, should we use it?
#101100 commented on
May 3, 2023 • 0 new comments -
Null characters in strings cause a C SystemError
#97556 commented on
May 3, 2023 • 0 new comments -
Replace built-in hashlib with verified implementations from HACL*
#99108 commented on
May 3, 2023 • 0 new comments -
socketserver: BaseServer.handle_request() infinite loop
#81207 commented on
May 3, 2023 • 0 new comments -
gh-49844: IDLE startup configuration
#5541 commented on
Apr 29, 2023 • 0 new comments -
WIP: bpo-1100942: Add datetime.time.strptime and datetime.date.strptime
#5578 commented on
May 1, 2023 • 0 new comments -
bpo-32397: Fix textwrap.wrap() so it's stable if run twice.
#5615 commented on
May 2, 2023 • 0 new comments -
bpo-32779: Fix urljoining with an empty query string.
#5645 commented on
May 2, 2023 • 0 new comments -
bpo-3405: Add support for user data of Tk virtual events to tkinter
#7142 commented on
Apr 27, 2023 • 0 new comments -
gh-64376: Convert the time module to the Argument Clinic
#14311 commented on
May 2, 2023 • 0 new comments -
bpo-38856: Fix StreamWriter.wait_closed() ConnectionResetError for ProactorEventLoop
#18199 commented on
Apr 26, 2023 • 0 new comments -
gh-75572: Forward-port test_xpickle from Python 2 to 3.
#22452 commented on
Apr 28, 2023 • 0 new comments -
gh-90370: Avoid temporary `varargs` tuple creation in argument passing
#30312 commented on
Apr 29, 2023 • 0 new comments -
gh-95065: Add AC support for deprecating positional use of optional params
#95151 commented on
Apr 29, 2023 • 0 new comments -
gh-99113: A Per-Interpreter GIL!
#99114 commented on
May 2, 2023 • 0 new comments -
gh-99761: add invalid_index macro
#99762 commented on
Apr 28, 2023 • 0 new comments -
GH-73435: Implement recursive wildcards in `pathlib.PurePath.match()`
#101398 commented on
May 3, 2023 • 0 new comments -
gh-101640: Make argparse working in `pythonw` by dropping stderr writes there
#101802 commented on
Apr 29, 2023 • 0 new comments -
gh-81677: basic support for annotations in __text_signature__'s
#101872 commented on
Apr 29, 2023 • 0 new comments -
gh-102024: Reduced _idle_semaphore.release calls
#102025 commented on
May 1, 2023 • 0 new comments -
gh-80925: permit using singledispatch on keyword argument
#102063 commented on
Apr 29, 2023 • 0 new comments -
gh-102837: few coverage nitpicks for the math module
#102523 commented on
Apr 29, 2023 • 0 new comments -
gh-102500: Document PEP 688
#102571 commented on
Apr 28, 2023 • 0 new comments -
gh-102431: clarify constraints on arguments of logical_xxx methods
#102836 commented on
Apr 29, 2023 • 0 new comments -
gh-71587: Isolate `_datetime`
#102995 commented on
Apr 28, 2023 • 0 new comments -
gh-93627: Align Python implementation of pickle with C implementation of pickle
#103035 commented on
Apr 28, 2023 • 0 new comments -
gh-103124: Multiline statement support for pdb
#103125 commented on
Apr 28, 2023 • 0 new comments -
gh-103464: Add checks for arguments of pdb commands
#103465 commented on
Apr 28, 2023 • 0 new comments -
GH-103548: Improve performance of `pathlib.Path.[is_]absolute()`
#103549 commented on
May 2, 2023 • 0 new comments -
gh-67766 - show argument for struct.pack range errors
#103657 commented on
Apr 30, 2023 • 0 new comments -
Tag strings v2
#103835 commented on
Apr 27, 2023 • 0 new comments -
gh-103865: add monitoring support to LOAD_SUPER_ATTR
#103866 commented on
May 1, 2023 • 0 new comments