Insights: python/cpython
Overview
Could not load contribution data
Please try again later
158 Pull requests merged by 34 people
-
[3.10] bpo-92336: [doc] clarify that the dfile is read by the traceback display code (GH-94409)
#94429 merged
Jun 29, 2022 -
[3.11] bpo-92336: [doc] clarify that the dfile is read by the traceback display code (GH-94409)
#94428 merged
Jun 29, 2022 -
gh-92336: [doc] clarify that the dfile passed to compile() is read by the traceback display code
#94409 merged
Jun 29, 2022 -
[3.10] Docs: Update SyntaxError message in REPL example for list comprehension (GH-93901)
#94426 merged
Jun 29, 2022 -
[3.11] Docs: Update SyntaxError message in REPL example for list comprehension (GH-93901)
#94425 merged
Jun 29, 2022 -
Update SyntaxError message for list comprehension
#93901 merged
Jun 29, 2022 -
gh-94401: Remove unneeded bz2 module state
#94402 merged
Jun 29, 2022 -
Delete unused PC/empty.c
#94418 merged
Jun 29, 2022 -
[3.11] gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS (GH-94413) (GH-94415)
#94415 merged
Jun 29, 2022 -
gh-94404: Use module CFLAGS before PY_STDMODULE_CFLAGS
#94413 merged
Jun 29, 2022 -
[3.11] GH-93516: Drop broken assert, fixes GH-93769
#94411 merged
Jun 29, 2022 -
[3.11] gh-94026: Buffer regrtest worker stdout in temporary file (GH-94253) (GH-94408)
#94408 merged
Jun 29, 2022 -
gh-94401: Remove unneeded overlapped module state
#94403 merged
Jun 29, 2022 -
gh-86404: [doc] Two 'make suspicious' false positives.
#94407 merged
Jun 29, 2022 -
[3.11] gh-94404: makesetup: use correct CFLAGS and macOS workaround (GH-94405)
#94406 merged
Jun 29, 2022 -
gh-94026: Buffer regrtest worker stdout in temporary file (GH-94253)
#94253 merged
Jun 29, 2022 -
gh-94404: makesetup: use correct CFLAGS and macOS workaround
#94405 merged
Jun 29, 2022 -
gh-94395: Remove unneeded module state from mmap
#94396 merged
Jun 29, 2022 -
[3.10] GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298)
#94385 merged
Jun 28, 2022 -
[3.11] GH-93516: Backport GH-93769
#94231 merged
Jun 28, 2022 -
Fix typos in comments
#94305 merged
Jun 28, 2022 -
[3.10] Backport ABI regeneration script (GH-94376)
#94388 merged
Jun 28, 2022 -
[3.11] gh-88116: Avoid undefined behavior when decoding varints in code objects (GH-94375)
#94387 merged
Jun 28, 2022 -
[3.11] Backport ABI regeneration script
#94376 merged
Jun 28, 2022 -
gh-88116: Avoid undefined behavior when decoding varints in code objects
#94375 merged
Jun 28, 2022 -
gh-93939: Create and install scripts in Makefile (GH-94324)
#94324 merged
Jun 28, 2022 -
gh-94172: Remove ssl.PROTOCOL_SSLv2 dead code
#94312 merged
Jun 28, 2022 -
[3.10] gh-82006: IDLE doc improvements (GH-94349)
#94358 merged
Jun 28, 2022 -
[3.10] gh-61585: Clarify import scope in modules tutorial (GH-93455)
#94374 merged
Jun 28, 2022 -
[3.11] gh-61585: Clarify import scope in modules tutorial (GH-93455)
#94373 merged
Jun 28, 2022 -
gh-61585: Clarify import scope in modules tutorial
#93455 merged
Jun 28, 2022 -
[3.11] gh-86404: [doc] Fix missing space in idle documentation. (GH-94366)
#94369 merged
Jun 28, 2022 -
[3.11] gh-91860: Add docs for `typing.dataclass_transform` field specifier params (GH-94354)
#94372 merged
Jun 28, 2022 -
gh-94018: Remove trailing spaces in _sanitize_windows_name
#94040 merged
Jun 28, 2022 -
gh-91860: documentation for typing.dataclass_transform field specifier params
#94354 merged
Jun 28, 2022 -
gh-87995: Make MappingProxyType hashable
#94252 merged
Jun 28, 2022 -
gh-94199: Remove hashlib.pbkdf2_hmac() Python implementation
#94200 merged
Jun 28, 2022 -
[3.10] gh-92841: Fix asyncio's RuntimeError: Event loop is closed (GH-92842)
#92904 merged
Jun 28, 2022 -
Generalize `build_msi` GitHub action
#94201 merged
Jun 28, 2022 -
[3.11] gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)
#94368 merged
Jun 28, 2022 -
[3.10] gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)
#94367 merged
Jun 28, 2022 -
gh-86404: [doc] Fix missing space in idle documentation.
#94366 merged
Jun 28, 2022 -
gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)
#94347 merged
Jun 28, 2022 -
GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup
#94298 merged
Jun 28, 2022 -
[3.11] gh-82006: IDLE doc improvements (GH-94349)
#94357 merged
Jun 27, 2022 -
gh-82006: IDLE doc improvements
#94349 merged
Jun 27, 2022 -
gh-87347: Fix test_pymem_new() reference leak
#94330 merged
Jun 27, 2022 -
GH-94280: Use python 3.9 or higher to compile CPython on Windows
#94281 merged
Jun 27, 2022 -
[3.11] gh-94315: Check for DAC override capability (GH-94316)
#94346 merged
Jun 27, 2022 -
gh-94315: Check for DAC override capability (GH-94316)
#94316 merged
Jun 27, 2022 -
[3.10] gh-94192: Fix error for dictionary literals with invalid expression as value. (GH-94304)
#94344 merged
Jun 27, 2022 -
[3.11] gh-90473: Reduce recursion limit on WASI even further (GH-94333) (GH-94334)
#94334 merged
Jun 27, 2022 -
gh-93858: Prevent error when activating venv in nested fish instances (GH-93931)
#93931 merged
Jun 27, 2022 -
gh-90473: Reduce recursion limit on WASI even further (GH-94333)
#94333 merged
Jun 27, 2022 -
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions.
#94168 merged
Jun 27, 2022 -
gh-94318: Strip trailing spaces in pydoc text output
#94319 merged
Jun 27, 2022 -
gh-88239: Use sqlite3_stmt_busy() to determine if statements are in use
#25984 merged
Jun 27, 2022 -
[3.11] gh-90005: Rename MODULE_EGG variable to MODULE_EGG_STATE (GH-94301) (GH-94317)
#94317 merged
Jun 27, 2022 -
gh-90005: Rename MODULE_EGG variable to MODULE_EGG_STATE
#94301 merged
Jun 27, 2022 -
[3.10] gh-84623: Remove unused imports in stdlib (GH-94313)
#94314 merged
Jun 27, 2022 -
[3.11] gh-84623: Remove unused imports in stdlib #93773
#94313 merged
Jun 27, 2022 -
[3.10] gh-85023: [doc] clarify parameters vs arguments explanation in FAQ (GH-94282)
#94310 merged
Jun 26, 2022 -
[3.11] gh-85023: [doc] clarify parameters vs arguments explanation in FAQ (GH-94282)
#94311 merged
Jun 26, 2022 -
gh-85023: [doc] clarify parameters vs arguments explanation in FAQ
#94282 merged
Jun 26, 2022 -
[3.11] gh-94192: Fix error for dictionary literals with invalid expression as value. (GH-94304)
#94308 merged
Jun 26, 2022 -
gh-94192: Fix error for dictionary literals with invalid expression as value.
#94304 merged
Jun 26, 2022 -
gh-94214: Add venv context.lib_path and document the context (GH-94221)
#94221 merged
Jun 26, 2022 -
[3.11] gh-93820: Pickle enum.Flag by name (GH-93891).
#94288 merged
Jun 26, 2022 -
gh-90005: Port _ctypes to PY_STDLIB_MOD
#32229 merged
Jun 26, 2022 -
[3.10] GH-94254: Make _struct module types immutable (GH-94269)
#94295 merged
Jun 26, 2022 -
[3.11] GH-94254: Make _struct module types immutable (GH-94269)
#94294 merged
Jun 26, 2022 -
gh-94226: Remove the locale.format() function
#94229 merged
Jun 26, 2022 -
gh-87347: Fix PyObject_NEW() regression
#94234 merged
Jun 26, 2022 -
[3.10] Run Tools/scripts/reindent.py (#94225)
#94291 merged
Jun 26, 2022 -
GH-94254: make _struct module types immutable
#94269 merged
Jun 26, 2022 -
[3.10] [doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140)
#94292 merged
Jun 26, 2022 -
[3.11] [doc] fix typo in reference to tp_descr_get and tp_descr_set (GH-94140)
#94293 merged
Jun 26, 2022 -
gh-93370: Drop deprecated sqlite3.version from pythoninfo.py
#94277 merged
Jun 26, 2022 -
gh-94139: fix incorrect link in typeobj documentation
#94140 merged
Jun 26, 2022 -
[3.11] Run Tools/scripts/reindent.py (GH-94225)
#94290 merged
Jun 26, 2022 -
gh-94172: urllib.request avoids deprecated key_file/cert_file
#94232 merged
Jun 26, 2022 -
[3.11] gh-83499: Fix closing file descriptors in tempfile (GH-93874)
#94289 merged
Jun 26, 2022 -
Run Tools/scripts/reindent.py
#94225 merged
Jun 26, 2022 -
[3.10] gh-83499: Fix closing file descriptors in tempfile (GH-93874)
#94287 merged
Jun 26, 2022 -
gh-83499: Fix closing file descriptors in tempfile
#93874 merged
Jun 26, 2022 -
gh-93820: Pickle enum.Flag by name
#93891 merged
Jun 26, 2022 -
Revert "bpo-45162: Revert "Remove many old deprecated unittest features""
#92556 merged
Jun 26, 2022 -
Revert 30935 defer bpo45162 to 312
#94285 merged
Jun 26, 2022 -
[3.10] gh-94245: Test pickling and copying of typing.Tuple[()] (GH-94259)
#94268 merged
Jun 26, 2022 -
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
46 Pull requests opened by 24 people
-
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-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 the ssl.wrap_socket() function
#94203 opened
Jun 24, 2022 -
gh-94026: use a temporary file for regrtest worker process stdout
#94222 opened
Jun 24, 2022 -
gh-93096: Remove `python -m base64 -t`
#94230 opened
Jun 24, 2022 -
gh-93096: Remove `python -m codecs`
#94233 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-74696: Pass root_dir to custom archivers which support it
#94251 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 -
gh-90016: Deprecate default sqlite3 adapters and converters
#94276 opened
Jun 25, 2022 -
gh-94242: Update calculation of _MAX_WINDOWS_WORKERS
#94283 opened
Jun 26, 2022 -
gh-94286
#94297 opened
Jun 26, 2022 -
gh-94017: Improve clarity of sqlite3 transaction handling docs
#94320 opened
Jun 27, 2022 -
GH-94382: port multiprocessing types to heap types
#94336 opened
Jun 27, 2022 -
gh-94340: Add function to convert datetime object to year and quarter
#94341 opened
Jun 27, 2022 -
gh-94350: mailbox: Remove support for text mode files
#94351 opened
Jun 27, 2022 -
gh-94352: shlex.split() no longer accepts None
#94353 opened
Jun 27, 2022 -
[3.10] gh-90654: Update maintenance NEWS header
#94355 opened
Jun 27, 2022 -
GH-90908: Document asyncio.TaskGroup
#94359 opened
Jun 28, 2022 -
Fix indentation in contextlib documentation to three spaces
#94361 opened
Jun 28, 2022 -
gh-59200: Clarify `PyLong_FromString` documentation
#94363 opened
Jun 28, 2022 -
gh-91719: Make MSVC generate faster switch code which avoids extra stack access
#94364 opened
Jun 28, 2022 -
[3.11] GH-89988: Fix memory leak in pickle.Pickler dispatch_table lookup (GH-94298)
#94365 opened
Jun 28, 2022 -
gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode
#94370 opened
Jun 28, 2022 -
GH-94262: Don't create frame objects for frames that aren't complete.
#94371 opened
Jun 28, 2022 -
gh-94379: Remove zipimport find_loader() and find_module() methods
#94380 opened
Jun 28, 2022 -
gh-94383: Remove ElementTree.Element.copy() method
#94384 opened
Jun 28, 2022 -
gh-94360: Fix a tokenizer crash when reading encoded files with syntax errors from stdin
#94386 opened
Jun 28, 2022 -
gh-94332: make it safe to call assemble_free when assemble_init has not been called
#94389 opened
Jun 28, 2022 -
[WIP] makecode refactor
#94391 opened
Jun 28, 2022 -
[3.11] [Enum] store members in class dict; comment out tests
#94392 opened
Jun 28, 2022 -
gh-94393: Remove unneeded module state from _json
#94394 opened
Jun 28, 2022 -
GH-94398: TaskGroup: Fail create_task() during shutdown
#94400 opened
Jun 29, 2022 -
gh-92336: linecache.getline should not raise exceptions on decoding errors
#94410 opened
Jun 29, 2022 -
gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links
#94416 opened
Jun 29, 2022 -
Delete DOS-only PC/testpy.py
#94419 opened
Jun 29, 2022 -
GH-94329: Don't raise on excessive stack consumption
#94421 opened
Jun 29, 2022 -
gh-91330: Tests and docs for dataclass descriptor-typed fields
#94424 opened
Jun 29, 2022 -
gh-94430: Allow parameters named `module` or `self` with custom C names in Argument Clinic
#94431 opened
Jun 29, 2022
100 Issues closed by 28 people
-
Argument Clinic docstring generator ignores a custom name for `$module` argument
#94246 closed
Jun 29, 2022 -
Report
#94423 closed
Jun 29, 2022 -
SystemError invoking copy.deepcopy
#94390 closed
Jun 29, 2022 -
Extension modules with unneeded module state
#94401 closed
Jun 29, 2022 -
`argparse` handles empty string differently on Linux and Windows 🙀
#94417 closed
Jun 29, 2022 -
Python 3.11: Assertion `_PyOpcode_Deopt[first_instr[frame->f_code->_co_firsttraceable]] == RESUME' failed
#94412 closed
Jun 29, 2022 -
Emscripten test worker sometimes fails witth "BlockingIOError: write could not complete without blocking"
#94026 closed
Jun 29, 2022 -
Error message for dunder methods
#94362 closed
Jun 29, 2022 -
Remove unneeded module state from mmap module
#94395 closed
Jun 29, 2022 -
Incorrect exception behavior in handling recursive call.
#87116 closed
Jun 28, 2022 -
Bug in Python 3 Name Mangling Mechanism (in Exception message)
#93787 closed
Jun 28, 2022 -
'last_value' attribute from sys module throws an error while accessing it
#94356 closed
Jun 28, 2022 -
ssl: Drop support for unsafe SSLv3 protocol, remove ssl.PROTOCOL_SSLv3
#94377 closed
Jun 28, 2022 -
IDLE doc improvements
#82006 closed
Jun 28, 2022 -
Remove deprecate locale.format() function
#94226 closed
Jun 28, 2022 -
[doc] Possibly ambiguous phrasing in tutorial/modules#more-on-modules
#61585 closed
Jun 28, 2022 -
Excess spaces at the end of files or repositorys are not handle when extracting zip files on Windows.
#94018 closed
Jun 28, 2022 -
MappingProxyType cannot hash a hashable underlying mapping
#87995 closed
Jun 28, 2022 -
timeit: Use thousands separators and print number of loops per second
#63175 closed
Jun 28, 2022 -
add support for path-like objects in sys.path
#76823 closed
Jun 28, 2022 -
test_ssl fails on recent FreeBSD (OpenSSL 1.1.1p), minimum_version=TLSv1_2
#94208 closed
Jun 28, 2022 -
"modernize" the modulefinder module
#64219 closed
Jun 28, 2022 -
Need use python 3.9 or higher to compile CPython on Windows
#94280 closed
Jun 27, 2022 -
logging module use super() instead of class methods directly
#94327 closed
Jun 27, 2022 -
Carry comments with the AST
#68307 closed
Jun 27, 2022 -
venv bug: Function “_old_fish_prompt” does not exist when activating venv in child process
#93858 closed
Jun 27, 2022 -
timeit module is too hard to use, and it is not documented well
#94335 closed
Jun 27, 2022 -
Provide a toml module in the standard library
#84240 closed
Jun 27, 2022 -
Grammar file
#94307 closed
Jun 27, 2022 -
Strip trailing spaces in pydoc
#94318 closed
Jun 27, 2022 -
sqlite3 seclect with "order" accepts named parameter but don't order
#94322 closed
Jun 27, 2022 -
crash when tp_dealloc allows other threads
#61465 closed
Jun 27, 2022 -
Deprecate sqlite3.version and sqlite3.version_info
#93370 closed
Jun 27, 2022 -
Possible resource leak in glob in non-refcount implementations
#88648 closed
Jun 27, 2022 -
Long paths in imp.load_dynamic() lead to segfault
#87906 closed
Jun 27, 2022 -
[sqlite3] drop statement in_use field in favour of sqlite3_stmt_busy()
#88239 closed
Jun 27, 2022 -
Add function that supports "applying" methods
#86812 closed
Jun 26, 2022 -
Dict inline manipulations
#86522 closed
Jun 26, 2022 -
Misleading line in documentation
#85023 closed
Jun 26, 2022 -
A SyntaxError less detailed since 3.10 in specific example
#94192 closed
Jun 26, 2022 -
Disable automatic update of frame locals during tracing
#86363 closed
Jun 26, 2022 -
Formatter exception when using logging.config.fileConfig
#84724 closed
Jun 26, 2022 -
Expose `libpath` in `venv.EnvBuilder.ensure_directories` return value
#94214 closed
Jun 26, 2022 -
% operator output wrong numbers
#94303 closed
Jun 26, 2022 -
_struct.Struct should be immutable, missing Py_TPFLAGS_IMMUTABLETYPE flag
#94254 closed
Jun 26, 2022 -
PyObject_New breaks by the commit 7ad6f74fcf9db1ccfeaf0986064870d8d3887300
#94185 closed
Jun 26, 2022 -
incorrect link in typeobj documentation
#94139 closed
Jun 26, 2022 -
NamedTemporaryFile could cause double-close on an fd if _TemporaryFileWrapper throws
#83499 closed
Jun 26, 2022 -
Remove old deprecated unittest features
#89325 closed
Jun 26, 2022 -
pickling fails for typing.Tuple[()]
#94245 closed
Jun 26, 2022 -
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
55 Issues opened by 38 people
-
socket module documentation: confusing display of module functions vs class methods
#94432 opened
Jun 30, 2022 -
AC: Params named `module` with custom C names are rejected
#94430 opened
Jun 29, 2022 -
Get bad circle and arc when call create_oval and create_arc with large width in tkinter Canvas
#94420 opened
Jun 29, 2022 -
datetime.timestamp() fails before 1970-01-02T01:00:00.000000
#94414 opened
Jun 29, 2022 -
makesetup can fail on macOS and uses wrong CFLAGS
#94404 opened
Jun 29, 2022 -
Python Launcher for Windows (`py.exe`) breaks on non-python shebang line
#94399 opened
Jun 29, 2022 -
asyncio.TaskGroup may not cancel all tasks on failure of one
#94398 opened
Jun 29, 2022 -
fail to detect windows with win32gui sometimes
#94397 opened
Jun 29, 2022 -
Remove unneeded module state from `_json` module
#94393 opened
Jun 28, 2022 -
Remove xml.etree.ElementTree.Element.copy() (Python implementation): use copy.copy() instead
#94383 opened
Jun 28, 2022 -
_multiprocessing leaks references when initialised multiple times
#94382 opened
Jun 28, 2022 -
Tracing report events leak on trace function failures for doctest-implemented functions in 3.11
#94381 opened
Jun 28, 2022 -
zipimport: Remove deprecated find_loader() and find_module() methods, use find_spec() instead
#94379 opened
Jun 28, 2022 -
Tokenizer crash when redirecting input to stdin
#94360 opened
Jun 28, 2022 -
shlex.split(): remove support for s=None
#94352 opened
Jun 27, 2022 -
mailbox: Remove deprecated support for text, only accept bytes
#94350 opened
Jun 27, 2022 -
`mock.Mock` does not record the value of arguments, but record reference of them
#94348 opened
Jun 27, 2022 -
dataclasses astuple and asdict crash on recursive dataclass structures / dont support deepcopy memo
#94345 opened
Jun 27, 2022 -
Ease initialization of reprlib.Repr attributes
#94343 opened
Jun 27, 2022 -
converting datetime object to year and quarter
#94340 opened
Jun 27, 2022 -
distutils.spawn.find_executable does not handle case on Windows
#94338 opened
Jun 27, 2022 -
`assemble()` can call `assemble_free` without having called `assemble_init()`, resulting in a segfault.
#94332 opened
Jun 27, 2022 -
3.11.0b3: document conflicting subparsers
#94331 opened
Jun 27, 2022 -
SystemError: excessive stack use when compiling a large function
#94329 opened
Jun 27, 2022 -
Upgrade Windows/macOS installers to SQLite 3.39.0
#94328 opened
Jun 27, 2022 -
side_effect function of PopertyMock gets called only once
#94323 opened
Jun 27, 2022 -
Document sqlite3.PrepareProtocol
#94321 opened
Jun 27, 2022 -
Tests: check for DAC override capability instead of using geteuid()
#94315 opened
Jun 27, 2022 -
Deprecate typing.Hashable/Sized
#94309 opened
Jun 26, 2022 -
Exception while handling exception in email.msg.get('message-id')
#94306 opened
Jun 26, 2022 -
os.startfile documentation should recommend not specifying the operation
#94302 opened
Jun 26, 2022 -
Documentation: Error in datetime.datetime.strptime()
#94300 opened
Jun 26, 2022 -
Bad SIGINT handling behavior after creating tk.Tk object in interactive mode
#94296 opened
Jun 26, 2022 -
The documentation for the print() builtin should perhaps say file=None as default
#94286 opened
Jun 26, 2022 -
ABC causing massive memory swell
#94284 opened
Jun 26, 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 -
[Docs] remove distutils legacy ref when setuptools docs are complete
#94249 opened
Jun 25, 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 -
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 -
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 -
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
128 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.
-
Change in semantics and much worse performance for enum members.
#93910 commented on
Jun 28, 2022 • 25 new comments -
gh-92734: Add indentation feature to reprlib.Repr
#92735 commented on
Jun 29, 2022 • 15 new comments -
gh-93883: elide traceback indicators when possible
#93994 commented on
Jun 28, 2022 • 12 new comments -
gh-84753: make inspect.iscoroutinefunction() works with AsyncMock
#94050 commented on
Jun 29, 2022 • 12 new comments -
Severe performance degradation for tracing under 3.11
#93516 commented on
Jun 25, 2022 • 11 new comments -
gh-90385: Add Path.walk method
#92517 commented on
Jun 30, 2022 • 11 new comments -
gh-93626: Set the release for `__future__.annotations` to `None`
#93628 commented on
Jun 30, 2022 • 11 new comments -
gh-93911: Specialize `LOAD_ATTR` for custom `__getattr__` and `__getattribute__`
#93988 commented on
Jun 27, 2022 • 10 new comments -
gh-91102: Port 8-argument _warnings.warn_explicit to Argument Clinic
#92891 commented on
Jun 29, 2022 • 9 new comments -
Fail if an invalid -X option is provided
#89608 commented on
Jun 23, 2022 • 8 new comments -
traceback.extract_stack raises exception if source filename is pyc and exists on disk
#92336 commented on
Jun 29, 2022 • 8 new comments -
gh-91049: Introduce set vectorcall field API for PyFunctionObject
#92257 commented on
Jun 28, 2022 • 8 new comments -
gh-93896: restore the set_event_loop calls to asyncio.run
#94058 commented on
Jun 30, 2022 • 8 new comments -
importlib lock race issue in deadlock handling code
#91351 commented on
Jun 29, 2022 • 7 new comments -
Define behavior of descriptor-typed fields on dataclasses
#91330 commented on
Jun 29, 2022 • 6 new comments -
ASAN : Memory leak found in python3.9.9 regrtest
#94064 commented on
Jun 24, 2022 • 5 new comments -
gh-93939: Build most shared extensions without setup.py
#93940 commented on
Jun 29, 2022 • 5 new comments -
gh-94061: set a message to ConnectionResetError
#94062 commented on
Jun 29, 2022 • 5 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 27, 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-92613: Deprecate other uuencode functionality per PEP 594 & document as such
#92758 commented on
Jun 26, 2022 • 4 new comments -
Implement BINARY_SUBSCR specialization for (String Int)
#94128 commented on
Jun 29, 2022 • 4 new comments -
Specializing adaptive interpreter code object hashes are less unique
#94155 commented on
Jun 26, 2022 • 3 new comments -
bytes do not work on sys.path
#91181 commented on
Jun 27, 2022 • 3 new comments -
Convert static types to heap types: use PyType_FromSpec()
#84258 commented on
Jun 28, 2022 • 3 new comments -
Implement asyncio.timeout() context manager
#90927 commented on
Jun 29, 2022 • 3 new comments -
IsolatedAsyncioTestCase and asyncio.run no-longer call asyncio.set_event_loop
#93896 commented on
Jun 30, 2022 • 3 new comments -
`__future__.annotations` has inaccurate `mandatoryRelease` value
#93626 commented on
Jun 30, 2022 • 3 new comments -
bpo-32397: new option for TextWrapper to allow stable wrapping
#27587 commented on
Jun 27, 2022 • 3 new comments -
gh-91803: Mock - fix error when using autospec methods with seal
#92213 commented on
Jun 29, 2022 • 3 new comments -
importlib.metadata.version can return None
#91216 commented on
Jun 23, 2022 • 2 new comments -
tarfile in stream mode always set zlib compression level to 9
#70441 commented on
Jun 25, 2022 • 2 new comments -
`_abc._abc_subclasscheck` has very poor performance and (I think) a memory leak
#92810 commented on
Jun 26, 2022 • 2 new comments -
Make optional parameters of sqlite3.connect() keyword-only
#93057 commented on
Jun 26, 2022 • 2 new comments -
normpath does not work with local literal paths
#59491 commented on
Jun 27, 2022 • 2 new comments -
Pdb crashes after jump with `Fatal Python error: _PyMem_DebugRawFree: bad trailing pad byte`
#91742 commented on
Jun 27, 2022 • 2 new comments -
Include column offsets for bytecode instructions
#88116 commented on
Jun 28, 2022 • 2 new comments -
Introduce task groups to asyncio and change task cancellation semantics
#90908 commented on
Jun 29, 2022 • 2 new comments -
Incompatibility between _decimal and _pydecimal: Context.__hash__
#94107 commented on
Jun 29, 2022 • 2 new comments -
Move all stdlib tests in the test package
#93839 commented on
Jun 29, 2022 • 2 new comments -
bpo-41422: Visit the Unpickler's memo in Unpickler_traverse
#21664 commented on
Jun 27, 2022 • 2 new comments -
GH-90699: Intern statically allocated strings
#93597 commented on
Jun 27, 2022 • 2 new comments -
gh-93963: Officially deprecate abcs and warn about their usage.
#93965 commented on
Jun 27, 2022 • 2 new comments -
gh-89739: Support zip64 in zipimport
#94146 commented on
Jun 23, 2022 • 2 new comments -
socket._GLOBAL_DEFAULT_TIMEOUT being an object() makes for ugly docstrings, can be better
#91225 commented on
Jun 23, 2022 • 1 new comment -
getpass.getpass not working with on windows when ctrl+v is used to enter the string
#81607 commented on
Jun 23, 2022 • 1 new comment -
build.bat: register binaries for py launcher
#74590 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 -
3.11 backtrace visual indicators are too verbose
#93883 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 -
test_zipfile fails on AIX due to time.localtime
#83683 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 -
shutil.make_archive should not need to chdir (alternatively: make shutil.make_archive thread-safe)
#74696 commented on
Jun 25, 2022 • 1 new comment -
asyncio DatagramProtocol stops calling callbacks after OSError
#88906 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 -
Fix/silence doctest warnings
#94001 commented on
Jun 26, 2022 • 1 new comment -
Deprecate default converters in sqlite3
#90016 commented on
Jun 26, 2022 • 1 new comment -
IDLE maxosc.overrideRootMenu: remove unused menudict
#78145 commented on
Jun 27, 2022 • 1 new comment -
Finalization of non-exhausted asynchronous generators is deferred
#88684 commented on
Jun 27, 2022 • 1 new comment -
IDLE subsection of What's New 3.11
#90653 commented on
Jun 27, 2022 • 1 new comment -
Asyncio Tutorial
#79012 commented on
Jun 28, 2022 • 1 new comment -
Deprecate shlex.split(None) to read from stdin.
#77443 commented on
Jun 28, 2022 • 1 new comment -
asyncio.open_connection returns a closed client when server fails to authenticate client certificate
#83375 commented on
Jun 28, 2022 • 1 new comment -
email.policy.SMTP throws AttributeError on invalid header
#83281 commented on
Jun 28, 2022 • 1 new comment -
Undefined C behavior going beyond end of struct via a [1] arrays (C99 flexible arrays)
#84301 commented on
Jun 28, 2022 • 1 new comment -
warnings.catch_warnings is async-unsafe
#91505 commented on
Jun 28, 2022 • 1 new comment -
Teach "import *" to warn when overwriting globals or builtins
#80943 commented on
Jun 29, 2022 • 1 new comment -
mock.patch applied at class level behaves incorrectly
#93582 commented on
Jun 29, 2022 • 1 new comment -
Improve clarity of sqlite3 transaction handling docs
#94017 commented on
Jun 29, 2022 • 1 new comment -
bpo-29842: Make Executor.map less eager so it handles large/unbounded…
#707 commented on
Jun 30, 2022 • 1 new comment -
bpo-20774: Add a JSON serializer to collections.deque
#830 commented on
Jun 30, 2022 • 1 new comment -
gh-74706: IDLE: Add navigate bar and replace current goto dialog
#1884 commented on
Jun 30, 2022 • 1 new comment -
gh-42010: IDLE Editor Bottom Scroll Bar
#1984 commented on
Jun 30, 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-41141: Remove unneeded handling of '.' and '..' from pathlib.Path.iterdir()
#21179 commented on
Jun 25, 2022 • 1 new comment -
bpo-1635741: Prep curses module for multi-phase init
#23091 commented on
Jun 27, 2022 • 1 new comment -
bpo-42363: enhance _check_running() ValuError output in Pool class
#23299 commented on
Jun 26, 2022 • 1 new comment -
bpo-1635741: port _elementtree to multi-phase init (PEP 489)
#23535 commented on
Jun 27, 2022 • 1 new comment -
bpo-24132: Add direct subclassing of PurePath/Path in pathlib
#26906 commented on
Jun 25, 2022 • 1 new comment -
gh-88339: enable fast seeking of uncompressed unencrypted zipfile.ZipExtFile
#27737 commented on
Jun 26, 2022 • 1 new comment -
gh-91398: Remove IDLE shell sidebar padding
#32363 commented on
Jun 23, 2022 • 1 new comment -
gh-51574: Return the absolute path in `tempfile.mkdtemp()`
#92317 commented on
Jun 30, 2022 • 1 new comment -
[3.11] GH-93354: Use exponential backoff to avoid excessive specialization attempts (GH-93355)
#93379 commented on
Jun 26, 2022 • 1 new comment -
GH-93964: Harden overflow checks before _PyBytes_Resize in compile.c
#94044 commented on
Jun 28, 2022 • 1 new comment -
GH-94108: Specialize for int & operation
#94109 commented on
Jun 23, 2022 • 1 new comment -
gh-54781: Move Lib/idlelib/idle_test/ to Lib/test/test_idle/
#94145 commented on
Jun 23, 2022 • 1 new comment -
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 -
Update the dis module documentation to reflect switch to wordcode
#76806 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 -
PyImport_Cleanup is called with builtins_copy == NULL in test_embed
#77560 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 -
Custom pickler memory leak
#89988 commented on
Jun 27, 2022 • 0 new comments -
Build shared extensions without distutils
#93939 commented on
Jun 27, 2022 • 0 new comments -
Conditional backward edges should help "warm up" code
#93554 commented on
Jun 27, 2022 • 0 new comments -
Asyncio raise ConnectionResetError without the message set.
#94061 commented on
Jun 28, 2022 • 0 new comments -
gh-74616: Raise ValueError in case of NULL in input prompt
#1738 commented on
Jun 29, 2022 • 0 new comments -
gh-76912: Raise OSError from any failure in getpass.getuser()
#29739 commented on
Jun 29, 2022 • 0 new comments -
bpo-10483: fix definition of executable file for http.server on windows
#30216 commented on
Jun 28, 2022 • 0 new comments -
gh-85427: Prevent exits if `ArgumentParser.exit_on_error` is False
#30832 commented on
Jun 29, 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-91181: restore support for bytes on sys.path in FileFinder
#31897 commented on
Jun 28, 2022 • 0 new comments -
bpo-47025: drop support for bytes on sys.path
#31934 commented on
Jun 26, 2022 • 0 new comments -
bpo-46841: Don't jump during `throw()`
#31968 commented on
Jun 27, 2022 • 0 new comments -
gh-91247: improve performance of list and tuple repeat (with specialization for n=1)
#91482 commented on
Jun 24, 2022 • 0 new comments -
gh-91539: improve performance of get_proxies_environment
#91566 commented on
Jun 24, 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 29, 2022 • 0 new comments -
gh-93243: Make smtpd private before porting its users
#93246 commented on
Jun 25, 2022 • 0 new comments -
gh-90300: Reformat the Python CLI help output
#93415 commented on
Jun 26, 2022 • 0 new comments -
gh-93573: Replace wrong example domains in configparser doc
#93574 commented on
Jun 28, 2022 • 0 new comments -
gh-93696: Locate frozen module source with __file__
#93697 commented on
Jun 27, 2022 • 0 new comments -
gh-74876: Fix copying and pickling weakref.WeakSet
#93732 commented on
Jun 26, 2022 • 0 new comments -
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour
#93823 commented on
Jun 27, 2022 • 0 new comments -
gh-89051: Add ssl.OP_LEGACY_SERVER_CONNECT
#93927 commented on
Jun 24, 2022 • 0 new comments -
gh-93884: Improve test coverage of `PyNumber_ToBase`
#93932 commented on
Jun 28, 2022 • 0 new comments -
GH-93880: Improved conciseness of ipaddress factory functions (GH-93917)
#93985 commented on
Jun 23, 2022 • 0 new comments -
gh-94087: Update function used to construct Unicode string (in doc and code)
#94088 commented on
Jun 24, 2022 • 0 new comments