Insights: python/cpython
Overview
Could not load contribution data
Please try again later
198 Pull requests merged by 47 people
-
gh-93259: Validate arg to ``Distribution.from_name``.
#94270 merged
Jun 26, 2022 -
[3.10] gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
#94279 merged
Jun 25, 2022 -
[3.11] gh-70474: [doc] fix wording of GET_ANEXT doc (GH-94048)
#94278 merged
Jun 25, 2022 -
gh-70474: [doc] fix wording of GET_ANEXT description in dis documentation
#94048 merged
Jun 25, 2022 -
[3.11] bpo-39971: Change examples to be runnable (GH-32172)
#94274 merged
Jun 25, 2022 -
[3.10] bpo-39971: Change examples to be runnable (GH-32172)
#94275 merged
Jun 25, 2022 -
[3.10] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095)
#94273 merged
Jun 25, 2022 -
[3.11] gh-90016: Reword sqlite3 adapter/converter docs (GH-93095)
#94272 merged
Jun 25, 2022 -
bpo-39971: Change examples to be runnable
#32172 merged
Jun 25, 2022 -
gh-90016: Reword sqlite3 adapter/converter docs
#93095 merged
Jun 25, 2022 -
[3.11] gh-94245: Test pickling and copying of typing.Tuple[()] (GH-94259)
#94267 merged
Jun 25, 2022 -
gh-77560: Report possible errors in restoring builtins at finalization
#94255 merged
Jun 25, 2022 -
gh-94245: Test pickling and copying of typing.Tuple[()]
#94259 merged
Jun 25, 2022 -
[3.10] gh-94245: Fix pickling and copying of typing.Tuple[()]
#94260 merged
Jun 25, 2022 -
[3.10] gh-94207: Fix struct module leak (GH-94239)
#94266 merged
Jun 25, 2022 -
[3.11] gh-94207: Fix struct module leak (GH-94239)
#94265 merged
Jun 25, 2022 -
gh-94207: Fix struct module leak
#94239 merged
Jun 25, 2022 -
gh-94199: Remove ssl.match_hostname() function
#94224 merged
Jun 25, 2022 -
gh-70441: Fix test_tarfile on systems w/o bz2 (gh-2962)
#94258 merged
Jun 25, 2022 -
bpo-26253: Add compressionlevel to tarfile stream
#2962 merged
Jun 25, 2022 -
bpo-46642: explicitly disallow typing.TypeVar instance subclassing
#31148 merged
Jun 25, 2022 -
gh-85308: Add argparse tests for reading non-ASCII arguments from file
#94160 merged
Jun 24, 2022 -
[3.11] gh-94217: Skip import tests when _testcapi is a builtin (GH-94218)
#94240 merged
Jun 24, 2022 -
gh-94217: Skip import tests when _testcapi is a builtin
#94218 merged
Jun 24, 2022 -
gh-93382: Sync up co_code changes with 3.11
#94227 merged
Jun 24, 2022 -
[3.10] IDLE: replace if statement with expression (GH-94228)
#94236 merged
Jun 24, 2022 -
[3.11] IDLE: replace if statement with expression (GH-94228)
#94235 merged
Jun 24, 2022 -
[3.10] Docs: Remove `Provides [...]` from `multiprocessing.shared_memory` description (GH-92761)
#94238 merged
Jun 24, 2022 -
[3.11] Docs: Remove `Provides [...]` from `multiprocessing.shared_memory` description (GH-92761)
#94237 merged
Jun 24, 2022 -
Remove `Provides` from `shared_memory` docs description
#92761 merged
Jun 24, 2022 -
IDLE: replace if statement with expression
#94228 merged
Jun 24, 2022 -
gh-94172: urllib.request avoids deprecated check_hostname
#94193 merged
Jun 24, 2022 -
[3.11] gh-84461: Build Emscripten with WASM BigInt support (GH-94219)
#94223 merged
Jun 24, 2022 -
gh-84461: Build Emscripten with WASM BigInt support
#94219 merged
Jun 24, 2022 -
[3.10] gh-94205: Ensures all required DLLs are copied on Windows for underpth tests (GH-94206)
#94213 merged
Jun 24, 2022 -
[3.11] gh-94205: Ensures all required DLLs are copied on Windows for underpth tests (GH-94206)
#94212 merged
Jun 24, 2022 -
[3.11] gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142)
#94211 merged
Jun 24, 2022 -
[3.10] gh-93692: remove "build finished successfully" message from setup.py (GH-93693)
#94209 merged
Jun 24, 2022 -
[3.11] gh-93692: remove "build finished successfully" message from setup.py (GH-93693)
#94210 merged
Jun 24, 2022 -
gh-94205: Ensures all required DLLs are copied on Windows for underpth tests
#94206 merged
Jun 24, 2022 -
gh-84461: Fix ctypes and test_ctypes on Emscripten
#94142 merged
Jun 24, 2022 -
gh-93692: remove redundant "build finished successfully" message from setup.py
#93693 merged
Jun 24, 2022 -
gh-94196: Remove gzip.GzipFile.filename attribute
#94197 merged
Jun 24, 2022 -
gh-94199: Remove ssl.RAND_pseudo_bytes() function
#94202 merged
Jun 24, 2022 -
gh-94169: Remove deprecated io.OpenWrapper
#94170 merged
Jun 24, 2022 -
Add more tests for throwing into `yield from`
#94097 merged
Jun 23, 2022 -
Add ABI dump script
#94135 merged
Jun 23, 2022 -
[3.11] gh-93976: [Enum] Remove automatic docstring generation (GH-94188)
#94191 merged
Jun 23, 2022 -
gh-93976: Remove Enum docstring generation
#94188 merged
Jun 23, 2022 -
bpo-47063 Add an index_pages default list and parameter to SimpleHTTPRequestHandler
#31985 merged
Jun 23, 2022 -
[3.10] gh-89974: Support building with VS 2022 (v143 toolset) on Windows (GH-29577)
#94189 merged
Jun 23, 2022 -
[3.11] gh-92858: Improve error message for some suites with syntax error before ':' (GH-92894)
#94180 merged
Jun 23, 2022 -
[3.10] gh-92858: Improve error message for some suites with syntax error before ':' (GH-92894).
#94183 merged
Jun 23, 2022 -
[3.11] gh-93771: Clarify how deepfreeze.py is run (GH-94150)
#94179 merged
Jun 23, 2022 -
[3.11] GH-91742: Fix pdb crash after jump (GH-94171)
#94176 merged
Jun 23, 2022 -
gh-93771: Clarify how deepfreeze.py is run
#94150 merged
Jun 23, 2022 -
gh-92858: Improve error message for some suites with syntax error before ':'
#92894 merged
Jun 23, 2022 -
[3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)
#93493 merged
Jun 23, 2022 -
[3.11] [Enum] fix typo (GH-94158)
#94177 merged
Jun 23, 2022 -
[Enum] fix typo
#94158 merged
Jun 23, 2022 -
GH-91742: Fix pdb crash after jump
#94171 merged
Jun 23, 2022 -
[3.10] gh-84623: Remove unused imports in idlelib (GH-94143)
#94148 merged
Jun 23, 2022 -
gh-89121: Keep the number of pending SQLite statements to a minimum
#30379 merged
Jun 23, 2022 -
[3.11] gh-84461: Fix test_sqlite for Emscripten/WASI (GH-94125)
#94157 merged
Jun 23, 2022 -
[3.10] gh-92888: Fix memoryview bad `__index__` use after free (GH-92946)
#93950 merged
Jun 23, 2022 -
[3.11] gh-86404: [doc] Fix missing backtick and double target name.
#94159 merged
Jun 23, 2022 -
gh-86404: [doc] Fix missing backtick and double target name.
#94120 merged
Jun 23, 2022 -
[3.11] gh-91456: [Enum] Deprecate default auto() behavior with mixed value types (GH-91457)
#94156 merged
Jun 23, 2022 -
gh-84461: Fix test_sqlite for Emscripten/WASI
#94125 merged
Jun 23, 2022 -
gh-91456: Fix issue affecting the use of auto() alongside aliases in Enums
#91457 merged
Jun 23, 2022 -
[3.10] Closes gh-94152: Update pyvideo.org URL (GH-94075)
#94154 merged
Jun 23, 2022 -
[3.11] Closes gh-94152: Update pyvideo.org URL (GH-94075)
#94153 merged
Jun 23, 2022 -
gh-94152: fix URL redirect
#94075 merged
Jun 23, 2022 -
gh-85308: argparse: Use filesystem encoding for arguments file
#93277 merged
Jun 23, 2022 -
[3.11] gh-84623: Remove unused imports in idlelib (GH-94143)
#94147 merged
Jun 22, 2022 -
gh-84623: Remove unused imports in idlelib
#94143 merged
Jun 22, 2022 -
[3.7] gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879)
#94095 merged
Jun 22, 2022 -
Add ABI dump Makefile target
#94136 merged
Jun 22, 2022 -
[3.10] Add an error message to the ABI-dump file check
#94131 merged
Jun 22, 2022 -
gh-84623: Move imports in doctests
#94133 merged
Jun 22, 2022 -
gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/
#94070 merged
Jun 22, 2022 -
gh-84623: Remove unused imports
#94132 merged
Jun 22, 2022 -
[3.11] gh-94114: Remove obsolete reference to python.org mirrors (GH-94115)
#94137 merged
Jun 22, 2022 -
[3.10] gh-94114: Remove obsolete reference to python.org mirrors (GH-94115)
#94138 merged
Jun 22, 2022 -
[3.11] Add an error message to the ABI-dump file check
#94129 merged
Jun 22, 2022 -
gh-94114: Remove obsolete reference to python.org mirrors
#94115 merged
Jun 22, 2022 -
[3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (GH-94127)
#94127 merged
Jun 22, 2022 -
[3.7] gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885)
#94126 merged
Jun 22, 2022 -
[3.8] gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885)
#94124 merged
Jun 22, 2022 -
[3.10] gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885)
#94122 merged
Jun 22, 2022 -
[3.9] gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885)
#94123 merged
Jun 22, 2022 -
[3.11] gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885)
#94121 merged
Jun 22, 2022 -
gh-91172: Create a workflow for verifying bundled pip and setuptools
#31885 merged
Jun 22, 2022 -
[3.10] gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary importers. (GH-93962)
#94119 merged
Jun 22, 2022 -
[3.11] gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary importers. (GH-93962)
#94118 merged
Jun 22, 2022 -
[3.11] Fix typo in _io.TextIOWrapper Clinic input (GH-94037)
#94116 merged
Jun 22, 2022 -
[3.10] Fix typo in _io.TextIOWrapper Clinic input (GH-94037)
#94117 merged
Jun 22, 2022 -
gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary importers.
#93962 merged
Jun 22, 2022 -
Fix typo in _io.TextIOWrapper Clinic input
#94037 merged
Jun 22, 2022 -
[3.11] gh-94101 Disallow instantiation of SSLSession objects (GH-94102)
#94111 merged
Jun 22, 2022 -
[3.10] gh-94101 Disallow instantiation of SSLSession objects (GH-94102)
#94112 merged
Jun 22, 2022 -
gh-94101 Disallow instantiation of SSLSession objects
#94102 merged
Jun 22, 2022 -
[3.10] gh-74696: Do not change the current working directory in shutil.make_archive() if possible (GH-93160)
#94106 merged
Jun 22, 2022 -
[3.11] gh-74696: Do not change the current working directory in shutil.make_archive() if possible (GH-93160)
#94105 merged
Jun 22, 2022 -
[3.10] DOC: correct bytesarray -> bytearray in comments (GH-92410)
#94090 merged
Jun 22, 2022 -
[3.11] DOC: correct bytesarray -> bytearray in comments (GH-92410)
#94089 merged
Jun 22, 2022 -
gh-74696: Do not change the current working directory in shutil.make_archive() if possible
#93160 merged
Jun 22, 2022 -
[3.8] gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879)
#94094 merged
Jun 22, 2022 -
[3.9] gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879)
#94093 merged
Jun 22, 2022 -
[3.10] GH-93964: Harden overflow checks before _PyBytes_Resize in compile.c
#94045 merged
Jun 22, 2022 -
Stats: Add summary of top instructions for misses and deferred specialization.
#94072 merged
Jun 22, 2022 -
gh-88123: Implement new Enum __contains__
#93298 merged
Jun 22, 2022 -
[3.10] bpo-30535: [doc] state that sys.meta_path is not empty by default (GH-94098)
#94100 merged
Jun 21, 2022 -
[3.11] bpo-30535: [doc] state that sys.meta_path is not empty by default (GH-94098)
#94099 merged
Jun 21, 2022 -
bpo-30535: [doc] state that sys.meta_path is not empty by default
#94098 merged
Jun 21, 2022 -
[3.11] gh-92611: Add details on replacements for cgi utility funcs (GH-92792)
#93967 merged
Jun 21, 2022 -
[3.10] gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879)
#94092 merged
Jun 21, 2022 -
gh-89336: Remove configparser APIs that were deprecated for 3.12
#92503 merged
Jun 21, 2022 -
[3.11] gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879)
#94091 merged
Jun 21, 2022 -
[3.10] gh-93021: Fix __text_signature__ for __get__ (GH-93023)
#94086 merged
Jun 21, 2022 -
[3.11] gh-93021: Fix __text_signature__ for __get__ (GH-93023)
#94085 merged
Jun 21, 2022 -
gh-87389: Fix an open redirection vulnerability in http.server.
#93879 merged
Jun 21, 2022 -
DOC: correct bytesarray -> bytearray in comments
#92410 merged
Jun 21, 2022 -
gh-82927: Update files related to HTML entities.
#92504 merged
Jun 21, 2022 -
[3.10] Tutorial: specify match cases don't fall through (GH-93615)
#94084 merged
Jun 21, 2022 -
[3.11] Tutorial: specify match cases don't fall through (GH-93615)
#94083 merged
Jun 21, 2022 -
[3.10] gh-93240: clarify wording in IO tutorial (GH-93276)
#94081 merged
Jun 21, 2022 -
[3.11] gh-93240: clarify wording in IO tutorial (GH-93276)
#94082 merged
Jun 21, 2022 -
gh-93021: Fix __text_signature__ for __get__
#93023 merged
Jun 21, 2022 -
docs tutorial - specify match cases don't fall through
#93615 merged
Jun 21, 2022 -
gh-93240: clarify wording in IO tutorial
#93276 merged
Jun 21, 2022 -
[3.10] gh-93675: Fix typos in `Doc/` (GH-93676)
#94080 merged
Jun 21, 2022 -
[3.10] gh-93851: Fix all broken links in Doc/ (GH-93853)
#94078 merged
Jun 21, 2022 -
Minor optimization for Fractions.limit_denominator
#93730 merged
Jun 21, 2022 -
[3.10] gh-79512: Fixed names and __module__ value of weakref classes (GH-93719)
#94071 merged
Jun 21, 2022 -
[3.11] gh-91387: Fix tarfile test on WASI (GH-93984)
#94074 merged
Jun 21, 2022 -
[3.11] gh-93675: Fix typos in `Doc/` (GH-93676)
#94079 merged
Jun 21, 2022 -
gh-93675: Fix typos in `Doc/`
#93676 merged
Jun 21, 2022 -
[3.11] gh-93851: Fix all broken links in Doc/ (GH-93853)
#94076 merged
Jun 21, 2022 -
gh-93851: Fix all broken links in Doc/
#93853 merged
Jun 21, 2022 -
[3.10] gh-91387: Strip trailing slash from tarfile longname directories (GH-32423)
#93972 merged
Jun 21, 2022 -
[3.11] gh-91387: Strip trailing slash from tarfile longname directories (GH-32423)
#93971 merged
Jun 21, 2022 -
gh-94038: Updating Release Schedule in readme.rst from PEP 664 to PEP 693
#94046 merged
Jun 21, 2022 -
[3.10] gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)
#94066 merged
Jun 21, 2022 -
[3.11] gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)
#94065 merged
Jun 21, 2022 -
gh-94068: Remove HVSOCKET_CONTAINER_PASSTHRU constant because it has been removed from Windows
#94069 merged
Jun 21, 2022 -
gh-86986: Drop compatibility support for Sphinx 2
#93737 merged
Jun 21, 2022 -
GH-93841: Turn stats on and off, clear and dump them at runtime.
#93843 merged
Jun 21, 2022 -
gh-74953: _PyThread_cond_after() uses _PyTime_t
#94056 merged
Jun 21, 2022 -
gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/
#94049 merged
Jun 21, 2022 -
[3.11] gh-94052: Don't re-run failed tests with --python option (GH-94054)
#94057 merged
Jun 21, 2022 -
gh-93839: Use load_package_tests() for testmock
#94055 merged
Jun 21, 2022 -
gh-94052: Don't re-run failed tests with --python option
#94054 merged
Jun 21, 2022 -
[3.11] gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-94042)
#94053 merged
Jun 21, 2022 -
gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-94042)
#94042 merged
Jun 21, 2022 -
gh-91432: Specialize FOR_ITER
#91713 merged
Jun 21, 2022 -
gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/
#94043 merged
Jun 21, 2022 -
gh-93839: Move Lib/ctypes/test/ to Lib/test/test_ctypes/
#94041 merged
Jun 21, 2022 -
GH-93678: refactor compiler so that optimizer does not need the assembler and compiler structs
#93842 merged
Jun 21, 2022 -
[3.11] gh-94021: Address unreachable code warning in specialize code (GH-94022)
#94047 merged
Jun 21, 2022 -
gh-94021: Address unreachable code warning in specialize code
#94022 merged
Jun 21, 2022 -
[3.11] gh-91985: Ensure in-tree builds override platstdlib_dir in every path calculation (GH-93641)
#93918 merged
Jun 20, 2022 -
[3.11] GH-93249: relax overly strict assertion on bounds->ar_start (GH-93961)
#94032 merged
Jun 20, 2022 -
GH-93249: relax overly strict assertion on bounds->ar_start
#93961 merged
Jun 20, 2022 -
[3.10] gh-90539: doc: Expand on what should not go into CFLAGS, LDFLAGS (GH-92754)
#94030 merged
Jun 20, 2022 -
[3.11] gh-90539: doc: Expand on what should not go into CFLAGS, LDFLAGS (GH-92754)
#94029 merged
Jun 20, 2022 -
gh-93937: PyOS_StdioReadline() uses PyConfig.legacy_windows_stdio
#94024 merged
Jun 20, 2022 -
[3.10] gh-84461: Silence some compiler warnings on WASM (GH-93978)
#94025 merged
Jun 20, 2022 -
gh-87347: Add parenthesis around macro arguments
#93915 merged
Jun 20, 2022 -
gh-90539: doc: Expand on what should not go into CFLAGS, LDFLAGS
#92754 merged
Jun 20, 2022 -
[3.11] gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
#94000 merged
Jun 20, 2022 -
[3.11] gh-84461: Silence some compiler warnings on WASM (GH-93978)
#94020 merged
Jun 20, 2022 -
GH-93516: Speedup line number checks when tracing.
#93763 merged
Jun 20, 2022 -
GH-93897: Store frame size in code object and de-opt if insufficient space on thread frame stack.
#93908 merged
Jun 20, 2022 -
gh-84461: Silence some compiler warnings on WASM (GH-93978)
#93978 merged
Jun 20, 2022 -
[3.10] gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (GH-9621)
#94015 merged
Jun 20, 2022 -
[3.11] gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (GH-9621)
#94014 merged
Jun 19, 2022 -
gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement
#9621 merged
Jun 19, 2022 -
[3.11] gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)
#94013 merged
Jun 19, 2022 -
[3.10] gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)
#94012 merged
Jun 19, 2022 -
gh-61162: Clarify sqlite3 connection context manager docs
#93890 merged
Jun 19, 2022 -
[3.11] gh-84461: Skip test_unwritable_directory again on Emscripten (GH-94007)
#94009 merged
Jun 19, 2022 -
[3.11] gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (GH-93926)
#94010 merged
Jun 19, 2022 -
[3.10] gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (GH-93926)
#94011 merged
Jun 19, 2022 -
gh-93925: Improve doc clarity of sqlite3 commit/rollback, and close
#93926 merged
Jun 19, 2022 -
gh-84461: Skip test_unwritable_directory again on Emscripten
#94007 merged
Jun 19, 2022 -
[3.11] gh-84461: Fix Emscripten umask and permission issues (GH-94002) (GH-94006)
#94006 merged
Jun 19, 2022 -
gh-84461: Fix Emscripten umask and permission issues (GH-94002)
#94002 merged
Jun 19, 2022 -
gh-93991: Use boolean instead of 0/1 for condition check
#93992 merged
Jun 19, 2022 -
[3.10] GH-93990: fix refcounting bug in `add_subclass` in `typeobject.c` (GH-93989)
#93999 merged
Jun 19, 2022 -
gh-93937, C API: Move PyFrame_GetBack() to Python.h
#93938 merged
Jun 19, 2022 -
[3.11] GH-93990: fix refcounting bug in `add_subclass` in `typeobject.c` (GH-93989)
#93998 merged
Jun 19, 2022 -
gh-74953: Reformat PyThread_acquire_lock_timed()
#93947 merged
Jun 19, 2022 -
gh-93761: Fix test_logging test_config_queue_handler() race condition
#93952 merged
Jun 19, 2022 -
[3.10] What's new in 3.10: fix link to issue (GH-93968)
#93997 merged
Jun 19, 2022 -
[3.11] What's new in 3.10: fix link to issue (GH-93968)
#93996 merged
Jun 19, 2022 -
What's new in 3.10: fix link to issue
#93968 merged
Jun 19, 2022 -
GH-93990: fix refcounting bug in add_subclass in typeobject.c
#93989 merged
Jun 19, 2022
62 Pull requests opened by 33 people
-
[3.11] gh-93975: Nicer error reporting in test_venv (GH-93959)
#94003 opened
Jun 19, 2022 -
[3.10] gh-93975: Nicer error reporting in test_venv (GH-93959)
#94004 opened
Jun 19, 2022 -
[3.9] gh-93975: Nicer error reporting in test_venv (GH-93959)
#94005 opened
Jun 19, 2022 -
gh-86128: Add warning to ThreadPoolExecutor docs
#94008 opened
Jun 19, 2022 -
GH-82874: Use f-strings instead of str.format within importlib.__init__.py
#94016 opened
Jun 20, 2022 -
gh-88324: Clarify documentation for redirected stdout/stderr when using subprocess in Linux
#94035 opened
Jun 20, 2022 -
gh-94018: Remove trailing spaces in _sanitize_windows_name
#94040 opened
Jun 20, 2022 -
GH-93964: Harden overflow checks before _PyBytes_Resize in compile.c
#94044 opened
Jun 21, 2022 -
gh-84753: sync iscoroutinefunction of asyncio and inspect module
#94050 opened
Jun 21, 2022 -
GH-90699: Move generated static initializer to pycore_runtime_generated.h
#94051 opened
Jun 21, 2022 -
gh-93896: restore the set_event_loop calls to asyncio.run
#94058 opened
Jun 21, 2022 -
gh-94060: document use of ANY in test assertions
#94060 opened
Jun 21, 2022 -
gh-94061: set a message to ConnectionResetError
#94062 opened
Jun 21, 2022 -
[WIP] gh-93744: Remove configure --with-cxx-main option
#94063 opened
Jun 21, 2022 -
gh-94087: Update function used to construct Unicode string (in doc and code)
#94088 opened
Jun 21, 2022 -
GH-91432: Add more FOR_ITER specializations
#94096 opened
Jun 21, 2022 -
GH-91601 Stdlib ipaddress. Remove prefix from dns pointer
#94103 opened
Jun 22, 2022 -
GH-94108: Specialize for int & operation
#94109 opened
Jun 22, 2022 -
What's new in 3.11: Correctly count schemes
#94110 opened
Jun 22, 2022 -
Implement BINARY_SUBSCR specialization for (String Int)
#94128 opened
Jun 22, 2022 -
gh-94139: fix incorrect link in typeobj documentation
#94140 opened
Jun 22, 2022 -
GH-94149: Fix unaligned access in convertsimple().
#94141 opened
Jun 22, 2022 -
gh-81671: [doc] improve wording of .startswith, .endswith arg documentation
#94144 opened
Jun 22, 2022 -
gh-54781: Move Lib/idlelib/idle_test/ to Lib/test/test_idle/
#94145 opened
Jun 22, 2022 -
gh-89739: Support zip64 in zipimport
#94146 opened
Jun 22, 2022 -
gh-94026: Workaround for BlockingIOError in runtest_mp on Emscripten
#94164 opened
Jun 23, 2022 -
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions.
#94168 opened
Jun 23, 2022 -
gh-94172: Remove keyfile, certfile and check_hostname parameters
#94173 opened
Jun 23, 2022 -
gh-94174: asyncio.get_event_loop() fails if no current event loop
#94175 opened
Jun 23, 2022 -
gh-94182: run the PidfdChildWatcher on the running loop
#94184 opened
Jun 23, 2022 -
gh-94185: Fix PyObject_NEW and PyObject_NEW_VAR
#94186 opened
Jun 23, 2022 -
gh-90717: Update the documentation for the altchars paremeter in base64 library
#94187 opened
Jun 23, 2022 -
gh-94194: gettext plural values must now be integers
#94195 opened
Jun 24, 2022 -
gh-94165: Prevent PY_CHECK_SQLITE_FUNC from accumulating linker options
#94198 opened
Jun 24, 2022 -
gh-94199: Remove hashlib.pbkdf2_hmac() Python implementation
#94200 opened
Jun 24, 2022 -
Generalize `build_msi` GitHub action
#94201 opened
Jun 24, 2022 -
gh-94199: Remove the ssl.wrap_socket() function
#94203 opened
Jun 24, 2022 -
gh-94214: Add venv context.lib_path and document the context
#94221 opened
Jun 24, 2022 -
gh-94026: use a temporary file for regrtest worker process stdout
#94222 opened
Jun 24, 2022 -
Run Tools/scripts/reindent.py
#94225 opened
Jun 24, 2022 -
gh-94226: Remove the locale.format() function
#94229 opened
Jun 24, 2022 -
gh-93096: Remove `python -m base64 -t`
#94230 opened
Jun 24, 2022 -
[3.11] GH-93516: Backport GH-93769
#94231 opened
Jun 24, 2022 -
gh-94172: urllib.request avoids deprecated key_file/cert_file
#94232 opened
Jun 24, 2022 -
gh-93096: Remove `python -m codecs`
#94233 opened
Jun 24, 2022 -
gh-87347: Fix PyObject_NEW() regression
#94234 opened
Jun 24, 2022 -
gh-94216: add virtual opcodes to the dis/opcodes modules
#94241 opened
Jun 24, 2022 -
Update code sample when importing modules in queue doc
#94244 opened
Jun 24, 2022 -
gh-89038: [doc] update dis.findlinestarts documentation for changes related to PEP-626
#94247 opened
Jun 24, 2022 -
gh-94246: Prefer user argument names in AC doctrings
#94248 opened
Jun 24, 2022 -
gh-74696: Pass root_dir to custom archivers which support it
#94251 opened
Jun 25, 2022 -
gh-87995: Make MappingProxyType hashable
#94252 opened
Jun 25, 2022 -
gh-94026: Buffer regrtest worker stdout in temporary file
#94253 opened
Jun 25, 2022 -
gh-94220: Replaced name(s) & pat with filename(s) & pattern in fnmatch module as per docs
#94261 opened
Jun 25, 2022 -
gh-94264: fnv uses LLVM __builtin_memcpy_inline if available.
#94263 opened
Jun 25, 2022 -
[3.10] gh-94245: Test pickling and copying of typing.Tuple[()] (GH-94259)
#94268 opened
Jun 25, 2022 -
GH-94254: make _struct module types immutable
#94269 opened
Jun 25, 2022 -
gh-90016: Deprecate default sqlite3 adapters and converters
#94276 opened
Jun 25, 2022 -
gh-93370: Catch sqlite3.version deprecation warning in pythoninfo.py
#94277 opened
Jun 25, 2022 -
GH-94280: Use python 3.9 or higher to compile CPython on Windows
#94281 opened
Jun 25, 2022 -
bpo-40846: Removed ambiguity in parameters vs arguments
#94282 opened
Jun 26, 2022 -
gh-94242: Update calculation of _MAX_WINDOWS_WORKERS
#94283 opened
Jun 26, 2022
153 Issues closed by 33 people
-
IDLE: Quitting with a new, unsaved editor window causes an exception
#81732 closed
Jun 26, 2022 -
IDLE: test_configdialog failed
#75677 closed
Jun 26, 2022 -
IDLE subsection of What's New 3.9
#86010 closed
Jun 26, 2022 -
Usage of assert in http/client.py
#86226 closed
Jun 26, 2022 -
Python Launcher is sorry to say... No pyvenv.cfg file
#85537 closed
Jun 26, 2022 -
"about" button in MacOS caused an error
#85408 closed
Jun 25, 2022 -
Prepare CPython for opaque PyObject structure.
#85360 closed
Jun 25, 2022 -
Running a generator in a map-like manner
#85279 closed
Jun 25, 2022 -
freeze.py aborts on macOS
#85126 closed
Jun 25, 2022 -
Remove deprecated functions marked for removal in 3.10
#85109 closed
Jun 25, 2022 -
dis module: coroutine opcode documentation clarity
#70474 closed
Jun 25, 2022 -
Creating Virtual Environments Does Not Work (Not Creating Folder)
#84768 closed
Jun 25, 2022 -
[doc] Error in functional how-to example
#84152 closed
Jun 25, 2022 -
sorted() returns the wrong result for a specific input using the key parameter
#94271 closed
Jun 25, 2022 -
io.open() fails to open ascii file if LANG env not set
#69546 closed
Jun 25, 2022 -
Empty typing.Tuple
#91137 closed
Jun 25, 2022 -
`importlib.metadata.version(None)` returns arbitrary version number
#93259 closed
Jun 25, 2022 -
Memory leak in _struct module
#94207 closed
Jun 25, 2022 -
PyTupleObject::ob_item[1] with out-of-bounds access => undefined behavior
#94250 closed
Jun 25, 2022 -
typing: tested TypeVar instance subclass TypeError is incidental
#90800 closed
Jun 25, 2022 -
Need a more efficient way to perform dict.get(key, default)
#82459 closed
Jun 25, 2022 -
__import__ doesn't honour globals
#84430 closed
Jun 24, 2022 -
partial_format()
#84023 closed
Jun 24, 2022 -
test_importlib fails when _testcapi is a builtin module
#94217 closed
Jun 24, 2022 -
Default value to dataclass field is ignored if setting up getter/setter
#94067 closed
Jun 24, 2022 -
Possible bug in functools.singledispatch
#94162 closed
Jun 24, 2022 -
Broken links in the documentation
#93851 closed
Jun 24, 2022 -
urllib.request missing `HTTPError` in `__all__` causing type checker to nag
#94204 closed
Jun 24, 2022 -
test_site underpth tests fail on Windows without C++ runtime installed
#94205 closed
Jun 24, 2022 -
`__name__ must be set to a string object` when using `unittest.mock.patch()` with `autospec=True`
#94190 closed
Jun 24, 2022 -
setup.py only reports successful builds if one or more stdlib modules are missing
#93692 closed
Jun 24, 2022 -
gzip: Remove deprecated filename attribute
#94196 closed
Jun 24, 2022 -
Remove io.OpenWrapper, deprecated in Python 3.10
#94169 closed
Jun 24, 2022 -
doc: collections.abc.Sequence cannot be used to test whether a class provides a particular interface
#79371 closed
Jun 24, 2022 -
ValueError in zipfile.ZipFile
#83245 closed
Jun 23, 2022 -
Building 3.10 with VS2022 fails
#94151 closed
Jun 23, 2022 -
3.11 creates doctests for Enum subclasses brittle against `globs` and overridden `__repr__`
#93976 closed
Jun 23, 2022 -
SimpleHTTPRequestHandler has hard coded index page list.
#91219 closed
Jun 23, 2022 -
re.compile() repr end quote truncated
#70256 closed
Jun 23, 2022 -
importlib.metadata.packages_distributions does not see all packages installed on sys.path
#94113 closed
Jun 23, 2022 -
Deepfreeze using 3.10, not bootstrap interpreter.
#93771 closed
Jun 23, 2022 -
Minor improvement to errors with (no) missing colon
#92858 closed
Jun 23, 2022 -
Enum `auto()` functionally fails following alias creation
#91456 closed
Jun 23, 2022 -
how to solve this:
#94167 closed
Jun 23, 2022 -
Unreachable code warning in specialize.c
#94021 closed
Jun 23, 2022 -
[sqlite3] only reset statements when needed
#89121 closed
Jun 23, 2022 -
fix URL redirect
#94152 closed
Jun 23, 2022 -
argparse uses default encoding when read arguments from file
#85308 closed
Jun 23, 2022 -
Document BaseException constructor
#81406 closed
Jun 22, 2022 -
Feature Request: An option to os.walk() to return os.DirEntry lists instead of just filenames/dirnames
#80952 closed
Jun 22, 2022 -
remove reference to obsolete mirrors in python tutorial
#94114 closed
Jun 22, 2022 -
Docs on reference count detail. enhancement.
#79695 closed
Jun 22, 2022 -
Create a test verifying bundled pip and setuptools wheels
#91172 closed
Jun 22, 2022 -
test_bdb is sensitive to sys.meta_path manipulation
#93951 closed
Jun 22, 2022 -
Attribute lookup on SSLSession object created through public constructor causes SIGSEGV
#94101 closed
Jun 22, 2022 -
new Boolean ABC in numbers module
#77067 closed
Jun 22, 2022 -
REDoS in parseentities
#86087 closed
Jun 22, 2022 -
[security] http.server: Open Redirection if the URL path starts with //
#87389 closed
Jun 21, 2022 -
[doc] Explicitly note that meta_path is not empty
#74720 closed
Jun 21, 2022 -
Scientific formatting of decimal 0 different from float 0
#75865 closed
Jun 21, 2022 -
Blank line inconsistency between InteractiveConsole and standard interpreter
#75379 closed
Jun 21, 2022 -
pdb lacks debugger command to list and show all user-defined variables
#75121 closed
Jun 21, 2022 -
unittest execute tests twice in some conditions
#75057 closed
Jun 21, 2022 -
__text_signature__ for __get__ methods is wrong
#93021 closed
Jun 21, 2022 -
sqlite3 SELECT does not BEGIN a transaction, but should according to spec
#54133 closed
Jun 21, 2022 -
AttributeError when copying flags in the `re` module.
#93820 closed
Jun 21, 2022 -
Text copy-edit in the tutorial? Passing a dict named 'table'
#93240 closed
Jun 21, 2022 -
IntFlag iteration behaviour is inconsistent between versions
#93210 closed
Jun 21, 2022 -
Incorrect __module__ attribute for _struct.Struct and perhaps a few others
#79512 closed
Jun 21, 2022 -
Typos found `Doc/` subdirectory
#93675 closed
Jun 21, 2022 -
cpython\Modules\socketmodule.c(7473,5): error C2065: 'HVSOCKET_CONTAINE R_PASSTHRU': undeclared identifier
#93656 closed
Jun 21, 2022 -
Readme.rst Release Schedule
#94038 closed
Jun 21, 2022 -
Support the buffer protocol in json.loads()
#74379 closed
Jun 21, 2022 -
PDB enhancement
#74280 closed
Jun 21, 2022 -
HVSOCKET_CONTAINER_PASSTHRU has been removed
#94068 closed
Jun 21, 2022 -
Duplicate of #70509
#94073 closed
Jun 21, 2022 -
Write unit tests for pdb module
#73784 closed
Jun 21, 2022 -
Python behavioral difference between Linux and AIX
#73731 closed
Jun 21, 2022 -
Representation of Regular Expression Truncated
#94059 closed
Jun 21, 2022 -
Better error handling in PyImport_Cleanup()
#77511 closed
Jun 21, 2022 -
PyThread_acquire_lock_timed() should recompute the timeout when interrupted by a signal
#74953 closed
Jun 21, 2022 -
Implement PEP 652 -- Maintaining the Stable ABI
#87961 closed
Jun 21, 2022 -
Sqlite cursor garbage-collection issue with Python 3.11.0b3
#94028 closed
Jun 21, 2022 -
New assert method that checks an error message for a list of strings
#71319 closed
Jun 21, 2022 -
Installer>Install in user folder by default when you check: for all users
#69383 closed
Jun 20, 2022 -
Change format of test runner output
#66621 closed
Jun 20, 2022 -
Provide convenience function for paths relative to the current module
#68584 closed
Jun 20, 2022 -
Documentation unclear regarding io.IOBase.isatty() ValueError when stream is closed
#93922 closed
Jun 20, 2022 -
Python
#94039 closed
Jun 20, 2022 -
getpath miscalculates sys.path from second initialization with PYTHONHOME on Windows
#91985 closed
Jun 20, 2022 -
Unhelpful `SyntaxError` with unclosed call before colon
#94034 closed
Jun 20, 2022 -
Behavior of assigning to __dict__ is not documented
#59565 closed
Jun 20, 2022 -
line number for a return in a with block after 3.10 is that of the with, not the return statement
#93975 closed
Jun 20, 2022 -
asyncio.create_subprocess_exec doesn't capture all stdout output
#76011 closed
Jun 20, 2022 -
asyncio.create_subprocess_exec throws RuntimeError yet still executes subprogram
#90493 closed
Jun 20, 2022 -
fatal error: Python.h: No such file or directory
#94027 closed
Jun 20, 2022 -
Objects/codeobject.c:814: retreat: Assertion `bounds->ar_start > 0' failed
#93249 closed
Jun 20, 2022 -
print statement delayed IOError when stdout has been closed
#52180 closed
Jun 20, 2022 -
Improve documentation of CFLAGS_NODIST, LDFLAGS_NODIST
#90539 closed
Jun 20, 2022 -
Wrong attachement filename when mail mime header was too long
#83221 closed
Jun 20, 2022 -
inspect - getasyncgeneratorstate, getasyncgeneratorlocals
#91347 closed
Jun 20, 2022 -
sqlite.iterdump does not work for (most) databases with autoincrement
#79009 closed
Jun 19, 2022 -
The sqlite3 context manager does not work with isolation_level=None
#61162 closed
Jun 19, 2022 -
Improve docs/docstrings of sqlite3 commit()/rollback() and close()
#93925 closed
Jun 19, 2022 -
Can't build _hashlib and _ssl optional modules using brew install on Mac OS X
#93695 closed
Jun 19, 2022 -
Error when cross compiling for hardfloat MIPS
#90423 closed
Jun 19, 2022 -
gcc warning when compiling Modules/expat/xmltok_ns.c
#89876 closed
Jun 19, 2022 -
CPython 3.8.5 fails to build on Windows with -E option
#85616 closed
Jun 19, 2022 -
Building with a libreadline.so located outside the ld.so.conf search path fails
#84827 closed
Jun 19, 2022 -
AIX: python3 points to "air"
#84254 closed
Jun 19, 2022 -
Python3.7.2 fails to cross-compile (yocto / openembedded) when target is mips softfloat
#81033 closed
Jun 19, 2022 -
test_dtrace failed
#80883 closed
Jun 19, 2022 -
generate correct pyconfig.h when cross-compiling
#80542 closed
Jun 19, 2022 -
android arm cross compilation fails, config issue
#80326 closed
Jun 19, 2022 -
configure: error: could not find pthreads on your system during cross compilation
#80322 closed
Jun 19, 2022 -
ImportError: dlopen failed: cannot locate symbol "PyBool_Type"
#80178 closed
Jun 19, 2022 -
regen autotools related files
#77667 closed
Jun 19, 2022 -
Python on android must use ashmem instead of shmem
#75222 closed
Jun 19, 2022 -
--enable-optimizations does not work with --enable-shared
#73898 closed
Jun 19, 2022 -
ICC compiler check is too permissive
#72770 closed
Jun 19, 2022 -
configure warning for Python 3.5.2 during compilation
#71585 closed
Jun 19, 2022 -
Use boolean instead of 0/1 for condition check
#93991 closed
Jun 19, 2022 -
Thread safety : disable intel’s compiler autopar where it’s being relevant.
#85095 closed
Jun 19, 2022 -
Segfault when using trace functions in 3.11a3
#90317 closed
Jun 19, 2022 -
When sending binary file to a Microsoft FTP server over FTP TLS, the SSL unwind method hangs
#78738 closed
Jun 19, 2022 -
refcounting bug in add_subclass in typeobject.c
#93990 closed
Jun 19, 2022 -
RuntimeError('Event loop is closed') after cancelling getaddrinfo and closing loop
#77329 closed
Jun 19, 2022 -
Regression in HTMLParser on malformed tags
#86122 closed
Jun 19, 2022 -
test_json segfault on OpenBSD
#69529 closed
Jun 19, 2022 -
Segfault in _PyObject_GenericGetAttrWithDict
#79479 closed
Jun 19, 2022 -
waitpid/waitid race caused by change to Popen.send_signal in Python 3.9
#86724 closed
Jun 19, 2022 -
Access violation
#90037 closed
Jun 19, 2022 -
make install hangs when installing zoneinfo/_zoneinfo.py
#91080 closed
Jun 19, 2022 -
test_multiprocessing_main_handling: subprocess crash under Windows compatibility mode
#76999 closed
Jun 19, 2022 -
Bunch of path leaks on Python 3.7 on Release
#78433 closed
Jun 19, 2022 -
tp_dealloc trashcan shouldn't be called for subclasses
#80164 closed
Jun 19, 2022 -
Enhancement request for PyType_FromSpecWIthBases add option for meta class
#86783 closed
Jun 19, 2022 -
python-config.py fails if bindir is too long due to shebang overflow
#93759 closed
Jun 19, 2022 -
Unchecked return in Objects/typeobject.c and possible uninitialized variables in cls and new_mro
#86200 closed
Jun 19, 2022 -
PyCFunction_New is not exported with PyAPI_FUNC
#87405 closed
Jun 19, 2022 -
PyType_FromSpec wrong behavior with multiple Py_tp_members
#80712 closed
Jun 19, 2022 -
asyncio.wait very slow with FIRST_COMPLETED
#74741 closed
Jun 19, 2022 -
The Great Argument Clinic Conversion Derby Meta-Issue
#64386 closed
Jun 19, 2022 -
python version 3.10.4 installation fails
#92310 closed
Jun 19, 2022 -
Python 3.10.4 for linux install issue
#92551 closed
Jun 19, 2022 -
sendfile for sockets neglects pseudo files on Linux
#93300 closed
Jun 19, 2022 -
ResourceWarning: unclosed <ssl.SSLSocket fd=x, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM
#93539 closed
Jun 19, 2022 -
I can't use my GitHub noreply email to sign the CLA
#93995 closed
Jun 19, 2022
46 Issues opened by 33 people
-
Need use python 3.9 or higher to compile CPython on Windows
#94280 opened
Jun 25, 2022 -
fnv hash optimisation proposal with clang
#94264 opened
Jun 25, 2022 -
Crash when inspecting frame of generator
#94262 opened
Jun 25, 2022 -
Add tz argument to date.today()
#94257 opened
Jun 25, 2022 -
_struct.Struct should be immutable, missing Py_TPFLAGS_IMMUTABLETYPE flag
#94254 opened
Jun 25, 2022 -
[Docs] remove distutils legacy ref when setuptools docs are complete
#94249 opened
Jun 25, 2022 -
Argument Clinic docstring generator ignores a custom name for `$module` argument
#94246 opened
Jun 24, 2022 -
pickling fails for typing.Tuple[()]
#94245 opened
Jun 24, 2022 -
Pool constructor should reject too many processes rather than hanging later
#94243 opened
Jun 24, 2022 -
Off-by-one error in _winapi.WaitForMultipleObjects
#94242 opened
Jun 24, 2022 -
Remove deprecate locale.format() function
#94226 opened
Jun 24, 2022 -
fnmatch module parameters names are not correct
#94220 opened
Jun 24, 2022 -
Add virtual opcodes to the dis/opcodes modules
#94216 opened
Jun 24, 2022 -
GC crash _PyObject_AssertFailed with pdb
#94215 opened
Jun 24, 2022 -
Expose `libpath` in `venv.EnvBuilder.ensure_directories` return value
#94214 opened
Jun 24, 2022 -
test_ssl fails on recent FreeBSD (OpenSSL 1.1.1p), minimum_version=TLSv1_2
#94208 opened
Jun 24, 2022 -
ssl and hashlib: Remove functions deprecated in Python 3.10
#94199 opened
Jun 24, 2022 -
gettext: Remove support for using non-integer value for selecting a plural form
#94194 opened
Jun 24, 2022 -
A SyntaxError less detailed since 3.10 in specific example
#94192 opened
Jun 24, 2022 -
PyObject_New breaks by the commit 7ad6f74fcf9db1ccfeaf0986064870d8d3887300
#94185 opened
Jun 23, 2022 -
PidfdChildWatcher runs callbacks on the main thread eventloop and not the currently running loop
#94182 opened
Jun 23, 2022 -
In-place copy of a package gets metadata from installed package
#94181 opened
Jun 23, 2022 -
asyncio.get_event_loop() fails if there is no current event loop
#94174 opened
Jun 23, 2022 -
Remove deprecated keyfile, certfile and check_hostname parameters, in favor of context
#94172 opened
Jun 23, 2022 -
PY_CHECK_SQLITE_FUNC() adds -lsqlite3 multiple times
#94165 opened
Jun 23, 2022 -
Add `BINARY_SLICE` and `STORE_SLICE` instructions.
#94163 opened
Jun 23, 2022 -
Specializing adaptive interpreter code object hashes are less unique
#94155 opened
Jun 23, 2022 -
Unaligned write in convertsimple()
#94149 opened
Jun 23, 2022 -
incorrect link in typeobj documentation
#94139 opened
Jun 22, 2022 -
Error in `python': double free or corruption (out): 0x00007fb048000d00
#94134 opened
Jun 22, 2022 -
Optimize int and operation with specialization
#94108 opened
Jun 22, 2022 -
Incompatibility between _decimal and _pydecimal: Context.__hash__
#94107 opened
Jun 22, 2022 -
Unicode documentation references non-existent C function
#94087 opened
Jun 21, 2022 -
Subclassing threading Lock/RLock: better Exception messages
#94077 opened
Jun 21, 2022 -
ASAN : Memory leak found in python3.9.9 regrtest
#94064 opened
Jun 21, 2022 -
Asyncio raise ConnectionResetError without set message set.
#94061 opened
Jun 21, 2022 -
"Re-running failed tests in verbose mode" does not use host runner
#94052 opened
Jun 21, 2022 -
Column info near attribute/method lookups is sometimes incorrect
#94036 opened
Jun 20, 2022 -
[doc] Clarify that Popen.wait is only a busy-loop in certain cases
#94033 opened
Jun 20, 2022 -
race condition in asyncio.BaseEventLoop.run_forever
#94031 opened
Jun 20, 2022 -
Emscripten test worker sometimes fails witth "BlockingIOError: write could not complete without blocking"
#94026 opened
Jun 20, 2022 -
Poplib issue with LIST/STAT (-ERR Command not understood)
#94019 opened
Jun 20, 2022 -
Excess spaces at the end of files or repositorys are not handle when extracting zip files on Windows.
#94018 opened
Jun 20, 2022 -
Improve clarity of sqlite3 transaction handling docs
#94017 opened
Jun 20, 2022 -
Fix/silence doctest warnings
#94001 opened
Jun 19, 2022
212 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.
-
Configure option --with-cxx-main=/usr/bin/clang++ not working
#93744 commented on
Jun 21, 2022 • 18 new comments -
Severe performance degradation for tracing under 3.11
#93516 commented on
Jun 25, 2022 • 16 new comments -
Move test sub-packages to Lib/test
#54781 commented on
Jun 22, 2022 • 14 new comments -
Change in semantics and much worse performance for enum members.
#93910 commented on
Jun 26, 2022 • 13 new comments -
bpo-37860: re-add netlify.toml to set up deploy previews for docs
#92852 commented on
Jun 20, 2022 • 11 new comments -
Fail if an invalid -X option is provided
#89608 commented on
Jun 23, 2022 • 9 new comments -
Move all stdlib tests in the test package
#93839 commented on
Jun 21, 2022 • 8 new comments -
gh-91102: Port 8-argument _warnings.warn_explicit to Argument Clinic
#92891 commented on
Jun 24, 2022 • 8 new comments -
Clarify which "identifiers" in the C API are macros
#93733 commented on
Jun 22, 2022 • 7 new comments -
Segfault compiling a very large source file
#93964 commented on
Jun 21, 2022 • 5 new comments -
Pdb crashes after jump with `Fatal Python error: _PyMem_DebugRawFree: bad trailing pad byte`
#91742 commented on
Jun 24, 2022 • 5 new comments -
shutil.make_archive should not need to chdir (alternatively: make shutil.make_archive thread-safe)
#74696 commented on
Jun 25, 2022 • 5 new comments -
gh-93626: Set the release for `__future__.annotations` to `None`
#93628 commented on
Jun 21, 2022 • 5 new comments -
gh-93911: Specialize `LOAD_ATTR` for custom `__getattr__` and `__getattribute__`
#93988 commented on
Jun 20, 2022 • 5 new comments -
mock.patch applied at class level behaves incorrectly
#93582 commented on
Jun 22, 2022 • 4 new comments -
*** Error in `python': double free or corruption (out): 0x00007ff5254d50d0 ***
#77266 commented on
Jun 22, 2022 • 4 new comments -
Clarification about how to implement namespace packages (as in PEP 420) via import hooks for PEP 660 use case
#92054 commented on
Jun 24, 2022 • 4 new comments -
bpo-45759: Re: Better error messages for non-matching 'elif'/'else' statements
#29775 commented on
Jun 24, 2022 • 4 new comments -
gh-91378: Allow subprocess pass-thru with stdout/stderr capture
#32344 commented on
Jun 22, 2022 • 4 new comments -
gh-92613: Deprecate other uuencode functionality per PEP 594 & document as such
#92758 commented on
Jun 26, 2022 • 4 new comments -
gh-93884: Improve test coverage of `PyNumber_ToBase`
#93932 commented on
Jun 22, 2022 • 4 new comments -
Document 3.13, 3.14, 4.0 and future removals
#93986 commented on
Jun 21, 2022 • 4 new comments -
"Using Python on Mac" page is outdated
#93987 commented on
Jun 20, 2022 • 3 new comments -
bpo-47049: Fix incorrect shutil.copytree() behaviour with symlinks
#31967 commented on
Jun 22, 2022 • 3 new comments -
gh-91803: Mock - fix error when using autospec methods with seal
#92213 commented on
Jun 25, 2022 • 3 new comments -
GH-93880: Improved conciseness of ipaddress factory functions (GH-93917)
#93985 commented on
Jun 23, 2022 • 3 new comments -
Finalization of non-exhausted asynchronous generators is deferred
#88684 commented on
Jun 20, 2022 • 2 new comments -
sqlite3 dml statement detection does not account for CTEs
#81040 commented on
Jun 21, 2022 • 2 new comments -
importlib.metadata.version can return None
#91216 commented on
Jun 23, 2022 • 2 new comments -
getpass.getpass not working with on windows when ctrl+v is used to enter the string
#81607 commented on
Jun 23, 2022 • 2 new comments -
build.bat: register binaries for py launcher
#74590 commented on
Jun 23, 2022 • 2 new comments -
normpath does not work with local literal paths
#59491 commented on
Jun 24, 2022 • 2 new comments -
3.11 backtrace visual indicators are too verbose
#93883 commented on
Jun 24, 2022 • 2 new comments -
bytes do not work on sys.path
#91181 commented on
Jun 24, 2022 • 2 new comments -
tarfile in stream mode always set zlib compression level to 9
#70441 commented on
Jun 25, 2022 • 2 new comments -
Misleading line in documentation
#85023 commented on
Jun 26, 2022 • 2 new comments -
gh-88239: Use sqlite3_stmt_busy() to determine if statements are in use
#25984 commented on
Jun 23, 2022 • 2 new comments -
bpo-45897: Fix frozen-slotted dataclass bug
#29895 commented on
Jun 19, 2022 • 2 new comments -
bpo-46498: Add new triplets for loongarch64
#30939 commented on
Jun 20, 2022 • 2 new comments -
gh-91398: Remove IDLE shell sidebar padding
#32363 commented on
Jun 23, 2022 • 2 new comments -
gh-72793: C implementation of parts of copy.deepcopy
#91610 commented on
Jun 21, 2022 • 2 new comments -
Fix a potential variable misuse bug
#93935 commented on
Jun 21, 2022 • 2 new comments -
gh-93883: elide traceback indicators when possible
#93994 commented on
Jun 24, 2022 • 2 new comments -
Building on Windows should remove all `__pycache__`
#93783 commented on
Jun 19, 2022 • 1 new comment -
TarFile.getmember cannot work on tar sourced directory over 100 characters
#91387 commented on
Jun 20, 2022 • 1 new comment -
Introduce task groups to asyncio and change task cancellation semantics
#90908 commented on
Jun 20, 2022 • 1 new comment -
[C API] Move PyFrame_GetBack() function to <Python.h>
#93937 commented on
Jun 20, 2022 • 1 new comment -
inspect.iscorutinefunction() returns False for unittest.mock.AsyncMock instances
#84753 commented on
Jun 21, 2022 • 1 new comment -
tokenize.detect_encoding has issues with \r
#93608 commented on
Jun 21, 2022 • 1 new comment -
MappingProxyType cannot hash a hashable underlying mapping
#87995 commented on
Jun 21, 2022 • 1 new comment -
Add an autocommit property to sqlite3.Connection with a PEP 249 compliant manual commit mode and migrate
#83638 commented on
Jun 21, 2022 • 1 new comment -
importlib lock race issue in deadlock handling code
#91351 commented on
Jun 22, 2022 • 1 new comment -
Zipfile lib overwrites the extra field during closing when the archive size is more then ZIP64_LIMIT
#88233 commented on
Jun 22, 2022 • 1 new comment -
poor documentation for .startswith, .endswith
#81671 commented on
Jun 22, 2022 • 1 new comment -
zipfile.ZipInfo objects contain invalid 'extra' fields.
#83475 commented on
Jun 22, 2022 • 1 new comment -
socket._GLOBAL_DEFAULT_TIMEOUT being an object() makes for ugly docstrings, can be better
#91225 commented on
Jun 23, 2022 • 1 new comment -
IsolatedAsyncioTestCase and asyncio.run no-longer call asyncio.set_event_loop
#93896 commented on
Jun 23, 2022 • 1 new comment -
PEP 632: Rename the distutils package to _distutils
#92584 commented on
Jun 23, 2022 • 1 new comment -
Make get_event_loop() an alias of get_running_loop()
#93453 commented on
Jun 24, 2022 • 1 new comment -
SSLContext.set_ecdh_curve() not accepting x25519
#77063 commented on
Jun 24, 2022 • 1 new comment -
Configuration of windows event loop for libraries
#81554 commented on
Jun 24, 2022 • 1 new comment -
Update the dis module documentation to reflect switch to wordcode
#76806 commented on
Jun 24, 2022 • 1 new comment -
test_zipfile fails on AIX due to time.localtime
#83683 commented on
Jun 24, 2022 • 1 new comment -
Make optional parameters of sqlite3.connect() keyword-only
#93057 commented on
Jun 24, 2022 • 1 new comment -
lib2to3 fails on default convert functionality
#84282 commented on
Jun 24, 2022 • 1 new comment -
[doc] replace 'distutils' examples with 'setuptools'
#90163 commented on
Jun 25, 2022 • 1 new comment -
Improve the "Dealing with Bugs" documentation, include guidelines on how to report bugs
#81792 commented on
Jun 25, 2022 • 1 new comment -
PyImport_Cleanup is called with builtins_copy == NULL in test_embed
#77560 commented on
Jun 25, 2022 • 1 new comment -
asyncio DatagramProtocol stops calling callbacks after OSError
#88906 commented on
Jun 25, 2022 • 1 new comment -
Deprecate sqlite3.version and sqlite3.version_info
#93370 commented on
Jun 25, 2022 • 1 new comment -
pathlib's relative_to should behave like os.path.relpath
#84538 commented on
Jun 26, 2022 • 1 new comment -
IDLE doc improvements
#82006 commented on
Jun 26, 2022 • 1 new comment -
bpo-34541: Fixed, pathlib.Path.iterdir now throws an exception when path is not valid
#8999 commented on
Jun 25, 2022 • 1 new comment -
bpo-36305: Fixes to path handling and parsing in pathlib
#12361 commented on
Jun 25, 2022 • 1 new comment -
bpo-37013: Fix the error handling in socket.if_indextoname()
#13503 commented on
Jun 25, 2022 • 1 new comment -
bpo-40544: Set the validate field in logging Formatter with fileConfig
#19991 commented on
Jun 25, 2022 • 1 new comment -
bpo-41141: Remove unneeded handling of '.' and '..' from pathlib.Path.iterdir()
#21179 commented on
Jun 25, 2022 • 1 new comment -
bpo-41643: always support pathlib in shutil.make_archive
#21962 commented on
Jun 22, 2022 • 1 new comment -
bpo-24132: Add direct subclassing of PurePath/Path in pathlib
#26906 commented on
Jun 25, 2022 • 1 new comment -
bpo-32397: new option for TextWrapper to allow stable wrapping
#27587 commented on
Jun 23, 2022 • 1 new comment -
gh-88339: enable fast seeking of uncompressed unencrypted zipfile.ZipExtFile
#27737 commented on
Jun 22, 2022 • 1 new comment -
bpo-46447: Add doc warning about using naive datetimes in isoformat
#30850 commented on
Jun 19, 2022 • 1 new comment -
gh-90005: Port _ctypes to PY_STDLIB_MOD
#32229 commented on
Jun 22, 2022 • 1 new comment -
gh-91247: improve performance of list and tuple repeat (with specialization for n=1)
#91482 commented on
Jun 24, 2022 • 1 new comment -
gh-91049: Introduce set vectorcall field API for PyFunctionObject
#92257 commented on
Jun 25, 2022 • 1 new comment -
gh-92869: ctypes: Add c_time_t
#92870 commented on
Jun 22, 2022 • 1 new comment -
[3.11] GH-93354: Use exponential backoff to avoid excessive specialization attempts (GH-93355)
#93379 commented on
Jun 23, 2022 • 1 new comment -
gh-90300: Reformat the Python CLI help output
#93415 commented on
Jun 21, 2022 • 1 new comment -
GH-90699: Intern statically allocated strings
#93597 commented on
Jun 24, 2022 • 1 new comment -
gh-87389: avoid treating path as URI with netloc
#93894 commented on
Jun 22, 2022 • 1 new comment -
Include sha256 hashes of release downloads in announcement communications
#90235 commented on
Jun 20, 2022 • 0 new comments -
Document the removal the usage of the C stack in Python to Python calls
#89480 commented on
Jun 20, 2022 • 0 new comments -
Bytecode positions seem way too broad
#93691 commented on
Jun 20, 2022 • 0 new comments -
better exception message when an unsupported object is passed to `async for` (pep 492)
#69183 commented on
Jun 20, 2022 • 0 new comments -
Cannot set exit code in atexit callback
#71222 commented on
Jun 20, 2022 • 0 new comments -
Strange behavior with await in a generator expression
#76294 commented on
Jun 20, 2022 • 0 new comments -
Operator precedence table in 5.15 should be highest to lowest precedence
#69109 commented on
Jun 20, 2022 • 0 new comments -
Build Python with C11
#91731 commented on
Jun 21, 2022 • 0 new comments -
typing: Unexpected result with value of instance of class inherited from typing.NamedTuple
#77258 commented on
Jun 21, 2022 • 0 new comments -
shlex.join() does not accept pathlib.Path objects
#89293 commented on
Jun 21, 2022 • 0 new comments -
Misleading error message when pathlib.Path.symlink_to() fails with permissions error
#89389 commented on
Jun 21, 2022 • 0 new comments -
pathlib.Path.glob() does not list dangling symlink when pattern is the exact filename
#89769 commented on
Jun 21, 2022 • 0 new comments -
[pathlib] Option so that OSError does not block glob in pathlib library
#90208 commented on
Jun 21, 2022 • 0 new comments -
Pathlib.rename isn't robust
#90475 commented on
Jun 21, 2022 • 0 new comments -
add pathlib.Path.walk method
#90385 commented on
Jun 21, 2022 • 0 new comments -
pathlib.Path methods can raise NotImplementedError
#90889 commented on
Jun 21, 2022 • 0 new comments -
urllib.request.urlopen doesn't handle UNC paths produced by pathlib's as_uri() (but can handle UNC paths with additional slashes)
#90812 commented on
Jun 21, 2022 • 0 new comments -
Inconsistent behavior os.path.relpath() vs pathlib's relative_to()
#92737 commented on
Jun 21, 2022 • 0 new comments -
Default arguments for access 'mode' parameters in pathlib and os should display as octal literals
#91403 commented on
Jun 21, 2022 • 0 new comments -
Add `rmtree` & `copy` method to pathlib
#92771 commented on
Jun 21, 2022 • 0 new comments -
pathlib has no docstring
#93654 commented on
Jun 21, 2022 • 0 new comments -
subclasses of pathlib.PurePosixPath never call __init__ or __new__
#85281 commented on
Jun 21, 2022 • 0 new comments -
test_pathlib assumes underlying filesystem permits creation with world-write permissions
#85633 commented on
Jun 21, 2022 • 0 new comments -
pathlib.Path.resolve incorrect os.path equivalent
#85529 commented on
Jun 21, 2022 • 0 new comments -
pathlib.Path.glob fails on empty string
#85732 commented on
Jun 21, 2022 • 0 new comments -
pathlib's Path("NUL:").resolve() throws an error on windows
#85708 commented on
Jun 21, 2022 • 0 new comments -
pathlib.PurePath properties annotated with .. data directive
#86610 commented on
Jun 21, 2022 • 0 new comments -
make shutil.make_archive always accept pathlib objects
#85809 commented on
Jun 21, 2022 • 0 new comments -
Add to pathlib function to check permission similar to os.access
#86647 commented on
Jun 21, 2022 • 0 new comments -
Pathlib resolve() resolves non-existent ".." components with strict=False
#86630 commented on
Jun 21, 2022 • 0 new comments -
pathlib with_suffix() should accept suffix not start with dot
#87325 commented on
Jun 21, 2022 • 0 new comments -
pathlib mistakenly assumes os.getcwd() is a resolved path in Windows
#87621 commented on
Jun 21, 2022 • 0 new comments -
Add .path method/property to tempfile.* for a pathlib.Path
#87646 commented on
Jun 21, 2022 • 0 new comments -
pathlib: Highlight pathlib operator behavior with anchored paths
#87691 commented on
Jun 21, 2022 • 0 new comments -
pathlib.Path.glob causes OSError encountering symlinks to long filenames
#87695 commented on
Jun 21, 2022 • 0 new comments -
Remove pathlib flavours
#88302 commented on
Jun 21, 2022 • 0 new comments -
pathlib.Path.glob's generator is not a real generator
#88235 commented on
Jun 21, 2022 • 0 new comments -
Add flags or function in pathlib.Path
#88364 commented on
Jun 21, 2022 • 0 new comments -
Possible lazy import opportunities in `pathlib`
#77621 commented on
Jun 21, 2022 • 0 new comments -
pathlib issues with Windows device paths
#78079 commented on
Jun 21, 2022 • 0 new comments -
pathlib.[r]glob fails when the toplevel directory is not readable, whereas glob.glob "succeeds"
#78988 commented on
Jun 21, 2022 • 0 new comments -
Add Path.lexist() to pathlib
#78318 commented on
Jun 21, 2022 • 0 new comments -
pathlib.Path.iterdir doesn't throw an exception until you start iterating
#78722 commented on
Jun 21, 2022 • 0 new comments -
pathlib.Path: glob and rglob should accept PathLike patterns
#79634 commented on
Jun 21, 2022 • 0 new comments -
Inconsistent behavior of pathlib.WindowsPath with drive paths
#80486 commented on
Jun 21, 2022 • 0 new comments -
Recursive directory list with pathlib.Path.iterdir
#80783 commented on
Jun 21, 2022 • 0 new comments -
pathlib.Path.with_name() handles '.' and '..' inconsistently
#81311 commented on
Jun 21, 2022 • 0 new comments -
Add parameter @case_sensitive to glob and rglob in pathlib
#81079 commented on
Jun 21, 2022 • 0 new comments -
Attributes of pathlib classes are not indexed in Windows help file
#82379 commented on
Jun 21, 2022 • 0 new comments -
Improve performance of pathlib.scandir()
#82116 commented on
Jun 21, 2022 • 0 new comments -
pathlib .suffix, .suffixes, .stem unexpected behavior for pathname with trailing dot
#82805 commented on
Jun 21, 2022 • 0 new comments -
pathlib's mkdir documentation improvement
#82695 commented on
Jun 21, 2022 • 0 new comments -
Document various options for getting the absolute path from pathlib.Path objects
#83271 commented on
Jun 21, 2022 • 0 new comments -
pathlib.Path.resolve(strict=False) strips final path components
#82974 commented on
Jun 21, 2022 • 0 new comments -
Is the return value of pathlib.Path.glob() sorted?
#83750 commented on
Jun 21, 2022 • 0 new comments -
Pathlib: handling of `.` in paths and patterns creates unmatchable paths
#83713 commented on
Jun 21, 2022 • 0 new comments -
Pathlib PureWindowsPath sorting incorrect (is not natural sort)
#83725 commented on
Jun 21, 2022 • 0 new comments -
compile_file's stripdir does not accept pathlib.Path
#84627 commented on
Jun 21, 2022 • 0 new comments -
pathlib: iterfiles() and iterdirs()
#63966 commented on
Jun 21, 2022 • 0 new comments -
Add pathlib.chown method
#64978 commented on
Jun 21, 2022 • 0 new comments -
pathlib glob ignores trailing slash in pattern
#66472 commented on
Jun 21, 2022 • 0 new comments -
Direct sub-classing of pathlib.Path
#68320 commented on
Jun 21, 2022 • 0 new comments -
pathlib.WindowsPath.resolve() test expects short path
#73181 commented on
Jun 21, 2022 • 0 new comments -
Pathlib glob ** bug
#73435 commented on
Jun 21, 2022 • 0 new comments -
File-altering aspects of pathlib should return new pathlib objects
#73611 commented on
Jun 21, 2022 • 0 new comments -
pathlib: "Incorrect function" during resolve()
#76023 commented on
Jun 21, 2022 • 0 new comments -
Support moving across filesystems in pathlib.Path, as shutil.move() does
#73991 commented on
Jun 21, 2022 • 0 new comments -
pathlib.(Pure)WindowsPaths can compare equal but refer to different files
#76793 commented on
Jun 21, 2022 • 0 new comments -
test_pathlib fails if current path has junctions
#76447 commented on
Jun 21, 2022 • 0 new comments -
pathlib.Path._from_parsed_parts should call cls.__new__(cls)
#76846 commented on
Jun 21, 2022 • 0 new comments -
pathlib.Path.glob does not follow symlinks
#77609 commented on
Jun 21, 2022 • 0 new comments -
site.abs_paths should handle None __cached__ type
#77580 commented on
Jun 22, 2022 • 0 new comments -
In documentation same-named attributes erroneously link to built-in names
#90744 commented on
Jun 23, 2022 • 0 new comments -
Decorator with paren tokens in arguments breaks inspect.getsource
#83035 commented on
Jun 23, 2022 • 0 new comments -
Decide the fate of undocumented script behavior of some modules
#93096 commented on
Jun 24, 2022 • 0 new comments -
Update dis.findlinestarts documentaiton to reflect new usage of `co_lines` (PEP 626)
#89038 commented on
Jun 24, 2022 • 0 new comments -
Programming FAQ about "How do I apply a method to a sequence of objects?" should include the option of an explicit for-loop
#84522 commented on
Jun 24, 2022 • 0 new comments -
Deprecate default converters in sqlite3
#90016 commented on
Jun 25, 2022 • 0 new comments -
IDLE: Failures when running tests by import (autotest)
#75942 commented on
Jun 26, 2022 • 0 new comments -
`site.abs__file__` fails for modules where `__file__` cannot be modified
#75979 commented on
Jun 26, 2022 • 0 new comments -
IDLE shell uses wrong namespace for completions
#82002 commented on
Jun 26, 2022 • 0 new comments -
bpo-33898: Fix pathlib issues with Windows device paths
#8671 commented on
Jun 21, 2022 • 0 new comments -
bpo-36602: Allow pathlib.Path.iterdir to list recursively
#12785 commented on
Jun 21, 2022 • 0 new comments -
bpo-40358: add strict argument to pathlib.PurePath.relative_to
#19813 commented on
Jun 21, 2022 • 0 new comments -
bpo-34137: Add pathlib.Path.lexists and related
#21157 commented on
Jun 21, 2022 • 0 new comments -
bpo-41109: subclasses of pathlib.Path and pathlib.PurePath now call the subclass's __init__() and __new__() functions when returning new objects
#21920 commented on
Jun 21, 2022 • 0 new comments -
[WIP/RFC] pathlib: revisit error handling
#23025 commented on
Jun 21, 2022 • 0 new comments -
bpo-43525: Highlight pathlib operator behavior with anchored paths
#24900 commented on
Jun 21, 2022 • 0 new comments -
bpo-42444: Use attribute directives in the docs for pathlib.PurePath
#24977 commented on
Jun 21, 2022 • 0 new comments -
bpo-27175: Partially support cross-platform pathlib pickling/unpickling.
#28083 commented on
Jun 21, 2022 • 0 new comments -
bpo-45606: Pathlib - do not follow links when checking for precise glob match
#29655 commented on
Jun 21, 2022 • 0 new comments -
bpo-10483: fix definition of executable file for http.server on windows
#30216 commented on
Jun 25, 2022 • 0 new comments -
bpo-46317: Add pathlib.Path.move that can handle rename across FS
#30650 commented on
Jun 21, 2022 • 0 new comments -
bpo-34875:Change .js and .mjs mime to text/javascript
#30740 commented on
Jun 19, 2022 • 0 new comments -
bpo-24132: Add `pathlib._AbstractPath`
#31085 commented on
Jun 21, 2022 • 0 new comments -
bpo-46646: mention that `bytes` are accepted in `ipaddress` docs
#31139 commented on
Jun 20, 2022 • 0 new comments -
gh-64978: Add `chown()` to `pathlib.Path`
#31212 commented on
Jun 21, 2022 • 0 new comments -
bpo-46733: move `pathlib.Path.owner()` and `group()` to `PosixPath`
#31338 commented on
Jun 21, 2022 • 0 new comments -
bpo-46733: deprecate `pathlib` link methods when lacking needed `os` functions
#31339 commented on
Jun 21, 2022 • 0 new comments -
bpo-46733: raise `ValueError` when `pathlib.Path.glob()` is called with an absolute pattern
#31340 commented on
Jun 21, 2022 • 0 new comments -
bpo-46733: raise `TypeError` when constructing foreign `pathlib.Path` flavour
#31341 commented on
Jun 21, 2022 • 0 new comments -
bpo-42777: implement `pathlib.WindowsPath.is_mount()`
#31458 commented on
Jun 21, 2022 • 0 new comments -
GH-90980: skip getaddrinfo thread if host is already resolved, using socket.AI_NUMERIC...
#31497 commented on
Jun 24, 2022 • 0 new comments -
gh-68320, gh-88302 - Allow for `pathlib.Path` subclassing
#31691 commented on
Jun 21, 2022 • 0 new comments -
gh-91181: restore support for bytes on sys.path in FileFinder
#31897 commented on
Jun 24, 2022 • 0 new comments -
bpo-47025: drop support for bytes on sys.path
#31934 commented on
Jun 26, 2022 • 0 new comments -
gh-91539: improve performance of get_proxies_environment
#91566 commented on
Jun 24, 2022 • 0 new comments -
gh-87245: Improve IPv6Address.ipv4_mapped documentation
#92572 commented on
Jun 19, 2022 • 0 new comments -
gh-92679: Clarify roles of asyncio protocols and transports
#92680 commented on
Jun 22, 2022 • 0 new comments -
gh-92679: Clarify asyncio.loop.start_tls parameters
#92682 commented on
Jun 22, 2022 • 0 new comments -
gh-75372: Specify major version in README for installation
#92759 commented on
Jun 22, 2022 • 0 new comments -
Dissociate `__future__` docs description from concurrency futures
#92760 commented on
Jun 22, 2022 • 0 new comments -
Use mdash-es consistently in the library docs index
#92762 commented on
Jun 22, 2022 • 0 new comments -
gh-92771: Add pathlib.Path.rmtree method
#92887 commented on
Jun 21, 2022 • 0 new comments -
[WIP] gh-85235: Always specify encoding for open() text files.
#93204 commented on
Jun 23, 2022 • 0 new comments -
GH-91095: Specialize calls to normal python classes
#93221 commented on
Jun 21, 2022 • 0 new comments -
gh-93243: Make smtpd private before porting its users
#93246 commented on
Jun 25, 2022 • 0 new comments -
gh-61585: Clarify import scope in modules tutorial
#93455 commented on
Jun 25, 2022 • 0 new comments -
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour
#93823 commented on
Jun 24, 2022 • 0 new comments -
gh-93820: Pickle enum.Flag by name
#93891 commented on
Jun 25, 2022 • 0 new comments -
Update SyntaxError message for list comprehension
#93901 commented on
Jun 20, 2022 • 0 new comments -
gh-89051: Add ssl.OP_LEGACY_SERVER_CONNECT
#93927 commented on
Jun 24, 2022 • 0 new comments