Overview
Could not load contribution data
Please try again later
114 Pull requests merged by 44 people
-
Add some information about where pynche has moved to
#91650 merged
Apr 18, 2022 -
gh-91576: Speed up iteration of strings
#91574 merged
Apr 18, 2022 -
gh-91575: Update case-insensitive matching in re to the latest Unicode version
#91580 merged
Apr 18, 2022 -
bpo-46053: Fix OSS audio support on NetBSD
#30065 merged
Apr 18, 2022 -
gh-91265: Make old ctypes.macholib tests runned by `python -m test`
#32094 merged
Apr 18, 2022 -
Removed ill-formed and unneeded news entry
#91657 merged
Apr 18, 2022 -
[3.9] Remove duplicate explanation (GH-91534)
#91654 merged
Apr 18, 2022 -
bpo-21150: add quick link/summary table to the top of argparse documentation
#12005 merged
Apr 18, 2022 -
[3.10] Remove duplicate explanation (GH-91534)
#91655 merged
Apr 18, 2022 -
Remove duplicate explanation about dict creation (docs)
#91534 merged
Apr 18, 2022 -
[3.8] Update: usage doc for heappushpop (GH-32136)
#91451 merged
Apr 18, 2022 -
gh-91118: Fix docstrings that do not honor --without-doc-strings
#31769 merged
Apr 18, 2022 -
gh-85567: Register a cleanup function to close files for FileType objects in argparse
#32257 merged
Apr 18, 2022 -
gh-91551: Remove the ancient Pynche color editor
#91554 merged
Apr 17, 2022 -
gh-91217: deprecate ossaudiodev
#91641 merged
Apr 17, 2022 -
[3.9] gh-89885: Improve import example in language reference (GH-91523)
#91649 merged
Apr 17, 2022 -
[3.9] gh-91541: Fix error in example in modules tutorial (GH-91634)
#91647 merged
Apr 17, 2022 -
[3.9] gh-90923: Improve sqlite3.Connection.execute* docs (GH-91643)
#91645 merged
Apr 17, 2022 -
[3.10] gh-89885: Improve import example in language reference (GH-91523)
#91648 merged
Apr 17, 2022 -
[3.10] gh-91541: Fix error in example in modules tutorial (GH-91634)
#91646 merged
Apr 17, 2022 -
[3.10] gh-90923: Improve sqlite3.Connection.execute* docs (GH-91643)
#91644 merged
Apr 17, 2022 -
gh-89885: Add example for spam.Bar
#91523 merged
Apr 17, 2022 -
gh-91541: Fix error in example in modules tutorial
#91634 merged
Apr 17, 2022 -
gh-90923: Improve sqlite3.Connection.execute* docs
#91643 merged
Apr 17, 2022 -
Use git attribute macros for CRLF and no-EOL files
#30762 merged
Apr 17, 2022 -
gh-91625: Don't ignore extended args of adaptive opcodes
#91626 merged
Apr 17, 2022 -
gh-91298: Refine traversable (apply changes from importlib_resources 5.7.1)
#91623 merged
Apr 17, 2022 -
gh-90284: Restore docstrings in importlib.metadata tests.
#32288 merged
Apr 17, 2022 -
gh-90501: Fix refleak in PyErr_SetExcInfo/PyErr_SetHandledException
#91627 merged
Apr 17, 2022 -
gh-78607: Replace __ltrace__ with __lltrace__
#91619 merged
Apr 16, 2022 -
gh-91462: Make lltrace output human-readable.
#91463 merged
Apr 16, 2022 -
[3.10] gh-91607: Fix several test_concurrent_futures tests to test what they claim
#91612 merged
Apr 16, 2022 -
gh-86178: wsgiref.types: Add missing TypeAlias annotations
#91608 merged
Apr 16, 2022 -
gh-91217: deprecate nis
#91606 merged
Apr 16, 2022 -
gh-91276: Fix an out of date comment in compile.c
#91615 merged
Apr 16, 2022 -
gh-89770: Implement PEP-678 - Exception notes
#31317 merged
Apr 16, 2022 -
gh-91607: Fix several test_concurrent_futures tests to actually test what they claim
#91600 merged
Apr 16, 2022 -
gh-86178: Add wsgiref.types
#32335 merged
Apr 16, 2022 -
gh-84853: Use Argument Clinic for csv (where possible)
#20200 merged
Apr 16, 2022 -
gh-89263: Add typing.get_overloads
#31716 merged
Apr 16, 2022 -
[3.10] gh-91595: fix the comparison of character and integer by using ord() (GH-91596)
#91604 merged
Apr 16, 2022 -
[3.9] gh-91595: fix the comparison of character and integer by using ord() (GH-91596)
#91605 merged
Apr 16, 2022 -
gh-91595: fix the comparison of character and integer by using ord()
#91596 merged
Apr 16, 2022 -
gh-69093: sqlite3 blob doc amendments
#91561 merged
Apr 16, 2022 -
[3.9] gh-82849: revise intro to os.path.rst (GH-32232)
#91593 merged
Apr 16, 2022 -
[3.10] gh-82849: revise intro to os.path.rst (GH-32232)
#91592 merged
Apr 16, 2022 -
bpo-43224: Add tests for TypeVarTuple substitution in Annotated
#31846 merged
Apr 16, 2022 -
gh-82849: revise intro to os.path.rst
#32232 merged
Apr 16, 2022 -
gh-69093: Add context manager support to sqlite3.Blob
#91562 merged
Apr 16, 2022 -
[3.10] gh-89588: Add link to documentation translation list (GH-91560)
#91589 merged
Apr 16, 2022 -
[3.9] gh-89588: Add link to documentation translation list (GH-91560)
#91588 merged
Apr 16, 2022 -
Issue templates: Remove duplicate links to security policy
#91590 merged
Apr 16, 2022 -
Add minimal issue templates
#91569 merged
Apr 16, 2022 -
gh-89588: Add link to documentation translation list
#91560 merged
Apr 16, 2022 -
gh-91487: Optimize asyncio UDP speed
#91488 merged
Apr 15, 2022 -
gh-91217: deprecate nntplib
#91543 merged
Apr 15, 2022 -
gh-91276: Make JUMP_IF_TRUE_OR_POP/JUMP_IF_FALSE_OR_POP relative
#32215 merged
Apr 15, 2022 -
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException
#30531 merged
Apr 15, 2022 -
gh-69093: improve sqlite3.Connection.blobopen() error handling
#91571 merged
Apr 15, 2022 -
gh-91404: Improve `re` performance
#91495 merged
Apr 15, 2022 -
gh-69093: Disallow instantiation of sqlite3.Blob objects
#91570 merged
Apr 15, 2022 -
gh-90699: Use _Py_STR(empty) instead of PyUnicode_New(0, 0)
#91476 merged
Apr 15, 2022 -
[3.10] gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434)
#91464 merged
Apr 15, 2022 -
gh-69093: Expose sqlite3.Blob as a class
#91550 merged
Apr 15, 2022 -
[3.9] bpo-40376: slightly improved the wording for os.getgrouplist (GH-19702)
#91557 merged
Apr 15, 2022 -
gh-79156: Add start_tls() method to streams API
#91453 merged
Apr 15, 2022 -
gh-84556: slightly improved the wording for os.getgrouplist
#19702 merged
Apr 15, 2022 -
gh-90699: Remove usage of _Py_IDENTIFIER from unicodedata module.
#91532 merged
Apr 15, 2022 -
[3.9] gh-70979: Fix runpy.run_path parameter name in docs (GH-32265)
#91553 merged
Apr 15, 2022 -
[3.10] gh-70979: Fix runpy.run_path parameter name in docs (GH-32265)
#91552 merged
Apr 15, 2022 -
gh-70979: Fix runpy.run_path parameter name in docs
#32265 merged
Apr 15, 2022 -
gh-91520: Rewrite imghdr inlining for clarity and completeness
#91521 merged
Apr 15, 2022 -
gh-69093: Support basic incremental I/O to blobs in `sqlite3`
#30680 merged
Apr 15, 2022 -
gh-91428: include specialized opcodes in _PyOpcode_OpName
#91467 merged
Apr 14, 2022 -
gh-91217: deprecate msilib
#91515 merged
Apr 14, 2022 -
gh-89455: Fix an uninitialized bool in exception print context.
#91466 merged
Apr 14, 2022 -
[3.10] Add redirects to Misc/NEWS bpo links (GH-91454)
#91535 merged
Apr 14, 2022 -
[3.9] Add redirects to Misc/NEWS bpo links (GH-91454)
#91536 merged
Apr 14, 2022 -
gh-84461: Drop -sWASM, fix building tests for browser (GH-91530)
#91530 merged
Apr 14, 2022 -
gh-91353: Fix void return type handling in ctypes (GH-32246)
#32246 merged
Apr 14, 2022 -
Add redirects to Misc/NEWS bpo links
#91454 merged
Apr 14, 2022 -
[3.9] gh-90879: Fix missing parameter for put_nowait() (GH-91514)
#91528 merged
Apr 14, 2022 -
[3.10] gh-90879: Fix missing parameter for put_nowait() (GH-91514)
#91527 merged
Apr 14, 2022 -
gh-90879: Fix missing parameter for put_nowait()
#91514 merged
Apr 14, 2022 -
gh-91156: Fix encoding="locale" in UTF-8 mode
#70056 merged
Apr 14, 2022 -
gh-90699: Remove usage of _Py_IDENTIFIER from bisect module.
#91522 merged
Apr 14, 2022 -
gh-90326: Remove quotes for logging config (GH-91516)
#91516 merged
Apr 14, 2022 -
[3.9] gh-87497: Document that urllib.request sends headers in camel case (GH-24661)
#91518 merged
Apr 14, 2022 -
gh-91266: refactor bytearray strip methods
#32096 merged
Apr 14, 2022 -
gh-87497: Explicit that headers sent in camel-case
#24661 merged
Apr 14, 2022 -
[3.9] gh-91421: Use constant value check during runtime (GH-91422)
#91493 merged
Apr 14, 2022 -
[3.10] gh-91421: Use constant value check during runtime (GH-91422)
#91492 merged
Apr 14, 2022 -
compiler: Get rid of slops in structs
#91458 merged
Apr 13, 2022 -
gh-90449: Improve accuracy and readability of exceptions tutorial
#31899 merged
Apr 13, 2022 -
gh-91217: deprecate imghdr
#91461 merged
Apr 13, 2022 -
Update authors for Required[] and NotRequired[] implementation
#91506 merged
Apr 13, 2022 -
gh-90971: suppress deprecation warning in `test_lib2to3`
#31464 merged
Apr 13, 2022 -
gh-91502: Add a new API to check if a frame is an entry frame
#91503 merged
Apr 13, 2022 -
bpo-43218: Prevent venv creation when the target directory contains a PATH separator. (GH-24530)
#24530 merged
Apr 13, 2022 -
bpo-43224: Forbid TypeVar substitution with Unpack
#32031 merged
Apr 13, 2022 -
gh-91421: Use constant value check during runtime
#91422 merged
Apr 13, 2022 -
[3.9] gh-88513: clarify shutil.copytree's dirs_exist_ok arg (GH-91434)
#91465 merged
Apr 13, 2022 -
gh-91243: Add typing.Required and NotRequired (PEP 655)
#32419 merged
Apr 12, 2022 -
gh-91308: Automatically regenerate sre_constants.h
#91439 merged
Apr 12, 2022 -
gh-90839: Forward gzip.compress() compresslevel to zlib
#31215 merged
Apr 12, 2022 -
gh-91276: make space for longer opcodes in dis output
#91444 merged
Apr 12, 2022 -
[3.9] GH-89074: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks (GH-27765)
#91471 merged
Apr 12, 2022 -
gh-88513: [DOC] clarify shutil.copytree's dirs_exist_ok arg
#91434 merged
Apr 12, 2022 -
gh-79097: Add support for aggregate window functions in sqlite3
#20903 merged
Apr 12, 2022 -
gh-91217: deprecate crypt
#91459 merged
Apr 12, 2022 -
gh-91428: Add _PyOpcode_OpName to opcode.h of debug builds
#91430 merged
Apr 11, 2022 -
gh-91217: Deprecate `chunk`
#91419 merged
Apr 11, 2022
58 Pull requests opened by 34 people
-
gh-91456: Fix issue affecting the use of auto() alongside aliases in Enums
#91457 opened
Apr 11, 2022 -
gh-59121: bpo-14916: interactive fd is not tied to stdin
#91469 opened
Apr 12, 2022 -
gh-91432: Add FOR_END, alternate: keep FOR_ITER around.
#91472 opened
Apr 12, 2022 -
[WIP] gh-89621: re.subn?(): raise error when RegexFlag is wrongly used as count argument
#91477 opened
Apr 12, 2022 -
updated code listings error messages
#91478 opened
Apr 12, 2022 -
gh-90765: Catch LegacyInterpolation deprecation warning
#91480 opened
Apr 12, 2022 -
gh-91247: improve performance of list and tuple repeat (with specialization for n=1)
#91482 opened
Apr 12, 2022 -
gh-91447: Fix findtext to only give an empty string on None
#91486 opened
Apr 12, 2022 -
gh-91061: also accept pathlib.Path for winsound.PlaySound
#91489 opened
Apr 12, 2022 -
gh-91401: Add a failsafe way to disable vfork.
#91490 opened
Apr 13, 2022 -
gh-91081: Add note on WeakKeyDictionary behavior when deleting a replaced entry
#91499 opened
Apr 13, 2022 -
CI: Don't apply 'stale' label to issues
#91501 opened
Apr 13, 2022 -
Fix awkward sentence in signal docs
#91508 opened
Apr 13, 2022 -
[3.10] gh-87497: Document that urllib.request sends headers in camel case (GH-24661)
#91517 opened
Apr 14, 2022 -
gh-91524: Speed up the regular expression substitution
#91525 opened
Apr 14, 2022 -
gh-91526: io: Remove device encoding support from TextIOWrapper
#91529 opened
Apr 14, 2022 -
gh-88116: Enhance the inspect frame APIs to use the extended position information
#91531 opened
Apr 14, 2022 -
gh-91537: Remove non-existing C:\bin from os.defpath
#91538 opened
Apr 14, 2022 -
gh-68966: Fix CVE-2015-20107 in mailcap
#91542 opened
Apr 14, 2022 -
gh-91544: Better stringification of Parameter defaults
#91548 opened
Apr 14, 2022 -
gh-90829: Changing error message in builtins.min/max
#91559 opened
Apr 15, 2022 -
gh-89253: Add 3.10 whatsnew section for itertools.pairwise
#91563 opened
Apr 15, 2022 -
gh-89159: Add missing TarInfo members
#91564 opened
Apr 15, 2022 -
gh-91539: improve performance of get_proxies_environment
#91566 opened
Apr 15, 2022 -
gh-91565 Simple changes to reflect new bug reporting location.
#91568 opened
Apr 15, 2022 -
gh-89022: Map SQLITE_MISUSE to sqlite3.InterfaceError
#91572 opened
Apr 15, 2022 -
gh-91577: SharedMemory move imports out of methods
#91579 opened
Apr 15, 2022 -
gh-91581: Check result of utc_to_seconds
#91582 opened
Apr 15, 2022 -
Doc: Update py2app link.
#91585 opened
Apr 15, 2022 -
gh-74166: Add option to get all errors from socket.create_connection
#91586 opened
Apr 15, 2022 -
gh-90622: Prevent max_tasks_per_child use with a fork mp_context.
#91587 opened
Apr 16, 2022 -
gh-90622: Do not spawn ProcessPool workers on demand via fork method.
#91598 opened
Apr 16, 2022 -
gh-69093: Add mapping protocol support to sqlite3.Blob
#91599 opened
Apr 16, 2022 -
Fix typo in asyncio-extending.rst
#91609 opened
Apr 16, 2022 -
gh-72793: C implementation of parts of copy.deepcopy
#91610 opened
Apr 16, 2022 -
gh-91611: Use example.com for documentation. Not others' domain.
#91613 opened
Apr 16, 2022 -
gh-88546: Made new paragraph for emphasis and reordered sentence
#91614 opened
Apr 16, 2022 -
gh-87801: Add run() to CalledProcessError description
#91628 opened
Apr 17, 2022 -
gh-91629 Use conf.d configs and fish_add_path to set the PATH when installing for the Fish shell.
#91630 opened
Apr 17, 2022 -
gh-91603: Speed up isinstance/issubclass on union types
#91631 opened
Apr 17, 2022 -
[Feature] Add mean centering to statistics library
#91633 opened
Apr 17, 2022 -
gh-90527: Evaluate typing.ForwardRef inside typing.NewType
#91637 opened
Apr 17, 2022 -
gh-90005: Cleanup after GH-31698
#91642 opened
Apr 17, 2022 -
gh-91636: Don't clear required fields of function objects
#91651 opened
Apr 18, 2022 -
gh-87624: Add tutorial example for scope in blocks
#91652 opened
Apr 18, 2022 -
gh-91621: Fix typing.get_type_hints for collections.abc.Callable
#91656 opened
Apr 18, 2022 -
gh-87192: Update wording for fcntl 'Changed in'
#91658 opened
Apr 18, 2022 -
Fix link formatting typo
#91659 opened
Apr 18, 2022 -
gh-91575: Add a script for generating data for case-insensitive matching in re
#91660 opened
Apr 18, 2022 -
[3.10] gh-91575: Update case-insensitive matching in re to the latest…
#91661 opened
Apr 18, 2022 -
[3.10] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769)
#91662 opened
Apr 18, 2022 -
[3.9] gh-91118: Fix docstrings that do not honor --without-doc-strings (GH-31769)
#91664 opened
Apr 18, 2022 -
gh-90568: Fix error type when parse \N with a named sequence in RE
#91665 opened
Apr 18, 2022 -
GH-88116: Use a compact format to represent end line and column offsets.
#91666 opened
Apr 18, 2022 -
[3.10] Revert "[3.10] bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH-32086)"
#91667 opened
Apr 18, 2022 -
gh-81548: Deprecate octal sequences with value larger than 0o377
#91668 opened
Apr 18, 2022 -
gh-91670: Removes `SO` config variable in `sysconfig.py`
#91671 opened
Apr 18, 2022 -
gh-91673: Missing import in dataclasses documentation
#91672 opened
Apr 18, 2022
120 Issues closed by 32 people
-
Travis CI: documentation job fails in library/nntplib.rst with random network issue on news.gmane.io
#83524 closed
Apr 18, 2022 -
Heap Segmentation Fault
#89983 closed
Apr 18, 2022 -
Bad free in assemble function
#87524 closed
Apr 18, 2022 -
Possible Stack Based Buffer Overflow at Programs/_freeze_importlib.c
#88384 closed
Apr 18, 2022 -
Speed up iteration of strings
#91576 closed
Apr 18, 2022 -
Improve Telnetlib's throughput
#90896 closed
Apr 18, 2022 -
NetBSD: ossaudio support incomplete
#90211 closed
Apr 18, 2022 -
Old ctypes.macholib tests are ignored by python -m test
#91265 closed
Apr 18, 2022 -
argparse: _AttributeHolder repr() prints out positional arguments twice
#91622 closed
Apr 18, 2022 -
Remove Tools/pynche
#91551 closed
Apr 17, 2022 -
DragonflyBSD fix nis module build
#89337 closed
Apr 17, 2022 -
[Doc] sqlite3 Cursor.execute() return value is unspecified
#90923 closed
Apr 17, 2022 -
Adaptive opcodes neglect EXTENDED_ARG
#91625 closed
Apr 17, 2022 -
[sqlite3] remove "non-standard" from docstrings
#91034 closed
Apr 17, 2022 -
possible solution for the import problem in python 3.10 (import Mapping from collections)
#91639 closed
Apr 17, 2022 -
`__abstractmethods__` gives attribute error although described in `dir(type)`
#91591 closed
Apr 17, 2022 -
Document importlib.resources.abc.Traversable
#91298 closed
Apr 17, 2022 -
Unittest output drives developers to avoid docstrings
#90284 closed
Apr 17, 2022 -
test_concurrent_futures does not exercise each mp_context method reliably due to code smell
#91607 closed
Apr 17, 2022 -
argparse - "expected one argument" when used -: in argument
#91158 closed
Apr 17, 2022 -
Possible performance improvement for heapq.merge()
#83119 closed
Apr 16, 2022 -
"__lltrace__" seems to be wrong , "__ltrace__" is correct in Misc/SpecialBuilds.txt
#78607 closed
Apr 16, 2022 -
Optimize long_pow for the common case
#90178 closed
Apr 16, 2022 -
PyMapping_Check returns 1 for list
#90534 closed
Apr 16, 2022 -
Move tests from setobject.c to _testcapimodule
#91288 closed
Apr 16, 2022 -
importlib.resources.read_text() raises FileNotFound
#90184 closed
Apr 16, 2022 -
Use Argument Clinic for csv
#84853 closed
Apr 16, 2022 -
Make all jump opcodes relative
#91276 closed
Apr 16, 2022 -
SyntaxError in Python 3.10.0b1: wrong token for missing comma
#88347 closed
Apr 16, 2022 -
classmethod change in 3.9 needs better documentation
#86998 closed
Apr 16, 2022 -
Comparison of character and integer
#91595 closed
Apr 16, 2022 -
Deadlock when mixing event loops and subprocesses
#88056 closed
Apr 16, 2022 -
crash if asyncio is used before and after re-initialization if using python embedded in an application
#89425 closed
Apr 16, 2022 -
Revisit: start_tls() difficult when using asyncio.start_server()
#90046 closed
Apr 16, 2022 -
DatagramProtocol + IPv6 does not work with ProactorEventLoop
#83329 closed
Apr 16, 2022 -
There is an error in the Chinese documentation of contextlib.AbstractContextManager
#89588 closed
Apr 16, 2022 -
Mapping bpo numbers in what's new does not reference GitHub issues correctly.
#91567 closed
Apr 16, 2022 -
unittest increment tests executed
#88026 closed
Apr 15, 2022 -
test_recursive_repr breaks tracing in test_xml_etree
#81135 closed
Apr 15, 2022 -
Unexpected behaviour random.shuffle with multidimensional numpy array
#91546 closed
Apr 15, 2022 -
socket.makefile documentation is missing data regarding the 'buffering' parameter
#91408 closed
Apr 15, 2022 -
LOAD_GLOBAL instruction with wrong source position
#91409 closed
Apr 15, 2022 -
The speed of asyncio UDP is too slow when transferring large file
#91487 closed
Apr 15, 2022 -
FAIL: test_create_connection (test.test_socket.NetworkConnectionNoServer)
#59822 closed
Apr 15, 2022 -
SyntaxError message pointing to comment line
#91584 closed
Apr 15, 2022 -
Add PyErr_GetActiveException and PyErr_SetActiveException
#90501 closed
Apr 15, 2022 -
The loop in utility `socket.create_connection()` swallows previous errors
#73943 closed
Apr 15, 2022 -
StreamWriter.wait_closed() can hang indefinitely.
#83939 closed
Apr 15, 2022 -
nntplib is broken when responses are longer than _MAXLINE
#73157 closed
Apr 15, 2022 -
cgi module, parse_multipart fails
#85570 closed
Apr 15, 2022 -
cgi.parse() fatally attempts str.decode when handling multipart/form-data
#83908 closed
Apr 15, 2022 -
with cgi.FieldStorage(...) fails on cleanup with AttributeError, missing try/except in __exit__
#81741 closed
Apr 15, 2022 -
cgi.FieldStorage doesn't parse QUERY_STRING with POST that is not application/x-www-form-urlencoded
#78163 closed
Apr 15, 2022 -
cgi.FieldStorage constructor assumes all lines terminate with \n
#76722 closed
Apr 15, 2022 -
CGI library - Using unicode in header fields
#70714 closed
Apr 15, 2022 -
CGI large POST data string truncated
#69259 closed
Apr 15, 2022 -
Truncated POST data in CGI script on Windows 7
#60270 closed
Apr 15, 2022 -
cgi.FieldStorage should not call read_multi on files
#59769 closed
Apr 15, 2022 -
Allow multilevel subdirectories in cgi_directories
#58770 closed
Apr 15, 2022 -
cgi.parse_multipart is broken on 3.x
#56620 closed
Apr 15, 2022 -
Let cgi.FieldStorage have named uploaded file
#54177 closed
Apr 15, 2022 -
[Windows] cgi handling of POSTed files is broken in Windows
#52324 closed
Apr 15, 2022 -
make _ctypes work with non-gcc compilers
#45857 closed
Apr 15, 2022 -
distutils.sysconfig is not cross-platform compatible
#45640 closed
Apr 15, 2022 -
cgi.py multipart/form-data
#44313 closed
Apr 15, 2022 -
ExceptionGroup should be generic
#91549 closed
Apr 14, 2022 -
enhanced dir?
#91410 closed
Apr 14, 2022 -
Add opname array to `opcode.h` of debug builds.
#91428 closed
Apr 14, 2022 -
exception error in _scproxy.so when called after fork
#58037 closed
Apr 14, 2022 -
Add stacklevel support for exceptions
#85571 closed
Apr 14, 2022 -
Proposal: `for in match` within list comprehension
#91540 closed
Apr 14, 2022 -
Failing test_exceptions and test_threading
#89697 closed
Apr 14, 2022 -
__name__ attribute in typing module
#88690 closed
Apr 14, 2022 -
test_regrest: test_tools_script_run_tests() failed on GHA Windows x64
#89100 closed
Apr 14, 2022 -
flaky test.test_asyncio.test_events.ProactorEventLoopTests.test_call_later
#85801 closed
Apr 14, 2022 -
asyncio _UnixWritePipeTransport._close abandons unflushed writes
#70850 closed
Apr 14, 2022 -
asyncio reference cycles after ConnectionResetError
#69752 closed
Apr 14, 2022 -
Top / function argument level ClassVar should not be allowed during `get_type_hints()`
#89446 closed
Apr 14, 2022 -
proposal: add support for regex in Literal type hint
#89102 closed
Apr 14, 2022 -
Add Void type to typing library
#87408 closed
Apr 14, 2022 -
@overload-ing method of parent class without actual implementation
#86978 closed
Apr 14, 2022 -
Don't return implicit optional types by get_type_hints
#77314 closed
Apr 14, 2022 -
SimpleQueue.put_nowait() documentation error
#90879 closed
Apr 14, 2022 -
Make encoding="locale" uses locale encoding even in UTF-8 mode is enabled.
#91156 closed
Apr 14, 2022 -
Incorrect format specified for the "style" key in the configuration file format formatter example
#90326 closed
Apr 14, 2022 -
Refactor bytearray strip methods
#91266 closed
Apr 14, 2022 -
localtime fails when run from a cygwin terminal
#91511 closed
Apr 13, 2022 -
[doc] First argument to raise can also be BaseException
#90449 closed
Apr 13, 2022 -
more controlled inheritance
#91509 closed
Apr 13, 2022 -
AttributeError: type object 'Callable' has no attribute '_abc_registry'
#84812 closed
Apr 13, 2022 -
typing.get_type_hints doesn't know about typeshed
#78881 closed
Apr 13, 2022 -
telnetlib crash in Python3 while receiving un-printable characters from server
#81821 closed
Apr 13, 2022 -
[DOC] Warnings/notes in docs including most of the page
#91483 closed
Apr 13, 2022 -
Extra `DeprecationWarning` when running `lib2to3` tests
#90971 closed
Apr 13, 2022 -
Allow tools to check if a frame is an entry frame
#91502 closed
Apr 13, 2022 -
`csv` module documentation looks funny for Python 3.10.4
#91500 closed
Apr 13, 2022 -
seealso is corrupted in 3.9 or later documentation (since Apr 12th?)
#91496 closed
Apr 13, 2022 -
Error 0x80070642: Failed to install MSI package.
#91475 closed
Apr 13, 2022 -
Improve size validation in _Py_DecodeUTF8Ex
#91421 closed
Apr 13, 2022 -
Default to emitting FutureWarning for provisional APIs
#75923 closed
Apr 13, 2022 -
Improve documentation for typing._GenericAlias
#90747 closed
Apr 13, 2022 -
pprint output could be more organised
#91460 closed
Apr 12, 2022 -
Docs for `re` inaccurately indicate support for non-capturing inline modifiers
#91431 closed
Apr 12, 2022 -
improve telnetlib.Telnet so option negotiation becomes easie
#44693 closed
Apr 12, 2022 -
sndhdr.what() does not recognize wav file
#44318 closed
Apr 12, 2022 -
smtplib.SMTP_SSL leaks socket connections on SSL error
#56587 closed
Apr 12, 2022 -
Implement PEP 678 - exception notes
#91479 closed
Apr 12, 2022 -
gzip.compress does not forward compresslevel to zlib.compress
#90839 closed
Apr 12, 2022 -
nntplib throws spurious NNTPProtocolError
#82100 closed
Apr 12, 2022 -
cgitb sends a bogus HTTP header if the app crashes before finishing headers
#52950 closed
Apr 12, 2022 -
telnetlib process_rawq() callback
#80662 closed
Apr 12, 2022 -
@staticmethod called as regular function (= outside the class scope?)
#91473 closed
Apr 12, 2022 -
test_nntplib: sporadic failures, network isses? server down?
#63955 closed
Apr 12, 2022 -
Increased test coverage for uu and telnet
#62931 closed
Apr 12, 2022 -
imghdr doesn't recognize variant jpeg formats
#60716 closed
Apr 12, 2022 -
test_spwd fails on solaris using NIS users
#73454 closed
Apr 12, 2022 -
__all__ lists are incomplete
#68071 closed
Apr 12, 2022 -
Add create_window_function() to sqlite3.Connection
#79097 closed
Apr 12, 2022
48 Issues opened by 43 people
-
Missing import in example at dataclasses.rst
#91673 opened
Apr 18, 2022 -
Remove `SO` config variable in `sysconfig.py`
#91670 opened
Apr 18, 2022 -
subprocess fails to export xml from adb window_dump commad
#91653 opened
Apr 18, 2022 -
Issue with detecting when a user closes the window
#91638 opened
Apr 17, 2022 -
Assertion failure when func_repr is called on an already tp_clear-ed object
#91636 opened
Apr 17, 2022 -
Inconsistent behavior of asyncio.Transport.get_extra_info("peername") on TLS vs. non-TLS connections
#91635 opened
Apr 17, 2022 -
Memory leak with static iterator types
#91632 opened
Apr 17, 2022 -
Improve Fish path setup on macOS
#91629 opened
Apr 17, 2022 -
`typing.get_type_hints()` works for `Callable[[], None]` from the `typing` module, but not `collections.abc`
#91621 opened
Apr 16, 2022 -
Python 3.8.13 unconditionally enables -g with LTO even without debug features
#91620 opened
Apr 16, 2022 -
datetime calculations with zoneinfo don't work
#91618 opened
Apr 16, 2022 -
Path.rglob fails with *.* on Python 3.11.0a7
#91616 opened
Apr 16, 2022 -
use example.com for documentation
#91611 opened
Apr 16, 2022 -
Speed up isinstance on union types
#91603 opened
Apr 16, 2022 -
dump of a single table in sqlite3 library
#91602 opened
Apr 16, 2022 -
ipaddress.reverse_pointer returns nonsense if prefixed input is given
#91601 opened
Apr 16, 2022 -
Regression in the AC generated code
#91583 opened
Apr 15, 2022 -
Error condition in _datetimemodule.c is unchecked with `datetime.fromtimestamp` on local times > Y10k
#91581 opened
Apr 15, 2022 -
updating the error message for abstract class
#91578 opened
Apr 15, 2022 -
SharedMemory.unlink() can fail if called during interpreter shutdown
#91577 opened
Apr 15, 2022 -
Outdated Unicode data in the re module
#91575 opened
Apr 15, 2022 -
Cannot use multiprocessing-based python code as a function argument on windows ?
#91573 opened
Apr 15, 2022 -
Code still refers to bugs.python.org
#91565 opened
Apr 15, 2022 -
Windows: Provide an option to disable search in CWD on `shutil.which`
#91558 opened
Apr 15, 2022 -
Remove "Undocumented modules" page
#91547 opened
Apr 14, 2022 -
inspect.Signature doesn't display defaults as they appear in code
#91544 opened
Apr 14, 2022 -
[doc] Error in example in modules tutorial
#91541 opened
Apr 14, 2022 -
speed up urllib.request.getproxies_environment
#91539 opened
Apr 14, 2022 -
On Windows, ` os.defpath` incorrectly mentions `C:\bin`
#91537 opened
Apr 14, 2022 -
Proposal: Convert the `typing`-module PEPs into a series of HOWTOs
#91533 opened
Apr 14, 2022 -
Remove console encoding support from TextIOWrapper.
#91526 opened
Apr 14, 2022 -
Speed up regular expression substitution
#91524 opened
Apr 14, 2022 -
Cleanup Lib/email/image.py after imghdr deprecation
#91520 opened
Apr 14, 2022 -
importlib does unnecessary os.stat calls checking for namespace __init__.py files
#91519 opened
Apr 14, 2022 -
add `%(taskname)s` in `logging` for asyncio
#91513 opened
Apr 14, 2022 -
Python dataclasses __post_init__ order of parameters is fragile
#91507 opened
Apr 13, 2022 -
warnings.catch_warnings is async-unsafe
#91505 opened
Apr 13, 2022 -
OSError when try convert URI to pathlib.Path
#91504 opened
Apr 13, 2022 -
socket: Add TCP_CONNECTION_INFO
#91498 opened
Apr 13, 2022 -
os.getgroups is not consistent with macOS's getgroups
#91497 opened
Apr 13, 2022 -
Add typing to 3.11 What's New
#91491 opened
Apr 13, 2022 -
documentation for function arguments
#91485 opened
Apr 12, 2022 -
[ENH] Support F-contiguous `memoryview`s in `cast`
#91484 opened
Apr 12, 2022 -
New test issue to test mentions
#91474 opened
Apr 12, 2022 -
Improve decorators documentation
#91470 opened
Apr 12, 2022 -
Make lltrace output human-readable.
#91462 opened
Apr 12, 2022
284 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
gh-87390: Add tests demonstrating current type variable substitution behaviour
#32341 commented on
Apr 18, 2022 • 28 new comments -
gh-72346: Added isdst deprecation warning to email.utils.localtime
#91450 commented on
Apr 16, 2022 • 15 new comments -
bpo-47222: Allow pass-thru with stdout/stderr capture (GH-91378)
#32344 commented on
Apr 14, 2022 • 13 new comments -
bpo-46075: Allow for explicit domains in CookieJar
#30108 commented on
Apr 18, 2022 • 12 new comments -
Include column offsets for bytecode instructions
#88116 commented on
Apr 17, 2022 • 11 new comments -
bpo-46337: Urllib.parse scheme-specific behavior without reliance on URL scheme
#30520 commented on
Apr 14, 2022 • 11 new comments -
gh-91389: Fix show_caches in dis module
#32406 commented on
Apr 15, 2022 • 10 new comments -
bpo-43224: Implement pickling of TypeVarTuples
#32119 commented on
Apr 15, 2022 • 9 new comments -
mailcap.findmatch: document shell command Injection danger in filename parameter
#68966 commented on
Apr 15, 2022 • 7 new comments -
Improve help() by making typing.overload() information accessible at runtime
#89263 commented on
Apr 17, 2022 • 7 new comments -
Deep Lazy Imports - Interpreter-level deferred module loading
#91119 commented on
Apr 12, 2022 • 6 new comments -
gh-90213: Speed up right shifts of negative integers
#30277 commented on
Apr 12, 2022 • 6 new comments -
gh-91291: Accept attributes as keyword arguments in decimal.localcontext
#32242 commented on
Apr 14, 2022 • 6 new comments -
gh-89279: In ceval.c, redefine some macros for speed
#32387 commented on
Apr 15, 2022 • 6 new comments -
Performance regression 3.10b1: inlining issue in the big _PyEval_EvalFrameDefault() function with Visual Studio (MSC)
#89279 commented on
Apr 13, 2022 • 5 new comments -
PEP 646: Decide on substitution behavior
#91162 commented on
Apr 18, 2022 • 5 new comments -
gh-85525: Indicate supported sound header formats
#21575 commented on
Apr 13, 2022 • 5 new comments -
bpo-41379 Clarification on options needed for indentation
#27830 commented on
Apr 11, 2022 • 5 new comments -
gh-90997: bpo-46841: Disassembly of quickened code
#32099 commented on
Apr 18, 2022 • 5 new comments -
gh-90005: Port _ctypes to PY_STDLIB_MOD
#32229 commented on
Apr 14, 2022 • 5 new comments -
bpo-46014: Add docs regarding `functools.singledispatch` changes
#32282 commented on
Apr 16, 2022 • 5 new comments -
Some after-migration messages are semi-attributed to mannequins
#91437 commented on
Apr 12, 2022 • 4 new comments -
./configure --enable-optimizations should enable LTO
#89536 commented on
Apr 13, 2022 • 4 new comments -
Provide a more convenient way to set an exception as "active", from Python code
#89524 commented on
Apr 14, 2022 • 4 new comments -
Fix a BrokenPipeError when a multiprocessing.Queue is garbage collected
#91185 commented on
Apr 15, 2022 • 4 new comments -
bpo-22276: Fix pathlib.Path.glob not to ignore trailing path separator
#10349 commented on
Apr 17, 2022 • 4 new comments -
bpo-40859: Update Windows build to use xz-5.2.5
#20622 commented on
Apr 18, 2022 • 4 new comments -
gh-85455: Add missing doc strings and improve docs
#21573 commented on
Apr 13, 2022 • 4 new comments -
gh-91098: Use Argument Clinic for Object/classobject.c to fix docstrings
#31711 commented on
Apr 18, 2022 • 4 new comments -
Improve performance of list and tuple repeat methods
#91247 commented on
Apr 12, 2022 • 3 new comments -
Replace JUMP+FOR_ITER with FOR_END
#91432 commented on
Apr 12, 2022 • 3 new comments -
winsound.PlaySound should accept pathlib.Path instances
#91061 commented on
Apr 13, 2022 • 3 new comments -
'I'.lower() should give non dotted i for LANG=tr_TR
#90422 commented on
Apr 14, 2022 • 3 new comments -
turtle.write doc missing tuple parens for font default in 3.10+
#89560 commented on
Apr 15, 2022 • 3 new comments -
Code readability: rename InterpreterFrame to `_Py_framedata`
#88963 commented on
Apr 17, 2022 • 3 new comments -
bpo-39990: try resolving type hints in pydoc
#19874 commented on
Apr 15, 2022 • 3 new comments -
bpo-2716: add license for audioop module
#19972 commented on
Apr 12, 2022 • 3 new comments -
gh-67377: Document that PyErr_SetString, etc. chain exceptions
#20329 commented on
Apr 14, 2022 • 3 new comments -
bpo-45516: improve TraversableResources's documentation
#29174 commented on
Apr 11, 2022 • 3 new comments -
gh-81536: For nonblocking sockets, add `SSLSocket.eager_recv` to call `SSL_read` in a loop
#31492 commented on
Apr 14, 2022 • 3 new comments -
bpo-45210: _Py_Dealloc() checks tp_dealloc exception
#32357 commented on
Apr 15, 2022 • 3 new comments -
bpo-40421: Cleanup PyFrame C API
#32417 commented on
Apr 18, 2022 • 3 new comments -
findtext returns empty string on integer zero value
#91447 commented on
Apr 12, 2022 • 2 new comments -
Windows does not raise IsADirectoryError
#87261 commented on
Apr 12, 2022 • 2 new comments -
typing: Unexpected result with value of instance of class inherited from typing.NamedTuple
#77258 commented on
Apr 13, 2022 • 2 new comments -
Reorganize the re module sources
#91308 commented on
Apr 14, 2022 • 2 new comments -
urllib.parse: Allow more flexibility in schemes and URL resolution behavior
#90495 commented on
Apr 14, 2022 • 2 new comments -
Port module setup to PY_STDLIB_MOD() macro and addext()
#90005 commented on
Apr 14, 2022 • 2 new comments -
Allow incremental I/O to blobs in sqlite3
#69093 commented on
Apr 15, 2022 • 2 new comments -
Document exceptions raised by fnmtach
#89973 commented on
Apr 15, 2022 • 2 new comments -
loop.sock_connect doesn't resolve the address parameter on Windows
#89696 commented on
Apr 15, 2022 • 2 new comments -
Make errors due to full parser stack identifiable
#55552 commented on
Apr 15, 2022 • 2 new comments -
Possible slowdown of regex searching in 3.11
#91404 commented on
Apr 15, 2022 • 2 new comments -
No protection: `import numpy` in two different threads can lead to race-condition
#91238 commented on
Apr 15, 2022 • 2 new comments -
Add option to get all errors from create_connection in an ExceptionGroup
#74166 commented on
Apr 16, 2022 • 2 new comments -
functools.singledispatch does not support Union types
#90172 commented on
Apr 16, 2022 • 2 new comments -
PEP 678: Make it possible to enrich an exception's error message
#89770 commented on
Apr 16, 2022 • 2 new comments -
Asyncio Tutorial
#79012 commented on
Apr 17, 2022 • 2 new comments -
Deprecate modules listed in PEP 594
#91217 commented on
Apr 17, 2022 • 2 new comments -
bpo-35617: Fix for unittest discover not working with implicit namespace packages
#11364 commented on
Apr 11, 2022 • 2 new comments -
bpo-39264: Fix UserDict.get() to account for __missing__()
#17910 commented on
Apr 18, 2022 • 2 new comments -
bpo-44775: Speed-up typing.cast by implementing it in C
#27474 commented on
Apr 18, 2022 • 2 new comments -
bpo-44975: [typing] Support issubclass for ClassVar data members
#27883 commented on
Apr 13, 2022 • 2 new comments -
bpo-40350: fix namespace package support in modulefinder
#29196 commented on
Apr 13, 2022 • 2 new comments -
Add extra newline in io.BytesIO.seek() to prevent a Sphinx warning
#29519 commented on
Apr 18, 2022 • 2 new comments -
bpo-45235: Fix argparse namespace overridden by subparsers default
#29574 commented on
Apr 17, 2022 • 2 new comments -
bpo-45897: Fix frozen-slotted dataclass bug
#29895 commented on
Apr 13, 2022 • 2 new comments -
gh-90667: Add specializations of Py_DECREF when types are known
#30872 commented on
Apr 12, 2022 • 2 new comments -
gh-91102: Use Argument Clinic for EncodingMap
#31725 commented on
Apr 18, 2022 • 2 new comments -
bpo-46712: share more global strings in deepfreeze
#32152 commented on
Apr 17, 2022 • 2 new comments -
bpo-47243: Duplicate entry in 'Objects/unicodetype_db.h'
#32376 commented on
Apr 16, 2022 • 2 new comments -
gh-91578: error message updated for abstract class
#47246 commented on
Apr 15, 2022 • 2 new comments -
Add `f_state` attribute to FrameObjects.
#91202 commented on
Apr 11, 2022 • 1 new comment -
Enum `auto()` functionally fails following alias creation
#91456 commented on
Apr 11, 2022 • 1 new comment -
GCC 9 compiler warnings on MacOS Catalina
#84696 commented on
Apr 11, 2022 • 1 new comment -
Missing sanity checks for various C library function calls...
#68066 commented on
Apr 11, 2022 • 1 new comment -
Configparser is not reading Indended Sections as Mentioned in Docs
#85551 commented on
Apr 11, 2022 • 1 new comment -
Unclear documentation for shutil.copytree()
#88513 commented on
Apr 12, 2022 • 1 new comment -
test_ossaudiodev fails under padsp (Linux PulseAudio OSS emulation)
#75247 commented on
Apr 12, 2022 • 1 new comment -
[EASY] sndhdr.what() throws exceptions on unknown files
#78269 commented on
Apr 12, 2022 • 1 new comment -
spwd returning different value depending on privileges
#54597 commented on
Apr 12, 2022 • 1 new comment -
Wrong struct members name for spwd module
#62878 commented on
Apr 12, 2022 • 1 new comment -
Document that spwd is considered harmful
#81178 commented on
Apr 12, 2022 • 1 new comment -
wave.open does not accept PathLike objects
#75593 commented on
Apr 12, 2022 • 1 new comment -
Fix code example in Python 3.5 telnetlib documentation
#72847 commented on
Apr 12, 2022 • 1 new comment -
telnetlib: process_rawq() and binary data
#69521 commented on
Apr 12, 2022 • 1 new comment -
[doc] telnetlib.Telnet constructor does not match telnetlib.Telnet.__init__ docstring
#66114 commented on
Apr 12, 2022 • 1 new comment -
The -t option has no effect in for uu command-line
#63177 commented on
Apr 12, 2022 • 1 new comment -
Python Decimal supports '#' format, C Decimal does not.
#91060 commented on
Apr 12, 2022 • 1 new comment -
Problems with AF_PACKET sockets
#90247 commented on
Apr 12, 2022 • 1 new comment -
Zipfile.extractall does not preserve file permissions
#59999 commented on
Apr 13, 2022 • 1 new comment -
potential undefined behavior with subprocess using vfork() on Linux?
#91401 commented on
Apr 13, 2022 • 1 new comment -
[subinterpreters] Make the PyGILState API compatible with subinterpreters
#59956 commented on
Apr 13, 2022 • 1 new comment -
resource tracker destroys shared memory segments when other processes should still have valid access
#82300 commented on
Apr 13, 2022 • 1 new comment -
SSLSocket.read does a GIL round-trip for every 16KB TLS record
#81536 commented on
Apr 13, 2022 • 1 new comment -
Add glossary entries to clarify the true/True and false/False distinction
#91039 commented on
Apr 13, 2022 • 1 new comment -
The variable __module__ in the class body getting an undesirable value from __prepare__ of the metaclass
#91292 commented on
Apr 13, 2022 • 1 new comment -
Implement PEP 655 (Required/NotRequired)
#91243 commented on
Apr 13, 2022 • 1 new comment -
pathlib.Path.iterdir doesn't throw an exception until you start iterating
#78722 commented on
Apr 13, 2022 • 1 new comment -
Add support for export_keying_material to SSL library
#82133 commented on
Apr 13, 2022 • 1 new comment -
Dead link 'consolelib' in faq/library
#90002 commented on
Apr 14, 2022 • 1 new comment -
Kodi crashing
#90619 commented on
Apr 14, 2022 • 1 new comment -
Improve the lltrace feature with the Py_Debug mode
#69757 commented on
Apr 14, 2022 • 1 new comment -
get_type_hints fails if there are un-annotated fields in a dataclass
#82129 commented on
Apr 14, 2022 • 1 new comment -
locale.resetlocale is broken
#35920 commented on
Apr 14, 2022 • 1 new comment -
Clarify SortingHOWTO regarding locale aware string sorting
#91415 commented on
Apr 14, 2022 • 1 new comment -
What do "cased" and "uncased" mean?
#88341 commented on
Apr 14, 2022 • 1 new comment -
Ideas for making ast.literal_eval() usable
#83340 commented on
Apr 14, 2022 • 1 new comment -
datetime.max conversion
#91012 commented on
Apr 15, 2022 • 1 new comment -
Merge BINARY_SUBSCR_LIST_INT with BINARY_SUBSCR_LIST_TUPLE
#91407 commented on
Apr 15, 2022 • 1 new comment -
How to link with a non-system libffi?
#58732 commented on
Apr 15, 2022 • 1 new comment -
Docs for mock.call
#88850 commented on
Apr 16, 2022 • 1 new comment -
A "Coroutines and Tasks" code example needs "asyncio.run(main())"
#88573 commented on
Apr 16, 2022 • 1 new comment -
Multiple test modules fail to run if invoked directly
#90583 commented on
Apr 16, 2022 • 1 new comment -
Add deploy preview for docs
#82041 commented on
Apr 16, 2022 • 1 new comment -
Use copy_file_range() in shutil.copyfile() (server-side copy)
#81340 commented on
Apr 16, 2022 • 1 new comment -
Update Windows build to use xz-5.2.5
#85036 commented on
Apr 16, 2022 • 1 new comment -
Remaining invalid rules in simplified grammar
#88251 commented on
Apr 16, 2022 • 1 new comment -
multiprocessing AF_PIPE name format is slightly confusing in the docs
#88355 commented on
Apr 17, 2022 • 1 new comment -
get_type_hints does not evaluate ForwardRefs inside NewType
#90527 commented on
Apr 17, 2022 • 1 new comment -
Lib/sqlite3/dbapi2.py: convert_timestamp function failed to correctly parse timestamp
#90820 commented on
Apr 17, 2022 • 1 new comment -
Fix docstrings that do not honor --without-doc-strings
#91118 commented on
Apr 18, 2022 • 1 new comment -
re: backreference number in replace string can't >= 100
#82763 commented on
Apr 18, 2022 • 1 new comment -
Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase
#91260 commented on
Apr 18, 2022 • 1 new comment -
Regex object should have introspection methods
#57079 commented on
Apr 18, 2022 • 1 new comment -
Test suite needs adjustments for Expat >=2.4.5
#90967 commented on
Apr 18, 2022 • 1 new comment -
TypeError when parsing regexp with unicode named character sequence escape
#90568 commented on
Apr 18, 2022 • 1 new comment -
Python tutorial misleads users about floor division behavior
#87200 commented on
Apr 18, 2022 • 1 new comment -
shutil: add reflink=False to file copy functions to control clone/CoW copies (use copy_file_range)
#81338 commented on
Apr 18, 2022 • 1 new comment -
codec name acceptance became way too lenient in 3.9
#90666 commented on
Apr 18, 2022 • 1 new comment -
octal escapes applied inconsistently throughout the interpreter and lib
#81548 commented on
Apr 18, 2022 • 1 new comment -
bpo-30421: Added fromfile_parent_relative parameter + docs to argparse.ArgumentParser
#1698 commented on
Apr 14, 2022 • 1 new comment -
bpo-30438 - Avoid untar errors when write-protected files are tarred twice
#1808 commented on
Apr 15, 2022 • 1 new comment -
bpo-30587: Adds signature checking for mock autospec object method calls
#1982 commented on
Apr 16, 2022 • 1 new comment -
bpo-24766: doc= argument to subclasses of property not handled correctly
#2487 commented on
Apr 16, 2022 • 1 new comment -
bpo-26253: Add compressionlevel to tarfile stream
#2962 commented on
Apr 11, 2022 • 1 new comment -
bpo-31412: wave.open takes a path-like object
#3484 commented on
Apr 12, 2022 • 1 new comment -
bpo-31699: Deadlocks in `concurrent.futures.ProcessPoolExecutor` with unpickling error
#4256 commented on
Apr 11, 2022 • 1 new comment -
bpo-34001: Change handling of SSL protocol bounds with LibreSSL
#8055 commented on
Apr 11, 2022 • 1 new comment -
bpo-32810: Allow accessing the ags_gen and agt_gen attrs of async generators
#11166 commented on
Apr 11, 2022 • 1 new comment -
bpo-36346: Prepare for removing the legacy Unicode C API.
#12409 commented on
Apr 11, 2022 • 1 new comment -
bpo-36674: Stops skipped tests from running in debug mode.
#13180 commented on
Apr 11, 2022 • 1 new comment -
bpo-37907: Slightly improve performance of PyLong_AsSsize_t() with large longs
#15363 commented on
Apr 12, 2022 • 1 new comment -
bpo-38076: Fix crash on shutdown caused by PEP-384ification of _struct
#18038 commented on
Apr 11, 2022 • 1 new comment -
bpo-20184: Migrate builtins.vars and builtins.dir to Argument Clinic
#18512 commented on
Apr 17, 2022 • 1 new comment -
bpo-6818: Add remove() in ZipInfo
#19358 commented on
Apr 14, 2022 • 1 new comment -
bpo-40174: Check when clock_gettime is necessary
#19385 commented on
Apr 11, 2022 • 1 new comment -
bpo-40255: Implement Immortal Instances
#19474 commented on
Apr 18, 2022 • 1 new comment -
bpo-40269: Fix repr for complex.
#19593 commented on
Apr 11, 2022 • 1 new comment -
bpo-39995: CLN remove some locks in ProcessPoolExecutor
#19788 commented on
Apr 11, 2022 • 1 new comment -
bpo-40670: Improve documentation for timeit function
#20830 commented on
Apr 11, 2022 • 1 new comment -
bpo-4489: tests(tests_shutil): fix comment with check_args_to_onerror
#22968 commented on
Apr 11, 2022 • 1 new comment -
bpo-1635741: Prep curses module for multi-phase init
#23091 commented on
Apr 11, 2022 • 1 new comment -
bpo-1635741: port pickle to multi-phase init (PEP 489)
#23188 commented on
Apr 11, 2022 • 1 new comment -
bpo-1635741: In pickle module, inject module state from class methods
#23304 commented on
Apr 11, 2022 • 1 new comment -
bpo-1635741: port _elementtree to multi-phase init (PEP 489)
#23535 commented on
Apr 11, 2022 • 1 new comment -
bpo-42892 Fix AttributeError in email.message.get_body()
#24192 commented on
Apr 11, 2022 • 1 new comment -
gh-87378: [doc] Link to source of Python and Argument Clinic classes and functions
#24521 commented on
Apr 15, 2022 • 1 new comment -
bpo-38692: Add audit events to pidfd related functions
#25515 commented on
Apr 11, 2022 • 1 new comment -
[3.9] bpo-37322: Fix ResourceWarning and exception handling in test (GH-25553)
#25572 commented on
Apr 11, 2022 • 1 new comment -
bpo-43468: Per instance locking for functools.cached_property
#27609 commented on
Apr 17, 2022 • 1 new comment -
gh-88339: enable fast seeking of uncompressed unencrypted zipfile.ZipExtFile
#27737 commented on
Apr 18, 2022 • 1 new comment -
gh-74713: ipaddress: support reverse pointer generation for network objects
#29011 commented on
Apr 11, 2022 • 1 new comment -
bpo-41818: Add os.login_tty() for *nix.
#29658 commented on
Apr 17, 2022 • 1 new comment -
bpo-46094: Add test to check that parameters explicitly exist on unittest.TestResult
#30132 commented on
Apr 15, 2022 • 1 new comment -
bpo-46096: Support PyObject interface for global variables in local scope and debugger
#30141 commented on
Apr 13, 2022 • 1 new comment -
gh-89770: [PEP-678] documentation on exception notes
#30441 commented on
Apr 18, 2022 • 1 new comment -
bpo-46398: posixshmem module shm_rename freebsd support.
#30621 commented on
Apr 13, 2022 • 1 new comment -
Update http.server.rst
#30686 commented on
Apr 13, 2022 • 1 new comment -
gh-90533: Implement BytesIO.peek()
#30808 commented on
Apr 14, 2022 • 1 new comment -
bpo-46498: Add new triplets for loongarch64
#30939 commented on
Apr 18, 2022 • 1 new comment -
bpo-24132: Add `pathlib._AbstractPath`
#31085 commented on
Apr 14, 2022 • 1 new comment -
bpo-46887: Work around clang MSAN bug on stat()/fstat()
#31633 commented on
Apr 14, 2022 • 1 new comment -
bpo-39298: Add BLAKE3 bindings to hashlib.
#31686 commented on
Apr 11, 2022 • 1 new comment -
bpo-47029: Fix a BrokenPipeError when a multiprocessing.Queue is garbage collected
#31913 commented on
Apr 13, 2022 • 1 new comment -
bpo-47049: Fix incorrect shutil.copytree() behaviour with symlinks
#31967 commented on
Apr 17, 2022 • 1 new comment -
bpo-47075: Add shutdown_timeout to multiprocessing BaseManager
#32112 commented on
Apr 15, 2022 • 1 new comment -
bpo-39355: WIP: Add _testcppext C++ extension
#32175 commented on
Apr 11, 2022 • 1 new comment -
bpo-47154: make the macos detection of archs more robust
#32178 commented on
Apr 18, 2022 • 1 new comment -
bpo-47190: Initial async tk loop stuff
#32293 commented on
Apr 11, 2022 • 1 new comment -
bpo-47217: add name attribute to bz2 fileobject
#32311 commented on
Apr 18, 2022 • 1 new comment -
Add protocol description to the Traversable and TraversableResources documentation
#89679 commented on
Apr 11, 2022 • 0 new comments -
add support for watching writes to selected dictionaries
#91052 commented on
Apr 12, 2022 • 0 new comments -
Documentation of asyncio.loop.subprocess_exec() mentions connect_write_pipe() in an incorrect context
#91441 commented on
Apr 12, 2022 • 0 new comments -
Python threading.Event().wait() depends on the system time
#91394 commented on
Apr 12, 2022 • 0 new comments -
PEP-484 "numeric tower" approach makes it hard/impossible to specify contracts in documentation
#91390 commented on
Apr 13, 2022 • 0 new comments -
ENUM TypeError using mixing
#91267 commented on
Apr 13, 2022 • 0 new comments -
typing.TypeAlias is not in the list of allowed plain _SpecialForm typeforms
#90813 commented on
Apr 13, 2022 • 0 new comments -
typing: tested TypeVar instance subclass TypeError is incidental
#90800 commented on
Apr 13, 2022 • 0 new comments -
dataclasses: Allow typing.Annotated to wrap dataclasses-specific annotations
#90669 commented on
Apr 13, 2022 • 0 new comments -
TypedDict inspect.signature error
#90606 commented on
Apr 13, 2022 • 0 new comments -
TypedDict and NamedTuple do not evaluate cross-module ForwardRef in all cases
#90531 commented on
Apr 13, 2022 • 0 new comments -
A better way to resolve ForwardRefs in type aliases across modules
#90529 commented on
Apr 13, 2022 • 0 new comments -
typing.NamedTuple with default arguments without type annotations is falsy
#90130 commented on
Apr 13, 2022 • 0 new comments -
Mutation tests results of typing.py
#89835 commented on
Apr 13, 2022 • 0 new comments -
Problems caused by isinstance(list[int], type) returning True
#89828 commented on
Apr 13, 2022 • 0 new comments -
Cross-module dataclass inheritance breaks get_type_hints
#89687 commented on
Apr 13, 2022 • 0 new comments -
Accept Final as indicating ClassVar for dataclass
#89547 commented on
Apr 13, 2022 • 0 new comments -
help() appears confused about the module of typing.Annotated
#89543 commented on
Apr 13, 2022 • 0 new comments -
Move documentation for typed generic forms of standard collections to collections.abc
#89515 commented on
Apr 13, 2022 • 0 new comments -
isinstance(x, typing.Protocol-class) unexpectedly evaluates properties
#89445 commented on
Apr 13, 2022 • 0 new comments -
[typing] Runtime protocols with ClassVar data members should support issubclass
#89138 commented on
Apr 13, 2022 • 0 new comments -
TypedDict subtypes ignore any other metaclasses in 3.9+
#89082 commented on
Apr 13, 2022 • 0 new comments -
Allow TypedDict to inherit from Generics
#89026 commented on
Apr 13, 2022 • 0 new comments -
Substitution does not work after ParamSpec substitution of the user generic with a list of TypeVars
#88965 commented on
Apr 13, 2022 • 0 new comments -
Substitution of ParamSpec in Concatenate
#88954 commented on
Apr 13, 2022 • 0 new comments -
typing.get_type_hints with TYPE_CHECKING imports / getting hints for single argument
#87629 commented on
Apr 13, 2022 • 0 new comments -
Can't create generic NamedTuple as of py3.9
#88089 commented on
Apr 13, 2022 • 0 new comments -
__future__.annotations breaks inspect.signature()
#87521 commented on
Apr 13, 2022 • 0 new comments -
Add support for PEP 646
#87390 commented on
Apr 13, 2022 • 0 new comments -
Inferred Optional type of wrapper function arguments
#87087 commented on
Apr 13, 2022 • 0 new comments -
Should typing.get_type_hints change None annotations?
#87047 commented on
Apr 13, 2022 • 0 new comments -
Speed-up typing.cast by implementing it in C
#88938 commented on
Apr 13, 2022 • 0 new comments -
More differences in instance and subclass checks between typing.Union and types.Union
#88834 commented on
Apr 13, 2022 • 0 new comments -
PEP 585 breaks inspect.isclass
#88459 commented on
Apr 13, 2022 • 0 new comments -
typing: Confusing that BinaryIO and IO[bytes] cannot be used interchangeably
#86678 commented on
Apr 13, 2022 • 0 new comments -
Make builtins.callable "generic"
#86268 commented on
Apr 13, 2022 • 0 new comments -
typing support in wsgiref
#86178 commented on
Apr 13, 2022 • 0 new comments -
Docs: TypedDict is now of type function instead of class
#86139 commented on
Apr 13, 2022 • 0 new comments -
Cannot access member "hex" for type "ByteString"
#85736 commented on
Apr 13, 2022 • 0 new comments -
Create public API for typing._eval_type
#85668 commented on
Apr 13, 2022 • 0 new comments -
PEP 585 and ForwardRef
#85542 commented on
Apr 13, 2022 • 0 new comments -
Type annotations lost when using wraps by default
#85403 commented on
Apr 13, 2022 • 0 new comments -
from __future__ import annotations makes dataclasses.Field.type a string, not type
#83623 commented on
Apr 13, 2022 • 0 new comments -
[typing] PEP 563: Postponed evaluation of annotations: enable it by default in Python 3.11
#82786 commented on
Apr 13, 2022 • 0 new comments -
Combining typing.get_type_hints and inspect.signature
#82104 commented on
Apr 13, 2022 • 0 new comments -
typing.get_type_hints wrong namespace for forward-declaration of inner class
#82016 commented on
Apr 13, 2022 • 0 new comments -
typing.NamedTuple does not support mixins
#80698 commented on
Apr 13, 2022 • 0 new comments -
Performance of typing._ProtocolMeta._get_protocol_attrs and isinstance
#74690 commented on
Apr 13, 2022 • 0 new comments -
Update pydoc tool to support generic types
#72705 commented on
Apr 13, 2022 • 0 new comments -
Add typing.py class describing a PEP 3118 buffer object
#71688 commented on
Apr 13, 2022 • 0 new comments -
Improve __repr__ of TypeVar
#91224 commented on
Apr 13, 2022 • 0 new comments -
Add __parameters__ and __getitem__ in TypeVar and ParamSpec
#88959 commented on
Apr 13, 2022 • 0 new comments -
Add vectorcall for generic alias object
#91223 commented on
Apr 13, 2022 • 0 new comments -
re: limit the maximum capturing group to 1,073,741,823, reduce sizeof(match_context).
#91412 commented on
Apr 13, 2022 • 0 new comments -
"ValueError: min() arg is an empty sequence" is wrong (builtins.min/max)
#90829 commented on
Apr 13, 2022 • 0 new comments -
Dataclass transform should ignore TypeAlias variables
#91322 commented on
Apr 14, 2022 • 0 new comments -
Increase Enum performance
#83283 commented on
Apr 14, 2022 • 0 new comments -
Upgrade to zlib v1.2.12 in CPython binary releases
#91350 commented on
Apr 15, 2022 • 0 new comments -
unicodeobject.c doesn't compile when defined EXPERIMENTAL_ISOLATED_SUBINTERPRETERS, variable "interned" not found
#90988 commented on
Apr 15, 2022 • 0 new comments -
email.utils.formataddr does not respect double spaces
#91400 commented on
Apr 15, 2022 • 0 new comments -
Test issue
#91420 commented on
Apr 16, 2022 • 0 new comments -
help should evaluate forward reference
#84171 commented on
Apr 16, 2022 • 0 new comments -
bpo-25457: Allow json.encode() to handle mixed keys when sort_keys=True
#8011 commented on
Apr 17, 2022 • 0 new comments -
Add a coveragerc file that ignores code blocks that don't matter for coverage
#8150 commented on
Apr 17, 2022 • 0 new comments -
bpo-32876: fix handling of invalid markup declarations. (WIP)
#9295 commented on
Apr 13, 2022 • 0 new comments -
Add typing example for async functions.
#20386 commented on
Apr 13, 2022 • 0 new comments -
bpo-23975: Correct conversion of Rational’s to float
#25619 commented on
Apr 12, 2022 • 0 new comments -
bpo-44796: Add __parameters__ and __getitem__ in TypeVar and ParamSpec
#27511 commented on
Apr 13, 2022 • 0 new comments -
bpo-44863: In TypedDict allow inherit from Generic and preserve bases
#27663 commented on
Apr 13, 2022 • 0 new comments -
bpo-45356: fix incorrect access of class property in pydoc and inspect
#29239 commented on
Apr 18, 2022 • 0 new comments -
doc: Remove backslashes in doctest grammar docs
#29346 commented on
Apr 18, 2022 • 0 new comments -
bpo-45767: consume dev_t with PyLong_FromUnsignedLongLong
#29494 commented on
Apr 18, 2022 • 0 new comments -
bpo-45929: extend json.tool --json-lines to ignore empty rows
#29858 commented on
Apr 17, 2022 • 0 new comments -
bpo-20907: shutil._unpack_zipfile add warnings for skipped files
#29910 commented on
Apr 15, 2022 • 0 new comments -
bpo-14965: Proxy `super().x = y` and `del super().x` (updated)
#29950 commented on
Apr 15, 2022 • 0 new comments -
bpo-10483: fix definition of executable file for http.server on windows
#30216 commented on
Apr 17, 2022 • 0 new comments -
gh-89398: Fix argparse namespace overridden by subparsers default
#30219 commented on
Apr 12, 2022 • 0 new comments -
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised multiple times
#30274 commented on
Apr 17, 2022 • 0 new comments -
bpo-46209: add documentation for decoding newlines in the `io` module
#30308 commented on
Apr 13, 2022 • 0 new comments -
bpo-46210: Fix deadlock in print.
#30310 commented on
Apr 16, 2022 • 0 new comments -
gh-89121: Keep the number of pending SQLite statements to a minimum
#30379 commented on
Apr 13, 2022 • 0 new comments -
bpo-28249: fix `lineno` location for empty `DocTest` instances
#30498 commented on
Apr 13, 2022 • 0 new comments -
bpo-46317: Add pathlib.Path.move that can handle rename across FS
#30650 commented on
Apr 13, 2022 • 0 new comments -
gh-90622: Prevent concurrent.futures.process deadlock due to fork() after spawning a thread.
#30847 commented on
Apr 16, 2022 • 0 new comments -
bpo-46511: Let typing.Annotated wrap dataclasses annotations
#30997 commented on
Apr 13, 2022 • 0 new comments -
bpo-46642: explicitly disallow typing.TypeVar instance subclassing
#31148 commented on
Apr 13, 2022 • 0 new comments -
bpo-43923: Allow NamedTuple multiple inheritance
#31779 commented on
Apr 13, 2022 • 0 new comments -
bpo-43923: Add support of multiple inheritance with typing.NamedTuple
#31781 commented on
Apr 13, 2022 • 0 new comments -
bpo-46744: Support "-Win32" and make platform flags case insensitive on Windows build scripts
#31803 commented on
Apr 13, 2022 • 0 new comments -
bpo-43224: Implement substitution of unpacked TypeVarTuple in C
#31828 commented on
Apr 13, 2022 • 0 new comments -
bpo-43224: Unpack concrete tuple types into a sequence of types
#32030 commented on
Apr 13, 2022 • 0 new comments -
gh-91247: improve performance of list and tuple repeat
#32045 commented on
Apr 12, 2022 • 0 new comments -
gh-88050: Fix asyncio subprocess kill process cleanly when process is blocked
#32073 commented on
Apr 17, 2022 • 0 new comments -
gh-76728: Raise TypeError when fieldnames is not a sequence
#32225 commented on
Apr 14, 2022 • 0 new comments -
gh-91356: Add ZipInfo.mode attribute
#32252 commented on
Apr 14, 2022 • 0 new comments -
gh-59999: Add option to preserve permissions in ZipFile.extract
#32289 commented on
Apr 13, 2022 • 0 new comments -
gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt file
#32291 commented on
Apr 14, 2022 • 0 new comments -
bpo-47218: add name to lzma fileobject
#32312 commented on
Apr 18, 2022 • 0 new comments -
gh-91340: Document multiprocessing.set_start_method force parameter
#32339 commented on
Apr 14, 2022 • 0 new comments -
gh-91407: Merge BINARY_SUBSCR_LIST_INT with BINARY_SUBSCR_TUPLE_INT
#32404 commented on
Apr 15, 2022 • 0 new comments -
gh-91498: socket: Add TCP_CONNECTION_INFO on macOS
#69256 commented on
Apr 14, 2022 • 0 new comments -
gh-91432: Replace JUMP+FOR_ITER with FOR_END
#70016 commented on
Apr 12, 2022 • 0 new comments -
gh-91230: Concise catch_warnings with simplefilter
#91435 commented on
Apr 18, 2022 • 0 new comments