Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
Insights: python/cpython
Overview
Could not load contribution data
Please try again later
78 Pull requests merged by25 people
- [3.13] gh-134875: Fix mimallc build error for the old compilers (gh-134994)
#135054 merged
Jun 3, 2025 - [3.14] gh-134875: Fix mimallc build error for the old compilers (gh-134994)
#135053 merged
Jun 3, 2025 - gh-131884: Fix incorrect formatting in
json.dumps()
when usingindent
andskipkeys=True
#132200 merged
Jun 3, 2025 - gh-128605: Add branch protections for x86_64 in asm_trampoline.S
#128606 merged
Jun 3, 2025 - gh-135028: Increase parser MAXSTACK for nested parenthesis
#135031 merged
Jun 3, 2025 - [3.14] gh-134830: Fix reference in
Doc/extending/windows.rst
(GH-134831)#135058 merged
Jun 3, 2025 - gh-134875: Fix mimallc build error for the old compilers
#134994 merged
Jun 2, 2025 - gh-134830: Fix reference in
Doc/extending/windows.rst
#134831 merged
Jun 2, 2025 - [3.14] gh-133454: Mark test_queue tests with many threads as bigmem (gh-134575)
#135046 merged
Jun 2, 2025 - [3.13] gh-133454: Mark test_queue tests with many threads as bigmem (gh-134575)
#135047 merged
Jun 2, 2025 - [3.14] gh-74232: Add a note about roundtrip of non-float numerics in CSV (GH-134963)
#135048 merged
Jun 2, 2025 - [3.13] gh-74232: Add a note about roundtrip of non-float numerics in CSV (GH-134963)
#135049 merged
Jun 2, 2025 - gh-132813: Improve error messages for incorrect types and values of csv.Dialog attributes
#133241 merged
Jun 2, 2025 - gh-74232: Add a note about roundtrip of non-float numerics in CSV
#134963 merged
Jun 2, 2025 - gh-133454: Mark test_queue tests with many threads as bigmem
#134575 merged
Jun 2, 2025 - [3.13] gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658)
#134965 merged
Jun 2, 2025 - [3.13] gh-134908: Protect
textiowrapper_iternext
with critical section (gh-134910)#135040 merged
Jun 2, 2025 - [3.14] gh-134908: Protect
textiowrapper_iternext
with critical section (gh-134910)#135039 merged
Jun 2, 2025 - [3.14] Remove newline in Doc/c-api/lifecycle.rst for gettext builder (GH-135013)
#135038 merged
Jun 2, 2025 - Remove newline in
Doc/c-api/lifecycle.rst
forgettext
builder#135013 merged
Jun 2, 2025 - gh-66234: Add flag to disable the use of mmap in dbm.gnu
#135005 merged
Jun 2, 2025 - gh-134908: protect
textiowrapper_iternext
with critical section#134910 merged
Jun 2, 2025 - [3.9] bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264)
#135035 merged
Jun 2, 2025 - [3.9] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063)
#134481 merged
Jun 2, 2025 - [3.9] gh-80222: Fix email address header folding with long quoted-string (GH-122753) (GH-129111)
#132371 merged
Jun 2, 2025 - [3.10] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063)
#134480 merged
Jun 2, 2025 - [3.11] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063)
#134479 merged
Jun 2, 2025 - gh-130999: Fix globals() poisoning in test_traceback
#135030 merged
Jun 2, 2025 - gh-123471: Make concurrent iteration over itertools.cycle safe under free-threading
#131212 merged
Jun 2, 2025 - gh-117852: eagerly check arguments to asyncgen.athrow()
#134868 merged
Jun 2, 2025 - gh-130662: accept leading zeros in precision/width for Decimal's formatting
#132549 merged
Jun 2, 2025 - gh-130662: accept leading zeros in precision/width for Fraction's formatting
#130663 merged
Jun 2, 2025 - gh-130999: Avoid exiting the new REPL when there are non-string candidates for suggestions
#131001 merged
Jun 2, 2025 - [3.13] gh-122153: indicate that Windows does not support
socket.{send,recv}_fds
(GH-134960)#135017 merged
Jun 2, 2025 - [3.14] gh-122153: indicate that Windows does not support
socket.{send,recv}_fds
(GH-134960)#135018 merged
Jun 2, 2025 - gh-132908: Add math.isnormal/issubnormal() functions
#132935 merged
Jun 2, 2025 - gh-122153: indicate that Windows does not support
socket.{send,recv}_fds
#134960 merged
Jun 2, 2025 - [3.14] gh-134449: fix grammar for
precision_with_grouping
in format description (GH-134608)#135015 merged
Jun 2, 2025 - gh-134449: fix grammar for
precision_with_grouping
in format description#134608 merged
Jun 2, 2025 - gh-134978: deprecate
string
keyword parameter for hash function constructors#134979 merged
Jun 2, 2025 - gh-130478: Fixed HACL compilation failure on macOS Silicon
#134188 merged
Jun 1, 2025 - gh-134004: Dbm vacuuming
#134028 merged
Jun 1, 2025 - [3.14] gh-132983: Minor fixes and clean up for the _zstd module (GH-134930)
#134998 merged
Jun 1, 2025 - [3.13] gh-133503: clarify
compileall -s/-p
docs (GH-134756)#134996 merged
Jun 1, 2025 - [3.14] gh-133503: clarify
compileall -s/-p
docs (GH-134756)#134997 merged
Jun 1, 2025 - gh-132983: Minor fixes and clean up for the _zstd module
#134930 merged
Jun 1, 2025 - gh-133503: Update
compileall.rst
's documentation of-s
and-p
for clarity,#134756 merged
Jun 1, 2025 - [3.14] gh-134970: Fix exception message in argparse module (GH-134971)
#134991 merged
Jun 1, 2025 - gh-134970: Fix exception message in
argparse
module#134971 merged
Jun 1, 2025 - [3.14] gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658)
#134964 merged
Jun 1, 2025 - [3.14] gh-133891: Add missing error check to
SET_COUNT
macro in_testinternalcapi.c
(GH-133892)#134988 merged
May 31, 2025 - gh-133891: Add missing error check to
SET_COUNT
macro in_testinternalcapi.c
#133892 merged
May 31, 2025 - [3.14] gh-134835: Remove outdated list from
howto/urllib2.rst
(GH-134844)#134984 merged
May 31, 2025 - [3.13] gh-134835: Remove outdated list from
howto/urllib2.rst
(GH-134844)#134985 merged
May 31, 2025 - gh-134835: Remove outdated list from
howto/urllib2.rst
#134844 merged
May 31, 2025 - [3.14] gh-134160: Improve multi-phase init note on isolation & subinterpreters (GH-134775)
#134932 merged
May 31, 2025 - [3.14] gh-134954: Hard-cap max file descriptors in subprocess test fd_status (GH-134955)
#134980 merged
May 31, 2025 - [3.13] gh-134954: Hard-cap max file descriptors in subprocess test fd_status (GH-134955)
#134981 merged
May 31, 2025 - gh-134954: Hard-cap max file descriptors in subprocess test fd_status
#134955 merged
May 31, 2025 - [3.14] Improve format of
InternalDocs/exception_handling.md
(GH-134969)#134975 merged
May 31, 2025 - Improve format of
InternalDocs/exception_handling.md
#134969 merged
May 31, 2025 - skip test for sys._stdlib_dir if that is not present
#134973 merged
May 31, 2025 - Skip test as cpython_only that checks whether setattr interns the attribute or not
#134972 merged
May 31, 2025 - gh-133968: Use private unicode writer for json
#133832 merged
May 31, 2025 - gh-134696: fix
hashlib
FIPS-only BLAKE-2 buildbot#134968 merged
May 31, 2025 - gh-108885: Use subtests for doctest examples run by unittest
#134890 merged
May 31, 2025 - [3.13] gh-134918: Fix and improve doctest's documentation (GH-134919)
#134967 merged
May 31, 2025 - [3.14] gh-134918: Fix and improve doctest's documentation (GH-134919)
#134966 merged
May 31, 2025 - gh-134918: Fix and improve doctest's documentation
#134919 merged
May 31, 2025
26 Pull requests opened by17 people
- [3.14] gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973)
#134974 opened
May 31, 2025 - gh-134976: Add note about `s[i]`
#134977 opened
May 31, 2025 - gh-134280: Disable constant folding for ~ with a boolean argument
#134982 opened
May 31, 2025 - [3.13] gh-134160: Improve multi-phase init note on isolation & subinterpreters (GH-134775)
#134983 opened
May 31, 2025 - gh-134986: Catch PermissionError when trying to call perf in tests
#134987 opened
May 31, 2025 - gh-133895: provide C99 Annex G return values for cmath's functions
#134995 opened
Jun 1, 2025 - Fix `zipfile._Extra.split`
#134999 opened
Jun 1, 2025 - gh-134953: Expand theming for `True`/`False`/`None`
#135000 opened
Jun 1, 2025 - gh-135001: Change the default encoding parameter value of `calendar.HTMLCalendar` to utf-8
#135002 opened
Jun 1, 2025 - gh-135004: rewrite and cleanup `blake2module.c`
#135006 opened
Jun 1, 2025 - Update tutorial for new `Copy` button
#135007 opened
Jun 1, 2025 - gh-133895: provide C99 Annex F return values for math's functions
#135008 opened
Jun 1, 2025 - [3.14] gh-130478: fix HACL* build for macOS Silicon (GH-134188)
#135009 opened
Jun 1, 2025 - gh-134938: Add `set_pledged_input_size` to ZstdCompressor
#135010 opened
Jun 1, 2025 - parser_generator.py typo - keywods -> keywords
#135014 opened
Jun 2, 2025 - gh-127545: Specify minimum PyGC_Head and PyObject alignment to fix build failure
#135016 opened
Jun 2, 2025 - gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API
#135021 opened
Jun 2, 2025 - gh-131798: JIT: replace _CHECK_METHOD_VERSION with _CHECK_FUNCTION_VERSION_INLINE
#135022 opened
Jun 2, 2025 - gh-135032: Disable the SIMD128/SIMD256 for Linux arm64 explictly
#135033 opened
Jun 2, 2025 - gh-116738: Make _heapq module thread-safe
#135036 opened
Jun 2, 2025 - gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')`
#135037 opened
Jun 2, 2025 - gh-135041: Expand and update ``pickletools`` module docstrings
#135042 opened
Jun 2, 2025 - gh-135056: Add a --cors CLI argument to http.server
#135057 opened
Jun 3, 2025 - [3.14] gh-135028: Increase parser MAXSTACK for nested parenthesis (GH-135031)
#135059 opened
Jun 3, 2025
37 Issues closed by18 people
- Use RecursionError to check for circular references in json.dumps
#134935 closed
Jun 3, 2025 - 3.14.0b2 fails to build with strictly C11 compliant compiler
#134875 closed
Jun 3, 2025 - Inconsistent format in dataclasses.rst
#134946 closed
Jun 3, 2025 - Function/class names with digits or XID_Continue characters are highlighted incorrectly
#135051 closed
Jun 2, 2025 - Crash when generator frame proxies outlive their generator
#125723 closed
Jun 2, 2025 - test_thread_time fails on NetBSD: time difference exceeds expected threshold
#123978 closed
Jun 2, 2025 - posix_spawn and posix_spawnp tests failing on NetBSD with stack limit assertions
#131624 closed
Jun 2, 2025 - Speed sorting tuples whose first elements have the same type
#135043 closed
Jun 2, 2025 - Crash when calling `textiowrapper_iternext` and writing to a text file simultaneously in ft build
#134908 closed
Jun 2, 2025 - Possible unnecessary OverflowError in random.getrandbits
#133489 closed
Jun 2, 2025 - Fatal error in dbm.gdbm
#66234 closed
Jun 2, 2025 - asyncgen.athrow() checks args on asyncgen.athrow().send() but should check them on asyncgen.athrow()
#117852 closed
Jun 2, 2025 - The antigravity module needs the "getRandomNumber" function
#135027 closed
Jun 2, 2025 - Prevent auto-deletion of `NamedTemporaryFile` after construction
#135012 closed
Jun 2, 2025 - Digital mapping for a school, scan qr code for web view
#135023 closed
Jun 2, 2025 - Paths under %appdata% are written to the local cache instead
#122057 closed
Jun 2, 2025 - Request: Start publishing releases on this Github repo
#134943 closed
Jun 2, 2025 - Document some unavailability of sendmsg()/recvmsg() methods on Windows
#122153 closed
Jun 2, 2025 - argparse: Unexpanded replacements in "unknown action" exception
#134970 closed
Jun 2, 2025 - Have math.isnormal() and, perhaps, math.issubnormal()?
#132908 closed
Jun 2, 2025 - Deprecate support for `string` named-parameter in hash functions constructors
#134978 closed
Jun 2, 2025 - Clinic signatures of HACL* hash functions are inconsistent with OpenSSL implementation
#134696 closed
Jun 2, 2025 - Official Portable Python Distribution
#135011 closed
Jun 1, 2025 - DBM Module Vacuuming
#134004 closed
Jun 1, 2025 - math.ldexp gives incorrect results on Windows
#132876 closed
Jun 1, 2025 - compileall: `-s` surprisingly makes path relative
#133503 closed
Jun 1, 2025 - A dictionary key accepts `int`, `float`, `complex`, `bool` and a tuple
#134992 closed
Jun 1, 2025 - The functions on **5.1. More on Lists** should have anchor links
#134990 closed
Jun 1, 2025 - Add retries to downloads of Windows dependencies
#134262 closed
Jun 1, 2025 - Add reversible keys, values, items views to collections.abc builtin library
#134863 closed
May 31, 2025 - Missing error handling in `SET_COUNT` macro in `_testinternalcapi.c`
#133891 closed
May 31, 2025 - Update the outdated list of HTTP status codes in the docs
#134835 closed
May 31, 2025 - test_subprocess can timeout on systems with excessive max file descriptors
#134954 closed
May 31, 2025 - "Virtual" iterators cause odd behavior with sys.monitoring
#134879 closed
May 31, 2025 - Fix and improve doctest's documentation
#134918 closed
May 31, 2025
17 Issues opened by17 people
- Add a --cors command line option to stdlib http.server
#135056 opened
Jun 3, 2025 - Python 3.14 REPL blanks links above terminal rows when pasting
#135055 opened
Jun 3, 2025 - XID_Continue characters in function/class names highlighted incorrectly (colorizer.py)
#135052 opened
Jun 2, 2025 - In Python 3.13 REPL, print() adds extra indentation when invoked from a tkinter event handler
#135045 opened
Jun 2, 2025 - Pickletools Opcode Documentation Expansion
#135041 opened
Jun 2, 2025 - (TODO) Empty tracking issue
#135034 opened
Jun 2, 2025 - Explicitly disable SIMD128/256 support for HACL* on aarch64-linux
#135032 opened
Jun 2, 2025 - Possible MemoryError regression in Python 3.14 since alpha 6
#135028 opened
Jun 2, 2025 - Should we support unicode in width/precision formatting fields?
#135025 opened
Jun 2, 2025 - Support for Custom Title Bar in Tkinter to Control Minimize/Maximize Buttons Cross-Platform
#135024 opened
Jun 2, 2025 - Rewrite and cleanup HACL* `blake2module.c`
#135004 opened
Jun 1, 2025 - Change the default encoding parameter value of `calendar.HTMLCalendar` to utf-8
#135001 opened
Jun 1, 2025 - os.lstat() supports dir_fd but is not in os.supports_dir_fd
#134993 opened
Jun 1, 2025 - Issue with `PyObject_DelAttr[String]` in stable ABI builds targeting older CPython versions
#134989 opened
Jun 1, 2025 - `test_perf_profiler` fails under Windows Subsystem for Linux
#134986 opened
May 31, 2025 - Add notes about `s[i]` in `Common Sequence Operations`
#134976 opened
May 31, 2025
105 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-81313: Add the intmath module (PEP-791)
#133909 commented on
Jun 1, 2025 • 22 new comments - gh-134873: Fix a DOS issue in idlelib
#134874 commented on
Jun 2, 2025 • 19 new comments - gh-133546: Make `re.Match` a well-rounded `Sequence` type
#133549 commented on
Jun 3, 2025 • 15 new comments - gh-134939: Add the interpreters Module
#133958 commented on
Jun 1, 2025 • 12 new comments - gh-126008: Improve docstrings for Tkinter cget and configure methods
#133303 commented on
Jun 2, 2025 • 8 new comments - Implement PEP 788
#133110 commented on
Jun 1, 2025 • 7 new comments - gh-115119: defer removal of bundled libmpdec to 3.16
#133997 commented on
Jun 3, 2025 • 7 new comments - gh-128881: Do not ignore `address` and `flags` parameters in `socket.{send,recv}_fds`
#128882 commented on
Jun 2, 2025 • 6 new comments - gh-130160: use `.. program::` directive for documenting `venv` CLI
#130699 commented on
Jun 2, 2025 • 5 new comments - gh-91153: Fix bytearray holding a reference to its internal buffer when calling into potentially mutating __index__ methods
#132379 commented on
Jun 3, 2025 • 4 new comments - gh-115119: removed implicit fallback to the bundled libmpdec
#134078 commented on
Jun 3, 2025 • 4 new comments - gh-99631: Add custom loads and dumps support for the shelve module
#118065 commented on
Jun 2, 2025 • 4 new comments - GH-134453: Fix subprocess memoryview input handling on POSIX
#134949 commented on
May 31, 2025 • 3 new comments - gh-124397: Add threading.iter_locked
#133908 commented on
Jun 1, 2025 • 3 new comments - gh-134887: Add references to `locale` module for locale-aware number formatting references in `string` module docs
#134888 commented on
May 31, 2025 • 2 new comments - gh-134873: fix various quadratic worst-time complexities in `_header_value_parser.py` [WIP]
#134947 commented on
Jun 2, 2025 • 2 new comments - [DRAFT] gh-128605: Add branch protections for aarch64 in asm_trampoline.S
#130864 commented on
Jun 3, 2025 • 2 new comments - gh-130655: add tests for dgettext
#134594 commented on
Jun 2, 2025 • 2 new comments - gh-134170: Add colorization to unraisable exceptions
#134183 commented on
Jun 2, 2025 • 2 new comments - gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormally
#133222 commented on
Jun 2, 2025 • 1 new comment - gh-133485: Use _interpreters.call() in InterpreterPoolExecutor
#133957 commented on
Jun 1, 2025 • 1 new comment - gh-127833: Reword and expand the Notation section
#134443 commented on
Jun 3, 2025 • 1 new comment - gh-125996: fix thread safety of ordered dict
#133734 commented on
Jun 2, 2025 • 1 new comment - gh-101525: Use only safe identical code folding with BOLT
#134642 commented on
Jun 2, 2025 • 1 new comment - gh-134861: Add CSV and 🍌SV output formats to `asyncio ps`
#134862 commented on
May 31, 2025 • 1 new comment - Fix format of dataclasses' `unsafe_hash` default value
#116532 commented on
Jun 2, 2025 • 1 new comment - json: Fast path for string encoding
#133239 commented on
Jun 2, 2025 • 0 new comments - gh-134889: Fix handling of a few opcodes when optimizing `LOAD_FAST`
#134958 commented on
May 31, 2025 • 0 new comments - gh-132813: Fix the csv documentation for quoting and escaping
#133209 commented on
Jun 2, 2025 • 0 new comments - gh-130160: Add anchors to CLI Usage section for `cmdline`
#133182 commented on
Jun 2, 2025 • 0 new comments - gh-131531: android.py enhancements to support cibuildwheel
#132870 commented on
Jun 2, 2025 • 0 new comments - gh-132461: Fix crash in OrderedDict.setdefault when key has unstable hash
#132462 commented on
Jun 2, 2025 • 0 new comments - gh-129573: Fix possible abort from non-string suggestions in `calculate_suggestions`/`_Py_CalculateSuggestions`
#130997 commented on
Jun 2, 2025 • 0 new comments - gh-112632 : Added an option for block formatting to ``pprint``
#129274 commented on
Jun 1, 2025 • 0 new comments - gh-126119: fix some crashes in code objects if `co_stacksize` is absurdly large
#126122 commented on
Jun 2, 2025 • 0 new comments - Docs Examples Focus on Outdated Single-Phase Init Modules and Static Types
#134160 commented on
Jun 2, 2025 • 0 new comments - gh-134873: Fix quadratic complexity in os.path.expandvars()
#134952 commented on
May 31, 2025 • 0 new comments - fix a typo: "occured" =>"occurred"
#134928 commented on
Jun 1, 2025 • 0 new comments - gh-134891: Add PyUnstable_Unicode_GET_CACHED_HASH
#134892 commented on
Jun 3, 2025 • 0 new comments - gh-134821: Automatically enable deferred reference counting on shared objects
#134880 commented on
Jun 1, 2025 • 0 new comments - gh-134876: Add fallback for when process_vm_readv fails with ENOSYS
#134878 commented on
May 31, 2025 • 0 new comments - gh-134833: Detail `del s[i:j]` in `Mutable Sequence Types`
#134834 commented on
Jun 1, 2025 • 0 new comments - gh-132835: Add defensive NULL checks in mro resolution
#134763 commented on
Jun 2, 2025 • 0 new comments - gh-134706: Return bytes written from codecs.Stream(Reader)Writer.write()
#134708 commented on
Jun 2, 2025 • 0 new comments - gh-133579: correctly report C curses errors in `_curses_panel`
#134629 commented on
Jun 2, 2025 • 0 new comments - gh-51067: Add `remove()` and `repack()` to `ZipFile`
#134627 commented on
Jun 1, 2025 • 0 new comments - gh-118718: Incorrect decoding of preamble in email parser
#134384 commented on
Jun 2, 2025 • 0 new comments - gh-133998: Fix gzip file creation when time is out of range
#134278 commented on
May 31, 2025 • 0 new comments - gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `pyexpat`
#134050 commented on
Jun 2, 2025 • 0 new comments - gh-133157: remove usage of `_Py_NO_SANITIZE_UNDEFINED` in `Parser/pegen.c`
#134048 commented on
Jun 2, 2025 • 0 new comments - gh-115119: Removed bundled copy of the libmpdec
#133964 commented on
Jun 3, 2025 • 0 new comments - gh-133644: remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT`
#133657 commented on
Jun 2, 2025 • 0 new comments - gh-133644: remove deprecated global configuration variables
#133654 commented on
Jun 2, 2025 • 0 new comments - gh-133390: Support basic completion for sqlite3 command-line interface
#133393 commented on
May 31, 2025 • 0 new comments - Clarify `base64.a85(en,de)code` documentation for Adobe mode
#134837 commented on
Jun 2, 2025 • 0 new comments - Refactor zipfile to ease subclassing and enhancement
#81719 commented on
Jun 1, 2025 • 0 new comments - Allow lowercase hexadecimal characters in base64.b16decode()
#79738 commented on
Jun 1, 2025 • 0 new comments - Make `test_c_subclass_of_heap_ctype_with_tpdealloc_decrefs_once` and `test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once` behavioral tests
#127881 commented on
Jun 1, 2025 • 0 new comments - Refactor `xml.etree.ElementTree._namespaces`
#120771 commented on
Jun 1, 2025 • 0 new comments - Add set_pledged_input_size to ZstdCompressor
#134938 commented on
Jun 1, 2025 • 0 new comments - set/frozenset methods intermixed in search, wrong results and target page anchor
#113746 commented on
Jun 1, 2025 • 0 new comments - Add more granularity to _pyrepl syntax theming for "keywords"
#134953 commented on
Jun 1, 2025 • 0 new comments - refactor the implementation of inlined comprehensions
#124697 commented on
Jun 1, 2025 • 0 new comments - Reorganize the JIT optimization passes.
#128939 commented on
Jun 1, 2025 • 0 new comments - Split up _testcapimodule.c
#93649 commented on
Jun 1, 2025 • 0 new comments - Split `test_dis` into a directory by separating generated content
#123361 commented on
Jun 1, 2025 • 0 new comments - PEP-791: Add a module for integer related math functions
#81313 commented on
Jun 1, 2025 • 0 new comments - remove/delete method for zipfile objects
#51067 commented on
Jun 1, 2025 • 0 new comments - logging.StreamHandler produces BrokenPipeError when cut short by head utility
#134568 commented on
May 31, 2025 • 0 new comments - `~bool` deprecation not reported for literals
#134280 commented on
May 31, 2025 • 0 new comments - Argument Clinic: add support for renaming a parameter
#108271 commented on
May 31, 2025 • 0 new comments - A Series of Simple DOS Vulnerabilities
#134873 commented on
May 31, 2025 • 0 new comments - Using the public PyUnicodeWriter C API made the json module slower
#133968 commented on
May 31, 2025 • 0 new comments - gzip: cannot create file if mtime > `2106-02-07T06:28:15`
#133998 commented on
May 31, 2025 • 0 new comments - Remove support for `__cached__` and `__package__` if missing corresponding `__spec__` attributes
#134088 commented on
May 31, 2025 • 0 new comments - Documentation of `n` in the format-specifier should reference locale-setting
#134887 commented on
May 31, 2025 • 0 new comments - inspect.Signature.bind_partial() incorrectly succeeds for missing required positional arguments when called with no arguments vs. unpacked empty iterables on Python 3.13.2t
#134299 commented on
May 31, 2025 • 0 new comments - Better integration of doctest with unittest and libregrtest
#108885 commented on
May 31, 2025 • 0 new comments - Improve `contextlib.ContextDecorator` support for generators and async functions
#125862 commented on
May 31, 2025 • 0 new comments - gh-125022: add support for simple SIMD features detection
#125011 commented on
Jun 2, 2025 • 0 new comments - gh-109311: Remove support for non-complex/float types in __complex/float__
#112680 commented on
Jun 2, 2025 • 0 new comments - gh-71807: The escape key closes IDLE's config dialog as canceled
#19706 commented on
Jun 2, 2025 • 0 new comments - `json.dump()` with `indent` and `skipkeys` can be formatted incorrectly
#131884 commented on
Jun 3, 2025 • 0 new comments - Unvendor `libmpdec` sources
#115119 commented on
Jun 3, 2025 • 0 new comments - linkchecker reports a non existing reference to `Doc/build/html/extending/stable-application-binary-interface`
#134830 commented on
Jun 3, 2025 • 0 new comments - Improve metaclass conflict error message with clearer terminology and contextual information
#134902 commented on
Jun 3, 2025 • 0 new comments - Pass return value on ValueError exceptions in the cmath/math modules
#133895 commented on
Jun 3, 2025 • 0 new comments - Prevent CO_FUTURE_BARRY_AS_BDFL from being applied with PyCF_MASK
#123234 commented on
Jun 3, 2025 • 0 new comments - Deadlock when shutting down ThreadPoolExecutor from inside OS Signal handler
#121649 commented on
Jun 3, 2025 • 0 new comments - Compilation of HACL fails under macOS Silicon for version 3.14
#130478 commented on
Jun 2, 2025 • 0 new comments - `csv.writer` with `QUOTE_NONE` still requires non-emtpy `quotechar` and `escapechar`
#132813 commented on
Jun 2, 2025 • 0 new comments - csv: Inconsistency re QUOTE_NONNUMERIC
#74232 commented on
Jun 2, 2025 • 0 new comments - Audit all built-in modules for thread safety
#116738 commented on
Jun 2, 2025 • 0 new comments - Remove deprecated support for returning non-complex/float types in __complex__/__float__()
#109311 commented on
Jun 2, 2025 • 0 new comments - New REPL exits when there are non-string candidates for suggestions
#130999 commented on
Jun 2, 2025 • 0 new comments - Expose `_PyCriticalSection_BeginMutex` as a public API
#133296 commented on
Jun 2, 2025 • 0 new comments - The New REPL Does Not Load My Command History
#120766 commented on
Jun 2, 2025 • 0 new comments - format(Fraction(1, 3), '.016f') raises ValueError
#130662 commented on
Jun 2, 2025 • 0 new comments - Enum `_missing_` function changes `__contains__` behaviour
#132684 commented on
Jun 2, 2025 • 0 new comments - Better uop coverage in the JIT optimizer
#131798 commented on
Jun 2, 2025 • 0 new comments - Register finalized Python releases with GitHub Releases
#123444 commented on
Jun 2, 2025 • 0 new comments - Support TLS Encrypted ClientHello (ECH)
#89730 commented on
Jun 2, 2025 • 0 new comments - Cpython build failure: _bootstrap_python segfault
#127545 commented on
Jun 2, 2025 • 0 new comments - Error in Format Specification Mini-Language concerning `precision_with_grouping` in 3.14
#134449 commented on
Jun 2, 2025 • 0 new comments - Replace `pyvenv.cfg`'s `home` key with `base-prefix` and `base-exec-prefix`
#127895 commented on
Jun 2, 2025 • 0 new comments