Insights: python/cpython
Overview
Could not load contribution data
Please try again later
105 Pull requests merged by 31 people
-
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 -
bpo-37000: Remove obsolete comment in _randbelow_with_getrandbits
#95775 merged
Aug 8, 2022 -
[3.10] gh-95273: Reorganize sqlite3 doc module level funcs and vars (GH-95626)
#95803 merged
Aug 8, 2022 -
gh-95273: Reorganize sqlite3 doc module level funcs and vars
#95626 merged
Aug 8, 2022 -
gh-95781: More strict format string checking in PyUnicode_FromFormatV()
#95784 merged
Aug 8, 2022 -
[3.10] gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-…
#95786 merged
Aug 8, 2022 -
[3.10] gh-95491: Mention IDLE Issue project in Readme (GH-95750)
#95790 merged
Aug 8, 2022 -
gh-95491: Mention IDLE Issue project in Readme
#95750 merged
Aug 8, 2022 -
gh-93274: Expose receiving vectorcall in the Limited API
#95717 merged
Aug 8, 2022 -
gh-91838: Resolve more HTTP links which redirect to HTTPS
#95650 merged
Aug 8, 2022 -
gh-95388: Suppress deprecation warning in test_immutable_type_with_mutable_base
#95728 merged
Aug 8, 2022 -
Fix downcast compiler warning in Modules/_testcapi/vectorcall.c
#95729 merged
Aug 8, 2022 -
docs: Fix a few typos
#94899 merged
Aug 8, 2022 -
gh-95765: Fix documentation typo for functools.cmp_to_key
#95766 merged
Aug 8, 2022
42 Pull requests opened by 29 people
-
gh-80480: Emit DeprecationWarning for array's 'u' type code
#95760 opened
Aug 7, 2022 -
GH-95704: Don't suppress errors from tasks when TG is cancelled
#95761 opened
Aug 7, 2022 -
Add rudimentary build support for wasm64-emscripten
#95762 opened
Aug 7, 2022 -
Add reference to corresponding mentioned PEPs
#95764 opened
Aug 7, 2022 -
gh-93376: Allow override of mbox From matching
#95774 opened
Aug 7, 2022 -
Update dis documentation to include changes to jump arguments
#95798 opened
Aug 8, 2022 -
gh-94808: Add coverage for bytesarray_setitem
#95802 opened
Aug 8, 2022 -
gh-95808: Add missing early returns in _asynciomodule.c
#95809 opened
Aug 9, 2022 -
raise the asyncio.Timeout TimeoutError from the CancelledError
#95830 opened
Aug 9, 2022 -
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT`
#95854 opened
Aug 10, 2022 -
GH-95861: Add support for Pearson's 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-95899: fix asyncio.Runner to call set_event_loop once
#95900 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-94808: Coverage: __build_class__ inside a non-dict __builtins__
#95932 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-95914: Add to what's new a credit for pep 678 author
#95955 opened
Aug 13, 2022 -
GH-95909: Make `_PyArg_Parser` initialization thread safe
#95958 opened
Aug 13, 2022 -
bpo-40222: Mark exception table function in the dis module as private
#95961 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
57 Issues closed by 35 people
-
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 -
Combination of @classmethod @property and @abc.abstractmethod
#93167 closed
Aug 8, 2022 -
More strict format checks in PyUnicode_FromFormat()
#95781 closed
Aug 8, 2022 -
Python does not build without WITH_THREADS defined on Windows/Visual Studio
#74439 closed
Aug 8, 2022 -
Some C-API tests use `assert`, so they don't run in non-debug mode
#95783 closed
Aug 8, 2022 -
Documentation about PyTypeObject being part of the Stable ABI
#95300 closed
Aug 8, 2022 -
library/re.html: Definition of the behavior of character groups [] is incorrect.
#94898 closed
Aug 8, 2022 -
Revising doc of "bisect" module
#95552 closed
Aug 8, 2022 -
Remove Py_CreateSymbolicLinkW
#72300 closed
Aug 8, 2022 -
Typo in functools.cmp_to_key
#95765 closed
Aug 8, 2022 -
Functions in Itertools
#95770 closed
Aug 8, 2022 -
[DOC] Warnings/notes in docs including most of the page
#91483 closed
Aug 7, 2022 -
Document wasm32-emscripten and wasm32-wasi platforms
#95451 closed
Aug 7, 2022 -
ast.parse() wrong (IMHO) AnnAssign.target.ctx when value is absent.
#95184 closed
Aug 7, 2022 -
plistlib unable to parse plist comments containing --
#95722 closed
Aug 7, 2022 -
Tutorial- The warning box is overextended
#95759 closed
Aug 7, 2022 -
os.remove() does not remove files in a sub-directory
#95758 closed
Aug 7, 2022 -
Stored (uncompressed) ZipExtFile in zipfile can be seekable at lower cost
#88339 closed
Aug 6, 2022
57 Issues opened by 47 people
-
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 -
Exception ignored in: <function WeakSet.__init__.<locals>._remove
#95959 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 -
asyncio.Runner+PidfdChildWatcher leaves zombie processes
#95899 opened
Aug 11, 2022 -
posixmodule.c: osdefs.h inclusion should not depend on compiler
#95896 opened
Aug 11, 2022 -
Error while using module `tokenize` with a script file named `token.py`
#95893 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 -
ArgumentParser crashes on whitespace-only help messages
#95842 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 -
Document the current practice for SystemError
#95799 opened
Aug 8, 2022 -
Subtle issue with borrowed references in extensions.
#95797 opened
Aug 8, 2022 -
[subinterpreter] Make type version tag counter threadsafe for per interpreter GIL
#95795 opened
Aug 8, 2022 -
Negative `_io.BufferedReader.tell`
#95782 opened
Aug 8, 2022 -
make doctest fails in main on at least library/dis.rst - RESUME opcode gone?
#95779 opened
Aug 8, 2022 -
Placeholder issue for a specific security fix
#95778 opened
Aug 8, 2022 -
rename asyncio tests so they have readable names
#95772 opened
Aug 7, 2022 -
tkinter window fails to appear approx 10% of the time on MacOS 12.3+
#95769 opened
Aug 7, 2022 -
Tarfile extraction does not work on Windows
#95763 opened
Aug 7, 2022 -
CALL_FUNCTION_EX argument passing routine can be improved for vectorcalls
#95757 opened
Aug 7, 2022 -
Better performance for code getters in C API
#95756 opened
Aug 7, 2022 -
Best effort multithreading cleanup version of os._exit()
#95755 opened
Aug 7, 2022
228 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 13, 2022 • 196 new comments -
gh-88569: add `os.path.isreserved()`
#95486 commented on
Aug 13, 2022 • 22 new comments -
gh-95601: restore support for awaitable objects that are not futures in `asyncio.wait` and deprecate that support
#95708 commented on
Aug 12, 2022 • 15 new comments -
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour
#93823 commented on
Aug 10, 2022 • 14 new comments -
TaskGroup suppresses grouped exceptions due to parent task cancellation
#95704 commented on
Aug 7, 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 -
`IsolatedAsyncioTestCase` does not call `asyncio.set_event_loop` before `setUp` anymore, `asyncio.Runner`+`PidFdChildWatcher` leaves zombie processes
#95736 commented on
Aug 13, 2022 • 9 new comments -
gh-95231: Disable md5 & crypt modules if FIPS is enabled
#94742 commented on
Aug 9, 2022 • 8 new comments -
Rephrase ast.literal_eval() to remove any security warranty
#95588 commented on
Aug 13, 2022 • 7 new comments -
bpo-46520: Handle identifiers that look like keywords in `ast.unparse`
#31012 commented on
Aug 10, 2022 • 7 new comments -
gh-64490: Fix bugs in argument clinic varargs processing
#32092 commented on
Aug 12, 2022 • 7 new comments -
gh-91248: Add PyFrame_GetVar() function
#95712 commented on
Aug 12, 2022 • 7 new comments -
gh-93018: Fix for the compatibility problems with expat
#93900 commented on
Aug 12, 2022 • 6 new comments -
failing configure command
#95283 commented on
Aug 8, 2022 • 4 new comments -
Implement stack overflow protection for supported platforms
#91079 commented on
Aug 13, 2022 • 4 new comments -
Can't assign entry to `__annotations__` unless a class has existing annotation
#95532 commented on
Aug 13, 2022 • 4 new comments -
Ctrl-c not behaving as expected
#95737 commented on
Aug 7, 2022 • 3 new comments -
Support PEP384 stable ABI in pydebug builds
#95682 commented on
Aug 8, 2022 • 3 new comments -
Extensions build does not respect --jobs setting
#87800 commented on
Aug 11, 2022 • 3 new comments -
No way to generate or parse timezone as produced by datetime.isoformat()
#69142 commented on
Aug 13, 2022 • 3 new comments -
bpo-32353: Added docs about Embedding with an frozen module limitation.
#4910 commented on
Aug 13, 2022 • 3 new comments -
gh-94823: Improve coverage in tokenizer.c:valid_utf8
#94856 commented on
Aug 12, 2022 • 3 new comments -
doctest should allow custom sys.displayhook
#70280 commented on
Aug 7, 2022 • 2 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 -
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 -
bpo-32387: Remove ability to import non-version-tagged C extensions
#4943 commented on
Aug 13, 2022 • 2 new comments -
gh-70280: allow using custom sys.displayhook's with doctest
#25651 commented on
Aug 7, 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-95149: Enhance `http.HTTPStatus` with properties that indicate the HTTP status category
#95453 commented on
Aug 7, 2022 • 2 new comments -
No reliable clean shutdown method
#77268 commented on
Aug 7, 2022 • 1 new comment -
unusual behaviour in asyncio.TaskGroup in the presence of GeneratorExit, StopIteration, KeyboardInterrupt and SystemExit
#95571 commented on
Aug 7, 2022 • 1 new comment -
array: Deprecate 'u' type in array module
#80480 commented on
Aug 7, 2022 • 1 new comment -
zipapp fails cryptically on large ZIP64-formatted archives because zipimport.py doesn't support ZIP64.
#95706 commented on
Aug 7, 2022 • 1 new comment -
Subprocess timeout causes output to be returned as bytes in text mode
#87597 commented on
Aug 7, 2022 • 1 new comment -
Provide triggering AttributeError exception to __getattr__ for reraising
#81560 commented on
Aug 7, 2022 • 1 new comment -
Document correctness proof for Fraction.limit_denominator
#95723 commented on
Aug 7, 2022 • 1 new comment -
UTF-8 encoding not enforced
#64141 commented on
Aug 8, 2022 • 1 new comment -
doctest terminates when accessing __wrapped__ raises an error
#70186 commented on
Aug 8, 2022 • 1 new comment -
Add more specific error message when file has same name as an imported module
#95754 commented on
Aug 8, 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 -
Add 1.32x faster C implementation of asyncio.isfuture().
#77702 commented on
Aug 10, 2022 • 1 new comment -
IDLE: Update offline doc locations for linux
#60012 commented on
Aug 11, 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 -
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 commented on
Aug 13, 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-34837: Multiprocessing.Pool API Extension - Pass Data to Workers w/o Globals
#9627 commented on
Aug 12, 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 11, 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 -
bpo-46978: Correct docstrings for built-in in-place operators
#31802 commented on
Aug 8, 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-93911: Specialize `LOAD_ATTR` for custom `__getattr__` and `__getattribute__`
#93988 commented on
Aug 11, 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 -
add the sm3 method for obtaining the salt value
#95567 commented on
Aug 13, 2022 • 1 new comment -
PEP 594: Process "to be removed in 3.12" part of the plan
#93243 commented on
Aug 7, 2022 • 0 new comments -
IDLE fails to detect corresponding opening parenthesis
#85560 commented on
Aug 7, 2022 • 0 new comments -
IDLE: exit at input() prompt is not complete
#85585 commented on
Aug 7, 2022 • 0 new comments -
Use the PDH API in WindowsLoadTracker
#91252 commented on
Aug 8, 2022 • 0 new comments -
[getpass] Implement a "strict" mode for getuser()
#90789 commented on
Aug 8, 2022 • 0 new comments -
[Windows] add _PyCreateFile with follow_symlinks support
#90664 commented on
Aug 8, 2022 • 0 new comments -
[_winapi] correctly sort and remove duplicates in getenvironment()
#87868 commented on
Aug 8, 2022 • 0 new comments -
[Windows] os.device_encoding(fd) should support any console fd
#87587 commented on
Aug 8, 2022 • 0 new comments -
[io] Support reading long lines with _WindowsConsoleIO
#86015 commented on
Aug 8, 2022 • 0 new comments -
[subprocess] run() sometimes ignores timeout in Windows
#87512 commented on
Aug 8, 2022 • 0 new comments -
[io] Windows legacy mode mistakenly ignores the device encoding
#86427 commented on
Aug 8, 2022 • 0 new comments -
[ctypes] Enable handling logoff and shutdown Windows console events
#85470 commented on
Aug 8, 2022 • 0 new comments -
[Windows] SuppressCrashReport should set SEM_FAILCRITICALERRORS
#85118 commented on
Aug 8, 2022 • 0 new comments -
[multiprocessing] memory leak in shared_memory.SharedMemory in Windows
#85059 commented on
Aug 8, 2022 • 0 new comments -
[ntpath] realpath fails for broken symlinks with rooted target paths
#85035 commented on
Aug 8, 2022 • 0 new comments -
[os] readlink should support getting the target's printname in Windows
#85004 commented on
Aug 8, 2022 • 0 new comments -
[pathlib] issues with Windows device paths
#78079 commented on
Aug 8, 2022 • 0 new comments -
[shutil] chown should not be defined in Windows
#77321 commented on
Aug 8, 2022 • 0 new comments -
[os] pipe() creates inheritable FDs with a bad internal state in Windows
#77046 commented on
Aug 8, 2022 • 0 new comments -
[io] _WindowsConsoleIO misbehaves when Ctrl+C is ignored
#72353 commented on
Aug 8, 2022 • 0 new comments -
Expose all functionality of list_sort_impl in C API
#95506 commented on
Aug 8, 2022 • 0 new comments -
urllib http client vulnerable to DOS attack
#89953 commented on
Aug 8, 2022 • 0 new comments -
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-33587: inspect.getsource: reorder stat on file in linecache
#6805 commented on
Aug 8, 2022 • 0 new comments -
gh-86482: Document assignment expression need for ()s
#23291 commented on
Aug 9, 2022 • 0 new comments -
Set default netrc file name correctly on Windows
#25732 commented on
Aug 7, 2022 • 0 new comments -
bpo-43871: Move port validation logic to parsing time
#25774 commented on
Aug 7, 2022 • 0 new comments -
bpo-44012: IPv6Address.exploded with scope_id
#25824 commented on
Aug 7, 2022 • 0 new comments -
bpo-43952: Fix multiprocessing Listener authkey bug
#25845 commented on
Aug 7, 2022 • 0 new comments -
bpo-41222: new tests for demonstrating polling problem on subprocess with universal_newlines=True
#25859 commented on
Aug 7, 2022 • 0 new comments -
bpo-23937: IDLE maximise on load
#25946 commented on
Aug 7, 2022 • 0 new comments -
bpo-44060: Enable TARGET labels even when not using computed gotos.
#25949 commented on
Aug 7, 2022 • 0 new comments -
bpo-24147: Document csv Dialect class defaults. Patch by Brandon Milam
#25989 commented on
Aug 7, 2022 • 0 new comments -
bpo-44075: Add asyncio.stalled audit hook
#25990 commented on
Aug 7, 2022 • 0 new comments -
bpo-44082: Add a method to check interpolation errors in configparser
#26002 commented on
Aug 7, 2022 • 0 new comments -
[minor code fix] Remove redundant reset()
#26015 commented on
Aug 7, 2022 • 0 new comments -
bpo-43804: Improve "Building C and C++ Extensions on Windows" docs
#26020 commented on
Aug 7, 2022 • 0 new comments -
bpo-21261: IDLE: add completion of dict keys of type str
#26039 commented on
Aug 7, 2022 • 0 new comments -
bpo-44115: improve duck-typing of fractions
#26064 commented on
Aug 7, 2022 • 0 new comments -
bpo-41111: Extending Argument Clinic to support to use the limited C API.
#26080 commented on
Aug 7, 2022 • 0 new comments -
bpo-42130: Fix swallowing of cancellation by wait_for
#26097 commented on
Aug 8, 2022 • 0 new comments -
bpo-44128: Refactor ZipExtFile init and re-init after seek
#26116 commented on
Aug 8, 2022 • 0 new comments -
bpo-24964: Add _proxy_response_headers attribute to HTTPConnection
#26152 commented on
Aug 8, 2022 • 0 new comments -
bpo-28307: Optimize C-style formatting of numbers
#26160 commented on
Aug 8, 2022 • 0 new comments -
Correcting hyphenation in various locations in documentation
#26177 commented on
Aug 8, 2022 • 0 new comments -
bpo-14965: Proxy `super().x = y` and `del super().x`
#26194 commented on
Aug 8, 2022 • 0 new comments -
bpo-28937: Test for `keepempty` argument to string split
#26196 commented on
Aug 8, 2022 • 0 new comments -
bpo-24929: Stop checking for valid month and day in strptime regex
#26215 commented on
Aug 8, 2022 • 0 new comments -
bpo-12403: Mention sys.displayhook in code module docs and the compile builtin docs
#26217 commented on
Aug 8, 2022 • 0 new comments -
bpo-28937 Adds a keepempty argument to string, bytes and bytearray split methods
#26222 commented on
Aug 8, 2022 • 0 new comments -
bpo-43813: Fixing DOS on http.server by limiting the characters getting logged.
#26223 commented on
Aug 8, 2022 • 0 new comments -
bpo-37901: Make our test suite pass on an IPv6-only Linux host
#26225 commented on
Aug 8, 2022 • 0 new comments -
bpo-44176: Allow `asyncio.as_completed()`'s first parameter to be a generator yielding awaitables
#26228 commented on
Aug 8, 2022 • 0 new comments -
bpo-44188: Fix ThreadPoolExecutor unbalanced semaphore count
#26265 commented on
Aug 8, 2022 • 0 new comments -
bpo-36203: Check callback is callable in PyWeakref_NewRef
#26273 commented on
Aug 8, 2022 • 0 new comments -
bpo-44212: asyncio: store old signal handlers and call them
#26306 commented on
Aug 9, 2022 • 0 new comments -
bpo-44170: Fix UnicodeDecodeError with multibyte utf8 characters in ShareableList
#26328 commented on
Aug 9, 2022 • 0 new comments -
bpo-44155: Add backlog arg for multiprocessing manager server
#26332 commented on
Aug 9, 2022 • 0 new comments -
bpo-43654: IDLE: fix config disabling tab completion
#26421 commented on
Aug 9, 2022 • 0 new comments -
bpo-44331: Generate static PyCodeObjects for faster startup
#26571 commented on
Aug 9, 2022 • 0 new comments -
bpo-38323: Change MultiLoopChildWatcher to install handlers for all the event loops
#26574 commented on
Aug 9, 2022 • 0 new comments -
bpo-44369: Improve syntax error for wrongly closed strings
#26633 commented on
Aug 9, 2022 • 0 new comments -
bpo-14322: added test case for invalid update to hmac
#26636 commented on
Aug 9, 2022 • 0 new comments -
gh-63293: Deprecate providing false values besides strings or bytes to urllib.parse functions
#26687 commented on
Aug 9, 2022 • 0 new comments -
bpo-16845: add category type check to warnings.simplefilter
#26696 commented on
Aug 9, 2022 • 0 new comments -
bpo-44283: Add jump table for match-cases of None, int, and str constants, as well as or-patterns of these.
#26697 commented on
Aug 9, 2022 • 0 new comments -
bpo-44408 imaplib, handle extra blank response line
#26701 commented on
Aug 9, 2022 • 0 new comments -
bpo-44269: smtplib make AUTH work with non-ASCII user/pw
#26709 commented on
Aug 9, 2022 • 0 new comments -
bpo-44405: make dis cli "official"
#26714 commented on
Aug 9, 2022 • 0 new comments -
bpo-38193: Add http.client script
#26775 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 -
bpo-10483: fix definition of executable file for http.server on windows
#30216 commented on
Aug 7, 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-94471: Enable pointer authentication on aarch64 builds
#94472 commented on
Aug 9, 2022 • 0 new comments -
gh-94603: micro optimize list.pop
#94604 commented on
Aug 10, 2022 • 0 new comments -
gh-94759: Collect C-level coverage using llvm-cov
#94760 commented on
Aug 8, 2022 • 0 new comments -
gh-94924: support `inspect.iscoroutinefunction` in `create_autospec(async_def)`
#94962 commented on
Aug 7, 2022 • 0 new comments -
Fix sentence fragment in bytes.hex() docs
#95257 commented on
Aug 8, 2022 • 0 new comments -
gh-95382 Remove unused indent_level
#95381 commented on
Aug 8, 2022 • 0 new comments -
gh-95417: Add `PyLong_FromUintptr_t` and `PyLong_AsUintptr_t`
#95446 commented on
Aug 13, 2022 • 0 new comments -
gh-87597: Decode subprocess output in text mode when timeout is hit
#95579 commented on
Aug 7, 2022 • 0 new comments -
Fix a mistake in isSet() deprecated message doc
#95720 commented on
Aug 9, 2022 • 0 new comments