Insights: python/cpython
Overview
Could not load contribution data
Please try again later
230 Pull requests merged by 69 people
-
[3.12] gh-114480: Add docs for f_trace_opcodes behavior on 3.12
#114540 merged
Feb 4, 2024 -
[3.12] gh-114392: Improve test_capi.test_structmembers (GH-114393)
#115010 merged
Feb 4, 2024 -
gh-114392: Improve test_capi.test_structmembers
#114393 merged
Feb 4, 2024 -
[3.11] Bump ruff to 0.2.0 (#114932)
#115008 merged
Feb 4, 2024 -
gh-114685: `PyBuffer_FillInfo` now raises on `PyBUF_{READ,WRITE}`
#114802 merged
Feb 4, 2024 -
[3.11] gh-113803: Fix inaccurate documentation for shutil.move when dst is an existing directory (GH-113837)
#115007 merged
Feb 4, 2024 -
[3.12] gh-113803: Fix inaccurate documentation for shutil.move when dst is an existing directory (GH-113837)
#115006 merged
Feb 4, 2024 -
gh-113803: Fix inaccurate documentation for shutil.move when dst is an existing directory
#113837 merged
Feb 4, 2024 -
[3.11] gh-114388: Fix warnings when assign an unsigned integer member (GH-114391)
#115002 merged
Feb 4, 2024 -
[3.12] gh-114388: Fix warnings when assign an unsigned integer member (GH-114391)
#115001 merged
Feb 4, 2024 -
gh-114388: Fix an error in GH-114391
#115000 merged
Feb 4, 2024 -
[3.11] gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbinds "funcid" (GH-113955)
#114998 merged
Feb 4, 2024 -
[3.12] gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbinds "funcid" (GH-113955)
#114997 merged
Feb 4, 2024 -
[3.11] gh-113280: Always close socket if SSLSocket creation failed (GH-114659)
#114996 merged
Feb 4, 2024 -
[3.12] gh-113280: Always close socket if SSLSocket creation failed (GH-114659)
#114995 merged
Feb 4, 2024 -
[3.12] gh-101100: Fix dangling references in pickle.rst (#114972)
#114999 merged
Feb 4, 2024 -
[3.12] gh-113267: Revert "gh-106584: Fix exit code for unittest in Python 3.12 (GH-106588)" (GH-114470)
#114994 merged
Feb 4, 2024 -
gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbinds "funcid"
#113955 merged
Feb 4, 2024 -
gh-114388: Fix warnings when assign an unsigned integer member
#114391 merged
Feb 4, 2024 -
gh-113280: Always close socket if SSLSocket creation failed
#114659 merged
Feb 4, 2024 -
gh-113267: Revert "gh-106584: Fix exit code for unittest in Python 3.12 (#106588)"
#114470 merged
Feb 4, 2024 -
gh-69893: Add the close() method for xml.etree.ElementTree.iterparse() iterator
#114534 merged
Feb 4, 2024 -
gh-83383: Always mark the dbm.dumb database as unmodified after open() and sync()
#114560 merged
Feb 4, 2024 -
gh-114071: [Enum] update docs and code for tuples/subclasses
#114871 merged
Feb 4, 2024 -
[3.11] gh-101100: Fix dangling references in pickle.rst (GH-114972)
#114992 merged
Feb 4, 2024 -
gh-101100: Fix dangling references in pickle.rst
#114972 merged
Feb 4, 2024 -
[3.11] gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (GH-114327)
#114989 merged
Feb 4, 2024 -
[3.12] gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (GH-114327)
#114988 merged
Feb 4, 2024 -
gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation
#114327 merged
Feb 4, 2024 -
[3.12] gh-101100: Fix sphinx warnings in `c-api/file.rst` (GH-114546)
#114584 merged
Feb 4, 2024 -
Update README.md
#114974 merged
Feb 4, 2024 -
gh-114883: Fix Makefile dependency tree for non-jit builds
#114884 merged
Feb 3, 2024 -
gh-114803: Mention that `@dataclass` should not be applied on enums
#114891 merged
Feb 3, 2024 -
[3.11] gh-114965: Updated bundled pip to 24.0 (gh-114966)
#114973 merged
Feb 3, 2024 -
[3.12] gh-114965: Updated bundled pip to 24.0 (gh-114966)
#114971 merged
Feb 3, 2024 -
[3.11] gh-101100: Fix Sphinx reference warnings in the glossary (GH-114729)
#114970 merged
Feb 3, 2024 -
[3.12] gh-101100: Fix Sphinx reference warnings in the glossary (GH-114729)
#114969 merged
Feb 3, 2024 -
gh-101100: Fix Sphinx reference warnings in the glossary
#114729 merged
Feb 3, 2024 -
gh-114965: Updated bundled pip to 24.0
#114966 merged
Feb 3, 2024 -
gh-114887 Reject only sockets of type SOCK_STREAM in create_datagram_endpoint(), improve exception message.
#114893 merged
Feb 3, 2024 -
[3.11] gh-114959: tarfile: do not ignore errors when extract a directory on top of a file (GH-114960)
#114964 merged
Feb 3, 2024 -
[3.12] gh-114959: tarfile: do not ignore errors when extract a directory on top of a file (GH-114960)
#114963 merged
Feb 3, 2024 -
gh-112202: Ensure that condition.notify() succeeds even when racing with Task.cancel()
#112201 merged
Feb 3, 2024 -
gh-114959: tarfile: do not ignore errors when extract a directory on top of a file
#114960 merged
Feb 3, 2024 -
[3.11] gh-114955: Add clear to MutableSequence's mixin methods in document (gh-114956)
#114962 merged
Feb 3, 2024 -
[3.12] gh-114955: Add clear to MutableSequence's mixin methods in document (gh-114956)
#114961 merged
Feb 3, 2024 -
gh-114955: Add clear to MutableSequence's mixin methods in document
#114956 merged
Feb 3, 2024 -
[3.12] Update LOGGING example taken from Django docs. (GH-114903)
#114951 merged
Feb 3, 2024 -
[3.11] Update LOGGING example taken from Django docs. (GH-114903)
#114952 merged
Feb 3, 2024 -
gh-111417: Remove unused code block in math.trunc() and builtin_round_impl
#111454 merged
Feb 3, 2024 -
Update LOGGING example taken from Django docs.
#114903 merged
Feb 3, 2024 -
[3.12] Normalize heading underline in multiprocessing.rst (GH-114923)
#114946 merged
Feb 3, 2024 -
[3.11] Normalize heading underline in multiprocessing.rst (GH-114923)
#114947 merged
Feb 3, 2024 -
Normalize heading underline in multiprocessing.rst
#114923 merged
Feb 3, 2024 -
``Tools/cases_generator``: Fix typos and incorrect comments.
#114892 merged
Feb 3, 2024 -
gh-114875: Add `getgrent` as a prerequisite for building the `grp` module
#114876 merged
Feb 2, 2024 -
[3.12] gh-114913: Add newline to subprocess doc (GH-114941)
#114942 merged
Feb 2, 2024 -
[3.11] gh-114913: Add newline to subprocess doc (GH-114941)
#114943 merged
Feb 2, 2024 -
gh-114913: Add newline to subprocess doc
#114941 merged
Feb 2, 2024 -
gh-101599: changed argparse -h/-help flag for the sake of readability
#103372 merged
Feb 2, 2024 -
[3.12] Bump ruff to 0.2.0 (GH-114932)
#114935 merged
Feb 2, 2024 -
[3.11] Correct timedelta description (GH-101417)
#114939 merged
Feb 2, 2024 -
[3.12] Correct timedelta description (GH-101417)
#114938 merged
Feb 2, 2024 -
datetime.rst: correct timedelta description
#101417 merged
Feb 2, 2024 -
[3.11] Fix indentation of "versionchanged" in datetime.rst (GH-114933)
#114936 merged
Feb 2, 2024 -
[3.12] Fix indentation of "versionchanged" in datetime.rst (GH-114933)
#114937 merged
Feb 2, 2024 -
Fix indentation of "versionchanged" in datetime.rst
#114933 merged
Feb 2, 2024 -
[3.11] gh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis.rst (GH-103638)
#114908 merged
Feb 2, 2024 -
Bump ruff to 0.2.0
#114932 merged
Feb 2, 2024 -
[3.12] gh-114728: Fix documentation for comparison of objects in datetime module (GH-114749)
#114928 merged
Feb 2, 2024 -
Update venv activate.bat to escape custom PROMPT variables on Windows
#114885 merged
Feb 2, 2024 -
[3.11] gh-114728: Fix documentation for comparison of objects in datetime module (GH-114749)
#114929 merged
Feb 2, 2024 -
gh-114728: Fix documentation for comparison of objects in datetime module
#114749 merged
Feb 2, 2024 -
GH-69695: Update ``PyImport_ImportModule`` description
#103836 merged
Feb 2, 2024 -
gh-114909: Add --first-weekday option to usage message
#114910 merged
Feb 2, 2024 -
gh-104530: Use native Win32 condition variables
#104531 merged
Feb 2, 2024 -
[3.12] gh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis.rst (GH-103638)
#114907 merged
Feb 2, 2024 -
gh-103360: Added and linked to subheader "String escape sequences"
#103638 merged
Feb 2, 2024 -
[3.11] gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103821)
#114902 merged
Feb 2, 2024 -
[3.12] gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103821)
#114901 merged
Feb 2, 2024 -
gh-114329: Add `PyList_GetItemRef` function
#114504 merged
Feb 2, 2024 -
GH-113710: Add a "globals to constants" pass
#114592 merged
Feb 2, 2024 -
gh-107901: make compiler inline basic blocks with no line number and no fallthrough
#114750 merged
Feb 2, 2024 -
GH-113655 Lower C recursion limit from 4000 to 3000 on Windows.
#114896 merged
Feb 2, 2024 -
gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11
#103821 merged
Feb 2, 2024 -
[3.12] Move "format" param doc of shutil.make_archive() on its own paragraph (GH-103829)
#114897 merged
Feb 2, 2024 -
[3.11] Move "format" param doc of shutil.make_archive() on its own paragraph (GH-103829)
#114898 merged
Feb 2, 2024 -
separate `format` arg doc for shutil.make_archive
#103829 merged
Feb 2, 2024 -
gh-114849: Set `timeout-minutes` for JIT workflow
#114850 merged
Feb 2, 2024 -
gh-111239: Update Windows build to use zlib 1.3.1
#114877 merged
Feb 1, 2024 -
gh-111968: Use per-thread freelists for dict in free-threading
#114323 merged
Feb 1, 2024 -
[3.12] gh-101100: Fix sphinx warnings in `howto/logging.rst` (GH-114846)
#114878 merged
Feb 1, 2024 -
[3.12] gh-89891: Refer SharedMemory implementation as POSIX (GH-104678)
#114873 merged
Feb 1, 2024 -
[3.11] gh-89891: Refer SharedMemory implementation as POSIX (GH-104678)
#114874 merged
Feb 1, 2024 -
gh-112529: Remove PyGC_Head from object pre-header in free-threaded build
#114564 merged
Feb 1, 2024 -
gh-89891: Refer SharedMemory implementation as POSIX
#104678 merged
Feb 1, 2024 -
GH-114806. Don't specialize calls to classes with metaclasses.
#114870 merged
Feb 1, 2024 -
Update pycore_runtime.h: fix typo
#110540 merged
Feb 1, 2024 -
[3.11] gh-101100: Fix sphinx warnings in `howto/logging.rst` (GH-114846)
#114872 merged
Feb 1, 2024 -
gh-101100: Fix sphinx warnings in `howto/logging.rst`
#114846 merged
Feb 1, 2024 -
[3.11] Correct description of inheriting from another class (GH-114660)
#114869 merged
Feb 1, 2024 -
[3.12] Correct description of inheriting from another class (GH-114660)
#114868 merged
Feb 1, 2024 -
Correct description of inheriting from another class
#114660 merged
Feb 1, 2024 -
[3.12] gh-105031: Clarify datetime documentation for ISO8601 (GH-105049)
#114866 merged
Feb 1, 2024 -
[3.11] gh-105031: Clarify datetime documentation for ISO8601 (GH-105049)
#114867 merged
Feb 1, 2024 -
gh-105031: Clarify datetime documentation for ISO8601
#105049 merged
Feb 1, 2024 -
Update outdated sections in ``Tools/cases_generator/README.md``
#114844 merged
Feb 1, 2024 -
Write about Tier 2 and JIT in "what's new 3.13"
#114826 merged
Feb 1, 2024 -
Remove unused Py_XDECREF from _PyFrame_ClearExceptCode
#106158 merged
Feb 1, 2024 -
[3.11] gh-105089: Fix test_create_directory_with_write test failure in AIX (GH-105228)
#114861 merged
Feb 1, 2024 -
[3.12] gh-105089: Fix test_create_directory_with_write test failure in AIX (GH-105228)
#114860 merged
Feb 1, 2024 -
[3.11] gh-107461 ctypes: Add a testcase for nested `_as_parameter_` lookup (GH-107462)
#114859 merged
Feb 1, 2024 -
[3.12] gh-107461 ctypes: Add a testcase for nested `_as_parameter_` lookup (GH-107462)
#114858 merged
Feb 1, 2024 -
gh-105089: Fix test_create_directory_with_write test failure in AIX
#105228 merged
Feb 1, 2024 -
gh-107461 ctypes: Add a testcase for nested `_as_parameter_` lookup
#107462 merged
Feb 1, 2024 -
build(deps-dev): bump types-psutil from 5.9.5.17 to 5.9.5.20240106 in /Tools
#114852 merged
Feb 1, 2024 -
build(deps): bump actions/cache from 3 to 4
#114856 merged
Feb 1, 2024 -
build(deps): bump hypothesis from 6.92.2 to 6.97.4 in /Tools
#114851 merged
Feb 1, 2024 -
build(deps-dev): bump types-setuptools from 69.0.0.0 to 69.0.0.20240125 in /Tools
#114853 merged
Feb 1, 2024 -
[3.12] Fix typos in ElementTree documentation (GH-108848)
#114854 merged
Feb 1, 2024 -
[3.11] Fix typos in ElementTree documentation (GH-108848)
#114855 merged
Feb 1, 2024 -
Documentation: XML Element - pi objects instead of comment objects
#108848 merged
Feb 1, 2024 -
gh-114746: Avoid quadratic behavior in free-threaded GC
#114817 merged
Feb 1, 2024 -
gh-114364: Fix awkward wording about mmap.mmap.seekable being added
#114374 merged
Feb 1, 2024 -
[3.11] gh-114648: Add IndexError exception to tutorial datastructures list.pop entry (GH-114681)
#114842 merged
Feb 1, 2024 -
[3.12] gh-114648: Add IndexError exception to tutorial datastructures list.pop entry (GH-114681)
#114841 merged
Feb 1, 2024 -
gh-114648: Add IndexError exception to tutorial datastructures list.pop entry
#114681 merged
Feb 1, 2024 -
[3.12] gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS (GH-114816)
#114840 merged
Feb 1, 2024 -
gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS
#114816 merged
Feb 1, 2024 -
[3.12] CI: Test on macOS M1 (GH-114766)
#114836 merged
Feb 1, 2024 -
[3.11] CI: Test on macOS M1 (GH-114766)
#114835 merged
Feb 1, 2024 -
[3.12] gh-114811: Change '\*' to '*' in warnings.rst (GH-114819)
#114837 merged
Feb 1, 2024 -
gh-114811: Update warnings.rst, changed '\*' to '*'
#114819 merged
Feb 1, 2024 -
CI: Test on macOS M1
#114766 merged
Feb 1, 2024 -
[3.12] gh-109534: fix reference leak when SSL handshake fails (GH-114074)
#114829 merged
Feb 1, 2024 -
[3.11] gh-109534: fix reference leak when SSL handshake fails (GH-114074)
#114830 merged
Feb 1, 2024 -
[3.11] gh-111112: Avoid potential confusion in TCP server example. (GH-111113)
#114832 merged
Feb 1, 2024 -
[3.12] gh-111112: Avoid potential confusion in TCP server example. (GH-111113)
#114831 merged
Feb 1, 2024 -
gh-111112: Avoid potential confusion in TCP server example.
#111113 merged
Feb 1, 2024 -
gh-109534: fix reference leak when SSL handshake fails
#114074 merged
Feb 1, 2024 -
gh-112087: Make PyList_{Append,Size,GetSlice} to be thread-safe
#114651 merged
Jan 31, 2024 -
[3.11] Add note to `sys.orig_argv` clarifying the difference from `sys.argv` (GH-114630)
#114822 merged
Jan 31, 2024 -
[3.12] Add note to `sys.orig_argv` clarifying the difference from `sys.argv` (GH-114630)
#114821 merged
Jan 31, 2024 -
Add note to `sys.orig_argv` clarifying the difference from `sys.argv`
#114630 merged
Jan 31, 2024 -
gh-114788: Do not run JIT workflow on unrelated changes
#114789 merged
Jan 31, 2024 -
gh-113939: Frame clear, clear locals
#113940 merged
Jan 31, 2024 -
gh-111741: Recognise `image/webp` as a standard format in the `mimetypes` module.
#111742 merged
Jan 31, 2024 -
gh-59013: Set breakpoint on the first executable line in pdb when using `break func`
#112470 merged
Jan 31, 2024 -
[3.11] gh-114790: Do not execute `workflows/require-pr-label.yml` on forks (GH-114791)
#114801 merged
Jan 31, 2024 -
[3.12] gh-114790: Do not execute `workflows/require-pr-label.yml` on forks (GH-114791)
#114800 merged
Jan 31, 2024 -
[3.11] gh-114737: Revert change to ElementTree.iterparse "root" attribute (GH-114755)
#114799 merged
Jan 31, 2024 -
[3.12] gh-114737: Revert change to ElementTree.iterparse "root" attribute (GH-114755)
#114798 merged
Jan 31, 2024 -
gh-114790: Do not execute `workflows/require-pr-label.yml` on forks
#114791 merged
Jan 31, 2024 -
Remove Alex Waygood as an Argument Clinic CODEOWNER
#114796 merged
Jan 31, 2024 -
gh-114737: Revert change to ElementTree.iterparse "root" attribute
#114755 merged
Jan 31, 2024 -
gh-114685: Check flags in PyObject_GetBuffer()
#114707 merged
Jan 31, 2024 -
[3.12] gh-101100: Fix class reference in library/test.rst (GH-114769)
#114794 merged
Jan 31, 2024 -
[3.11] gh-101100: Fix class reference in library/test.rst (GH-114769)
#114793 merged
Jan 31, 2024 -
gh-101100: Fix class reference in library/test.rst
#114769 merged
Jan 31, 2024 -
[3.12] gh-101100: Fix references in csv docs (GH-114658)
#114771 merged
Jan 31, 2024 -
[3.11] gh-101100: Fix references in csv docs (GH-114658)
#114773 merged
Jan 31, 2024 -
gh-109653: Speedup import of threading module
#114509 merged
Jan 31, 2024 -
[3.12] Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using param list (GH-114762)
#114783 merged
Jan 31, 2024 -
[3.11] Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using param list (GH-114762)
#114784 merged
Jan 31, 2024 -
Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using param list
#114762 merged
Jan 31, 2024 -
[3.12] gh-106392: Fix inconsistency in deprecation warnings in datetime module (GH-114761)
#114767 merged
Jan 31, 2024 -
GH-114743: Set a low recursion limit for `test_main_recursion_error()` in `test_runpy`
#114772 merged
Jan 31, 2024 -
pathlib ABCs: drop partial, broken, untested support for `bytes` paths.
#114777 merged
Jan 31, 2024 -
pathlib ABCs: raise `UnsupportedOperation` directly.
#114776 merged
Jan 31, 2024 -
[3.12] gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753)
#114775 merged
Jan 31, 2024 -
[3.11] gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753)
#114774 merged
Jan 31, 2024 -
gh-110190: Fix ctypes structs with array on Windows ARM64
#114753 merged
Jan 30, 2024 -
gh-106392: Fix inconsistency in deprecation warnings in datetime module
#114761 merged
Jan 30, 2024 -
GH-113464: Add `aarch64-apple-darwin/clang` to JIT CI
#114759 merged
Jan 30, 2024 -
gh-101100: Fix references in csv docs
#114658 merged
Jan 30, 2024 -
gh-112606: Use `pthread_cond_timedwait_relative_np` in parking_lot.c when available
#112616 merged
Jan 30, 2024 -
GH-70303: Make `pathlib.Path.glob('**')` return both files and directories
#114684 merged
Jan 30, 2024 -
[3.11] Clarify one-item tuple (GH-114745)
#114758 merged
Jan 30, 2024 -
[3.12] Clarify one-item tuple (GH-114745)
#114757 merged
Jan 30, 2024 -
``importlib/_bootstrap.py``: Reduce size of ``_List`` instances
#114747 merged
Jan 30, 2024 -
Clarify one-item tuple
#114745 merged
Jan 30, 2024 -
gh-112075: refactor dictionary lookup functions for better re-usability
#114629 merged
Jan 30, 2024 -
gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module
#113745 merged
Jan 30, 2024 -
gh-112919: Speed-up datetime, date and time.replace()
#112921 merged
Jan 30, 2024 -
gh-109975: Copyedit "What's New in Python 3.13"
#114401 merged
Jan 30, 2024 -
GH-114610: Fix `pathlib._abc.PurePathBase.with_suffix('.ext')` handling of stems
#114613 merged
Jan 30, 2024 -
gh-114706: Allow QueueListener.stop() to be called more than once.
#114748 merged
Jan 30, 2024 -
gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS in csv.reader
#113738 merged
Jan 30, 2024 -
gh-103323: Remove current_fast_get() unused parameter
#114593 merged
Jan 30, 2024 -
GH-80789: Get rid of the ``ensurepip`` infra for many wheels
#109245 merged
Jan 30, 2024 -
GH-113464: Make myself a codeowner for JIT stuff
#114739 merged
Jan 30, 2024 -
gh-114569: Use PyMem_* APIs for non-PyObjects in compiler
#114587 merged
Jan 29, 2024 -
[3.11] Set `hosted_on` for Read the Docs builds (GH-114697)
#114735 merged
Jan 29, 2024 -
[3.12] Set `hosted_on` for Read the Docs builds (GH-114697)
#114734 merged
Jan 29, 2024 -
Set `hosted_on` for Read the Docs builds
#114697 merged
Jan 29, 2024 -
gh-114569: Use PyMem_* APIs for non-PyObjects in unicodeobject.c
#114690 merged
Jan 29, 2024 -
TaskGroup: Explicitly None check for propagated cancellation error
#114708 merged
Jan 29, 2024 -
gh-114678: Fix incorrect deprecation warning for 'N' specifier in Decimal format
#114683 merged
Jan 29, 2024 -
gh-112075: Dictionary global version counter should use atomic increments
#114568 merged
Jan 29, 2024 -
gh-112075: Use PyMem_* for allocating dict keys objects
#114543 merged
Jan 29, 2024 -
[3.12] Fix more references to datetime and time classes (GH-114717)
#114725 merged
Jan 29, 2024 -
[3.11] Fix more references to datetime and time classes (GH-114717)
#114726 merged
Jan 29, 2024 -
gh-112240: Add option to calendar module CLI to specify the weekday to start each week
#112241 merged
Jan 29, 2024 -
[3.11] Remove limit in calendar CLI help message for year arg (GH-114719)
#114723 merged
Jan 29, 2024 -
[3.12] Remove limit in calendar CLI help message for year arg (GH-114719)
#114722 merged
Jan 29, 2024 -
Fix more references to datetime and time classes
#114717 merged
Jan 29, 2024 -
gh-85984: Add POSIX pseudo-terminal functions.
#102413 merged
Jan 29, 2024 -
Remove limit in Calendar CLI help message for year arg
#114719 merged
Jan 29, 2024 -
gh-91325: Skip Stable ABI checks with Py_TRACE_REFS special build
#92046 merged
Jan 29, 2024 -
[3.11] gh-101100: Fix datetime reference warnings (GH-114661)
#114718 merged
Jan 29, 2024 -
[3.12] gh-101100: Fix datetime reference warnings (GH-114661)
#114716 merged
Jan 29, 2024 -
gh-112050: Convert most methods on collections.deque to use Argument Clinic
#113963 merged
Jan 29, 2024 -
gh-101100: Fix datetime reference warnings
#114661 merged
Jan 29, 2024 -
[3.11] gh-89159: Add some TarFile attribute types (GH-114520)
#114715 merged
Jan 29, 2024 -
[3.12] gh-89159: Add some TarFile attribute types (GH-114520)
#114714 merged
Jan 29, 2024 -
[3.11] gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst` (GH-112366)
#114712 merged
Jan 29, 2024 -
[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst` (GH-112366)
#114711 merged
Jan 29, 2024 -
gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst`
#112366 merged
Jan 29, 2024 -
[3.12] gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686)
#114700 merged
Jan 29, 2024 -
[3.11] gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686)
#114701 merged
Jan 29, 2024 -
[3.11] gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-114669)
#114705 merged
Jan 29, 2024 -
[3.12] gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-114669)
#114704 merged
Jan 29, 2024 -
gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst`
#114669 merged
Jan 29, 2024 -
[3.12] gh-110893: Improve the documentation for __future__ module (GH-114642)
#114702 merged
Jan 29, 2024 -
[3.11] gh-110893: Improve the documentation for __future__ module (GH-114642)
#114703 merged
Jan 29, 2024 -
gh-110893: Improve the documentation for __future__ module
#114642 merged
Jan 29, 2024 -
gh-114685: Fix incorrect use of `PyBUF_READ` in `import.c`
#114686 merged
Jan 29, 2024 -
gh-109653: Improve import time of importlib.metadata / email.utils
#114664 merged
Jan 29, 2024 -
gh-89159: Add some TarFile attribute types
#114520 merged
Jan 29, 2024 -
gh-55664: Add warning when creating a type using a namespace dictionary with non-string keys.
#105338 merged
Jan 28, 2024
69 Pull requests opened by 42 people
-
gh-101100: Fix sphinx warnings in `library/enum.rst`
#114696 opened
Jan 29, 2024 -
gh-114709: Fix exceptions raised by posixpath.commonpath
#114710 opened
Jan 29, 2024 -
[3.12] gh-112302: Backport SBOM generation tooling
#114730 opened
Jan 29, 2024 -
gh-114713: handle case of an empty string passed to ZoneInfo
#114731 opened
Jan 29, 2024 -
gh-112529: Simplify PyObject_GC_IsTracked and PyObject_GC_IsFinalized
#114732 opened
Jan 29, 2024 -
gh-114314: Port _ctypes._SimpleCData to heap type
#114740 opened
Jan 30, 2024 -
gh-112075: Make PyDictKeysObject thread-safe
#114741 opened
Jan 30, 2024 -
gh-112075: Make PyDictOrValues thread safe
#114742 opened
Jan 30, 2024 -
gh-108562: fix compiler warnings for bundled libmpdec in the main
#114751 opened
Jan 30, 2024 -
gh-113317: Remove Argument Clinic global variable 'clinic'
#114752 opened
Jan 30, 2024 -
gh-49766: Make date-datetime comparison more symmetric and flexible
#114760 opened
Jan 30, 2024 -
GH-87646: Make `tempfile.NamedTemporaryFile` and `TemporaryDirectory` path-like
#114765 opened
Jan 30, 2024 -
gh-112075: Add a little specialization thread safety
#114768 opened
Jan 30, 2024 -
gh-101100: Update .nitignore (after accepting library/test.rst changes)
#114770 opened
Jan 30, 2024 -
gh-112075: Free-threaded dict odict basics
#114778 opened
Jan 31, 2024 -
gh-89039: call subclass constructors in datetime.*.replace
#114780 opened
Jan 31, 2024 -
gh-114763: Protect lazy loading modules from attribute access race
#114781 opened
Jan 31, 2024 -
gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst`
#114786 opened
Jan 31, 2024 -
gh-114779: Do not include `InitVar` fields into `__match_args__`
#114787 opened
Jan 31, 2024 -
gh-107944: Improve error message for getargs with bad keyword arguments
#114792 opened
Jan 31, 2024 -
gh-114785: Remove `Porting from Python2` how-to
#114805 opened
Jan 31, 2024 -
gh-114807: multiprocessing: don't raise ImportError if _multiprocessing is missing
#114808 opened
Jan 31, 2024 -
gh-109475: Fix support of explicit option value "--" in argparse
#114814 opened
Jan 31, 2024 -
replace k&r function declarations with ANSI declarations
#114818 opened
Jan 31, 2024 -
gh-112529: Stop the world around gc.get_referents
#114823 opened
Jan 31, 2024 -
gh-110481: Implement inter-thread queue for biased reference counting
#114824 opened
Jan 31, 2024 -
gh-101100: clean up Doc/c-api/exceptions.rst
#114825 opened
Jan 31, 2024 -
gh-105712: Use appropriate regex to detect negative numbers in arguments
#114833 opened
Feb 1, 2024 -
gh-114827: clarify `threading.Event.wait` timeout behavior
#114834 opened
Feb 1, 2024 -
[3.12] gh-99437: runpy: decode path-like objects before setting globals
#114838 opened
Feb 1, 2024 -
gh-114271: Fix race in `Thread.join()`
#114839 opened
Feb 1, 2024 -
gh-112087: Make __sizeof__ and listiter_{len, next} to be threadsafe
#114843 opened
Feb 1, 2024 -
GH-114847: Speed up `posixpath.realpath()`
#114848 opened
Feb 1, 2024 -
Support async `recvmsg` and `sendmsg`
#114857 opened
Feb 1, 2024 -
gh-114863: What's new in Python 3.13: JIT compiler
#114862 opened
Feb 1, 2024 -
gh-114563: C decimal falls back to pydecimal for unsupported format strings
#114879 opened
Feb 1, 2024 -
gh-112529: Make the GC scheduling thread-safe
#114880 opened
Feb 1, 2024 -
gh-76763: Make chr() always raising ValueError for out-of-range values
#114882 opened
Feb 1, 2024 -
gh-111140: Adds PyLong_CopyBits and PyLong_FromBits functions
#114886 opened
Feb 2, 2024 -
gh-114099: Add test exclusions to support running the test suite on iOS
#114889 opened
Feb 2, 2024 -
gh-111968: Refactor _PyXXX_Fini to integrate with _PyObject_ClearFreeLists
#114899 opened
Feb 2, 2024 -
GH-113462: Limit the number of versions that a single class can use.
#114900 opened
Feb 2, 2024 -
gh-114911: Add CPUStopwatch test helper
#114912 opened
Feb 2, 2024 -
gh-112087: Make list_{count, index, contains} to be thread-safe.
#114916 opened
Feb 2, 2024 -
gh-114917: add support for AI_NUMERICSERV in getaddrinfo emulation
#114918 opened
Feb 2, 2024 -
gh-114894: add array.array.clear() method
#114919 opened
Feb 2, 2024 -
[3.11] GH-69695: Update ``PyImport_ImportModule`` description (GH-103836)
#114924 opened
Feb 2, 2024 -
[3.12] GH-69695: Update ``PyImport_ImportModule`` description (GH-103836)
#114925 opened
Feb 2, 2024 -
gh-114920: Make iterable and subscriptable the `Namespace` object in `argparse` lib
#114926 opened
Feb 2, 2024 -
gh-114258: Refactor Argument Clinic function name parser
#114930 opened
Feb 2, 2024 -
gh-112075: Add gc shared bits
#114931 opened
Feb 2, 2024 -
gh-114944: Fix race between `_PyParkingLot_Park` and `_PyParkingLot_UnparkAll` when handling interrupts
#114945 opened
Feb 3, 2024 -
gh-114949: fix signature in the type.__prepare__() doc string
#114950 opened
Feb 3, 2024 -
gh-114953: Support for multithreaded XZ compression in lzma.py
#114954 opened
Feb 3, 2024 -
gh-114756 Update FAQ section on removing the GIL
#114957 opened
Feb 3, 2024 -
gh-101100: Fix dangling references in test.rst
#114958 opened
Feb 3, 2024 -
gh-114967: Fix "Built-in Exceptions" documentation ambiguous wording
#114968 opened
Feb 3, 2024 -
bpo-29842: Introduce a prefetch parameter to Executor.map to handle l…
#114975 opened
Feb 3, 2024 -
[3.11] gh-114887 Reject only sockets of type SOCK_STREAM in create_da…
#114979 opened
Feb 3, 2024 -
[3.12] gh-114887 Reject only sockets of type SOCK_STREAM in create_da…
#114980 opened
Feb 3, 2024 -
gh-101100: Fix `load_module` ref
#114982 opened
Feb 4, 2024 -
gh-101100: Fix dangling refs in bdb.rst
#114983 opened
Feb 4, 2024 -
gh-85984: Add _POSIX_VDISABLE from unistd.h to termios module.
#114985 opened
Feb 4, 2024 -
gh-107674: Improve performance of `sys.settrace`
#114986 opened
Feb 4, 2024 -
gh-114990: Add missing mixin methods in collections.abc's document
#114991 opened
Feb 4, 2024 -
[3.12] gh-114071: [Enum] update docs and code for tuples/subclasses (GH-114871)
#114993 opened
Feb 4, 2024 -
gh-101100: Fix Py_DEBUG dangling references
#115003 opened
Feb 4, 2024 -
gh-113322: Add introspection attributes to `operator` generalized lookup objects
#115004 opened
Feb 4, 2024 -
gh-114628: Display csv.Error without context
#115005 opened
Feb 4, 2024
90 Issues closed by 28 people
-
`_imp.get_frozen_object` possible incorrect use of `PyBUF_READ`
#114685 closed
Feb 4, 2024 -
ResourceWarning in ssl.SSLSocket connected detection
#113280 closed
Feb 4, 2024 -
Tkinter: widget.tag_unbind(tag, sequence, funcid) unbind all bindings
#113951 closed
Feb 4, 2024 -
Incorrect warning when assign an unsigned integer member
#114388 closed
Feb 4, 2024 -
Add the close method for ElementTree.iterparse() object
#69893 closed
Feb 4, 2024 -
Python shelve __del__ ignored exception
#83383 closed
Feb 4, 2024 -
Mouse position shifted, widget not deleted tkinter macOS 14.2.1
#114934 closed
Feb 4, 2024 -
``dis.dis`` can not disassemble code that uses hexadecimal number formatting
#114987 closed
Feb 4, 2024 -
./python -m test --coverage test_doctest is broken
#111355 closed
Feb 4, 2024 -
ast parsing and unparsing mismatchs with input
#114984 closed
Feb 4, 2024 -
`jit.c` always recompiles, even on non-JIT builds
#114883 closed
Feb 3, 2024 -
Update bundled pip to 24.0
#114965 closed
Feb 3, 2024 -
Tarfile ignores an error when trying to extract a directory on top of a file
#114959 closed
Feb 3, 2024 -
Race between asyncio Condition.notify() and Task.cancel() may result in lost wakeups.
#112202 closed
Feb 3, 2024 -
Missing `clear` mixin method in MutableSequence's document
#114955 closed
Feb 3, 2024 -
Useless code block in math.trunc() ?
#111417 closed
Feb 3, 2024 -
Fix Bluetooth address parser
#62764 closed
Feb 3, 2024 -
Make iterable (and subscriptable) the `Namespace` object in argparse lib
#114920 closed
Feb 3, 2024 -
Popen misleading documentation
#114913 closed
Feb 3, 2024 -
`grp` module attempts to build even if `getgrent` family of functions are unavailable
#114875 closed
Feb 2, 2024 -
Feature Request: Add get_free_port() Function to socket Module
#114927 closed
Feb 2, 2024 -
Documentation for date and datetime comparison is outdated
#114728 closed
Feb 2, 2024 -
calendar module CLI option --first-weekday is missing from usage message
#114909 closed
Feb 2, 2024 -
wasi build appears to fail
#113516 closed
Feb 2, 2024 -
Python class variables cannot use list comprehension
#114904 closed
Feb 2, 2024 -
Resource warning in summarize stats script
#102367 closed
Feb 2, 2024 -
Building Python3.11.0 with ensurepip incorrectly includes bin/pip3.10
#98682 closed
Feb 2, 2024 -
String escape sequences should be listed in the stdtypes page
#103360 closed
Feb 2, 2024 -
IDLE bindings for scrolling using buttons 4 and 5 should only apply to X11
#103820 closed
Feb 2, 2024 -
Add `PyList_GetItemRef`, a variant of `PyList_GetItem` that returns a strong reference
#114329 closed
Feb 2, 2024 -
Fix DeprecationWarnings in test_fstring
#103786 closed
Feb 2, 2024 -
Lists created by default value of class constructor kwarg refer to same list
#114895 closed
Feb 2, 2024 -
futures.standard_library raises ModuleNotFoundError: No module named 'imp' in Python 3.12
#114890 closed
Feb 2, 2024 -
JIT workflow should have `timeout-minutes: 60` set
#114849 closed
Feb 2, 2024 -
Pdb does not stop at a breakpoint set on the line of a function definition
#59013 closed
Feb 2, 2024 -
Stack overflows on Windows PGO builds
#114797 closed
Feb 2, 2024 -
[Windows] installations should include pythonX.exe and pythonX.Y.exe executables
#65705 closed
Feb 1, 2024 -
python3 shebang does not work with py.exe and venv on Windows
#103679 closed
Feb 1, 2024 -
Script containing a "shebang" would not start under Windows
#100107 closed
Feb 1, 2024 -
Windows py.exe launcher interacts badly with Windows store python.exe shim
#84864 closed
Feb 1, 2024 -
Python3 installer is broken on Windows
#99923 closed
Feb 1, 2024 -
Build changes for Windows free-threaded builds
#112984 closed
Feb 1, 2024 -
Python 3.13.0a3 metaclass `__call__` runs only once
#114806 closed
Feb 1, 2024 -
SharedMemory documentation: System V vs Posix
#89891 closed
Feb 1, 2024 -
Improved Errors for Missing Standard Library Modules (cf PEP 534)
#114812 closed
Feb 1, 2024 -
``ntpath.realpath()`` doesn't always normalize the case
#114820 closed
Feb 1, 2024 -
`datetime` documentation regarding ISO8601 reduced precision and extend representation
#105031 closed
Feb 1, 2024 -
test_pendingcalls_threaded times out on Windows free-threading builds
#114746 closed
Feb 1, 2024 -
Microsoft Store does not include Arm64 version
#114845 closed
Feb 1, 2024 -
Bug in block comments with escape characters.
#114865 closed
Feb 1, 2024 -
ctypes: Add a testcase for nested `_as_parameter_` lookup
#107461 closed
Feb 1, 2024 -
Awkward wording in GH-111835 whatsnew entry
#114364 closed
Feb 1, 2024 -
Add IndexError to tutorial datastructures list.pop doc
#114648 closed
Feb 1, 2024 -
Misleading socketserver.TCPServer example recv semantics
#111112 closed
Feb 1, 2024 -
`warnings.warn(...)` arguments include '\*', which is wrong - 3.12
#114811 closed
Feb 1, 2024 -
`test_runpy.test_main_recursion_error()` exhausts the stack under WASI debug build
#114743 closed
Jan 31, 2024 -
JIT workflow is executed on unrelated changes in my local fork
#114788 closed
Jan 31, 2024 -
`traceback.clear_frames` does not clear locals when there have been previous access to `f_locals`
#113939 closed
Jan 31, 2024 -
Incorrect behaviour for user@password URI pattern in urlparse
#81859 closed
Jan 31, 2024 -
```_splitnetloc``` in urllib split netloc wrongly if username or password contain special charcaters
#110869 closed
Jan 31, 2024 -
Simple addition yields inexact solution
#114815 closed
Jan 31, 2024 -
wait_for raises CancelledError
#114496 closed
Jan 31, 2024 -
Support webp formats in mimetypes as standard types
#111741 closed
Jan 31, 2024 -
Is it a bug?
#114804 closed
Jan 31, 2024 -
`require-pr-label.yml` should not be executed on forks
#114790 closed
Jan 31, 2024 -
Fix unintended behavior change in elementtree introduced in #114269
#114737 closed
Jan 31, 2024 -
datetime UTC deprecation warnings use the name "datetime" inconsistently
#106392 closed
Jan 31, 2024 -
pathlib.(Pure)WindowsPaths can compare equal but refer to different files
#76793 closed
Jan 30, 2024 -
datetime.replace() is very slow
#112919 closed
Jan 30, 2024 -
pathlib.glob('**') returns only directories
#70303 closed
Jan 30, 2024 -
Document 'manager' and '_log' attrs of Logging
#108198 closed
Jan 30, 2024 -
3.13: `not a == b` has incorrect bytecode positions
#114671 closed
Jan 30, 2024 -
Allow repeatedly asking for termination of `QueueListener`
#114706 closed
Jan 30, 2024 -
CSV reader should support QUOTE_NOTNULL and QUOTE_STRINGS
#113732 closed
Jan 30, 2024 -
[PATCH] Make pty.spawn set window size
#85713 closed
Jan 30, 2024 -
Folding ''.join(<known number of elts>) into f-strings
#88360 closed
Jan 30, 2024 -
Regex performance improvement.
#114586 closed
Jan 30, 2024 -
Python documentation search results not working
#114744 closed
Jan 30, 2024 -
Do not allocate non-PyObjects with PyObject_Malloc()
#114569 closed
Jan 29, 2024 -
Incorrect deprecation warning for 'N' specifier
#114678 closed
Jan 29, 2024 -
Add option to calendar module CLI to specify the weekday to start each week
#112240 closed
Jan 29, 2024 -
JIT Compilation
#113464 closed
Jan 29, 2024 -
Stable ABI: Some optional (#ifdef'd) functions aren't handled correctly
#91325 closed
Jan 29, 2024 -
Windows: test_os.test_stat_inaccessible_file() fails if run as an administrator
#114435 closed
Jan 29, 2024 -
test_deadlock & test_threads sometimes deadlock on Windows refleaks buildbot
#114440 closed
Jan 29, 2024 -
bug in count method
#114699 closed
Jan 29, 2024 -
ctypes calls libffi with incorrect size/alignment values for some structs
#114694 closed
Jan 29, 2024 -
isintance(boolean,int) is True
#114693 closed
Jan 29, 2024 -
issue a warning when populating a CPython type dict with non-string keys
#55664 closed
Jan 28, 2024 -
OSError: [WinError 87] The parameter is incorrect
#114692 closed
Jan 28, 2024
46 Issues opened by 41 people
-
os.path.exists.__name__ is different on Windows since #101196
#115012 opened
Feb 4, 2024 -
Setters of members with unsigned integer type and __index__()
#115011 opened
Feb 4, 2024 -
Upgrade Windows and macOS installers to use SQLite 3.45
#115009 opened
Feb 4, 2024 -
Some mixin methods in `collections.abc` are not mentioned in the Document
#114990 opened
Feb 4, 2024 -
Add clarity about the HOWTO docs
#114976 opened
Feb 3, 2024 -
Documentation says "The built-in exceptions listed below", but they are no longer just below that section
#114967 opened
Feb 3, 2024 -
LZMA MultiThreading XZ compression support
#114953 opened
Feb 3, 2024 -
Wrong signature in type.__prepare__() class method
#114949 opened
Feb 3, 2024 -
executor.map hangs at seemly random iteration when iterable is large
#114948 opened
Feb 3, 2024 -
Race between `_PyParkingLot_Park` and `_PyParkingLot_UnparkAll` when handling interrupts
#114944 opened
Feb 3, 2024 -
Add a Per-Interpreter "HEAD" Lock
#114940 opened
Feb 2, 2024 -
float/cdecimal: significant slowdown in threaded pi benchmark compared to 3.9
#114922 opened
Feb 2, 2024 -
StreamWriter.start_tls() doesn't update StreamReader's transport
#114921 opened
Feb 2, 2024 -
add support for AI_NUMERICSERV in getaddrinfo emulation
#114917 opened
Feb 2, 2024 -
getaddrinfo fallback doesn't handle AI_ADDRCONFIG
#114915 opened
Feb 2, 2024 -
Abandoned StreamWriter isn't reliably detected
#114914 opened
Feb 2, 2024 -
test_int.test_denial_of_service failed: took 15ms
#114911 opened
Feb 2, 2024 -
Newline embedded in email RFC2047 encoding raises exception when parsed
#114906 opened
Feb 2, 2024 -
Possibly unintentional change in ssl
#114905 opened
Feb 2, 2024 -
Add array.clear()
#114894 opened
Feb 2, 2024 -
create_datagram_endpoint() no longer compatible with CAN bus raw sockets
#114887 opened
Feb 2, 2024 -
Add `py --activate` command
#114881 opened
Feb 1, 2024 -
Inquiry and Suggestion for cProfile Documentation
#114864 opened
Feb 1, 2024 -
What's new in CPython 3.13: Faster CPython
#114863 opened
Feb 1, 2024 -
Speed up `posixpath.realpath()`
#114847 opened
Feb 1, 2024 -
Python/flowgraph.c:528: _Bool all_exits_have_lineno(basicblock *): Assertion `0' failed
#114828 opened
Feb 1, 2024 -
`threading.Event.wait` timeout behavior is unclear
#114827 opened
Jan 31, 2024 -
problem calling variadic functions imported from dynamic libraries under macOS on Apple Silicon
#114810 opened
Jan 31, 2024 -
JIT & macOS fat builds
#114809 opened
Jan 31, 2024 -
Allow import of multiprocessing.connection even if _multiprocessing is missing
#114807 opened
Jan 31, 2024 -
Match on Enum with dataclass decorator
#114803 opened
Jan 31, 2024 -
``_elementtree.XMLParser`` can leak references if `__init__` method called on instance
#114795 opened
Jan 31, 2024 -
"Porting Python2 to Python3" recommends tools that no longer support Python2
#114785 opened
Jan 31, 2024 -
HTTP request smuggling via misinterpretation of bare CR as header field terminator
#114782 opened
Jan 31, 2024 -
`InitVar` fields should not be included in `__match_args__`
#114779 opened
Jan 31, 2024 -
Accessing attributes of a lazily-loaded module is not thread-safe
#114763 opened
Jan 30, 2024 -
GIL section of the FAQ is outdated (or shortly to be outdated)
#114756 opened
Jan 30, 2024 -
Call C++ function using ctypes py_object argument on windows doesn't work
#114754 opened
Jan 30, 2024 -
WASI build fails on both SDK 20 and 21 (Mac OS)
#114736 opened
Jan 29, 2024 -
Optimize `_PyObject_IS_GC` in free-threaded build
#114733 opened
Jan 29, 2024 -
posixmodule uses PyOS_setsig to save & restore signal handlers
#114727 opened
Jan 29, 2024 -
argparse.FileType.__call__ ignores encoding and errors on '-'
#114724 opened
Jan 29, 2024 -
Multiprocessing PipeConnection handles leak on failed subprocess spawn
#114720 opened
Jan 29, 2024 -
ZoneInfo gives a surprising exception for `''`
#114713 opened
Jan 29, 2024 -
posixpath.commonpath: Check for empty iterables broken
#114709 opened
Jan 29, 2024 -
Tier two memory and reference "leaks"
#114695 opened
Jan 29, 2024
213 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-112050: Make collections.deque thread-safe in free-threaded builds
#113830 commented on
Feb 3, 2024 • 66 new comments -
gh-114058: The Tier2 Optimizer
#114059 commented on
Feb 4, 2024 • 52 new comments -
gh-112433: Add optional _align_ attribute to ctypes.Structure
#113790 commented on
Feb 2, 2024 • 21 new comments -
gh-95754: Better error when script shadows a standard library or third party module
#113769 commented on
Feb 4, 2024 • 18 new comments -
_decimal: pi benchmark 31-45% slower compared to 3.9
#114682 commented on
Feb 4, 2024 • 14 new comments -
gh-112075: Add critical sections for most dict APIs
#114508 commented on
Feb 3, 2024 • 14 new comments -
gh-97959: Fix rendering of routines in pydoc
#113941 commented on
Feb 4, 2024 • 10 new comments -
GH-101112: Add "pattern language" section to pathlib docs
#114030 commented on
Jan 30, 2024 • 10 new comments -
C API: Consider adding public PyLong_AsByteArray() and PyLong_FromByteArray() functions
#111140 commented on
Feb 2, 2024 • 8 new comments -
gh-101558: Add time.sleep_until()
#101559 commented on
Feb 2, 2024 • 7 new comments -
Checking for `sys.is_finalizing` before thread.start() still yields "can't create new thread at interpreter shutdown"
#114570 commented on
Feb 2, 2024 • 7 new comments -
TLS/SSL asyncio leaks memory
#109534 commented on
Feb 1, 2024 • 7 new comments -
gh-105802: email._header_value_parser: prevent IndexError in get_obs_local_part
#108133 commented on
Feb 2, 2024 • 7 new comments -
gh-90300: Reformat the Python CLI help output
#93415 commented on
Jan 30, 2024 • 6 new comments -
gh-112898: Fix double close dialog with warning about unsafed files
#113513 commented on
Feb 4, 2024 • 6 new comments -
gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecodeError
#113674 commented on
Feb 2, 2024 • 6 new comments -
gh-103066: Add links and `help` in site.py constants
#103777 commented on
Feb 3, 2024 • 6 new comments -
gh-113471: adds custom default content-type to http.server
#113475 commented on
Feb 4, 2024 • 5 new comments -
gh-88516: show file proxy icon in IDLE editor windows on macOS
#112894 commented on
Feb 3, 2024 • 5 new comments -
Incrementing class variable about 2**32 times causes the Python 3.12.1 interpreter to crash
#113462 commented on
Feb 2, 2024 • 4 new comments -
Convert _ctypes static types (and the "meta class") to heap types
#114314 commented on
Jan 31, 2024 • 4 new comments -
ctypes array cannot be returned by value on ARM64
#110190 commented on
Jan 31, 2024 • 4 new comments -
gh-106283: Distribute timeout across resolved hosts
#106653 commented on
Feb 2, 2024 • 4 new comments -
subprocess.run() defaults to the wrong text encoding under Windows
#105312 commented on
Feb 1, 2024 • 4 new comments -
Windows python3 executable
#99185 commented on
Feb 2, 2024 • 4 new comments -
gh-114545: [Lib/tempfile.py] `mkdtemp` - canonicalise directory name
#114691 commented on
Jan 30, 2024 • 4 new comments -
Warnings on the current main branch
#108562 commented on
Jan 30, 2024 • 4 new comments -
gh-108303: Remove `Lib/test/sortperf.py`
#114687 commented on
Jan 29, 2024 • 4 new comments -
Display cvs.Error without TypeError context
#114628 commented on
Feb 4, 2024 • 4 new comments -
Please expose _PyTime_t, _PyTime_FromTimeval, and _PyTime_AsSecondsDouble as public APIs
#110850 commented on
Feb 1, 2024 • 3 new comments -
Issues building Python main on Solaris
#91962 commented on
Feb 1, 2024 • 3 new comments -
gh-100734: What's New in 3.x: Add missing detail from 3.x branch
#114689 commented on
Feb 1, 2024 • 3 new comments -
GH-107585: fix the stable API .lib file name in debug builds on MSVC
#107761 commented on
Jan 31, 2024 • 3 new comments -
gh-69990: Make Profile.print_stats support sorting by multiple values
#104590 commented on
Feb 1, 2024 • 3 new comments -
asyncio: Use strong references for free-flying tasks
#91887 commented on
Feb 1, 2024 • 3 new comments -
gh-112066: Add `PyDict_SetDefaultRef` function.
#112123 commented on
Jan 31, 2024 • 3 new comments -
Unexpected behavior when `IndentationError` raise
#113079 commented on
Feb 4, 2024 • 3 new comments -
gh-103477: Write gzip trailer with zlib
#112199 commented on
Jan 30, 2024 • 3 new comments -
gh-107361: strengthen default SSL context flags
#112389 commented on
Feb 2, 2024 • 3 new comments -
[Feature Request]: Add zstd support in tarfile
#81276 commented on
Jan 31, 2024 • 3 new comments -
Out of bounds access when passing duck-typed datetime object to zoneinfo functions
#111306 commented on
Feb 3, 2024 • 3 new comments -
test_concurrent_futures.test_shutdown: AssertionError: b'' != b'apple'
#112542 commented on
Jan 31, 2024 • 3 new comments -
.python_history file causes considerable slowdown
#85735 commented on
Feb 2, 2024 • 3 new comments -
SIGSEGV on macOS when calling ssl.SSLContext.load_verify_location during a shutdown
#114653 commented on
Feb 4, 2024 • 3 new comments -
Use per-thread freelists in `--disable-gil` builds
#111968 commented on
Feb 2, 2024 • 3 new comments -
Local variable assignment is broken when combined with threads + tracing + closures
#74929 commented on
Feb 1, 2024 • 2 new comments -
`datetime.fromtimestamp(t).astimezone()` fails for `0`<=`t`<`86400` in Windows
#107078 commented on
Feb 1, 2024 • 2 new comments -
gh-77714: Provide an async iterator version of as_completed
#22491 commented on
Jan 31, 2024 • 2 new comments -
DoS Vulnerability in socket.create_connection through malicious DNS responses
#106283 commented on
Feb 1, 2024 • 2 new comments -
Update autoconf to warn when building under `wasm32-unknown-emscripten`
#113632 commented on
Feb 1, 2024 • 2 new comments -
Reduce critical section boilerplate in type slot implementations
#114258 commented on
Feb 2, 2024 • 2 new comments -
Allow paths to be joined without worrying about a leading slash
#88618 commented on
Feb 1, 2024 • 2 new comments -
3.13 dis: the show_caches argument is deprecated but the documentation is incomplete
#114616 commented on
Feb 3, 2024 • 2 new comments -
Doc: Clarify the return type of Event.wait when timeout is used.
#104168 commented on
Feb 2, 2024 • 2 new comments -
Fix all Sphinx reference warnings in the documentation
#101100 commented on
Feb 4, 2024 • 2 new comments -
gh-102840: Fix confused traceback when `floordiv` or `mod` operations happens between `Fraction` and `complex` objects
#102842 commented on
Feb 2, 2024 • 2 new comments -
gh-103165: prevent moving of folders into child folders in case insen…
#103409 commented on
Feb 3, 2024 • 2 new comments -
Add `timeout` to multiprocessing.queues.JoinableQueue.join
#104448 commented on
Feb 4, 2024 • 2 new comments -
Update Windows builds to use latest zlib
#111239 commented on
Feb 3, 2024 • 2 new comments -
Expose `mprotect` in mmap
#114233 commented on
Jan 31, 2024 • 2 new comments -
gh-113570: reprlib.repr does not use builtin __repr__ for reshadowed builtins
#113577 commented on
Jan 29, 2024 • 2 new comments -
make clean is not enough for out-of-source builds
#110704 commented on
Jan 30, 2024 • 2 new comments -
Windows build favours NuGet over local install of branch version
#108051 commented on
Jan 29, 2024 • 2 new comments -
gh-91602: Add iterdump() support for filtering database objects.
#114501 commented on
Feb 3, 2024 • 2 new comments -
Glob behavior is inconsistent across libraries
#106747 commented on
Jan 30, 2024 • 2 new comments -
Docs: reword sentences about dbm submodule traits
#114609 commented on
Jan 31, 2024 • 2 new comments -
Argument clinic: add support for creating method aliases
#113270 commented on
Jan 31, 2024 • 2 new comments -
gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords
#114627 commented on
Feb 1, 2024 • 2 new comments -
Invalid class description of set/frozenset in docs
#114336 commented on
Jan 29, 2024 • 2 new comments -
Document the args to create an addinfourl object
#111235 commented on
Jan 31, 2024 • 2 new comments -
os.walk always follows Windows junctions
#67596 commented on
Jan 30, 2024 • 2 new comments -
gh-114233: Add `mprotect` method on `mmap` module
#114674 commented on
Jan 30, 2024 • 2 new comments -
gh-107562: Lib/test: update test certificates to expire far in the future
#107594 commented on
Feb 1, 2024 • 2 new comments -
gh-107078: fix `astimezone` on Windows
#107176 commented on
Feb 1, 2024 • 2 new comments -
gh-106505: don't lookup own hostname in getfqdn()
#106506 commented on
Feb 2, 2024 • 2 new comments -
gh-106233: Fix stacklevel in `zoneinfo.InvalidTZPathWarning`
#106234 commented on
Feb 4, 2024 • 2 new comments -
reversing dataclasses.asdict
#114125 commented on
Feb 4, 2024 • 1 new comment -
gh-113538: Allow client connections to be closed
#114432 commented on
Feb 2, 2024 • 1 new comment -
gh-62569: Add certificate and private key types
#5162 commented on
Feb 4, 2024 • 1 new comment -
gh-114505: Add missing header file dependencies
#114513 commented on
Feb 4, 2024 • 1 new comment -
Extract args from `operator.attrgetter("xxx")`
#113322 commented on
Feb 4, 2024 • 1 new comment -
Docs: amend note about incompatible dbm file formats
#114597 commented on
Jan 30, 2024 • 1 new comment -
Supporting customization of float encoding in JSON
#81022 commented on
Feb 4, 2024 • 1 new comment -
mimalloc should fail to allocate 784 271 641 GiB: test_decimal killed by the Linux kernel with OOM on a Free Threading build
#114331 commented on
Feb 4, 2024 • 1 new comment -
chr raises OverflowError
#76763 commented on
Feb 4, 2024 • 1 new comment -
csv writer with blank lineterminator breaks quoting
#67044 commented on
Feb 2, 2024 • 1 new comment -
gh-105333: Preserve trailing spaces on headers for signing
#105485 commented on
Feb 3, 2024 • 1 new comment -
gh-107809: Include the Date header for email examples
#107818 commented on
Feb 1, 2024 • 1 new comment -
gh-109802: Full test coverage for complexobject.c
#109642 commented on
Feb 1, 2024 • 1 new comment -
gh-67044: csv.QUOTE_MINIMAL minor Doc improvements
#104118 commented on
Feb 2, 2024 • 1 new comment -
gh-104061: Add socket.SO_BINDTOIFINDEX constant
#104062 commented on
Feb 2, 2024 • 1 new comment -
update windows default PATHEXT
#103655 commented on
Feb 2, 2024 • 1 new comment -
gh-112998: zipfile: fix extractall makedirs race condition
#112966 commented on
Feb 3, 2024 • 1 new comment -
gh-113274: fix EUC-JP decoding of FULLWIDTH TILDE
#113275 commented on
Feb 1, 2024 • 1 new comment -
Fix mismatching parameter in code example of `time.fromisoformat()`
#103246 commented on
Feb 2, 2024 • 1 new comment -
gh-113437: Update documentation about PyUnicode_AsWideChar() function
#113455 commented on
Feb 2, 2024 • 1 new comment -
gh-110383: Added explanation in Doc about array data types range. Based on GNU docs
#113708 commented on
Feb 1, 2024 • 1 new comment -
Fix import in doc for `SimpleHTTPRequestHandler`
#101325 commented on
Feb 2, 2024 • 1 new comment -
gh-113587: added doc for `del a, [b]` case
#113771 commented on
Feb 1, 2024 • 1 new comment -
gh-90370: Avoid temporary `varargs` tuple creation in argument passing
#30312 commented on
Feb 4, 2024 • 1 new comment -
gh-113743: Make the MRO cache thread-safe in free-threaded builds
#113930 commented on
Jan 30, 2024 • 1 new comment -
gh-83856: Honor atexit for all multiprocessing start methods
#114279 commented on
Feb 1, 2024 • 1 new comment -
bpo-29842: Make Executor.map less eager so it handles large/unbounded…
#18566 commented on
Feb 3, 2024 • 1 new comment -
Document that cprofile/profile only profile the main thread
#82788 commented on
Feb 1, 2024 • 1 new comment -
Possible memory leak in _cdecimal.c with 'z' format
#114563 commented on
Feb 1, 2024 • 1 new comment -
memoryview to freed memory can cause segfault
#60198 commented on
Feb 1, 2024 • 1 new comment -
ProcessPoolExecutor.map may hang forever when the submitted iterable is far greater than max_tasks_per_child
#111498 commented on
Feb 1, 2024 • 1 new comment -
No equivalent of `inspect.getcoroutinestate` for PyAsyncGenASend instances
#81952 commented on
Feb 1, 2024 • 1 new comment -
zipfile.write should check that it isn't appending an archive to itself
#104527 commented on
Feb 1, 2024 • 1 new comment -
Add "necessarily inclusive" groups to argparse
#55797 commented on
Feb 1, 2024 • 1 new comment -
test_asyncio: test_create_connection_ssl_failed_certificate() failed on ARM64 macOS 3.x buildbot
#107077 commented on
Jan 31, 2024 • 1 new comment -
socket.send_fds and socket.recv_fds ignore optional arguments ('flags' and 'address').
#107898 commented on
Jan 31, 2024 • 1 new comment -
argparse: mixing optional and positional arguments... not again
#87139 commented on
Jan 31, 2024 • 1 new comment -
timer.start() yields "can't create new thread at interpreter shutdown"
#113964 commented on
Jan 31, 2024 • 1 new comment -
Windows + MSVC: using debug + limited API does not inject a pragma to link to python3_d.lib
#107585 commented on
Jan 31, 2024 • 1 new comment -
Asyncio exception handling breaks convention by logging callback parameter values
#112997 commented on
Jan 31, 2024 • 1 new comment -
asyncio DatagramTransport.sendto does not send multicast UDP packets
#113812 commented on
Jan 31, 2024 • 1 new comment -
Read and write gzip header and trailer with zlib
#103477 commented on
Jan 31, 2024 • 1 new comment -
When sending binary file to a Microsoft FTP server over FTP TLS, the SSL unwind method hangs
#78738 commented on
Jan 31, 2024 • 1 new comment -
multiprocessing: shared manager Pool fails with AttributeError
#80100 commented on
Jan 31, 2024 • 1 new comment -
Improve the documentation of PEP 495 features without referencing the PEP
#101235 commented on
Jan 30, 2024 • 1 new comment -
Logger error under Pythonw results in a crash and recursion error
#107792 commented on
Jan 30, 2024 • 1 new comment -
Move documentation for typed generic forms of standard collections to collections.abc
#89515 commented on
Jan 30, 2024 • 1 new comment -
Misleading comment "heap.sort() maintains the heap invariant"
#114466 commented on
Jan 30, 2024 • 1 new comment -
-W option cannot use non-standard categories
#66733 commented on
Jan 30, 2024 • 1 new comment -
Improve Windows performance of `pathlib.Path.is_file` and friends
#101357 commented on
Jan 29, 2024 • 1 new comment -
urllib.robotparser doesn't treat the "*" path correctly
#114310 commented on
Jan 29, 2024 • 1 new comment -
Auto dedent -c arguments
#103997 commented on
Jan 29, 2024 • 1 new comment -
Expose tracemalloc hook into `_Py_NewReference` for other tracers
#93502 commented on
Jan 29, 2024 • 1 new comment -
can not unparse code with ' in format_spec
#112364 commented on
Feb 3, 2024 • 1 new comment -
``argparse`` Prints options per flag name when only once is necessary
#101599 commented on
Feb 3, 2024 • 1 new comment -
equality not symmetric for subclasses of datetime.date and datetime.datetime
#49766 commented on
Feb 3, 2024 • 1 new comment -
Enhance itertools.takewhile() to allow the failed transition element to captured
#113479 commented on
Feb 2, 2024 • 1 new comment -
`shutil.move` into child directory on a case insensitive OS
#103165 commented on
Feb 2, 2024 • 1 new comment -
IDLE: support Command-click on window title on macOS
#88516 commented on
Feb 3, 2024 • 1 new comment -
Update bundled setuptools provided by ensurepip in current 3.8.x through 3.11.x to include fix for CVE-2022-40897?
#102202 commented on
Feb 2, 2024 • 1 new comment -
sys.settrace dramatic slowdown in 3.12
#107674 commented on
Feb 4, 2024 • 1 new comment -
Python 3.10 installed from the Microsoft Store does not add scripts to path
#99228 commented on
Feb 3, 2024 • 1 new comment -
``test_multiprocessing_fork`` raises a ``DeprecationWarning``
#114041 commented on
Feb 4, 2024 • 1 new comment -
readline() causes output to be written at eof unless seek() is used
#113439 commented on
Feb 2, 2024 • 0 new comments -
gh-113775: Fix HttpOnly Prefix Issue in MozillaCookieJar.save method
#113795 commented on
Jan 29, 2024 • 0 new comments -
.replace functions in datetime do not call __new__
#89039 commented on
Jan 31, 2024 • 0 new comments -
gh-110383: Remove references to removed popen[234]
#112783 commented on
Jan 29, 2024 • 0 new comments -
Meta-issue: support of the android platform
#71052 commented on
Feb 2, 2024 • 0 new comments -
Improve error message for function calls with bad keyword arguments
#107944 commented on
Jan 31, 2024 • 0 new comments -
PyImport_ImportModule inaccurately described
#69695 commented on
Feb 2, 2024 • 0 new comments -
sched.scheduler docs improvement
#103417 commented on
Jan 31, 2024 • 0 new comments -
inaccurate documentation for `shutil.move` when dst is an existing directory
#113803 commented on
Feb 4, 2024 • 0 new comments -
argparse fails to get value of argument if the value is `--`
#109475 commented on
Jan 31, 2024 • 0 new comments -
Erase some unnecessary quotes on data model doc
#113521 commented on
Feb 1, 2024 • 0 new comments -
bpo-38364: unwrap partialmethods just like we unwrap partials
#16600 commented on
Feb 1, 2024 • 0 new comments -
Make `dict` objects thread-safe in `--disable-gil` builds
#112075 commented on
Feb 2, 2024 • 0 new comments -
Improve test_capi.test_structmembers
#114392 commented on
Feb 4, 2024 • 0 new comments -
Argument Clinic: generated code contains redundant gotos
#113367 commented on
Feb 2, 2024 • 0 new comments -
Improve the documentation for __future__
#110893 commented on
Jan 29, 2024 • 0 new comments -
Lib/pty.py major revision
#85984 commented on
Feb 4, 2024 • 0 new comments -
gh-114667: Support hexadecimal floating point literals
#114668 commented on
Jan 30, 2024 • 0 new comments -
gh-114552: Update `__dir__` method docs: it allows returning an iterable
#114662 commented on
Feb 1, 2024 • 0 new comments -
GH-114610: Fix `pathlib.PurePath.with_stem('')` handling of file extensions
#114612 commented on
Jan 30, 2024 • 0 new comments -
The io module doesn't support non-blocking files
#57531 commented on
Jan 29, 2024 • 0 new comments -
Add Software Bill of Materials (SBOM) for Python releases
#112302 commented on
Jan 29, 2024 • 0 new comments -
Add missing sections to blurbs
#114553 commented on
Feb 1, 2024 • 0 new comments -
Document tuples and __new__
#114071 commented on
Feb 4, 2024 • 0 new comments -
Meta issue for cleaning up import system cruft
#97850 commented on
Jan 30, 2024 • 0 new comments -
gh-100414: Add SQLite backend to dbm
#114481 commented on
Feb 1, 2024 • 0 new comments -
Traceback says line -1 when KeyboardInterrupt during minimal for-if-loop
#107901 commented on
Jan 30, 2024 • 0 new comments -
Improvements in regular expression doc
#114357 commented on
Feb 4, 2024 • 0 new comments -
Argument Clinic: split out global stateless helpers and constants from clinic.py
#113317 commented on
Jan 30, 2024 • 0 new comments -
gh-114264: Optimize performance of copy.deepcopy by adding a fast path for atomic types
#114266 commented on
Feb 4, 2024 • 0 new comments -
gh-60346: Improve handling single-dash options in ArgumentParser.parse_known_args()
#114180 commented on
Feb 4, 2024 • 0 new comments -
`TestResult.stopTest` called when test is skipped, despite `TestResult.startTest` not being called
#113267 commented on
Feb 4, 2024 • 0 new comments -
Add .path method/property to tempfile.* for a pathlib.Path
#87646 commented on
Jan 30, 2024 • 0 new comments -
gh-110893: Improve docs for `__future__` module
#112348 commented on
Jan 29, 2024 • 0 new comments -
mailbox._mboxMMDF.get_message throws away From envelope
#75705 commented on
Feb 1, 2024 • 0 new comments -
#gh-75705: Set unixfrom envelope in mailbox._mboxMMDF
#107117 commented on
Feb 1, 2024 • 0 new comments -
Expose unprefixed variants of `_PyCFunctionFast` and `_PyCFunctionFastWithKeywords`
#114626 commented on
Feb 1, 2024 • 0 new comments -
Added documentation describing the dklen is expected in bytes for the…
#106624 commented on
Feb 1, 2024 • 0 new comments -
gh-106344 fix docs of `SSLSocket.shared_ciphers()`
#106345 commented on
Feb 1, 2024 • 0 new comments -
`SSLSocket.shared_ciphers()` does not document `None` is returned on session reuse
#106344 commented on
Feb 1, 2024 • 0 new comments -
gh-101444: Optimize bytearray slice assignment for bytes-like object
#101445 commented on
Feb 2, 2024 • 0 new comments -
gh-105285: Use UTF-8 on email content when CTE is '8bit'
#105306 commented on
Feb 1, 2024 • 0 new comments -
gh-60198: Prevent memoryview pointing to freed heap memory
#105290 commented on
Feb 1, 2024 • 0 new comments -
ctypes: fail to create a _ctypes._SimpleCData subclass using a closure like calling super() without arguments
#73456 commented on
Feb 1, 2024 • 0 new comments -
Stack overflow collecting PGO data on Windows
#113655 commented on
Feb 2, 2024 • 0 new comments -
What's new in 3.7 incorrectly states PEP 563 will be default in 3.10
#112306 commented on
Feb 1, 2024 • 0 new comments -
Make the garbage collector thread-safe in `--disable-gil` builds
#112529 commented on
Feb 1, 2024 • 0 new comments -
gh-103956: fix `trace` output in case of missing source line
#103958 commented on
Feb 2, 2024 • 0 new comments -
gh-80667: Fix Tangut ideographs names in unicodedata
#101585 commented on
Feb 1, 2024 • 0 new comments -
PEP 703 -- Making the Global Interpreter Lock Optional in CPython
#108219 commented on
Feb 2, 2024 • 0 new comments -
gh-114905: Remove redundant assignment in ssl._create_unverified_context().
#103625 commented on
Feb 2, 2024 • 0 new comments -
Add support for iOS as a target platform
#114099 commented on
Feb 2, 2024 • 0 new comments -
gh-67837: avoid race condition creating tarfile parent directories
#103263 commented on
Feb 3, 2024 • 0 new comments -
Add SO_BINDTOIFINDEX constant to socket module
#104061 commented on
Feb 2, 2024 • 0 new comments -
Implement biased reference counting in `--disable-gil` builds
#110481 commented on
Jan 31, 2024 • 0 new comments -
ArgumentParser negative number regex too restrictive
#105712 commented on
Feb 1, 2024 • 0 new comments -
gh-106318: Add examples for the `str` methods in collapsible sections
#111743 commented on
Jan 29, 2024 • 0 new comments -
gh-111306: Add explicit conversion from PyObject to datetime for find_ttinfo in _zoneinfo.c
#111458 commented on
Feb 3, 2024 • 0 new comments -
gh-105704: Disallow IPv6 URLs with invalid prefix/suffix
#111261 commented on
Jan 29, 2024 • 0 new comments -
Make `_threadmodule.c` thread-safe in `--disable-gil` builds
#114271 commented on
Feb 1, 2024 • 0 new comments -
gh-109475: argument get the value is `--`
#110959 commented on
Jan 31, 2024 • 0 new comments -
GH-110819: fix maybe-uninitialized warnings on longobject.c
#110821 commented on
Jan 31, 2024 • 0 new comments -
Docs: Add explanation about little/big endian
#109841 commented on
Jan 29, 2024 • 0 new comments -
Issues from docs@python.org
#110383 commented on
Feb 1, 2024 • 0 new comments -
gh-109503: Fix document for `shutil.move` on usage of `os.rename` since it's inaccurate
#109507 commented on
Jan 31, 2024 • 0 new comments -
gh-108518: Make concurrent.futures.Executor.map() consistent with built-in map()
#109497 commented on
Feb 4, 2024 • 0 new comments -
Add more detail on the document of add_signal_handler
#108395 commented on
Jan 31, 2024 • 0 new comments -
GH-108362: Incremental GC implementation
#108038 commented on
Feb 2, 2024 • 0 new comments -
gh-91962: Fix `hstrerror` detection issues on Solaris
#91963 commented on
Feb 1, 2024 • 0 new comments -
Make `list` objects thread-safe in `--disable-gil` builds
#112087 commented on
Feb 2, 2024 • 0 new comments -
test_create_directory_with_write in test_zipfile fails in AIX
#105089 commented on
Feb 1, 2024 • 0 new comments -
[3.8] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (GH-107586)
#107591 commented on
Jan 31, 2024 • 0 new comments -
[3.9] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (GH-107586)
#107590 commented on
Jan 31, 2024 • 0 new comments -
gh-80667: fix case-sensitivity of some unicode literal escapes
#107281 commented on
Feb 1, 2024 • 0 new comments