Insights: python/cpython
Overview
Could not load contribution data
Please try again later
172 Pull requests merged by 45 people
-
gh-112069: Make PySet_GET_SIZE to be atomic safe.
#118053 merged
Apr 18, 2024 -
[3.12] gh-117503: Fix test for posixpath.expanduser() when pw_dir ends with / (GH-118056)
#118058 merged
Apr 18, 2024 -
gh-102402: Fix logging test_relativeCreated_has_higher_precision() leak
#117985 merged
Apr 18, 2024 -
gh-117503: Fix test for posixpath.expanduser() when pw_dir ends with /
#118056 merged
Apr 18, 2024 -
gh-112069: Add _PySet_NextEntryRef to be thread-safe.
#117990 merged
Apr 18, 2024 -
GH-118036: Fix a bug with CALL_STAT_INC
#117933 merged
Apr 18, 2024 -
gh-87969: Amend docs and docstrings for ctypes.string_at and ctypes.wstring_at
#25384 merged
Apr 18, 2024 -
gh-117987: Restore remove Py_SetProgramName() function
#117993 merged
Apr 18, 2024 -
[3.12] gh-116932: Remove redundant NEWS entry (GH-118040)
#118041 merged
Apr 18, 2024 -
gh-116932: Remove redundant NEWS entry
#118040 merged
Apr 18, 2024 -
[3.12] Doc: Render version/language selector on Read the Docs (GH-116966)
#118038 merged
Apr 18, 2024 -
GH-115419: Tidy up tier 2 optimizer. Merge peephole pass into main pass
#117997 merged
Apr 18, 2024 -
gh-90815: Document bundled mimalloc in What’s New In Python 3.13
#117811 merged
Apr 18, 2024 -
fix formatting of literal in docstring of int.from_bytes and int.to_bytes
#117847 merged
Apr 18, 2024 -
[3.12] gh-116932: Add note on how to report python documentation theme bugs (GH-117989)
#118031 merged
Apr 18, 2024 -
gh-116932: Add notes on how to report python documentation theme bugs
#117989 merged
Apr 18, 2024 -
Fix two typos in `typeobject.c`
#118024 merged
Apr 18, 2024 -
gh-118023: Fix reference leak
#118025 merged
Apr 18, 2024 -
gh-117641: Use set comprehension for `posixpath.commonpath()`
#117652 merged
Apr 18, 2024 -
[3.12] gh-117613: Argument Clinic: ensure that `defining_class` params are positional-only
#117939 merged
Apr 17, 2024 -
gh-117968: Add tests for the part of the PyRun family of the C API
#117982 merged
Apr 17, 2024 -
gh-117613: Argument Clinic: disallow `defining_class` parameter at module level
#117950 merged
Apr 17, 2024 -
[3.12] gh-115009: Update Windows installer to use SQLite 3.45.3 (GH-117445)
#118008 merged
Apr 17, 2024 -
[3.12] gh-114539: Clarify implicit launching of shells by subprocess (GH-117996)
#118002 merged
Apr 17, 2024 -
gh-114539: Clarify implicit launching of shells by subprocess
#117996 merged
Apr 17, 2024 -
gh-94673: Fix compiler warning in typeobject.c
#117980 merged
Apr 17, 2024 -
gh-117657: Quiet erroneous TSAN reports of data races in `_PySeqLock`
#117955 merged
Apr 17, 2024 -
[3.12] gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994)
#117998 merged
Apr 17, 2024 -
gh-117657: Fix data races in the method cache in free-threaded builds
#117954 merged
Apr 17, 2024 -
gh-80361: Fix TypeError in email.Message.get_payload()
#117994 merged
Apr 17, 2024 -
gh-117680: make _PyInstructionSequence a PyObject and use it in tests
#117629 merged
Apr 17, 2024 -
Doc: Render version/language selector on Read the Docs
#116966 merged
Apr 17, 2024 -
[3.12] gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.listdir (GH-117978)
#117992 merged
Apr 17, 2024 -
gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.listdir
#117978 merged
Apr 17, 2024 -
[3.12] gh-117975: Ensure flush level is checked when configuring a logging MemoryHandler. (GH-117976)
#117986 merged
Apr 17, 2024 -
GH-100242: bring functools.py partial implementation more in line with C code
#100244 merged
Apr 17, 2024 -
Test: Get the smtp test server using os.getenv()
#117979 merged
Apr 17, 2024 -
gh-117929: Restore removed PyEval_InitThreads() function
#117931 merged
Apr 17, 2024 -
gh-117975: Ensure flush level is checked when configuring a logging MemoryHandler.
#117976 merged
Apr 17, 2024 -
[3.12] gh-115009: Update macOS installer to use SQLite 3.45.3 (GH-117443)
#117981 merged
Apr 17, 2024 -
[3.12] gh-71966: Move the module docstring from _pydecimal to decimal (GH-117919)
#117962 merged
Apr 17, 2024 -
gh-115009: Update macOS installer to use SQLite 3.45.3.
#117443 merged
Apr 17, 2024 -
[3.12] gh-117313: Fix re-folding email messages containing non-standard line separators (GH-117369)
#117971 merged
Apr 17, 2024 -
[3.12] gh-117503: Fix support of non-ASCII user names in posixpath.expanduser() (GH-117504)
#117970 merged
Apr 17, 2024 -
[3.12] gh-73231: Update documentation for PyErr_SetFromWindowsErr() (GH-117226)
#117973 merged
Apr 17, 2024 -
[3.12] gh-117879: Fix test_httpservers for the build with profiling (GH-117932)
#117969 merged
Apr 17, 2024 -
bpo-40944: email.message.EmailMessage address parser fix
#20790 merged
Apr 17, 2024 -
GH-117760: Streamline the trashcan mechanism
#117763 merged
Apr 17, 2024 -
gh-65824: Add "Help on ..." to the "less" prompt in pydoc
#116183 merged
Apr 17, 2024 -
gh-73231: Update documentation for PyErr_SetFromWindowsErr()
#117226 merged
Apr 17, 2024 -
gh-117313: Fix re-folding email messages containing non-standard line separators
#117369 merged
Apr 17, 2024 -
gh-117394: Speed up os.path.ismount() on Posix
#117447 merged
Apr 17, 2024 -
gh-117503: Fix support of non-ASCII user names in posixpath.expanduser()
#117504 merged
Apr 17, 2024 -
gh-117907: Fix test_inspect for the build with enabled tracing references
#117922 merged
Apr 17, 2024 -
gh-117879: Fix test_httpservers for the build with profiling
#117932 merged
Apr 17, 2024 -
gh-117845: Detect libedit hook function signature in configure
#117870 merged
Apr 17, 2024 -
[3.12] gh-86650: Fix IndexError when parse emails with invalid Message-ID (GH-117934)
#117965 merged
Apr 17, 2024 -
[3.12] gh-75171: Fix parsing invalid email address headers starting or ending with a dot (GH-15600)
#117964 merged
Apr 17, 2024 -
gh-86650: Fix IndexError when parse emails with invalid Message-ID
#117934 merged
Apr 17, 2024 -
gh-75171: Fix parsing invalid email address headers starting or ending with a dot
#15600 merged
Apr 17, 2024 -
gh-117923: Catch ``test_webbrowser.test_parse_args_error`` stderr output
#117924 merged
Apr 17, 2024 -
gh-71966: Move the module docstring from _pydecimal to decimal
#117919 merged
Apr 17, 2024 -
[3.12] gh-117945: Fix `os.path.ismount()` documentation (GH-117947)
#117952 merged
Apr 16, 2024 -
gh-117945: Amend version changed annotation for `os.path.ismount()`
#117947 merged
Apr 16, 2024 -
linecache: Fix docstring location
#117948 merged
Apr 16, 2024 -
[3.12] gh-112844: Fix xz CPE identifier (GH-117656)
#117951 merged
Apr 16, 2024 -
gh-112844: Fix xz CPE identifier
#117656 merged
Apr 16, 2024 -
gh-115009: Update Windows installer to use SQLite 3.45.3.
#117445 merged
Apr 16, 2024 -
gh-117645: Increase WASI stack size from 512 KiB to 8 MiB
#117674 merged
Apr 16, 2024 -
gh-117755: Fix mimalloc for huge allocation on s390x
#117809 merged
Apr 16, 2024 -
gh-117755: Remove tests on huge memory allocations
#117938 merged
Apr 16, 2024 -
gh-117376: Make code objects use deferred reference counting
#117823 merged
Apr 16, 2024 -
gh-112069: Make setiter_iternext to be thread-safe
#117935 merged
Apr 16, 2024 -
[3.12] Docs: Add classes to C API return value annotations (GH-117926)
#117937 merged
Apr 16, 2024 -
Docs: Add classes to C API return value annotations
#117926 merged
Apr 16, 2024 -
gh-117683: Fix test_free_different_thread failures with GIL disabled
#117685 merged
Apr 16, 2024 -
gh-115178: Add Counts of UOp Pairs to pystats
#115181 merged
Apr 16, 2024 -
[3.12] gh-117691: Add an appropriate stacklevel for PEP-706 tarfile deprecation warnings (GH-117872)
#117930 merged
Apr 16, 2024 -
GH-115776: Static object are immortal, so mark them as such.
#117673 merged
Apr 16, 2024 -
gh-117691: Add an appropriate stacklevel for PEP-706 tarfile deprecation warnings
#117872 merged
Apr 16, 2024 -
gh-117613: Argument Clinic: ensure that `defining_class` params are positional-only
#117781 merged
Apr 16, 2024 -
[3.12] gh-77102: site: try utf-8 and locale encoding when reading .pth file (GH-117802)
#117917 merged
Apr 16, 2024 -
[3.12] gh-117797: Improve `test_descr.test_not_implemented` (GH-117798)
#117921 merged
Apr 16, 2024 -
gh-102402: Fix floating point math issue by using `time.time_ns()` in `logging.LogRecord`
#102412 merged
Apr 16, 2024 -
gh-117797: Improve `test_descr.test_not_implemented`
#117798 merged
Apr 16, 2024 -
gh-117613: Enhance test_clinic @defining_class tests
#117896 merged
Apr 16, 2024 -
gh-77102: site: try utf-8 and fallback to locale encoding when reading pth file
#117802 merged
Apr 16, 2024 -
gh-76785: Fix Windows Refleak in test_interpreters
#117913 merged
Apr 16, 2024 -
[3.12] gh-117804: Document how to suppress PGO unprofiled source warnings (GH-117859)
#117912 merged
Apr 15, 2024 -
gh-117804: Document how to suppress PGO unprofiled source warnings
#117859 merged
Apr 15, 2024 -
[3.12] Docs: add link roles with Sphinx extlinks (GH-117850)
#117910 merged
Apr 15, 2024 -
Docs: add link roles with Sphinx extlinks
#117850 merged
Apr 15, 2024 -
gh-109975: Copyedit "What's New in Python 3.13"
#117902 merged
Apr 15, 2024 -
gh-117688: Fix deadlock in test_no_stale_references with GIL disabled
#117720 merged
Apr 15, 2024 -
Docs: make the `whatsnew-typing-py312` anchor point to things that were new in the typing module
#117904 merged
Apr 15, 2024 -
gh-117657: Quiet more TSAN warnings due to incorrect modeling of compare/exchange
#117830 merged
Apr 15, 2024 -
gh-117657: Quiet TSAN warning about a data race between `start_the_world()` and `tstate_try_attach()`
#117828 merged
Apr 15, 2024 -
gh-117657: Add TSAN suppressions for the free-threaded build
#117736 merged
Apr 15, 2024 -
[3.12] gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to reduce warnings (GH-117817)
#117898 merged
Apr 15, 2024 -
[3.12] gh-112278: Improve error handling in wmi module and tests (GH-117818)
#117899 merged
Apr 15, 2024 -
[3.12] gh-115664: Reorganize versionadded directives for -X options (GH-116304)
#117900 merged
Apr 15, 2024 -
gh-115532: Minor tweaks to kde()
#117897 merged
Apr 15, 2024 -
gh-115664: Reorganize versionadded directives for -X options
#116304 merged
Apr 15, 2024 -
[3.12] gh-117114: Update availability and source code link in os.path.rst
#117756 merged
Apr 15, 2024 -
gh-112278: Improve error handling in wmi module and tests
#117818 merged
Apr 15, 2024 -
gh-90329: Add _winapi.GetLongPathName and GetShortPathName and use in venv to reduce warnings
#117817 merged
Apr 15, 2024 -
[3.12] gh-117889: Fix PGO test in test_peg_generator (GH-117893)
#117895 merged
Apr 15, 2024 -
gh-117889: Fix PGO test in test_peg_generator
#117893 merged
Apr 15, 2024 -
GH-117750: When clearing object's dict, clear inline values but leave dict attached
#117808 merged
Apr 15, 2024 -
[3.12] gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH-91568)
#117890 merged
Apr 15, 2024 -
[3.12] Add 'The Python 2.3 Method Resolution Order' (GH-116435)
#117885 merged
Apr 15, 2024 -
[3.12] gh-117694: Improve tests for PyEval_EvalCodeEx() (GH-117695)
#117884 merged
Apr 15, 2024 -
Add 'The Python 2.3 Method Resolution Order'
#116435 merged
Apr 15, 2024 -
gh-117694: Improve tests for PyEval_EvalCodeEx()
#117695 merged
Apr 15, 2024 -
gh-117755: Skip test_io.test_constructor() on s390x
#117801 merged
Apr 15, 2024 -
gh-117826: Remove lookdict_index from delitemif_lock_held
#117869 merged
Apr 15, 2024 -
docs: typo in 3.13 release notes
#117866 merged
Apr 14, 2024 -
gh-117636: Remove redundant type check in `os.path.join()`
#117638 merged
Apr 14, 2024 -
[3.12] Doc: mark up classes, attributes, parameters, and methods in dataclasses.rst (GH-117820)
#117877 merged
Apr 14, 2024 -
[3.12] Tweak wording for dataclasses.replace (gh-117758)
#117876 merged
Apr 14, 2024 -
Doc: mark up classes, attributes, parameters, and methods in dataclasses.rst
#117820 merged
Apr 14, 2024 -
[3.12] gh-115692: Add tests to increase `json` coverage (GH-115693)
#117867 merged
Apr 14, 2024 -
gh-115692: Add tests to increase `json` coverage
#115693 merged
Apr 14, 2024 -
gh-117348: restore import time performance of configparser
#117703 merged
Apr 14, 2024 -
[3.12] dataclasses docs: add some link anchors (GH-117601)
#117863 merged
Apr 14, 2024 -
dataclasses docs: add some link anchors
#117601 merged
Apr 14, 2024 -
Autoconf: aarch64-apple-darwin/clang is now a tier 1 platform
#117861 merged
Apr 14, 2024 -
[3.12] Simpler example of shallow dict export of a dataclass (GH-117812)
#117862 merged
Apr 14, 2024 -
Better example of shallow dict export of a dataclass
#117812 merged
Apr 14, 2024 -
Tweak wording for dataclasses.replace
#117758 merged
Apr 14, 2024 -
GH-115060: Speed up `pathlib.Path.glob()` by omitting initial `stat()`
#117831 merged
Apr 13, 2024 -
gh-96398: Fix mpicc check in configure.ac
#117857 merged
Apr 13, 2024 -
gh-68583: webbrowser: replace `getopt` with `argparse`, add long options
#117047 merged
Apr 13, 2024 -
gh-102247: http: support rfc9110 status codes
#117611 merged
Apr 13, 2024 -
[3.12] gh-117840: Fix indent to fix shlex syntax highlighting (GH-117843)
#117844 merged
Apr 13, 2024 -
gh-117840: Fix indent to fix shlex syntax highlighting
#117843 merged
Apr 13, 2024 -
[3.12] gh-114466: explicitly define heap invariant (GH-117778)
#117835 merged
Apr 13, 2024 -
gh-114466: explicitly define heap invariant
#117778 merged
Apr 13, 2024 -
gh-96398: Detect GCC compatible compilers in configure
#117825 merged
Apr 13, 2024 -
gh-94673: Clarify About Runtime State Related to Static Builtin Types
#117761 merged
Apr 12, 2024 -
GH-117727: Speed up `pathlib.Path.iterdir()` by using `os.scandir()`
#117728 merged
Apr 12, 2024 -
GH-115060: Speed up `pathlib.Path.glob()` by not scanning literal parts
#117732 merged
Apr 12, 2024 -
gh-115627: Fix ssl test_pha_required_nocert()
#117821 merged
Apr 12, 2024 -
gh-117739: Update definition for global interpreter lock for 3.13
#117740 merged
Apr 12, 2024 -
gh-117376: Partial implementation of deferred reference counting
#117696 merged
Apr 12, 2024 -
gh-117764: Add more tests for signatures of builtins
#117816 merged
Apr 12, 2024 -
gh-96398: Detect emcc and mpicc in compiler names in configure
#117819 merged
Apr 12, 2024 -
gh-117764: Add docstrings and signatures for the types of None, Ellipsis and NotImplemented
#117813 merged
Apr 12, 2024 -
gh-117764: Add a signature for signal.set_wakeup_fd()
#117777 merged
Apr 12, 2024 -
gh-117764: Fix and add signatures for many builtins
#117769 merged
Apr 12, 2024 -
[3.12] gh-117764: Add signatures for functions in the faulthandler module (GH-117771)
#117806 merged
Apr 12, 2024 -
[3.12] Fix version directive indents (GH-117719)
#117810 merged
Apr 12, 2024 -
Fix version directive indents
#117719 merged
Apr 12, 2024 -
gh-117764: Add signatures for functions in the faulthandler module
#117771 merged
Apr 12, 2024 -
[3.12] gh-117752: Autoconf: fix PGO builds for 'make -C build' incantations (GH-117803)
#117805 merged
Apr 12, 2024 -
gh-117764: Add signature for functools.partial()
#117775 merged
Apr 12, 2024 -
gh-117764: Add signatures and improve docstrings in the _thread module
#117772 merged
Apr 12, 2024 -
gh-117752: Autoconf: fix PGO builds for 'make -C build' incantations
#117803 merged
Apr 12, 2024 -
gh-117764: Add signatures for some objects in the itertools module
#117774 merged
Apr 12, 2024 -
gh-117764: Add signatures in the atexit module
#117776 merged
Apr 12, 2024 -
gh-117764: Add signatures for __reduce__ and __reduce_ex__ in the _io module
#117773 merged
Apr 12, 2024 -
gh-117764: Add signatures for some functions in the sys module
#117770 merged
Apr 12, 2024 -
gh-117764: Add docstrings and signatures for the __replace__ methods
#117768 merged
Apr 12, 2024 -
[3.12] gh-117752: Autoconf: fix -fno-semantic-interposition check (GH-117789)
#117800 merged
Apr 12, 2024 -
gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic
#117502 merged
Apr 12, 2024 -
gh-117752: Autoconf: fix -fno-semantic-interposition check
#117789 merged
Apr 12, 2024 -
[3.12] gh-117752: Autoconf: store all LLVM profile data in the build directory (GH-117790)
#117795 merged
Apr 12, 2024 -
gh-117752: Autoconf: store all LLVM profile data in the build directory
#117790 merged
Apr 12, 2024 -
gh-76785: Handle Legacy Interpreters Properly
#117490 merged
Apr 11, 2024 -
gh-117787: Autoconf: fix bashisms/semantic breakage of iOS checks
#117788 merged
Apr 11, 2024 -
gh-116738: Make _abc module thread-safe
#117488 merged
Apr 11, 2024
57 Pull requests opened by 33 people
-
gh-117784: Only reference PHA functions ifndef OPENSSL_NO_TLS_PHA
#117785 opened
Apr 11, 2024 -
gh-76785: Rename _xxsubinterpreters to _interpreters
#117791 opened
Apr 12, 2024 -
gh-117786: Fix venv created from Windows Store install by restoring __PYVENV_LAUNCHER__ smuggling
#117814 opened
Apr 12, 2024 -
gh-96398: Improve accuracy of compiler checks in configure.ac
#117815 opened
Apr 12, 2024 -
gh-112075: Lock when inserting into shared keys
#117824 opened
Apr 12, 2024 -
gh-113308: Restore `uuid._load_system_functions` for 3.13
#117832 opened
Apr 13, 2024 -
gh-117841: Add C implementation of `ntpath.lexists`
#117842 opened
Apr 13, 2024 -
GH-117536: GH-117894: fix athrow().throw(...) unawaited warning
#117851 opened
Apr 13, 2024 -
Regen `Doc/requirements-oldest-sphinx.txt`
#117853 opened
Apr 13, 2024 -
gh-117587: Add C implementation of posixpath.abspath
#117855 opened
Apr 13, 2024 -
GH-117841: Speed up `pathlib.Path.glob()` on Windows by using `lexists()`
#117858 opened
Apr 13, 2024 -
gh-117142: ctypes: Migrate global closure freelist to thunk-type state
#117874 opened
Apr 14, 2024 -
gh-117142: ctypes: Migrate global closure freelist to module state
#117875 opened
Apr 14, 2024 -
gh-116622: Add Android testbed
#117878 opened
Apr 14, 2024 -
GH-117881: fix athrow().throw()/asend().throw() concurrent access
#117882 opened
Apr 15, 2024 -
gh-117886: platform_triplet.c: check if TARGET_OS_* defined
#117887 opened
Apr 15, 2024 -
gh-117891: handle undefined TARGET_OS_OSX
#117892 opened
Apr 15, 2024 -
GH-117714: implement athrow().close() and asend().close() using throw
#117906 opened
Apr 15, 2024 -
gh-115775: Add whatsnew entry about __static_attributes__
#117909 opened
Apr 15, 2024 -
[3.11] gh-117914: fix datetime_strptime when restart cpython
#117915 opened
Apr 16, 2024 -
GH-117283: Add doc warning for `PyTuple_SetItem` refcount > 1
#117916 opened
Apr 16, 2024 -
gh-117518: Clarify PyTuple_GetItem() borrowed reference in the doc
#117920 opened
Apr 16, 2024 -
gh-117903: Clarify that the staticmethod descriptor is callable
#117925 opened
Apr 16, 2024 -
gh-117958: Expose JIT code via access method in experimental UOpExecutor
#117959 opened
Apr 17, 2024 -
[3.12] bpo-40944: Fix IndexError when parse emails with truncated Message-ID, address, routes, etc (GH-20790)
#117974 opened
Apr 17, 2024 -
gh-116931: Add fileobj parameter check for Tarfile.addfile
#117988 opened
Apr 17, 2024 -
gh-117999: fixed invalid small integer powers of real±0j
#118000 opened
Apr 17, 2024 -
gh-117995: Don't raise DeprecationWarnings for indexed nameless params
#118001 opened
Apr 17, 2024 -
[3.11] gh-114539: Clarify implicit launching of shells by subprocess (GH-117996)
#118003 opened
Apr 17, 2024 -
[3.10] gh-114539: Clarify implicit launching of shells by subprocess (GH-117996)
#118004 opened
Apr 17, 2024 -
[3.9] gh-114539: Clarify implicit launching of shells by subprocess (GH-117996)
#118005 opened
Apr 17, 2024 -
[3.8] gh-114539: Clarify implicit launching of shells by subprocess (GH-117996)
#118006 opened
Apr 17, 2024 -
gh-117901: Add option for compiler's codegen to save nested instruction sequences for introspection
#118007 opened
Apr 17, 2024 -
gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints``
#118009 opened
Apr 17, 2024 -
gh-117873: Deprecate grp keyword arguments
#118010 opened
Apr 17, 2024 -
[3.12] gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982)
#118011 opened
Apr 17, 2024 -
gh-117873: Use positional-only parameters in _posixshmem
#118012 opened
Apr 17, 2024 -
[3.12] gh-117535: Ignore makeup file name "sys" for warnings
#118014 opened
Apr 17, 2024 -
Update docs - Make code snippet self-contained.
#118017 opened
Apr 18, 2024 -
gh-117535: Change unknown filename of warnings from `sys` to `<sys>`
#118018 opened
Apr 18, 2024 -
gh-109118: Allow lambdas in annotation scopes in classes
#118019 opened
Apr 18, 2024 -
gh-114099: Formalize Tier 3 status of iOS
#118020 opened
Apr 18, 2024 -
gh-116935: Document that heap types need to support garbage collection
#118021 opened
Apr 18, 2024 -
gh-117873: Use positional-only parameters in `os.path`
#118035 opened
Apr 18, 2024 -
gh-117151: optimize BufferedWriter(), do not buffer writes that are the buffer size
#118037 opened
Apr 18, 2024 -
GH-116202: Incorporate invalidation check into _START_EXECUTOR.
#118044 opened
Apr 18, 2024 -
[3.12] gh-87969: Align docs and docstrings with implementation for ctypes' [w]string_at() (GH-25384)
#118046 opened
Apr 18, 2024 -
[3.11] gh-87969: Align docs and docstrings with implementation for ctypes' [w]string_at() (GH-25384)
#118047 opened
Apr 18, 2024 -
setobject: remove out of date docstring info
#118048 opened
Apr 18, 2024 -
GH-115480: Reduce guard strength for binary ops when type of one operand is known already
#118050 opened
Apr 18, 2024 -
GH-115419: Improve list of escaping functions
#118054 opened
Apr 18, 2024 -
Docs: Add class role for IPV{4,6}Address and fix a typo
#118059 opened
Apr 18, 2024 -
gh-118060: Debug test_posixpath.test_expanduser_pwd2()
#118061 opened
Apr 18, 2024 -
gh-102402: Make test_relativeCreated_has_higher_precision less implementation dependent
#118062 opened
Apr 18, 2024 -
gh-116622: Redirect stdout and stderr to system log when embedded in an Android app
#118063 opened
Apr 18, 2024 -
gh-117657: Fix small issues with instrumentation and TSAN
#118064 opened
Apr 18, 2024 -
gh-99631: Add custom loads and dumps support for the shelve module
#118065 opened
Apr 18, 2024
92 Issues closed by 32 people
-
Add symlink to generalize macOS library pathname
#118052 closed
Apr 18, 2024 -
[feature request] pathlib.Path().asyncopen
#118066 closed
Apr 18, 2024 -
Add UOp Pair counts to `pystats`
#115178 closed
Apr 18, 2024 -
Add option for hidden command line arguments to argparse
#118057 closed
Apr 18, 2024 -
float('inf') faster ways
#118045 closed
Apr 18, 2024 -
Argument Clinic: allow a `*args: object` parameter with following keyword-only parameters
#117733 closed
Apr 18, 2024 -
Restore removed Py_SetProgramName() and PySys_SetArgv() functions
#117987 closed
Apr 18, 2024 -
Adding support for file paths as arguments to pickle.load and pickle.dump
#117946 closed
Apr 18, 2024 -
`import keyword; help(keyword)` has some issues
#118026 closed
Apr 18, 2024 -
docs (easy): Add reference to the Python docs theme gh repo
#116932 closed
Apr 18, 2024 -
Add `dir_fd` to `os.path.lexists()` & `os.path.isdir()`
#117967 closed
Apr 18, 2024 -
``test_compile`` leaks references
#118023 closed
Apr 18, 2024 -
Unittest not being found
#118028 closed
Apr 18, 2024 -
Use set comprehension for `posixpath.commonpath()`
#117641 closed
Apr 18, 2024 -
Argument Clinic: Unsafe code generation with `defining_class` and no slash
#117613 closed
Apr 18, 2024 -
Upgrade Windows and macOS installers to use SQLite 3.45
#115009 closed
Apr 17, 2024 -
[doc] subprocess security considerations needs a Windows-specific exception
#114539 closed
Apr 17, 2024 -
mboxMessage.get_payload throws TypeError on malformed content type
#80361 closed
Apr 17, 2024 -
UnicodeEncodeError: surrogates not allowed when parsing invalid charset
#87489 closed
Apr 17, 2024 -
email.message.EmailMessage address parser fails to handle 'example@'
#85116 closed
Apr 17, 2024 -
`os.chmod()`, `os.chown()` & `os.listdir()` weren't added in Python 3.3
#117977 closed
Apr 17, 2024 -
bidir normalization ?
#117960 closed
Apr 17, 2024 -
Maybe add a first() function to python?
#117984 closed
Apr 17, 2024 -
Certain Malformed email causes email.parser to throw AttributeError
#81091 closed
Apr 17, 2024 -
C API: Restore removed PyEval_InitThreads() function
#117929 closed
Apr 17, 2024 -
python3.11.9:UnicodeEncodeError: 'utf-8' codec can't encode characters in position 40-42: surrogates not allowed
#117966 closed
Apr 17, 2024 -
mailbox.py tries to link even on filesystem wihch does not support symbolic links
#61793 closed
Apr 17, 2024 -
`Module/readline.c` has suspicious macro
#108588 closed
Apr 17, 2024 -
Outdated C api doc about Windows error
#73231 closed
Apr 17, 2024 -
email.policy.EmailPolicy._fold() breaking multi-byte Unicode sequences
#117313 closed
Apr 17, 2024 -
Reduce syscalls for `posixpath.ismount`
#117394 closed
Apr 17, 2024 -
Support non-ASCII user name in posixpath.expanduser()
#117503 closed
Apr 17, 2024 -
test_httpservers: OSError: [Errno 39] Directory not empty
#117879 closed
Apr 17, 2024 -
test_inspect: ValueError: no signature found for builtin <built-in function getobjects>
#117907 closed
Apr 17, 2024 -
MessageID parser raises IndexError: string index out of range
#90593 closed
Apr 17, 2024 -
readline module fails to build against recent libedit
#117845 closed
Apr 17, 2024 -
``test_webbrowser`` prints unnecessary information
#117923 closed
Apr 17, 2024 -
IndexError in email parse_message_id
#105802 closed
Apr 17, 2024 -
Exception while handling exception in email.msg.get('message-id')
#94306 closed
Apr 17, 2024 -
get_obs_local_part fails to handle empty local part
#86650 closed
Apr 17, 2024 -
Exception parsing invalid email address headers starting or ending with dot
#75171 closed
Apr 17, 2024 -
`os.path.ismount()` wasn't added in Python 3.4
#117945 closed
Apr 16, 2024 -
python -c: Line causing exception not shown for exceptions other than SyntaxErrors
#67224 closed
Apr 16, 2024 -
email.message: header value parser get_msg_id throws IndexError on some invalid RFC822 Message-ID
#117849 closed
Apr 16, 2024 -
Regression in tricky __dict__ use.
#117838 closed
Apr 16, 2024 -
`tarfile` deprecation warning for PEP-706 should set a stacklevel
#117691 closed
Apr 16, 2024 -
utf8 mode seems not working while loading site module with Python 3.11/3.12 in Windows
#117793 closed
Apr 16, 2024 -
.pth files cannot contain folders with utf-8 names
#77102 closed
Apr 16, 2024 -
Improve `test_descr.test_not_implemented`
#117797 closed
Apr 16, 2024 -
Logging's msecs doesn't handle "100ms" well.
#102402 closed
Apr 16, 2024 -
_PyObject_StoreInstanceAttribute assertion fails in setattr after __dict__.clear()
#117750 closed
Apr 16, 2024 -
PGO: compiler warnings for source files with no profile data
#117804 closed
Apr 15, 2024 -
Rename 'open' function in the 'webpage' library
#117911 closed
Apr 15, 2024 -
accept numeric strings in `logging._checkLevel` (and maybe floats)
#101255 closed
Apr 15, 2024 -
logging.LogRecord.__repr__ contains not inerpolated message
#116412 closed
Apr 15, 2024 -
venv module produces spurious warning that location has moved
#90329 closed
Apr 15, 2024 -
platform module functions execute for a long time if user has no permissions to WMI
#112278 closed
Apr 15, 2024 -
Don't call `lookdict_index` in `delitemif_lock_held`
#117826 closed
Apr 15, 2024 -
Implement unix read_pipe.is_reading() method
#82495 closed
Apr 15, 2024 -
Code still refers to bugs.python.org
#91565 closed
Apr 15, 2024 -
test_peg_generator fails on a PGO+LTO build with clang
#117889 closed
Apr 15, 2024 -
Improve tests for PyEval_EvalCodeEx
#117694 closed
Apr 15, 2024 -
Tutorial: An issue with 3.1.2. Text
#117883 closed
Apr 15, 2024 -
Pure python stat.filemode(4095) gives a different filetype from the C implementation
#117880 closed
Apr 15, 2024 -
Remove redundant type check in `os.path.join()`
#117636 closed
Apr 14, 2024 -
Unpickling Path objects
#71362 closed
Apr 14, 2024 -
Automate positional arguments in clinic code
#117868 closed
Apr 14, 2024 -
Increase coverage of `json` module
#115692 closed
Apr 14, 2024 -
Stalling of Multiprocessing.Pool
#117839 closed
Apr 14, 2024 -
Make `posix.getcwd()` as fast as `nt.getcwd()`
#117856 closed
Apr 14, 2024 -
Bug in ChainMap if one of the items is empty defaultdict
#117576 closed
Apr 14, 2024 -
Speed up `pathlib.Path.glob()` by removing redundant regex matching
#115060 closed
Apr 13, 2024 -
递归错误
#117854 closed
Apr 13, 2024 -
TypeError in bisect when called with key argument
#117848 closed
Apr 13, 2024 -
webbrowser.py update to use argparse.py
#68583 closed
Apr 13, 2024 -
Shlex docs: improper syntax highlighting in code snippet
#117840 closed
Apr 13, 2024 -
I've made a simple patch.
#117837 closed
Apr 13, 2024 -
Misleading comment "heap.sort() maintains the heap invariant"
#114466 closed
Apr 13, 2024 -
Speed up `pathlib.Path.iterdir()` by using `os.scandir()`
#117727 closed
Apr 12, 2024 -
Stale GIL glossary definition
#117739 closed
Apr 12, 2024 -
Add more signatures for builtin functions and methods
#117764 closed
Apr 12, 2024 -
Python 3.11.9 catches all exceptions raised in `Generic.__setattr__("__orig_class__", type_parameter)`
#117744 closed
Apr 12, 2024 -
Add `follow_symlinks` to `os.path.exists()`
#117705 closed
Apr 12, 2024 -
Weird PGO build issue on macOS 14.3
#117752 closed
Apr 12, 2024 -
compiler detection on macOS seems to be incorrect
#88259 closed
Apr 12, 2024 -
detecting clang in configure.ac
#110034 closed
Apr 12, 2024 -
Internal type handling errors
#117799 closed
Apr 12, 2024 -
Python calendar module, and month method ...are inaccurate for September 1752
#117792 closed
Apr 12, 2024 -
spam
#117794 closed
Apr 12, 2024 -
configure script is run with /bin/sh, but contains GNU bash logic
#117787 closed
Apr 11, 2024
54 Issues opened by 43 people
-
test_posixpath: test_expanduser_pwd2() fails on AMD64 Ubuntu Shared 3.x
#118060 opened
Apr 18, 2024 -
The "finder" Glossary Entry May Need Updating
#118055 opened
Apr 18, 2024 -
Python 3.x crashes when you load a .so file in TCL through tkinter
#118051 opened
Apr 18, 2024 -
Python 3.x fails to load a .so file in TCL through tkinter
#118049 opened
Apr 18, 2024 -
Performance difference of C calling conventions
#118043 opened
Apr 18, 2024 -
subclasses of telnetlib.Telnet may crash when used as context manager
#118042 opened
Apr 18, 2024 -
Problem with config cache of WASI
#118039 opened
Apr 18, 2024 -
Call stats are incorrect for tier 2 and maybe for tier 1 as well
#118036 opened
Apr 18, 2024 -
CPython requires stdatomic.h
#118034 opened
Apr 18, 2024 -
`dataclasses`: 3.12.3 regression with `weakref_slot`
#118033 opened
Apr 18, 2024 -
Don't needlessly repeat Sphinx directives
#118030 opened
Apr 18, 2024 -
_pydecimal.Decimal.__pow__ tries to compute 10**1000000000000000000 and thus doesn't terminate
#118027 opened
Apr 18, 2024 -
unable to compile built-in module in the latest main branch, in branch 3.10 it is ok
#118022 opened
Apr 18, 2024 -
Changelog: document `Py_AtExit` requirement change that the interpreter must be initialized
#118016 opened
Apr 17, 2024 -
[3.12] getattr_static can result in reference leaks
#118013 opened
Apr 17, 2024 -
Small integer powers of real±0j are invalid
#117999 opened
Apr 17, 2024 -
sqlite3 seems to consider `?1` a named placeholder
#117995 opened
Apr 17, 2024 -
release() function for threading.Barrier
#117991 opened
Apr 17, 2024 -
GH-114781 potentially breaks gevent: threading becomes pre-imported at startup
#117983 opened
Apr 17, 2024 -
Add tests for the PyEval_Run family of the C API
#117968 opened
Apr 17, 2024 -
Associativity of matmul unclear from grammar for m_expr
#117961 opened
Apr 17, 2024 -
Expose jit_code field for UOp Executor
#117958 opened
Apr 17, 2024 -
types.MappingProxyType states that proxy[key] will throw a KeyError, but that is not always true
#117956 opened
Apr 17, 2024 -
Single-Phase Init Extension Module Init Functions Still Run in Isolated Interpreters
#117953 opened
Apr 16, 2024 -
difflib adding an additional html column when making tables using difflib.HtmlDiff()
#117943 opened
Apr 16, 2024 -
ctypes.Structure superclass with bitfields do not parse properly when it doesn't end on a byte boundary
#117942 opened
Apr 16, 2024 -
BooleanOptionalAction does not correctly resolve arguments that are defined as starting with "--no-"
#117941 opened
Apr 16, 2024 -
[subinterpreters] Refleaks on Windows Under Specific Conditions
#117936 opened
Apr 16, 2024 -
Increase minimum supported Sphinx to 6.2.1
#117928 opened
Apr 16, 2024 -
Py_DEPRECATED should account for Py_Limited_API
#117927 opened
Apr 16, 2024 -
datetime_strptime is 'NoneType' when restart cpython
#117914 opened
Apr 16, 2024 -
_PyCompile_CodeGen compiles nested function all the way to code object
#117901 opened
Apr 15, 2024 -
async generator aclose()/athrow() can be re-used after StopIteration
#117894 opened
Apr 15, 2024 -
_testexternalinspection.c doesn't check for undefined TARGET_OS_OSX
#117891 opened
Apr 15, 2024 -
Output from failed platform_triplet.c compilation is not logged
#117888 opened
Apr 15, 2024 -
platform_triplet.c uses possibly undefined TARGET_OS_* macros
#117886 opened
Apr 15, 2024 -
async generator allows concurrent access via async_gen_athrow_throw and async_gen_asend_throw
#117881 opened
Apr 15, 2024 -
Use positional only arguments in private clinic code
#117873 opened
Apr 14, 2024 -
Regression: `venv` virtual environments not providing `pydoc`
#117871 opened
Apr 14, 2024 -
Inspect module is prohibitively expensive to import
#117865 opened
Apr 14, 2024 -
Random exception of the Python interpreter in a free-threaded build.
#117864 opened
Apr 14, 2024 -
unittest.mock.patch('path') neither forwards or backwards compatible starting from Python >= v3.11
#117860 opened
Apr 13, 2024 -
asyncgen.athrow() checks args on asyncgen.athrow().send() but should check them on asyncgen.athrow()
#117852 opened
Apr 13, 2024 -
Builtin function for `ntpath.lexists`
#117841 opened
Apr 13, 2024 -
argparse: fix inconsistency in `add_argument()` API when using positional argument with `dest=` parameter
#117834 opened
Apr 13, 2024 -
itertools.starmap can fail to construct a proper iterator
#117833 opened
Apr 13, 2024 -
zippapp/ macOS: .DS_Store files should be excluded from the generated archives
#117829 opened
Apr 12, 2024 -
QueueListener never starts when configuring logging using dictConfig.
#117827 opened
Apr 12, 2024 -
`ctypes.Structure` fields initialises incorrectly with `\x00`-containing bytes
#117822 opened
Apr 12, 2024 -
mimetypes raises UnicodeDecodeError when map files are not unicode encoded
#117807 opened
Apr 12, 2024 -
venv with Windows Store base does not have correct sys.path
#117786 opened
Apr 11, 2024 -
Allow CPython to build against cryptography libraries lacking post-handshake authentication
#117784 opened
Apr 11, 2024
132 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-112075: Make instance attributes stored in inline "dict" thread safe
#114742 commented on
Apr 18, 2024 • 30 new comments -
gh-111997: C-API for signalling monitoring events
#116413 commented on
Apr 18, 2024 • 24 new comments -
gh-117492: Clarify documentation of `typing.Never`
#117678 commented on
Apr 18, 2024 • 19 new comments -
gh-115874: Fix segfault in `FutureIter_dealloc`
#117741 commented on
Apr 18, 2024 • 19 new comments -
gh-97588: Fix ctypes structs
#97702 commented on
Apr 18, 2024 • 19 new comments -
gh-116180: check if globals is NULL and set error in run_eval_code_obj()
#116637 commented on
Apr 17, 2024 • 13 new comments -
gh-116023: Add `show_empty=False` to `ast.dump`
#116037 commented on
Apr 18, 2024 • 10 new comments -
gh-117607: Speedup `os.path.relpath()`
#117608 commented on
Apr 18, 2024 • 7 new comments -
gh-116738: Make `_codecs` module thread-safe
#117530 commented on
Apr 15, 2024 • 6 new comments -
Python 3.13.0a6 freethreading on s390x: `test.test_io.CBufferedReaderTest.test_constructor` crash with `Floating point exception`
#117755 commented on
Apr 16, 2024 • 6 new comments -
gh-96471: Add multiprocessing queue shutdown
#104230 commented on
Apr 18, 2024 • 6 new comments -
sys.settrace dramatic slowdown in 3.12
#107674 commented on
Apr 18, 2024 • 5 new comments -
[subinterpreters] PEP 554 implementation: add interpreters module
#76785 commented on
Apr 16, 2024 • 5 new comments -
Speedup `posixpath.abspath()` for relative paths
#117587 commented on
Apr 13, 2024 • 5 new comments -
gh-117655: Fix `test_strptime` raises a DeprecationWarning
#117668 commented on
Apr 18, 2024 • 5 new comments -
gh-115382: Fix cross compiles when host and target use same SOABI
#116294 commented on
Apr 16, 2024 • 5 new comments -
gh-62090: Simplify argparse usage formatting
#105039 commented on
Apr 17, 2024 • 4 new comments -
c_char array value attribute returns incorrectly
#112860 commented on
Apr 12, 2024 • 4 new comments -
gh-117225: Add color to doctest output
#117583 commented on
Apr 17, 2024 • 4 new comments -
gh-117139: Set up the tagged evaluation stack
#117186 commented on
Apr 13, 2024 • 4 new comments -
Remove Emscripten from the docs
#115977 commented on
Apr 18, 2024 • 4 new comments -
gh-117535: Do not try to get the source line for file "sys" in warnings
#117550 commented on
Apr 18, 2024 • 4 new comments -
configure.ac: using $CC to check compiler names may result in erroneous judgements
#96398 commented on
Apr 13, 2024 • 3 new comments -
gh-116322: Add Py_mod_gil module slot
#116882 commented on
Apr 16, 2024 • 3 new comments -
gh-107674: Improve performance of `sys.settrace`
#117133 commented on
Apr 15, 2024 • 3 new comments -
gh-74929: Implement PEP 667
#115153 commented on
Apr 15, 2024 • 3 new comments -
RuntimeWarning: coroutine method 'aclose' of '...' was never awaited when breaking out of async for
#117536 commented on
Apr 15, 2024 • 3 new comments -
Make IDLE installation optional
#117682 commented on
Apr 12, 2024 • 2 new comments -
Add C implementation of os.path.splitroot()
#102511 commented on
Apr 17, 2024 • 2 new comments -
Allow paths to be joined without worrying about a leading slash
#88618 commented on
Apr 17, 2024 • 2 new comments -
Message from BytesParser cannot be flattened immediately
#88860 commented on
Apr 18, 2024 • 2 new comments -
gh-116749: Run test suite with the GIL disabled
#117437 commented on
Apr 15, 2024 • 2 new comments -
Wrong/missing code formats in datetime documentation
#85453 commented on
Apr 18, 2024 • 2 new comments -
docs(easy): Document that heap types need to support garbage collection
#116935 commented on
Apr 18, 2024 • 2 new comments -
gh-91629 Use conf.d configs and fish_add_path to set the PATH when installing for the Fish shell.
#91630 commented on
Apr 15, 2024 • 2 new comments -
gh-103008: Report invalid keys in logging.config.dictConfig()
#103013 commented on
Apr 15, 2024 • 2 new comments -
gh-103997: Automatically dedent the argument to "-c"
#103998 commented on
Apr 18, 2024 • 2 new comments -
gh-112346: Bugfix: Remove faster codepath from gzip.compress as it introduces behavioral inconsistencies
#114116 commented on
Apr 15, 2024 • 2 new comments -
gh-83856: Honor atexit for all multiprocessing start methods
#114279 commented on
Apr 16, 2024 • 2 new comments -
`PySSL_SetError` needs to be updated
#115627 commented on
Apr 13, 2024 • 2 new comments -
`test_zlib` unit is failing with zlib-ng
#98567 commented on
Apr 14, 2024 • 2 new comments -
C-API for signalling monitoring events
#111997 commented on
Apr 15, 2024 • 2 new comments -
gh-117557: Improve error messages when a string, bytes or bytearray of length 1 are expected
#117631 commented on
Apr 15, 2024 • 2 new comments -
gh-74416: Fix and speed up `issubclass(X, X)` with custom metaclasses
#117593 commented on
Apr 14, 2024 • 1 new comment -
ftplib: Add client-side SSL session resumption
#63699 commented on
Apr 18, 2024 • 1 new comment -
HTTP request-line parsing splits on Unicode whitespace
#78154 commented on
Apr 15, 2024 • 1 new comment -
Document how to cite Python
#70784 commented on
Apr 18, 2024 • 1 new comment -
PGO tests: mimalloc: warning: unable to allocate OS memory
#117556 commented on
Apr 14, 2024 • 1 new comment -
Programming FAQ about "How do I call a method defined in a base class from a derived class that overrides it?" should mention the no-arguments-version of `super`
#84523 commented on
Apr 18, 2024 • 1 new comment -
gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe
#116775 commented on
Apr 18, 2024 • 1 new comment -
Improve documentation for `pprint` module
#115986 commented on
Apr 14, 2024 • 1 new comment -
ConfigParser does not handle files without sections
#66449 commented on
Apr 14, 2024 • 1 new comment -
bpo-13940: imaplib: All string arguments are now quoted when necessary.
#6395 commented on
Apr 18, 2024 • 1 new comment -
bpo-27307: string.Formatter unnumbered key/attributes
#21767 commented on
Apr 14, 2024 • 1 new comment -
time.strftime handling %z/%Z badly
#82232 commented on
Apr 16, 2024 • 1 new comment -
unittest.mock.patch of a subclass poisons base class
#117507 commented on
Apr 14, 2024 • 1 new comment -
gh-71966: Sync-up docstrings in C version of the the decimal module
#101350 commented on
Apr 18, 2024 • 1 new comment -
imaplib problem with the "Enable" capability
#103451 commented on
Apr 14, 2024 • 1 new comment -
GH-103929: handle long input lines with PyOS_InputHook
#103931 commented on
Apr 13, 2024 • 1 new comment -
In imaplib, cached capabilities may be out of date after login
#63121 commented on
Apr 14, 2024 • 1 new comment -
Configure UX
#115806 commented on
Apr 13, 2024 • 1 new comment -
Reference leak in 3.12
#117675 commented on
Apr 16, 2024 • 1 new comment -
GH-112855: Speed up `pathlib.PurePath` pickling
#112856 commented on
Apr 15, 2024 • 1 new comment -
json module should issue warning about duplicate keys
#89217 commented on
Apr 12, 2024 • 1 new comment -
inconsistent handling of duplicate ZipFile entries
#117779 commented on
Apr 12, 2024 • 1 new comment -
Default CC is "gcc" on Mac, but should be "clang"
#110577 commented on
Apr 12, 2024 • 1 new comment -
Define the interface of a CodeLike object
#117087 commented on
Apr 12, 2024 • 1 new comment -
gh-115634: Force the process pool to adjust when a process worker exits
#115642 commented on
Apr 13, 2024 • 1 new comment -
Issue with Python 3.11 and dask[distributed] with high number of threads
#116969 commented on
Apr 12, 2024 • 1 new comment -
Pathlib resolve() resolves non-existent ".." components with strict=False
#86630 commented on
Apr 15, 2024 • 1 new comment -
Use static analysis to assist inlining values and compact object layout.
#115775 commented on
Apr 15, 2024 • 1 new comment -
argparse: optimizing internal string formatting
#107146 commented on
Apr 17, 2024 • 1 new comment -
argparse: Problem with defaults for variable nargs when using choices
#53834 commented on
Apr 17, 2024 • 1 new comment -
Improve name suggestions for NameError/AttributeError by respecting underscore conventions
#116871 commented on
Apr 17, 2024 • 1 new comment -
gh-112730: Make the test suite resilient to color-activation environment variables
#117672 commented on
Apr 17, 2024 • 1 new comment -
Possible segfault if globals dict is NULL in run_eval_code_obj
#116180 commented on
Apr 17, 2024 • 1 new comment -
gh-112075: _Py_dict_lookup needs to lock shared keys
#117528 commented on
Apr 16, 2024 • 1 new comment -
PyTuple_SetItem documentation doesn't warn about refcount requirements
#117283 commented on
Apr 16, 2024 • 1 new comment -
typing.get_type_hints fails when passed a class with PEP 695 type parameters and PEP 563 is enabled
#114053 commented on
Apr 17, 2024 • 1 new comment -
Fix a typo in dictobject.c documentation
#117515 commented on
Apr 12, 2024 • 1 new comment -
Annotation scopes containing nested scopes
#109118 commented on
Apr 18, 2024 • 1 new comment -
gh-116741: Upgrade libexpat to 2.6.2
#117296 commented on
Apr 14, 2024 • 1 new comment -
Make `set` thread-safe in `--disable-gil` builds
#112069 commented on
Apr 18, 2024 • 1 new comment -
gh-115758: Optimizer constant propagation for 64-bit ints and doubles
#117396 commented on
Apr 18, 2024 • 1 new comment -
gzip.compress(..., mtime=0) in cpython 3.11+ unexpectedly sets OS byte in gzip header
#112346 commented on
Apr 15, 2024 • 1 new comment -
Add "necessarily inclusive" groups to argparse
#55797 commented on
Apr 15, 2024 • 1 new comment -
gh-115986 Improve pprint documentation accuracy
#117403 commented on
Apr 14, 2024 • 1 new comment -
imaplib support for quoting arguments accidentally removed
#92835 commented on
Apr 18, 2024 • 1 new comment -
imaplib: Mailbox names are not quoted
#58148 commented on
Apr 18, 2024 • 1 new comment -
[logging] parsing dictConfig for formatters: key name "format" does not correspond to constructor parameter name "fmt"
#103008 commented on
Apr 15, 2024 • 1 new comment -
gh-117953: Always Run Extension Init Func in Main Interpreter First
#117487 commented on
Apr 18, 2024 • 1 new comment -
Date formats in help messages of argparse
#89149 commented on
Apr 15, 2024 • 1 new comment -
Add support for iOS as a target platform
#114099 commented on
Apr 18, 2024 • 1 new comment -
GH-116380: Support `include_hidden` argument in `glob._Globber`.
#117738 commented on
Apr 12, 2024 • 0 new comments -
gh-116560: Add PyLong_Sign() public function
#116561 commented on
Apr 15, 2024 • 0 new comments -
gh-115664: Merge versionchanged directives for the same version
#116456 commented on
Apr 15, 2024 • 0 new comments -
gh-117431: Improve performance of startswith and endswith (version 2)
#117782 commented on
Apr 11, 2024 • 0 new comments -
GH-116380: Support `dir_fd` argument in `glob._Globber`.
#117737 commented on
Apr 15, 2024 • 0 new comments -
gh-59598: Ignore leading whitespace in `JSONDecoder.raw_decode`
#117397 commented on
Apr 18, 2024 • 0 new comments -
gh-73536: Add support of multi-signatures
#117671 commented on
Apr 12, 2024 • 0 new comments -
GH-116380: Make `glob.glob()` twice as fast
#116392 commented on
Apr 14, 2024 • 0 new comments -
Implement deferred reference counting in free-threaded builds
#117376 commented on
Apr 12, 2024 • 0 new comments -
Make `dict` objects thread-safe in `--disable-gil` builds
#112075 commented on
Apr 12, 2024 • 0 new comments -
PEP 703 -- Making the Global Interpreter Lock Optional in CPython
#108219 commented on
Apr 12, 2024 • 0 new comments -
Improve Fish path setup on macOS
#91629 commented on
Apr 15, 2024 • 0 new comments -
Fix the use of versionadded and versionchanged directives
#115664 commented on
Apr 15, 2024 • 0 new comments -
What's New in Python 3.13 (copyediting)
#109975 commented on
Apr 15, 2024 • 0 new comments -
closing async_generator_athrow on an async generator that suppresses GeneratorExit does not raise RuntimeError
#117714 commented on
Apr 15, 2024 • 0 new comments -
C API: Add PyTuple_GetItemRef(), similar to PyTuple_GetItem() but return a strong reference
#117518 commented on
Apr 16, 2024 • 0 new comments -
datetime.datetime.strftime() and time.strftime() behave differently about %f directive
#109964 commented on
Apr 16, 2024 • 0 new comments -
Make the Python test suite pass with the GIL disabled
#116749 commented on
Apr 16, 2024 • 0 new comments -
Mimalloc differences from upstream
#113141 commented on
Apr 16, 2024 • 0 new comments -
Add Software Bill-of-Materials for Windows source dependencies
#112844 commented on
Apr 16, 2024 • 0 new comments -
Sync-up docstrings in C version of the the decimal module
#71966 commented on
Apr 17, 2024 • 0 new comments -
Add name and mode attributes to compressed file-like objects
#115961 commented on
Apr 17, 2024 • 0 new comments -
tarfile.py: TarFile.addfile not adding all files
#116931 commented on
Apr 17, 2024 • 0 new comments -
RuntimeWarning "coroutine was never awaited" prints first line of file called sys
#117535 commented on
Apr 18, 2024 • 0 new comments -
Isolate the _ctypes extension module
#117142 commented on
Apr 18, 2024 • 0 new comments -
performance: can we update io.DEFAULT_BUFFER_SIZE to make python IO 3 times faster? :)
#117151 commented on
Apr 18, 2024 • 0 new comments -
Tier 2 superuops
#116202 commented on
Apr 18, 2024 • 0 new comments -
ctypes string_at/wstring_at: incorrect argument name used in docs and docstring
#87969 commented on
Apr 18, 2024 • 0 new comments -
Type/constant/value propagation for `BINARY_OP`
#115480 commented on
Apr 18, 2024 • 0 new comments -
Tier 2 optimizations for 3.13
#115419 commented on
Apr 18, 2024 • 0 new comments -
Audit all built-in modules for thread safety
#116738 commented on
Apr 18, 2024 • 0 new comments -
Add support for Android as a target platform
#116622 commented on
Apr 18, 2024 • 0 new comments -
Make TSAN tests pass with the GIL disabled in free-threaded builds
#117657 commented on
Apr 18, 2024 • 0 new comments -
Custom unpickler and pickler for the shelve module
#99631 commented on
Apr 18, 2024 • 0 new comments -
gh-111495: Add tests for PyTuple C API
#111606 commented on
Apr 16, 2024 • 0 new comments -
gh-113471: adds custom default content-type to http.server
#113475 commented on
Apr 15, 2024 • 0 new comments -
gh-113804: Support formatting floats in hexadecimal notation
#113805 commented on
Apr 15, 2024 • 0 new comments -
gh-114264: Optimize performance of copy.deepcopy by adding a fast path for atomic types
#114266 commented on
Apr 14, 2024 • 0 new comments -
gh-115961: Add name and mode attributes for compressed file-like objects
#116036 commented on
Apr 17, 2024 • 0 new comments