Insights: python/cpython
Overview
Could not load contribution data
Please try again later
162 Pull requests merged by 50 people
-
[3.12] Docs: replace Harry Potter reference with Monty Python (GH-118130)
#118135 merged
Apr 21, 2024 -
Docs: replace Harry Potter reference with Monty Python
#118130 merged
Apr 21, 2024 -
gh-115961: Add name and mode attributes for compressed file-like objects
#116036 merged
Apr 21, 2024 -
[3.12] gh-118121: Fix `test_doctest.test_look_in_unwrapped` (#118122)
#118129 merged
Apr 21, 2024 -
gh-118121: Fix `test_doctest.test_look_in_unwrapped`
#118122 merged
Apr 21, 2024 -
gh-91629 Use conf.d configs and fish_add_path to set the PATH when installing for the Fish shell.
#91630 merged
Apr 21, 2024 -
gh-114099: Formalize Tier 3 status of iOS
#118020 merged
Apr 21, 2024 -
``Objects/typeobject.c``: Fix typo
#118126 merged
Apr 21, 2024 -
[3.12] Clarifying nonlocal doc: SyntaxError is raised if nearest enclosing scope is global (GH-114009)
#118128 merged
Apr 21, 2024 -
Clarifying nonlocal doc: SyntaxError is raised if nearest enclosing scope is global
#114009 merged
Apr 21, 2024 -
GH-112855: Speed up `pathlib.PurePath` pickling
#112856 merged
Apr 20, 2024 -
[3.12] GH-115874: Fix segfault in FutureIter_dealloc (GH-117741)
#118114 merged
Apr 19, 2024 -
gh-115874: Fix segfault in `FutureIter_dealloc`
#117741 merged
Apr 19, 2024 -
gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe
#116775 merged
Apr 19, 2024 -
[gh-117657] _Py_MergeZeroLocalRefcount isn't loading ob_ref_shared with strong enough semantics
#118111 merged
Apr 19, 2024 -
Fix a typo in dictobject.c documentation
#117515 merged
Apr 19, 2024 -
gh-114099: Modify preprocessor symbol usage to support older macOS SDKs
#118073 merged
Apr 19, 2024 -
[3.12] gh-118100: Improve links in `ast.rst` (GH-118101)
#118110 merged
Apr 19, 2024 -
gh-118100: Improve links in `ast.rst`
#118101 merged
Apr 19, 2024 -
gh-117657: use relaxed loads for checking dict keys immortality
#118067 merged
Apr 19, 2024 -
gh-118079: Fix ``requires_singlephase_init`` helper
#118081 merged
Apr 19, 2024 -
[3.12] gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints`` (#118009)
#118104 merged
Apr 19, 2024 -
gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints``
#118009 merged
Apr 19, 2024 -
[3.12] gh-88035: update doc-string of `epoch` in timemodule.c (GH-118076)
#118097 merged
Apr 19, 2024 -
gh-116931: Add fileobj parameter check for Tarfile.addfile
#117988 merged
Apr 19, 2024 -
setobject: remove out of date docstring info
#118048 merged
Apr 19, 2024 -
gh-88035: update doc-string of `epoch` in timemodule.c
#118076 merged
Apr 19, 2024 -
[3.12] gh-87969: Align docs and docstrings with implementation for ctypes' [w]string_at() (GH-25384)
#118046 merged
Apr 19, 2024 -
gh-115775: Add whatsnew entry about __static_attributes__
#117909 merged
Apr 19, 2024 -
[3.12] gh-116935: Document that heap types need to support garbage collection (GH-118021)
#118092 merged
Apr 19, 2024 -
gh-116935: Document that heap types need to support garbage collection
#118021 merged
Apr 19, 2024 -
[3.12] gh-117518: Clarify PyTuple_GetItem() borrowed reference in the doc (GH-117920)
#118087 merged
Apr 19, 2024 -
gh-117518: Clarify PyTuple_GetItem() borrowed reference in the doc
#117920 merged
Apr 19, 2024 -
GH-116202: Incorporate invalidation check into _START_EXECUTOR.
#118044 merged
Apr 19, 2024 -
GH-115419: Improve list of escaping functions
#118054 merged
Apr 19, 2024 -
[3.12] gh-64588: Clarify the difference between mu and xbar in statistics docs (GH-117333)
#118080 merged
Apr 19, 2024 -
gh-64588: Clarify the difference between mu and xbar in statistics docs.
#117333 merged
Apr 19, 2024 -
build(deps): bump hypothesis from 6.98.15 to 6.100.0 in /Tools
#117416 merged
Apr 19, 2024 -
Docs: Fix CVE link
#118077 merged
Apr 19, 2024 -
[3.12] gh-117535: Ignore makeup file name "sys" for warnings
#118014 merged
Apr 19, 2024 -
gh-117535: Change unknown filename of warnings from `sys` to `<sys>`
#118018 merged
Apr 19, 2024 -
[3.12] Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (GH-118070)
#118078 merged
Apr 19, 2024 -
Use "Contributed by" in a couple of occurrences of 3.12 whatsnew
#118070 merged
Apr 19, 2024 -
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
51 Pull requests opened by 36 people
-
GH-117881: fix athrow().throw()/asend().throw() concurrent access
#117882 opened
Apr 15, 2024 -
GH-117714: implement athrow().close() and asend().close() using throw
#117906 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-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-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-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 -
Update docs - Make code snippet self-contained.
#118017 opened
Apr 18, 2024 -
gh-109118: Allow lambdas in annotation scopes in classes
#118019 opened
Apr 18, 2024 -
gh-117151: optimize BufferedWriter(), do not buffer writes that are the buffer size
#118037 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 -
Docs: Add class role for IPV{4,6}Address and fix a typo
#118059 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 -
gh-85453: Improve backquotes, italics and timedelta read-only instance attributes
#118068 opened
Apr 18, 2024 -
gh-112069: Do not require lock if the set has never been exposed.
#118069 opened
Apr 18, 2024 -
gh-118082: Improve `import` without names syntax error message
#118083 opened
Apr 19, 2024 -
Set proper permissions for `jit.yml` workflow
#118084 opened
Apr 19, 2024 -
GH-115419: Move setting the instruction pointer to error exit stubs
#118088 opened
Apr 19, 2024 -
gh-102511: Add C implementation of `os.path.splitroot()`
#118089 opened
Apr 19, 2024 -
gh-118090: Improve error message for empty type param brackets
#118091 opened
Apr 19, 2024 -
Correct the argument names for `secrets.choice` and `secrets.randbelow` in `secrets.rst`
#118098 opened
Apr 19, 2024 -
gh-118033: Fix `__weakref__` not set for generic dataclasses
#118099 opened
Apr 19, 2024 -
Corrects typo at line # 99
#118102 opened
Apr 19, 2024 -
gh-117941: Fix argparse issue-Changed call method of BooleanOptionalAction class in argparse.py #117941
#118103 opened
Apr 19, 2024 -
gh-95382: Improve performance of json encoder with indent
#118105 opened
Apr 19, 2024 -
GH-118095: Convert DEOPT_IFs on likely side exits to EXIT_IFs
#118106 opened
Apr 19, 2024 -
gh-118107: Fix zipimporter ZIP64 handling.
#118108 opened
Apr 19, 2024 -
[3.9] gh-114572: Fix locking in cert_store_stats and get_ca_certs
#118109 opened
Apr 19, 2024 -
gh-117783: Immortalize objects that use deferred reference counting
#118112 opened
Apr 19, 2024 -
gh-117398: datetime: Use wrappers for C-API functions
#118115 opened
Apr 19, 2024 -
gh-117953: Refactor Import Machinery Code for Extension Modules
#118116 opened
Apr 20, 2024 -
GH-118074: Executors in the COLD_EXITS array are not GC'able
#118117 opened
Apr 20, 2024 -
gh-118119: Re-use `sep` in `posixpath.expanduser()`
#118120 opened
Apr 20, 2024 -
GH-118124: Fix Py_BUILD_ASSERT on non-constant expression
#118125 opened
Apr 20, 2024 -
gh-107674: Lazy load line number to improve performance of tracing
#118127 opened
Apr 20, 2024 -
gh-118131: Command-line interface for the `random` module
#118132 opened
Apr 21, 2024 -
gh-111872: Document the max_children attribute for socketserver.ForkingMixIn
#118134 opened
Apr 21, 2024 -
gh-62308: Added `dir_fd` & `follow_symlinks` to `shutil.chown`
#118136 opened
Apr 21, 2024
94 Issues closed by 33 people
-
PDB reports incorrect line numbers/trace on crash
#118071 closed
Apr 21, 2024 -
`test_doctest.test_look_in_unwrapped` does not test anything
#118121 closed
Apr 21, 2024 -
Add name and mode attributes to compressed file-like objects
#115961 closed
Apr 21, 2024 -
Improve Fish path setup on macOS
#91629 closed
Apr 21, 2024 -
Add support for iOS as a target platform
#114099 closed
Apr 21, 2024 -
Add to pathlib function to check permission similar to os.access
#86647 closed
Apr 20, 2024 -
Optimize pathlib path pickling
#112855 closed
Apr 20, 2024 -
Test
#118123 closed
Apr 20, 2024 -
static type checkers doesn't infer the type correctly under dataclass
#118118 closed
Apr 20, 2024 -
Segfaults when accessing module state in `tp_dealloc` (itertools teedataobject clear)
#115874 closed
Apr 19, 2024 -
Improve links in `ast.rst`
#118100 closed
Apr 19, 2024 -
Remove Emscripten from the docs
#115977 closed
Apr 19, 2024 -
platform_triplet.c uses possibly undefined TARGET_OS_* macros
#117886 closed
Apr 19, 2024 -
_testexternalinspection.c doesn't check for undefined TARGET_OS_OSX
#117891 closed
Apr 19, 2024 -
``test_import`` raises a ``DeprecationWarning``
#118079 closed
Apr 19, 2024 -
Random exception of the Python interpreter in a free-threaded build.
#117864 closed
Apr 19, 2024 -
Performance difference of C calling conventions
#118043 closed
Apr 19, 2024 -
typing.get_type_hints fails when passed a class with PEP 695 type parameters and PEP 563 is enabled
#114053 closed
Apr 19, 2024 -
tarfile.py: TarFile.addfile not adding all files
#116931 closed
Apr 19, 2024 -
ctypes string_at/wstring_at: incorrect argument name used in docs and docstring
#87969 closed
Apr 19, 2024 -
Add type checks to urllib.request.Request
#69625 closed
Apr 19, 2024 -
docs(easy): Document that heap types need to support garbage collection
#116935 closed
Apr 19, 2024 -
C API: Add PyTuple_GetItemRef(), similar to PyTuple_GetItem() but return a strong reference
#117518 closed
Apr 19, 2024 -
test_posixpath: test_expanduser_pwd2() fails on AMD64 Ubuntu Shared 3.x
#118060 closed
Apr 19, 2024 -
Floating point rounding error bug in assertAlmostEqual
#117456 closed
Apr 19, 2024 -
RuntimeWarning "coroutine was never awaited" prints first line of file called sys
#117535 closed
Apr 19, 2024 -
random.choice(dict_object)
#118075 closed
Apr 19, 2024 -
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
50 Issues opened by 39 people
-
Allowing the `glob` module to be executed with `-m`
#118133 opened
Apr 21, 2024 -
Command-line interface for the `random` module
#118131 opened
Apr 21, 2024 -
Py_BUILD_ASSERT is broken on non-constant expression
#118124 opened
Apr 20, 2024 -
Re-use `sep` in `posixpath.expanduser()`
#118119 opened
Apr 20, 2024 -
Optimizer/executor crash when using address sanitizer
#118113 opened
Apr 19, 2024 -
zipimport.zipimporter breaks for zips containing files with size > 0xFFFFFFFF
#118107 opened
Apr 19, 2024 -
[Breakage]: PyObject_New (aka _PyObject_New) no longer seems to call tp_new object slots automatically anymore.
#118096 opened
Apr 19, 2024 -
Increase the number of micro-ops that we can handle in tier 2
#118095 opened
Apr 19, 2024 -
Enter tier 2 at some function entry points as well as back edges.
#118094 opened
Apr 19, 2024 -
Increase fraction of code executed by tier 2.
#118093 opened
Apr 19, 2024 -
Improve `class A[]: ...` syntax error message
#118090 opened
Apr 19, 2024 -
``test_capi`` leaks references in free-threaded build
#118085 opened
Apr 19, 2024 -
Improve `from x import` error message
#118082 opened
Apr 19, 2024 -
global-buffer-overflow in test_opt.py
#118074 opened
Apr 19, 2024 -
Vendored mimalloc references macOS preprocessor symbols that no longer exist
#118072 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 -
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 -
Output from failed platform_triplet.c compilation is not logged
#117888 opened
Apr 15, 2024 -
async generator allows concurrent access via async_gen_athrow_throw and async_gen_asend_throw
#117881 opened
Apr 15, 2024
141 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-117587: Add C implementation of posixpath.abspath
#117855 commented on
Apr 19, 2024 • 49 new comments -
gh-112075: Make instance attributes stored in inline "dict" thread safe
#114742 commented on
Apr 19, 2024 • 37 new comments -
gh-111997: C-API for signalling monitoring events
#116413 commented on
Apr 19, 2024 • 26 new comments -
GH-117536: GH-117894: fix athrow().throw(...) unawaited warning
#117851 commented on
Apr 17, 2024 • 19 new comments -
gh-97588: Fix ctypes structs
#97702 commented on
Apr 19, 2024 • 19 new comments -
gh-117841: Add C implementation of `ntpath.lexists`
#117842 commented on
Apr 19, 2024 • 14 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 -
(3.14) Avoid `METH_VARARGS` in clinic code
#117873 commented on
Apr 19, 2024 • 12 new comments -
gh-116023: Add `show_empty=False` to `ast.dump`
#116037 commented on
Apr 18, 2024 • 10 new comments -
gh-116622: Add Android testbed
#117878 commented on
Apr 21, 2024 • 9 new comments -
gh-96398: Improve accuracy of compiler checks in configure.ac
#117815 commented on
Apr 19, 2024 • 7 new comments -
sys.settrace dramatic slowdown in 3.12
#107674 commented on
Apr 20, 2024 • 6 new comments -
gh-117607: Speedup `os.path.relpath()`
#117608 commented on
Apr 20, 2024 • 6 new comments -
GH-117841: Speed up `pathlib.Path.glob()` on Windows by using `lexists()`
#117858 commented on
Apr 18, 2024 • 5 new comments -
Solved description problem
#117600 commented on
Apr 19, 2024 • 5 new comments -
[subinterpreters] PEP 554 implementation: add interpreters module
#76785 commented on
Apr 16, 2024 • 5 new comments -
gh-96471: Add multiprocessing queue shutdown
#104230 commented on
Apr 19, 2024 • 5 new comments -
gh-116322: Add Py_mod_gil module slot
#116882 commented on
Apr 19, 2024 • 4 new comments -
gh-117225: Add color to doctest output
#117583 commented on
Apr 17, 2024 • 4 new comments -
gh-116738: Make `_codecs` module thread-safe
#117530 commented on
Apr 15, 2024 • 4 new comments -
Make some `PyMutex` functions public
#117511 commented on
Apr 19, 2024 • 4 new comments -
gh-107674: Improve performance of `sys.settrace`
#117133 commented on
Apr 20, 2024 • 4 new comments -
gh-62090: Simplify argparse usage formatting
#105039 commented on
Apr 17, 2024 • 4 new comments -
gh-74929: Implement PEP 667
#115153 commented on
Apr 15, 2024 • 3 new comments -
gh-103997: Automatically dedent the argument to "-c"
#103998 commented on
Apr 19, 2024 • 3 new comments -
gh-117655: Fix `test_strptime` raises a DeprecationWarning
#117668 commented on
Apr 19, 2024 • 3 new comments -
gh-117492: Clarify documentation of `typing.Never`
#117678 commented on
Apr 19, 2024 • 3 new comments -
bpo-45706: Add imaplib.IMAP4.login_plain
#29398 commented on
Apr 20, 2024 • 3 new comments -
Wrong/missing code formats in datetime documentation
#85453 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 -
itertools.starmap can fail to construct a proper iterator
#117833 commented on
Apr 21, 2024 • 2 new comments -
gh-83856: Honor atexit for all multiprocessing start methods
#114279 commented on
Apr 16, 2024 • 2 new comments -
Inspect module is prohibitively expensive to import
#117865 commented on
Apr 19, 2024 • 2 new comments -
ftplib: Add client-side SSL session resumption
#63699 commented on
Apr 19, 2024 • 2 new comments -
gh-115382: Fix cross compiles when host and target use same SOABI
#116294 commented on
Apr 16, 2024 • 2 new comments -
Message from BytesParser cannot be flattened immediately
#88860 commented on
Apr 18, 2024 • 2 new comments -
Allow paths to be joined without worrying about a leading slash
#88618 commented on
Apr 17, 2024 • 2 new comments -
Regression: `venv` virtual environments not providing `pydoc`
#117871 commented on
Apr 15, 2024 • 2 new comments -
argparse: use str() consistently and explicitly to print choices
#117766 commented on
Apr 19, 2024 • 2 new comments -
gh-59598: Ignore leading whitespace in `JSONDecoder.raw_decode`
#117397 commented on
Apr 20, 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 -
unittest.mock.patch('path') neither forwards or backwards compatible starting from Python >= v3.11
#117860 commented on
Apr 16, 2024 • 2 new comments -
gh-117953: Always Run Extension Init Func in Main Interpreter First
#117487 commented on
Apr 18, 2024 • 2 new comments -
C-API for signalling monitoring events
#111997 commented on
Apr 15, 2024 • 2 new comments -
bpo-18108: Adding dir_fd and follow_symlinks keyword args to shutil.chown
#15811 commented on
Apr 21, 2024 • 1 new comment -
gh-78955: Use user-selected color theme for Help => IDLE Help.
#9502 commented on
Apr 21, 2024 • 1 new comment -
bpo-13940: imaplib: All string arguments are now quoted when necessary.
#6395 commented on
Apr 18, 2024 • 1 new comment -
gh-117786: Fix venv created from Windows Store install by restoring __PYVENV_LAUNCHER__ smuggling
#117814 commented on
Apr 15, 2024 • 1 new comment -
Remove Incref/Decref of Specific Immortal Objects
#117425 commented on
Apr 21, 2024 • 1 new comment -
Regen `Doc/requirements-oldest-sphinx.txt`
#117853 commented on
Apr 16, 2024 • 1 new comment -
bug in unittest.mock around spec and async callable classes
#116055 commented on
Apr 21, 2024 • 1 new comment -
Fixing tarfile._mode when using gzip via ":gz"
#62775 commented on
Apr 21, 2024 • 1 new comment -
can't use UTF8 passwords in imaplib login
#93548 commented on
Apr 21, 2024 • 1 new comment -
performance: can we update io.DEFAULT_BUFFER_SIZE to make python IO 3 times faster? :)
#117151 commented on
Apr 19, 2024 • 1 new comment -
gh-117784: Only reference PHA functions ifndef OPENSSL_NO_TLS_PHA
#117785 commented on
Apr 19, 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 -
gh-101558: Add time.sleep_until()
#101559 commented on
Apr 19, 2024 • 1 new comment -
gh-103008: Report invalid keys in logging.config.dictConfig()
#103013 commented on
Apr 15, 2024 • 1 new comment -
gh-112075: _Py_dict_lookup needs to lock shared keys
#117528 commented on
Apr 16, 2024 • 1 new comment -
gh-115986 Improve pprint documentation accuracy
#117403 commented on
Apr 19, 2024 • 1 new comment -
gh-108580: Structure for importlib metadata idents
#108585 commented on
Apr 19, 2024 • 1 new comment -
gh-67512: Document parameters of imaplib's append
#113506 commented on
Apr 19, 2024 • 1 new comment -
gh-95754: Better error when script shadows a standard library or third party module
#113769 commented on
Apr 20, 2024 • 1 new comment -
gh-115758: Optimizer constant propagation for 64-bit ints and doubles
#117396 commented on
Apr 18, 2024 • 1 new comment -
gh-95069: Move tests from `idlelib.idle_test` to `test.test_idle`
#115444 commented on
Apr 18, 2024 • 1 new comment -
Make `set` thread-safe in `--disable-gil` builds
#112069 commented on
Apr 18, 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 -
Document how to cite Python
#70784 commented on
Apr 18, 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 -
Annotation scopes containing nested scopes
#109118 commented on
Apr 18, 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 -
Improve name suggestions for NameError/AttributeError by respecting underscore conventions
#116871 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 -
argparse: optimizing internal string formatting
#107146 commented on
Apr 17, 2024 • 1 new comment -
Reference leak in 3.12
#117675 commented on
Apr 16, 2024 • 1 new comment -
time.strftime handling %z/%Z badly
#82232 commented on
Apr 16, 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 -
Date formats in help messages of argparse
#89149 commented on
Apr 15, 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 -
Add "necessarily inclusive" groups to argparse
#55797 commented on
Apr 15, 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 -
HTTP request-line parsing splits on Unicode whitespace
#78154 commented on
Apr 15, 2024 • 1 new comment -
PGO tests: mimalloc: warning: unable to allocate OS memory
#117556 commented on
Apr 14, 2024 • 1 new comment -
Improve documentation for `pprint` module
#115986 commented on
Apr 14, 2024 • 1 new comment -
Clarify "system-wide" in docs for time.monotonic()
#102740 commented on
Apr 20, 2024 • 1 new comment -
Make the specializing interpreter thread-safe in `--disable-gil` builds
#115999 commented on
Apr 20, 2024 • 1 new comment -
imaplib.py "select" mailbox names containing spaces.
#90378 commented on
Apr 20, 2024 • 1 new comment -
IMAP library encoding enhancement
#68218 commented on
Apr 20, 2024 • 1 new comment -
add support for AI_NUMERICSERV in getaddrinfo emulation
#114917 commented on
Apr 19, 2024 • 1 new comment -
Remove unused indent_level from Modules/_json.c
#95382 commented on
Apr 19, 2024 • 1 new comment -
shutil: add reflink=False to file copy functions to control clone/CoW copies (use copy_file_range)
#81338 commented on
Apr 19, 2024 • 1 new comment -
Mimalloc differences from upstream
#113141 commented on
Apr 16, 2024 • 0 new comments -
gh-117398: Isolate _datetime (3.13.0a5 PoC)
#117498 commented on
Apr 19, 2024 • 0 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 • 0 new comments -
datetime.datetime.strftime() and time.strftime() behave differently about %f directive
#109964 commented on
Apr 16, 2024 • 0 new comments -
No max_children in socketserver.ForkingMixIn documentation
#111872 commented on
Apr 21, 2024 • 0 new comments -
PyTuple_SetItem documentation doesn't warn about refcount requirements
#117283 commented on
Apr 16, 2024 • 0 new comments -
Make the Python test suite pass with the GIL disabled
#116749 commented on
Apr 19, 2024 • 0 new comments -
Isolate the _datetime extension module
#117398 commented on
Apr 19, 2024 • 0 new comments -
gh-112730: Make the test suite resilient to color-activation environment variables
#117672 commented on
Apr 17, 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 -
GH-116380: Support `dir_fd` argument in `glob._Globber`.
#117737 commented on
Apr 15, 2024 • 0 new comments -
RuntimeWarning: coroutine method 'aclose' of '...' was never awaited when breaking out of async for
#117536 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 -
clarify meaning of xbar and mu in pvariance/variance of statistics module
#64588 commented on
Apr 19, 2024 • 0 new comments -
Fix the use of versionadded and versionchanged directives
#115664 commented on
Apr 15, 2024 • 0 new comments -
gh-112075: Lock when inserting into shared keys
#117824 commented on
Apr 15, 2024 • 0 new comments -
Use color to highlight error locations
#112730 commented on
Apr 19, 2024 • 0 new comments -
datetime.strftime("%Y") not consistent for years < 1000
#57514 commented on
Apr 20, 2024 • 0 new comments -
Datetime NoneType after calling Py_Finalize and Py_Initialize
#71587 commented on
Apr 20, 2024 • 0 new comments -
Tier 2 optimizations for 3.13
#115419 commented on
Apr 19, 2024 • 0 new comments -
test_pathlib fails if current path has junctions
#76447 commented on
Apr 20, 2024 • 0 new comments -
gh-117142: ctypes: Migrate global closure freelist to thunk-type state
#117874 commented on
Apr 15, 2024 • 0 new comments -
gh-117142: ctypes: Migrate global closure freelist to module state
#117875 commented on
Apr 15, 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-96092: restore frame height of traceback.walk_stack to that of pyt…
#99015 commented on
Apr 19, 2024 • 0 new comments -
Add support for Android as a target platform
#116622 commented on
Apr 18, 2024 • 0 new comments -
gh-113804: Support formatting floats in hexadecimal notation
#113805 commented on
Apr 15, 2024 • 0 new comments -
Speedup `posixpath.abspath()` for relative paths
#117587 commented on
Apr 19, 2024 • 0 new comments -
gh-114264: Optimize performance of copy.deepcopy by adding a fast path for atomic types
#114266 commented on
Apr 20, 2024 • 0 new comments -
Audit all built-in modules for thread safety
#116738 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 superuops
#116202 commented on
Apr 18, 2024 • 0 new comments -
gh-90117: handle dict and mapping views in pprint
#30135 commented on
Apr 21, 2024 • 0 new comments -
Crash when using typing and daemon threads
#116514 commented on
Apr 19, 2024 • 0 new comments -
gh-93431: Add cwd to file not found errors
#116071 commented on
Apr 21, 2024 • 0 new comments -
Isolate the _ctypes extension module
#117142 commented on
Apr 18, 2024 • 0 new comments -
Add C implementation of os.path.splitroot()
#102511 commented on
Apr 19, 2024 • 0 new comments -
gh-115664: Merge versionchanged directives for the same version
#116456 commented on
Apr 15, 2024 • 0 new comments -
gh-116477: Improve performance of range for the single argument case
#116478 commented on
Apr 20, 2024 • 0 new comments -
gh-116560: Add PyLong_Sign() public function
#116561 commented on
Apr 15, 2024 • 0 new comments -
Make TSAN tests pass with the GIL disabled in free-threaded builds
#117657 commented on
Apr 19, 2024 • 0 new comments -
Temporarily immortalize objects that use deferred reference counting
#117783 commented on
Apr 19, 2024 • 0 new comments -
Custom unpickler and pickler for the shelve module
#99631 commented on
Apr 21, 2024 • 0 new comments -
shutil.chown should support dir_fd and follow_symlinks keyword arguments
#62308 commented on
Apr 21, 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 Software Bill-of-Materials for Windows source dependencies
#112844 commented on
Apr 16, 2024 • 0 new comments -
gh-116749: Run test suite with the GIL disabled
#117437 commented on
Apr 19, 2024 • 0 new comments