Insights: python/cpython
Overview
Could not load contribution data
Please try again later
109 Pull requests merged by 31 people
-
[3.11] gh-78143: IDLE - fix settings dialog page label. (GH-96009)
#96011 merged
Aug 15, 2022 -
gh-95808: Add missing early returns in _asynciomodule.c
#95809 merged
Aug 15, 2022 -
[3.10] gh-78143: IDLE - fix settings dialog page label. (GH-96009)
#96012 merged
Aug 15, 2022 -
gh-78143: IDLE - fix settings dialog page label.
#96009 merged
Aug 15, 2022 -
[3.11] GH-95899: fix asyncio.Runner to call set_event_loop only once (GH-95900)
#96003 merged
Aug 15, 2022 -
gh-94808: Coverage: __build_class__ inside a non-dict __builtins__
#95932 merged
Aug 15, 2022 -
GH-95899: fix asyncio.Runner to call set_event_loop once
#95900 merged
Aug 15, 2022 -
[3.11] gh-95231: Disable md5 & crypt modules if FIPS is enabled (GH-94742)
#95999 merged
Aug 15, 2022 -
gh-95231: Disable md5 & crypt modules if FIPS is enabled
#94742 merged
Aug 15, 2022 -
gh-95707: Fix function signature
#95995 merged
Aug 15, 2022 -
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT`
#95854 merged
Aug 15, 2022 -
gh-95853: Address wasm build and test issues (GH-95985)
#95985 merged
Aug 15, 2022 -
[3.11] Clarify asyncio.Runner docs re: loop_factory (GH-95979)
#95982 merged
Aug 14, 2022 -
Add `asyncio.Runner` docs about `loop_factory`
#95979 merged
Aug 14, 2022 -
GH-95977: Speed up calling pure python descriptor __get__ with vectorcall
#95978 merged
Aug 14, 2022 -
[3.11] bpo-40222: Mark exception table function in the dis module as private (GH-95961)
#95981 merged
Aug 14, 2022 -
bpo-40222: Mark exception table function in the dis module as private
#95961 merged
Aug 14, 2022 -
gh-95853: Add script to automate WASM build (GH-95828)
#95828 merged
Aug 13, 2022 -
[3.11] gh-89313: Add hashlib.file_digest to whatsnew 3.11 (GH-95965)
#95966 merged
Aug 13, 2022 -
gh-89313: Add hashlib.file_digest to whatsnew 3.11
#95965 merged
Aug 13, 2022 -
[3.11] gh-94439: typing docs: Add minimum version to `__required_keys__` and `__optional_keys__` (GH-95373)
#95944 merged
Aug 13, 2022 -
[3.11] bpo-25625: Document contextlib.chdir in the 3.11 what's new (GH-95962)
#95963 merged
Aug 13, 2022 -
bpo-25625: Document contextlib.chdir in the 3.11 what's new
#95962 merged
Aug 13, 2022 -
gh-95914: Add paragraph about PEP 654 in main body of 'What's New in 3.11'
#95937 merged
Aug 13, 2022 -
gh-90928: Improve static initialization of keywords tuple in AC
#95907 merged
Aug 13, 2022 -
[3.10] gh-94439: typing docs: Add minimum version to `__required_keys__` and `__optional_keys__` (GH-95373)
#95945 merged
Aug 13, 2022 -
gh-94439: Update typing library documentation
#95373 merged
Aug 13, 2022 -
[3.10] Fix typo in internal/pycore_atomic.h (#95939)
#95943 merged
Aug 13, 2022 -
[3.11] Fix typo in internal/pycore_atomic.h (#95939)
#95942 merged
Aug 13, 2022 -
fix typo
#95939 merged
Aug 13, 2022 -
gh-94909: fix joining of absolute and relative Windows paths in pathlib
#95450 merged
Aug 12, 2022 -
[3.10] gh-94996: Disallow lambda pos only params with feature_version < (3, 8) (GH-95934)
#95938 merged
Aug 12, 2022 -
[3.11] gh-94996: Disallow lambda pos only params with feature_version < (3, 8) (GH-95934)
#95936 merged
Aug 12, 2022 -
[3.10] gh-94996: Disallow parsing pos only params with feature_version < (3, 8)
#95935 merged
Aug 12, 2022 -
gh-94996: Disallow lambda pos only with feature_version < (3, 8)
#95934 merged
Aug 12, 2022 -
[3.11] GH-95818: Skip incomplete frames in `PyThreadState_GetFrame` (GH-95886)
#95890 merged
Aug 12, 2022 -
[3.11] gh-94996: Disallow parsing pos only params with feature_version < (3, 8) (GH-94997)
#95931 merged
Aug 12, 2022 -
gh-94996: Disallow parsing pos only param with feature_version < (3, 8)
#94997 merged
Aug 12, 2022 -
[3.10] gh-82180: Document support for non-integer arg removed from grp.getgrgid in 3.10 (GH-95346)
#95930 merged
Aug 12, 2022 -
[3.11] gh-82180: Document support for non-integer arg removed from grp.getgrgid in 3.10 (GH-95346)
#95929 merged
Aug 12, 2022 -
gh-90300: [docs] Add whatsnew entry for new --help output (GH-95856)
#95928 merged
Aug 12, 2022 -
gh-82180: Document support for non-integer arg removed from grp.getgrgid in 3.10
#95346 merged
Aug 12, 2022 -
[3.10] gh-92412: Clarify the documentation on library/syslog (GH-92587)
#95266 merged
Aug 12, 2022 -
[3.10] gh-95789: update documentation RFC base URL
#95800 merged
Aug 12, 2022 -
[3.11] gh-95914: Add missing PEPs to the Summary section of 3.11 What's New (GH-95916)
#95927 merged
Aug 12, 2022 -
[3.11] gh-90300: Add whatsnew entry for new help output
#95856 merged
Aug 12, 2022 -
gh-95914: Add missing PEPs to the Summary section of 3.11 What's New
#95916 merged
Aug 12, 2022 -
gh-95922: compiler's eliminate_empty_basic_blocks ignores the last block of the compilation unit
#95924 merged
Aug 12, 2022 -
[3.10] gh-95273: Improve sqlite3.complete_statement docs (GH-95840)
#95918 merged
Aug 12, 2022 -
[3.11] gh-95273: Improve sqlite3.complete_statement docs (GH-95840)
#95917 merged
Aug 12, 2022 -
[3.11] gh-95841: IDLE - Revise Windows local doc url (GH-95845)
#95905 merged
Aug 12, 2022 -
[3.11] gh-95724: Clarify taskgroups.py license. (GH-95847)
#95911 merged
Aug 11, 2022 -
gh-95724: Clarify taskgroups.py license.
#95847 merged
Aug 11, 2022 -
gh-95273: Improve sqlite3.complete_statement docs
#95840 merged
Aug 11, 2022 -
[3.10] gh-95841: IDLE - Revise Windows local doc url (GH-95845)
#95906 merged
Aug 11, 2022 -
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code
#95860 merged
Aug 11, 2022 -
[3.10] gh-84910: Change 'IDLE Help' to 'IDLE Doc' (GH-95873)
#95904 merged
Aug 11, 2022 -
[3.11] gh-84910: Change 'IDLE Help' to 'IDLE Doc' (GH-95873)
#95903 merged
Aug 11, 2022 -
gh-95841: IDLE - Revise Windows local doc url
#95845 merged
Aug 11, 2022 -
gh-84910: Change 'IDLE Help' to 'IDLE Doc'
#95873 merged
Aug 11, 2022 -
[3.10] gh-95876: Fix format string in pegen error location code (GH-95877
#95901 merged
Aug 11, 2022 -
[3.10] gh-95878: Fix format char in datetime CAPI tests (GH-95879)
#95884 merged
Aug 11, 2022 -
[3.11] gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-95665)
#95858 merged
Aug 11, 2022 -
GH-95818: Skip incomplete frames in `PyThreadState_GetFrame`
#95886 merged
Aug 11, 2022 -
[3.11] gh-95878: Fix format char in datetime CAPI tests (GH-95879)
#95885 merged
Aug 11, 2022 -
Fix typo in ceval.c
#95817 merged
Aug 11, 2022 -
gh-95878: Fix format char in datetime CAPI tests (GH-95879)
#95879 merged
Aug 11, 2022 -
[3.11] gh-95876: Fix format string in pegen error location code (GH-95877)
#95881 merged
Aug 11, 2022 -
gh-95876: Fix format string in pegen error location code
#95877 merged
Aug 11, 2022 -
gh-90385: Add pathlib.Path.walk what's new section
#95467 merged
Aug 11, 2022 -
Docs: replace 'currying' by 'partial function'.
#91814 merged
Aug 11, 2022 -
[3.10] gh-75510: Edit idlelib entry in doc (GH-95869)
#95871 merged
Aug 11, 2022 -
[3.11] gh-75510: Edit idlelib entry in doc (GH-95869)
#95870 merged
Aug 11, 2022 -
gh-75510: Edit idlelib entry in doc
#95869 merged
Aug 11, 2022 -
[3.10] gh-84910: Tweak IDLE Glossary entry (GH-95866)
#95868 merged
Aug 11, 2022 -
[3.11] gh-84910: Tweak IDLE Glossary entry (GH-95866)
#95867 merged
Aug 11, 2022 -
gh-84910: Tweak IDLE Glossary entry
#95866 merged
Aug 11, 2022 -
[3.10] gh-95349: Hide a Distutils Warning Filter for test_check_c_globals (GH-95837)
#95864 merged
Aug 11, 2022 -
gh-95733: Allow installing Store package on older Windows versions
#95862 merged
Aug 10, 2022 -
[3.10] gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-95665)
#95859 merged
Aug 10, 2022 -
gh-95605: Fix `float(s)` error message when `s` contains only whitespace
#95665 merged
Aug 10, 2022 -
gh-95804: Respect MemoryHandler.flushOnClose in logging shutdown. (GH-95857)
#95857 merged
Aug 10, 2022 -
gh-95504: Fix negative numbers in PyUnicode_FromFormat
#95848 merged
Aug 10, 2022 -
[3.11] gh-90081: [docs] Mention RESUME opcode in whatsnew/3.11.rst (GH-95595)
#95851 merged
Aug 10, 2022 -
[3.11] gh-95349: Hide a Distutils Warning Filter for test_check_c_globals (GH-95837)
#95843 merged
Aug 10, 2022 -
[3.11] gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650)
#95780 merged
Aug 10, 2022 -
[3.11] Fix documentation typo for functools.cmp_to_key (GH-95766)
#95776 merged
Aug 10, 2022 -
gh-90081: adding RESUME opcode to what's new section for Python 3.11
#95595 merged
Aug 10, 2022 -
gh-93649: Undefine NDEBUG in Modules/_testcapi/* to enable assert()
#95793 merged
Aug 10, 2022 -
gh-93649: Split unicode tests from _testcapimodule.c & add some more
#95819 merged
Aug 10, 2022 -
[3.10] Fix documentation typo for functools.cmp_to_key (GH-95766)
#95777 merged
Aug 10, 2022 -
gh-95349: Hide a Distutils Warning Filter for test_check_c_globals
#95837 merged
Aug 9, 2022 -
[3.10] gh-75510: Add idlelib section to IDLE doc (GH-95832)
#95834 merged
Aug 9, 2022 -
[3.11] gh-75510: Add idlelib section to IDLE doc (GH-95832)
#95833 merged
Aug 9, 2022 -
gh-75510: Add idlelib section to IDLE doc
#95832 merged
Aug 9, 2022 -
[3.10] [3.11] gh-88878: IDLE - replace type('') with str (GH-95792)
#95831 merged
Aug 9, 2022 -
[3.11] gh-88878: IDLE - replace type('') with str
#95792 merged
Aug 9, 2022 -
[3.11] gh-95491: Mention IDLE Issue project in Readme (GH-95750)
#95791 merged
Aug 9, 2022 -
[3.11] gh-95767: Fix grammatical error in asyncio loop.create_task docs (GH-95768)
#95824 merged
Aug 9, 2022 -
[3.10] gh-95767: Fix grammatical error in asyncio loop.create_task docs (GH-95768)
#95825 merged
Aug 9, 2022 -
gh-95767: Fix grammatical error in asyncio loop.create_task docs
#95768 merged
Aug 9, 2022 -
GH-92678: Document that you shouldn't be doing your own dictionary offset calculations.
#95598 merged
Aug 9, 2022 -
[3.11] gh-94635: Fixup sqlite3 'Introduction' seealso note (GH-95751)
#95752 merged
Aug 9, 2022 -
[3.11] gh-95273: Reorganize sqlite3 doc module level funcs and vars (GH-95626)
#95801 merged
Aug 9, 2022 -
[3.11] Fix typo in test_dataclasses.py (gh-95735)
#95740 merged
Aug 9, 2022 -
gh-93274: Disable Limited API tests with Py_TRACE_REFS
#95796 merged
Aug 9, 2022 -
Improvements to the bisect docs
#95807 merged
Aug 9, 2022
48 Pull requests opened by 31 people
-
raise the asyncio.Timeout TimeoutError from the CancelledError
#95830 opened
Aug 9, 2022 -
GH-95861: Add support for Spearman's rank correlation coefficient
#95863 opened
Aug 10, 2022 -
gh-95865: Speed up urllib.parse.quote_from_bytes()
#95872 opened
Aug 11, 2022 -
gh-95813: Improve HTMLParser from the view of inheritance
#95874 opened
Aug 11, 2022 -
gh-95882: fix traceback of exceptions propagated from inside a context…
#95883 opened
Aug 11, 2022 -
remove asyncio from contextlib async tests
#95888 opened
Aug 11, 2022 -
Trivial change: Misleading zip64 limit error message
#95892 opened
Aug 11, 2022 -
Returns archive's absolute path rather than name
#95894 opened
Aug 11, 2022 -
gh-94808: Improve coverage of _PyBytes_FormatEx
#95895 opened
Aug 11, 2022 -
GH-95896: posixmodule.c: osdefs.h inclusion should not depend on compiler
#95897 opened
Aug 11, 2022 -
GH-95736: fix IsolatedAsyncioTestCase to set event loop before calling setup functions
#95898 opened
Aug 11, 2022 -
gh-90536: Add support for the BOLT post-link binary optimizer
#95908 opened
Aug 11, 2022 -
gh-95909: Move PyArg_Parser.kwtuple to PyInterpreterState for Non-Core Cases
#95910 opened
Aug 11, 2022 -
gh-95913: Fix and copyedit New Features section of 3.11 What's New
#95915 opened
Aug 12, 2022 -
gh-95588: Drop the safety claim from `ast.literal_eval` docs.
#95919 opened
Aug 12, 2022 -
gh-94808: Coverage: Check picklablability of calliter
#95923 opened
Aug 12, 2022 -
gh-94808: Coverage: Test uppercase string literal prefixes
#95925 opened
Aug 12, 2022 -
gh-94808: Coverage: Test that maximum indentation level is handled
#95926 opened
Aug 12, 2022 -
gh-91210: Improve error message when non-default param follows default
#95933 opened
Aug 12, 2022 -
gh-95946: Note launcher's env ability to launch non-python interpreters
#95947 opened
Aug 13, 2022 -
Remove dead code in _PyDict_GetItemHint
#95948 opened
Aug 13, 2022 -
gh-95950: Add a test for both `csv.Dialect` and `kwargs`
#95951 opened
Aug 13, 2022 -
[3.11] gh-95914: Add paragraph about PEP 654 in main body of 'What's New in 3.11' (GH-95937)
#95954 opened
Aug 13, 2022 -
GH-95909: Make `_PyArg_Parser` initialization thread safe
#95958 opened
Aug 13, 2022 -
gh-95957: Add instructions for TCL/TK and OpenSSL on RHEL/CentOS 7
#95964 opened
Aug 13, 2022 -
GH-95822: Need _PyType_Lookup() in descriptor howto code equivalent.
#95967 opened
Aug 13, 2022 -
[3.11] gh-95853: Add script to automate WASM build (GH-95828)
#95968 opened
Aug 13, 2022 -
GH-93179: Document the thread safety of functools.lru_cache
#95970 opened
Aug 13, 2022 -
gh-95971: Turn @writes_bytecode_files to skip when not running
#95972 opened
Aug 13, 2022 -
gh-95973: Add a new --with-dsymutil option to link debug information in MacOS
#95974 opened
Aug 14, 2022 -
gh-95975: Move except/*/finally ref labels to more precise locations
#95976 opened
Aug 14, 2022 -
gh-95913: Add traceback module additions to what's new in 3.11
#95980 opened
Aug 14, 2022 -
gh-69142: add %:z strftime format code
#95983 opened
Aug 14, 2022 -
gh-95986: Fix the example using match keyword
#95989 opened
Aug 15, 2022 -
gh-95991: Add some infrastructure for testing Limited API in _testcapi
#95992 opened
Aug 15, 2022 -
Add a warning message about PyOS_snprintf
#95993 opened
Aug 15, 2022 -
GH-95245: Move weakreflist into the pre-header.
#95996 opened
Aug 15, 2022 -
[3.10] Clean up junk and fix typo in 3.10.6 release notes
#95997 opened
Aug 15, 2022 -
[3.10] gh-95231: Disable md5 & crypt modules if FIPS is enabled (GH-94742)
#95998 opened
Aug 15, 2022 -
gh-NONE [docs] Improve dataclasses.MISSING description.
#96000 opened
Aug 15, 2022 -
gh-95855: Better platform triplet detection code
#96001 opened
Aug 15, 2022 -
[3.11] GH-94808: Test __build_class__ inside non-dict __builtins__ (GH-95932)
#96004 opened
Aug 15, 2022 -
gh-96005: Handle WASI ENOTCAPABLE in getpath
#96006 opened
Aug 15, 2022 -
gh-93678: added _testinternalcapi.optimize_cfg() and test utils for compiler optimization unit tests
#96007 opened
Aug 15, 2022 -
Change CODEOWNERS entries for iritkatriel
#96008 opened
Aug 15, 2022 -
GH-90997: Wrap `yield from`/`await` in a virtual `try`/`except StopIteration`
#96010 opened
Aug 15, 2022 -
[3.11] gh-95808: Add missing early returns in _asynciomodule.c (GH-95809)
#96013 opened
Aug 15, 2022 -
Fix for CVE-2022-37460 - Removed "shell=True", made args a list, and revised to handle stdin in function
#96014 opened
Aug 15, 2022
52 Issues closed by 32 people
-
asyncio.Runner+PidfdChildWatcher leaves zombie processes
#95899 closed
Aug 15, 2022 -
Add LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE combined opcode
#90979 closed
Aug 15, 2022 -
Add `BINARY_SLICE` and `STORE_SLICE` instructions.
#94163 closed
Aug 15, 2022 -
crypt module fails to import in FIPS mode
#95231 closed
Aug 15, 2022 -
Recommendations for resolving dependency issues
#95990 closed
Aug 15, 2022 -
ArgumentParser crashes on whitespace-only help messages
#95842 closed
Aug 15, 2022 -
Debian buster's python 3.7.3 release has "ImportError: cannot import name 'Literal' from 'typing'"
#95988 closed
Aug 15, 2022 -
HTTP3 implementation in Python Standard Library
#95984 closed
Aug 14, 2022 -
Optimize calling pure python descriptor __get__ with vectorcall
#95977 closed
Aug 14, 2022 -
test_bdb and test_distutils fail on installed Python 3.9, 3.10 and 3.11 (setuptools 60.9.3, pip 22.0.4)
#91169 closed
Aug 14, 2022 -
Error while using module `tokenize` with a script file named `token.py`
#95893 closed
Aug 14, 2022 -
Exception ignored in: <function WeakSet.__init__.<locals>._remove
#95959 closed
Aug 14, 2022 -
Add a file_digest() function in hashlib
#89313 closed
Aug 13, 2022 -
[python.org] Invalid link to Python bug tracker on 3.11rc1 release page
#95941 closed
Aug 13, 2022 -
The "with permission from edgedb" header is confusing for people trying to reuse the code
#95724 closed
Aug 12, 2022 -
pathlib: inconsistent handling of rootless Windows paths
#94909 closed
Aug 12, 2022 -
Statically Initialize PyArg_Parser in clinic.py
#90928 closed
Aug 12, 2022 -
ast.parse allows positional-only params with old feature_version
#94996 closed
Aug 12, 2022 -
RFC links are broken
#95789 closed
Aug 12, 2022 -
Tkinter multi-processing performance, Linux 10-25 times faster than Windows 10
#80589 closed
Aug 12, 2022 -
Incorrect error when parsing non-utf8 files
#90212 closed
Aug 12, 2022 -
`sqlite3.complete_statement` should raise MemoryError if SQLite signals SQLITE_NOMEM
#95912 closed
Aug 12, 2022 -
IDLE - Fix help_url calculation on Windows.
#95841 closed
Aug 12, 2022 -
_PyPegen_raise_error_known_location() uses wrong build format
#95876 closed
Aug 11, 2022 -
Add a Private API for Looking Up Global Objects
#90929 closed
Aug 11, 2022 -
Limiting data copy in xmlrpclib
#45148 closed
Aug 11, 2022 -
logging.handlers.MemoryHandler seems to be unconditionally flushed on process exit
#95804 closed
Aug 11, 2022 -
http.client leaks from self.fp.read()
#87907 closed
Aug 11, 2022 -
Add idlelib module entry to doc
#75510 closed
Aug 11, 2022 -
What's new in 3.11 doesn’t mention enum improvements
#94791 closed
Aug 11, 2022 -
Windows MSIX issue: python 3.11beta in msix cant be installed on windows 10 1809 arm64
#95733 closed
Aug 10, 2022 -
ThreadPoolExecutor is busy-waiting when idle.
#83738 closed
Aug 10, 2022 -
warnings.filters was modified by test_check_c_globals
#95349 closed
Aug 10, 2022 -
New version alternative for package.version
#95852 closed
Aug 10, 2022 -
Requests from urllib and requests library have long delays
#95838 closed
Aug 10, 2022 -
stream.write(msg + self.terminator) AttributeError: 'str' object has no attribute 'write'
#95850 closed
Aug 10, 2022 -
Python 3.11.0b3 chockes on regex sub from rjsmin, time grows seemingly exponentially
#94675 closed
Aug 10, 2022 -
PEP 689 -- Add an unstable C-API tier
#91744 closed
Aug 10, 2022 -
The str.format feature — "Accessing arguments’ items" failed, when using negative indices.
#95846 closed
Aug 10, 2022 -
"zip()" very slowly for this
#85756 closed
Aug 9, 2022 -
blake2 not found when python is built with `--without-builtin-hashlib-hashes`
#95835 closed
Aug 9, 2022 -
load aifc file that created by the MacOS say command error unsupported compression type
#95829 closed
Aug 9, 2022 -
IDLE - document github project issue topics
#95491 closed
Aug 9, 2022 -
Similar to test_pwd in test_grp, more tested for `TypeError`
#95395 closed
Aug 9, 2022 -
Asyncio loop.create_task grammatical error
#95767 closed
Aug 9, 2022 -
Receiving vector calls in the Py_LIMITED_API
#93274 closed
Aug 9, 2022 -
Add simple dark mode to http.server directory list and error pages
#95812 closed
Aug 9, 2022 -
[BUG]bytes.decode(),bytes中含 \r\r\n decode fail
#95806 closed
Aug 9, 2022 -
Assignment OR expressions fail on using lambda expressions
#95788 closed
Aug 9, 2022 -
Future type annotations do not allow type aliases with built-in types
#95805 closed
Aug 9, 2022
48 Issues opened by 41 people
-
[WASI] getpath.py does not handle "Capabilities insufficient" (ENOTCAPABLE)
#96005 opened
Aug 15, 2022 -
Functional tests for argument clinic
#96002 opened
Aug 15, 2022 -
Mistake in python documentation related to escape sequences
#95994 opened
Aug 15, 2022 -
Test Limited API in _testcapi module
#95991 opened
Aug 15, 2022 -
repr(subclass of typing.Any) shows typing.Any not <__main__.subclass of typing.Any>
#95987 opened
Aug 14, 2022 -
The example using match keyword isn't complete
#95986 opened
Aug 14, 2022 -
Ref target labels for except/except*/finally not located precisely
#95975 opened
Aug 14, 2022 -
Add an option to include debug information in the Python executable and shared libraries in MacOS
#95973 opened
Aug 14, 2022 -
test_importlib.util.writes_bytecode_files decorator make false success instead of skipped when -B given
#95971 opened
Aug 13, 2022 -
C language typos
#95969 opened
Aug 13, 2022 -
_tkinter build issue on Centos7 due changing TK/TCL detection by configure script.
#95957 opened
Aug 13, 2022 -
Add a CSS class to identify changed cells in difflib.HtmlDiff output
#95953 opened
Aug 13, 2022 -
Makefile / configure.ac: realpath is not available on macOS
#95952 opened
Aug 13, 2022 -
Add a test for `csv.register_dialect` with both `Dialect` and `kwargs`
#95950 opened
Aug 13, 2022 -
Launcher documentation should call out that it can launch arbitrary executables
#95946 opened
Aug 13, 2022 -
`dis.dis` on empty classes does nothing
#95940 opened
Aug 12, 2022 -
comparison chaining in assertions produces wrong source positions in bytecode
#95921 opened
Aug 12, 2022 -
List and document missing PEPs in What's New in 3.11
#95914 opened
Aug 12, 2022 -
Copyedit/Proofread What's New for Python 3.11
#95913 opened
Aug 12, 2022 -
[subinterpreters] Improve Interpreter Isolation for Uses of PyArg_Parser
#95909 opened
Aug 11, 2022 -
prevent asynccontextmanager and sync contextmanager drifting
#95902 opened
Aug 11, 2022 -
posixmodule.c: osdefs.h inclusion should not depend on compiler
#95896 opened
Aug 11, 2022 -
SysLogHandler closes tcp session after first message (also noted in #66006)
#95891 opened
Aug 11, 2022 -
Defaults conditionally omitted from help message when using ArgumentDefaultsHelpFormatter
#95889 opened
Aug 11, 2022 -
test_gdb fails on FreeBSD buildbots
#95887 opened
Aug 11, 2022 -
Trackstack includes __aexit__ in contextlib which is not in previous versions
#95882 opened
Aug 11, 2022 -
io.StringIO constructor info is misleading
#95880 opened
Aug 11, 2022 -
testcapimodule uses wrong format chars for datetime tests
#95878 opened
Aug 11, 2022 -
Cannot use concurrent.futures.ThreadPoolExecutor() within a loop
#95875 opened
Aug 11, 2022 -
quote_from_bytes uses a lot of memory for larger bytestrings
#95865 opened
Aug 11, 2022 -
Add Spearman correlation support to statistics.correlation()
#95861 opened
Aug 10, 2022 -
Add script to automate WebAssembly builds
#95853 opened
Aug 10, 2022 -
PyUnicode_FromFormat(): add %X format
#95849 opened
Aug 10, 2022 -
IDLE - Move help_url code to a help module function
#95844 opened
Aug 9, 2022 -
Allow accessing all arguments by name on mock call objects
#95839 opened
Aug 9, 2022 -
Ambiguity in behavior of ArgumentParser prefix_chars when same flag is specified with different prefixes
#95836 opened
Aug 9, 2022 -
Source-less python distributions + PEP3147
#95827 opened
Aug 9, 2022 -
Multiprocessing.Event.wait race condition when timeout is not none on Mac OS
#95826 opened
Aug 9, 2022 -
Inaccurate emulation of _PyType_Lookup() in the Descriptor HOWTO
#95822 opened
Aug 9, 2022 -
Callbacks pended by `Py_AddPendingCall` will never be invoked if the main thread doesn't release GIL
#95820 opened
Aug 9, 2022 -
Weird test failures related to tracebacks
#95818 opened
Aug 9, 2022 -
Example requires exactly TLSv1.3, but explanation says TLSv1.2 and later
#95816 opened
Aug 9, 2022 -
os.remove is documented to raise IsADirectoryError but macOS raises PermissionError
#95815 opened
Aug 9, 2022 -
Weird behaviour with file named logging.py
#95810 opened
Aug 9, 2022 -
Missing returns on errros in _asynciomodule.c
#95808 opened
Aug 9, 2022
184 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-95271: Improve sqlite3 tutorial wording
#95749 commented on
Aug 15, 2022 • 269 new comments -
GH-95704: Don't suppress errors from tasks when TG is cancelled
#95761 commented on
Aug 12, 2022 • 24 new comments -
gh-88569: add `os.path.isreserved()`
#95486 commented on
Aug 13, 2022 • 18 new comments -
gh-95601: restore support for awaitable objects that are not futures in `asyncio.wait` and deprecate that support
#95708 commented on
Aug 15, 2022 • 16 new comments -
gh-64490: Fix bugs in argument clinic varargs processing
#32092 commented on
Aug 15, 2022 • 12 new comments -
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour
#93823 commented on
Aug 15, 2022 • 12 new comments -
Subtle issue with borrowed references in extensions.
#95797 commented on
Aug 15, 2022 • 11 new comments -
make test fails; executable works; runtime error in background
#95635 commented on
Aug 13, 2022 • 10 new comments -
bpo-42969: Hang non-main threads that attempt to acquire the GIL during finalization
#28525 commented on
Aug 12, 2022 • 10 new comments -
[subinterpreter] Make type version tag counter threadsafe for per interpreter GIL
#95795 commented on
Aug 11, 2022 • 9 new comments -
`IsolatedAsyncioTestCase` does not call `asyncio.set_event_loop` before `setUp` anymore, `asyncio.Runner`+`PidFdChildWatcher` leaves zombie processes
#95736 commented on
Aug 13, 2022 • 8 new comments -
Rephrase ast.literal_eval() to remove any security warranty
#95588 commented on
Aug 14, 2022 • 8 new comments -
bpo-32780: Fix the PEP3118 format string for ctypes.Structure
#5561 commented on
Aug 15, 2022 • 8 new comments -
Improve the Descriptor HowTo Guide
#24901 commented on
Aug 14, 2022 • 8 new comments -
bpo-46520: Handle identifiers that look like keywords in `ast.unparse`
#31012 commented on
Aug 10, 2022 • 7 new comments -
gh-93018: Fix for the compatibility problems with expat
#93900 commented on
Aug 12, 2022 • 6 new comments -
rename asyncio tests so they have readable names by adding a suffix to them
#95772 commented on
Aug 15, 2022 • 5 new comments -
zipfile regression in 3.11 beta: ignores utf8 flag and removes it from existing entries
#95463 commented on
Aug 15, 2022 • 5 new comments -
Implement stack overflow protection for supported platforms
#91079 commented on
Aug 13, 2022 • 4 new comments -
No way to generate or parse timezone as produced by datetime.isoformat()
#69142 commented on
Aug 14, 2022 • 4 new comments -
Extensions build does not respect --jobs setting
#87800 commented on
Aug 11, 2022 • 3 new comments -
bpo-32353: Added docs about Embedding with an frozen module limitation.
#4910 commented on
Aug 14, 2022 • 3 new comments -
gh-93911: Specialize `LOAD_ATTR` for custom `__getattr__` and `__getattribute__`
#93988 commented on
Aug 15, 2022 • 3 new comments -
gh-94823: Improve coverage in tokenizer.c:valid_utf8
#94856 commented on
Aug 12, 2022 • 3 new comments -
socket.gethostbyname resolving octal IP addresses incorrectly
#71799 commented on
Aug 9, 2022 • 2 new comments -
Multiprocessing: Expose underlying pipe in queues
#48081 commented on
Aug 10, 2022 • 2 new comments -
CALL_FUNCTION_EX argument passing routine can be improved for vectorcalls
#95757 commented on
Aug 11, 2022 • 2 new comments -
The default unraisablehook implementation does not print chained exceptions or recurse into exception groups
#95572 commented on
Aug 11, 2022 • 2 new comments -
Increase Enum performance
#83283 commented on
Aug 12, 2022 • 2 new comments -
"SyntaxError: non-default argument follows default argument" confuses
#91210 commented on
Aug 12, 2022 • 2 new comments -
Can't assign entry to `__annotations__` unless a class has existing annotation
#95532 commented on
Aug 13, 2022 • 2 new comments -
remove references to deprecated CGI library
#95413 commented on
Aug 14, 2022 • 2 new comments -
Support the use of the managed pre-header in builtin classes.
#95707 commented on
Aug 15, 2022 • 2 new comments -
In-place copy of a package gets metadata from installed package
#94181 commented on
Aug 15, 2022 • 2 new comments -
IDLE: Update offline doc locations for linux
#60012 commented on
Aug 15, 2022 • 2 new comments -
bpo-32387: Remove ability to import non-version-tagged C extensions
#4943 commented on
Aug 14, 2022 • 2 new comments -
bpo-32548: IDLE: Convert labels to hyperlinks in help_about
#5178 commented on
Aug 15, 2022 • 2 new comments -
bpo-32608: Adding a server into socketserver that handles client connection in new "multiprocessing.Process" processes.
#5258 commented on
Aug 15, 2022 • 2 new comments -
bpo-32782: PEP3118 itemsize of an empty ctypes array should not be 0
#5576 commented on
Aug 15, 2022 • 2 new comments -
bpo-34837: Multiprocessing.Pool API Extension - Pass Data to Workers w/o Globals
#9627 commented on
Aug 15, 2022 • 2 new comments -
bpo-46364: Use sockets only for stdin of asyncio on AIX
#30596 commented on
Aug 12, 2022 • 2 new comments -
gh-92613: Deprecate other uuencode functionality per PEP 594 & document as such
#92758 commented on
Aug 11, 2022 • 2 new comments -
gh-93600: Clarify the meaning of buffering=-1 in open()
#93685 commented on
Aug 9, 2022 • 2 new comments -
Document 3.13, 3.14, 4.0 and future removals
#93986 commented on
Aug 11, 2022 • 2 new comments -
gh-85076: Document exceptions that can be raised by importlib.import_module
#94662 commented on
Aug 12, 2022 • 2 new comments -
gh-94906: Support multiple steps in math.nextafter
#94908 commented on
Aug 15, 2022 • 2 new comments -
gh-80480: Emit DeprecationWarning for array's 'u' type code
#95760 commented on
Aug 14, 2022 • 2 new comments -
Document the current practice for SystemError
#95799 commented on
Aug 9, 2022 • 1 new comment -
support for Awaitable objects in `asyncio.wait` removed in 3.11
#95601 commented on
Aug 9, 2022 • 1 new comment -
Allow to deprecate CLI arguments in argparse
#83648 commented on
Aug 9, 2022 • 1 new comment -
os.walk always follows Windows junctions
#67596 commented on
Aug 9, 2022 • 1 new comment -
EUC-JP codec fails to properly decode the "㎝" character
#95734 commented on
Aug 10, 2022 • 1 new comment -
Documentation of `argparse.add_argument`s `append` should mention `dest`
#92928 commented on
Aug 10, 2022 • 1 new comment -
SimpleCookie fails to parse any cookie if an entry has whitespace in the name
#75637 commented on
Aug 10, 2022 • 1 new comment -
Negative `_io.BufferedReader.tell`
#95782 commented on
Aug 10, 2022 • 1 new comment -
Add 1.32x faster C implementation of asyncio.isfuture().
#77702 commented on
Aug 10, 2022 • 1 new comment -
Make IDLE doc more visible, mention in main python docs page
#84910 commented on
Aug 11, 2022 • 1 new comment -
test_ssl test_get_server_certificate_timeout is flaky on macOS
#95241 commented on
Aug 11, 2022 • 1 new comment -
Upgrade Windows/macOS installers to SQLite 3.39.2
#94328 commented on
Aug 11, 2022 • 1 new comment -
Memory Leak when using Thread
#87238 commented on
Aug 11, 2022 • 1 new comment -
multiprocessing.Queue.get(block=False) can raise queue.Empty on non-empty queue
#87302 commented on
Aug 12, 2022 • 1 new comment -
multiprocessing.Event.wait hangs when interrupted by signal that sets the event
#85772 commented on
Aug 13, 2022 • 1 new comment -
When having on --with-system-expat, system still builds using bundled expat for tests
#92875 commented on
Aug 13, 2022 • 1 new comment -
ctypes: memoryview gives incorrect PEP3118 format strings for both packed and unpacked structs
#76961 commented on
Aug 14, 2022 • 1 new comment -
pathlib .suffix, .suffixes, .stem unexpected behavior for pathname with trailing dot
#82805 commented on
Aug 14, 2022 • 1 new comment -
async related issues on Windows 11
#91845 commented on
Aug 15, 2022 • 1 new comment -
wait_for(coro, timeout=0) memleak
#81223 commented on
Aug 15, 2022 • 1 new comment -
Install stable ABI library in pydebug builds (`libpython3d.so`)
#95682 commented on
Aug 15, 2022 • 1 new comment -
Let math.nextafter() compute multiple steps at a time.
#94906 commented on
Aug 15, 2022 • 1 new comment -
Button clicked failed when mouse hover tooltip and tooltip destroyed
#90338 commented on
Aug 15, 2022 • 1 new comment -
Machine integers
#39880 commented on
Aug 15, 2022 • 1 new comment -
IDLE: use ttk.spinbox with configdialog
#78143 commented on
Aug 15, 2022 • 1 new comment -
Poor performance when reading large xmlrpc data
#70237 commented on
Aug 15, 2022 • 1 new comment -
bpo-16487: allow certificates to be specified from memory
#2449 commented on
Aug 13, 2022 • 1 new comment -
bpo-17446: Get line numbers of properties in doctest
#3419 commented on
Aug 13, 2022 • 1 new comment -
bpo-30008: OpenSSL 1.1 compatibility without using deprecated API
#3943 commented on
Aug 13, 2022 • 1 new comment -
bpo-31630: Skip tests for tan() near pi/2 on OpenBSD and NetBSD.
#4169 commented on
Aug 13, 2022 • 1 new comment -
bpo-22281 ENH add introspection API for concurrent.futures Executor
#4243 commented on
Aug 13, 2022 • 1 new comment -
bpo-31699: Deadlocks in `concurrent.futures.ProcessPoolExecutor` with unpickling error
#4256 commented on
Aug 13, 2022 • 1 new comment -
bpo-31954: Reuse oldkeys if oldkeys->dk_size == newsize.
#4292 commented on
Aug 13, 2022 • 1 new comment -
bpo-7938: the makesetup script now respects macro define arguments of…
#4338 commented on
Aug 13, 2022 • 1 new comment -
bpo-32002 Fix legacy locale coercion tests on platforms that already have a default C.UTF-8 locale
#4361 commented on
Aug 13, 2022 • 1 new comment -
bpo-28197: Add start and stop keywords to range.index() method
#4378 commented on
Aug 13, 2022 • 1 new comment -
bpo-32073: Add copy_directory_metadata parameter to shutil.copytree and shutil.move
#4456 commented on
Aug 13, 2022 • 1 new comment -
bpo-32092: Mock patch fix autospec
#4476 commented on
Aug 13, 2022 • 1 new comment -
bpo-32055: Raise SyntaxWarning for chained `in` and `not in`.
#4501 commented on
Aug 13, 2022 • 1 new comment -
bpo-36550: pdb/cmd: avoid creating exceptions
#4666 commented on
Aug 13, 2022 • 1 new comment -
bpo-32196: Rewrite plistlib with functional style.
#4671 commented on
Aug 13, 2022 • 1 new comment -
bpo-32188: do not call os.path.realpath in ImpImporter.find_module
#4672 commented on
Aug 13, 2022 • 1 new comment -
bpo-12851: populate Py_buffer strides field for ctypes arrays.
#4714 commented on
Aug 13, 2022 • 1 new comment -
bpo-32234: Context manager available for mailbox instances
#4770 commented on
Aug 13, 2022 • 1 new comment -
bpo-31954: Reuse oldkeys if oldkeys->dk_size == newsize. (alt)
#4901 commented on
Aug 13, 2022 • 1 new comment -
bpo-32347: Emulate Libc copyfiles()'s st_flags logic on Darwin
#4912 commented on
Aug 13, 2022 • 1 new comment -
bpo-18369: [WIP] Add certificate and private key types
#5162 commented on
Aug 13, 2022 • 1 new comment -
bpo-28879: Add Date header if missing in smtplib send_message
#5176 commented on
Aug 14, 2022 • 1 new comment -
bpo-27815: Make SSL suppress_ragged_eofs default more secure
#5266 commented on
Aug 14, 2022 • 1 new comment -
bpo-32628: support DirectoryIndex for http server
#5308 commented on
Aug 14, 2022 • 1 new comment -
bpo-32742: use infolist for zipfile.ZipFile.extractall
#5472 commented on
Aug 14, 2022 • 1 new comment -
bpo-5594: IDLE startup configuration
#5541 commented on
Aug 14, 2022 • 1 new comment -
WIP: bpo-1100942: Add datetime.time.strptime and datetime.date.strptime
#5578 commented on
Aug 15, 2022 • 1 new comment -
bpo-32397: Fix textwrap.wrap() so it's stable if run twice.
#5615 commented on
Aug 15, 2022 • 1 new comment -
bpo-32779: Fix urljoining with an empty query string.
#5645 commented on
Aug 15, 2022 • 1 new comment -
bpo-32839: Add after_info to tkinter
#5664 commented on
Aug 15, 2022 • 1 new comment -
bpo-32862: Make os.dup2(fd, fd) a no-op for valid fd
#5713 commented on
Aug 15, 2022 • 1 new comment -
bpo-32882: Added support for X25519 in SSLContext.set_ecdh_curve()
#5771 commented on
Aug 15, 2022 • 1 new comment -
bpo-32904: Fix a potential crash in os.chdir() and os.getcwd() on Windows
#5802 commented on
Aug 16, 2022 • 1 new comment -
bpo-33092: Better bytecodes for f-strings
#6132 commented on
Aug 16, 2022 • 1 new comment -
bpo-13940: imaplib: All string arguments are now quoted when necessary.
#6395 commented on
Aug 16, 2022 • 1 new comment -
bpo-33222: Add canonicalisation to paths in site test suite.
#6434 commented on
Aug 16, 2022 • 1 new comment -
bpo-33257: Fix race conditions for non-threaded Tcl
#6444 commented on
Aug 16, 2022 • 1 new comment -
bpo-33318: Move folding tuples of constants from peephole.c into compiler.c.
#6545 commented on
Aug 16, 2022 • 1 new comment -
bpo-42830: Update the documentation for tempfile.mkstemp
#27075 commented on
Aug 11, 2022 • 1 new comment -
Do not allow to parse line breaks between quotes in sniffer regexes.
#27256 commented on
Aug 14, 2022 • 1 new comment -
bpo-41255: handle argparse errors with exit_on_error=False consistently
#27295 commented on
Aug 11, 2022 • 1 new comment -
gh-68320, gh-88302 - Allow for `pathlib.Path` subclassing
#31691 commented on
Aug 13, 2022 • 1 new comment -
gh-91539: improve performance of get_proxies_environment
#91566 commented on
Aug 10, 2022 • 1 new comment -
gh-66435: Allow nested event loops
#93338 commented on
Aug 13, 2022 • 1 new comment -
gh-95816: fix client_context example from ssl protocol versions docs
#93798 commented on
Aug 9, 2022 • 1 new comment -
gh-94471: Enable pointer authentication on aarch64 builds
#94472 commented on
Aug 15, 2022 • 1 new comment -
GH-78724: Initialize struct.Struct in __new__
#94532 commented on
Aug 11, 2022 • 1 new comment -
gh-95474: avoid the _global_lock in asyncio.mixins
#95475 commented on
Aug 12, 2022 • 1 new comment -
gh-95377: Editted docs for argparse.add._subparser
#95490 commented on
Aug 14, 2022 • 1 new comment -
add the sm3 method for obtaining the salt value
#95567 commented on
Aug 13, 2022 • 1 new comment -
gh-87597: Decode subprocess output in text mode when timeout is hit
#95579 commented on
Aug 15, 2022 • 1 new comment -
gh-91248: Add PyFrame_GetVar() function
#95712 commented on
Aug 12, 2022 • 1 new comment -
Memory leak when asyncio.open_connection raise
#88863 commented on
Aug 9, 2022 • 0 new comments -
Improve the sqlite3 reference
#95273 commented on
Aug 9, 2022 • 0 new comments -
doc: pathological performance using tarfile
#62944 commented on
Aug 11, 2022 • 0 new comments -
Flawed assumptions about `tp_dictoffset` in inheritance.
#95589 commented on
Aug 11, 2022 • 0 new comments -
tempfile mkstemp() leaks file descriptors if os.close() is not called
#86996 commented on
Aug 11, 2022 • 0 new comments -
Experiment with LLVM BOLT binary optimizer
#90536 commented on
Aug 11, 2022 • 0 new comments -
Ideas for making ast.literal_eval() usable
#83340 commented on
Aug 12, 2022 • 0 new comments -
asyncio.sleep may sleep less time then it should
#75720 commented on
Aug 12, 2022 • 0 new comments -
Problem with contextlib.nullcontext
#78248 commented on
Aug 12, 2022 • 0 new comments -
Convert collections (cmp_op, hasconst, hasname and others) in opcode module to more optimal type
#77507 commented on
Aug 12, 2022 • 0 new comments -
Metabug: Improving C-level coverage
#94808 commented on
Aug 12, 2022 • 0 new comments -
bpo-39610: Raise TypeError for len(memoryview_0d)
#18463 commented on
Aug 15, 2022 • 0 new comments -
gh-86482: Document assignment expression need for ()s
#23291 commented on
Aug 9, 2022 • 0 new comments -
bpo-31538: Clarify the mailbox factory default
#26776 commented on
Aug 10, 2022 • 0 new comments -
bpo-40801: Add float.from_number() and complex.from_number()
#26827 commented on
Aug 10, 2022 • 0 new comments -
bpo-44175: Update docs for str title, istitle methods
#26865 commented on
Aug 10, 2022 • 0 new comments -
bpo-44185: Added close() to mock_open __exit__
#26902 commented on
Aug 10, 2022 • 0 new comments -
bpo-24132: Add direct subclassing of PurePath/Path in pathlib
#26906 commented on
Aug 10, 2022 • 0 new comments -
bpo-44512: Fix handling of extrasactions arg with mixed or upper case
#26924 commented on
Aug 10, 2022 • 0 new comments -
bpo-43718: in HTTPConnection._tunnel, propagate debuglevel to HTTPResponse
#26932 commented on
Aug 10, 2022 • 0 new comments -
bpo-44532: fix _PyStructSequence_InitType_Check
#26949 commented on
Aug 10, 2022 • 0 new comments -
bpo-44583: Fix build for OSF1/Tru64.
#27063 commented on
Aug 10, 2022 • 0 new comments -
bpo-8595: Update urllib, httplib, smtplib docs to warn about global timeout value
#27087 commented on
Aug 10, 2022 • 0 new comments -
bpo-44159 Change mimetype db to read windows registry values as non-strict
#27088 commented on
Aug 10, 2022 • 0 new comments -
bpo-43950: implement on-the-fly source tracking for interactive mode
#27117 commented on
Aug 10, 2022 • 0 new comments -
bpo-44660: Updated email.feedparser with support for message/global emails with quoted-printable and base64 Content-Transfer-Encodings.
#27208 commented on
Aug 10, 2022 • 0 new comments -
bpo-42414: Add __field_doc__ to allow adding field docs to class docstring
#27265 commented on
Aug 11, 2022 • 0 new comments -
bpo-42414: dataclasses - allow docs on fields
#27279 commented on
Aug 11, 2022 • 0 new comments -
bpo-44730: Add handling of generator functions
#27315 commented on
Aug 11, 2022 • 0 new comments -
bpo-28356: Document os.rename() behavior on Windows for differing filesystems
#27376 commented on
Aug 11, 2022 • 0 new comments -
bpo-44796: Add __parameters__ and __getitem__ in TypeVar and ParamSpec
#27511 commented on
Aug 11, 2022 • 0 new comments -
bpo-44811: Set Signature Algorithms for a given SSL Context
#27550 commented on
Aug 11, 2022 • 0 new comments -
bpo-44817: Ignore WinError 161 (ERROR_BAD_PATHNAME)
#27574 commented on
Aug 11, 2022 • 0 new comments -
bpo-44865: Missing translations in `argparse`
#27668 commented on
Aug 11, 2022 • 0 new comments -
bpo-40899: Document exception raised when module cannot be imported
#27709 commented on
Aug 11, 2022 • 0 new comments -
bpo-44881: Integrate GC untrack into trashcan begin.
#27718 commented on
Aug 11, 2022 • 0 new comments -
bpo-44897: WIP: Integrate trashcan into _Py_Dealloc
#27738 commented on
Aug 11, 2022 • 0 new comments -
bpo-38656: Clarify MimeTypes obj behaviour in documentation
#27750 commented on
Aug 12, 2022 • 0 new comments -
bpo-41379 Clarification on options needed for indentation
#27830 commented on
Aug 12, 2022 • 0 new comments -
bpo-44986: Fixed bug with date formats like %Y-%m-%d in help messages of argparse
#27923 commented on
Aug 12, 2022 • 0 new comments -
bpo-42527: Use ignore mode instead strict for headers enconding in order to encode headers with special chars like emojis
#27948 commented on
Aug 12, 2022 • 0 new comments -
bpo-33426: [doc] Behavior of os.path.join does not match documentation
#28003 commented on
Aug 12, 2022 • 0 new comments -
bpo-20803: doc: clarify that struct.pack_into writes 0x00 for pad bytes
#28047 commented on
Aug 12, 2022 • 0 new comments -
bpo-43950: handle wide unicode characters in tracebacks
#28150 commented on
Aug 12, 2022 • 0 new comments -
bpo-24612: Improve syntax error for 'not' after an operator
#28170 commented on
Aug 12, 2022 • 0 new comments -
bpo-45026: More compact range iterator (alt)
#28176 commented on
Aug 12, 2022 • 0 new comments -
bpo-45120: Updated windows 'cp' encodings to match 'bestfit' specification.
#28189 commented on
Aug 12, 2022 • 0 new comments -
bpo-45141: allow specifying files for mailcap.getcaps
#28245 commented on
Aug 12, 2022 • 0 new comments -
IDLE: make the auto-complete window's winnconfig handler only trigger once
#28332 commented on
Aug 12, 2022 • 0 new comments -
bpo-45369: Remove LibreSSL workarounds
#28728 commented on
Aug 13, 2022 • 0 new comments -
Add extra newline in io.BytesIO.seek() to prevent a Sphinx warning
#29519 commented on
Aug 9, 2022 • 0 new comments -
gh-91398: Remove IDLE shell sidebar padding
#32363 commented on
Aug 10, 2022 • 0 new comments -
gh-72793: C implementation of parts of copy.deepcopy
#91610 commented on
Aug 11, 2022 • 0 new comments -
gh-94182: run the PidfdChildWatcher on the running loop
#94184 commented on
Aug 12, 2022 • 0 new comments -
gh-94603: micro optimize list.pop
#94604 commented on
Aug 10, 2022 • 0 new comments -
gh-95413: remove references to deprecated CGI library
#95414 commented on
Aug 15, 2022 • 0 new comments -
gh-95417: Add `PyLong_FromUintptr_t` and `PyLong_AsUintptr_t`
#95446 commented on
Aug 13, 2022 • 0 new comments -
Fix a mistake in isSet() deprecated message doc
#95720 commented on
Aug 9, 2022 • 0 new comments -
gh-94808: Add coverage for bytesarray_setitem
#95802 commented on
Aug 12, 2022 • 0 new comments