May 2021 Archives by thread
Starting: Sat May 1 01:15:46 EDT 2021
Ending: Mon May 31 23:00:37 EDT 2021
Messages: 3375
- [issue43916] Mark static types newly converted to heap types as immutable: add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag
Erlend Egeberg Aasland
- [issue43994] change representation of match as / capture as `Name(..., ctx=Store())`
Adrian Freund
- [issue36384] [security] CVE-2021-29921: ipaddress Should not reject IPv4 addresses with leading zeroes as ambiguously octal
Michał Górny
- [issue43992] Unable to get external dependencies for CPython on Ubuntu Linux 20.04.1
Shreyan Avigyan
- [issue37903] IDLE Shell sidebar.
Tal Einat
- [issue43993] Update bundled pip to 21.1.1
Paul Moore
- [issue37892] IDLE Shell: isolate user code input
Tal Einat
- [issue43871] urllib.parse.urlparse doesn't check port
Miguel Brito
- [issue43984] winreg.SetValueEx should check the returned value
Shreyan Avigyan
- [issue43981] test_idle is leaking references
Tal Einat
- [issue38530] Offer suggestions on AttributeError and NameError
Dennis Sweeney
- [issue43913] unittest module cleanup functions not run unless tearDownModule() is defined
Miguel Brito
- [issue43998] Increase security of TLS settings in 3.10
Christian Heimes
- [issue43869] Fix documentation of epoch/time.time
Miguel Brito
- [issue43762] Add audit events for loading of sqlite3 extensions
Christian Heimes
- [issue37355] SSLSocket.read does a GIL round-trip for every 16KB TLS record
Safihre
- [issue43974] setup.py should set Py_BUILD_CORE_MODULE as defined macro
Christian Heimes
- [issue32891] Add 'Integer' as synonym for 'Integral' in numbers module.
Sergey B Kirpichev
- [issue43815] documentation for types.new_class() mention misleading default for exec_body
Shreyash Sharma
- [issue43952] Multiprocessing UNIX socket connection: client freeze if authkey is an empty byte string
Miguel Brito
- [issue43971] documentation: no spacing around default args in annotated function
Julien Palard
- [issue28708] Low FD_SETSIZE limit on Windows
Molly Eskam
- [issue43989] Enum deprecation breaks SSL tests
Christian Heimes
- [issue43733] PEP 597: netrc uses locale encoding.
Inada Naoki
- [issue29657] os.symlink: FileExistsError shows wrong message
Yonatan Goldschmidt
- [issue36656] Add race-free os.link and os.symlink wrapper / helper
Yonatan Goldschmidt
- [issue31356] Add context manager to temporarily disable GC
Yonatan Goldschmidt
- [issue41129] setup.py test for macOS SDK files may incorrectly classify files in other file systems
Ned Batchelder
- [issue43999] Cannot pickle frozen dataclasses with slots
Eric V. Smith
- [issue43933] Regression in python3.10 with traceback frame having lineno of -1
Ned Batchelder
- [issue44000] Current PY_VERSION 3.10.0a7+ does not conform to PEP 440
Cyril Jouve
- [issue44001] typing.Literal: args must be hashable, not immutable
Jelle Zijlstra
- [issue43972] Simple HTTP Request Handler in http.server does not set a content-length and does not close connections on 301s
Senthil Kumaran
- [issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.
Gregory P. Smith
- [issue44002] Use functools.lru_cache in urllib.parse instead of 1996 custom caching
Gregory P. Smith
- [issue34027] python 3.7 openpty/forkpty build failure using nix package manager macOS environment
Luke Granger-Brown
- [issue43957] [Enum] update __contains__ to return True for valid values
Pablo Galindo Salgado
- [issue44003] functools.lru_cache omits __defaults__ attribute from wrapped function
Gregory P. Smith
- [issue512981] readline /dev/tty problem
Pierre
- [issue44004] test_nntplib is failing in all buildbots
Pablo Galindo Salgado
- [issue43908] array.array should remain immutable: add Py_TPFLAGS_IMMUTABLETYPE flag
Christian Heimes
- [issue41277] documentation: os.setxattr() errno EEXIST and ENODATA
Eric V. Smith
- [issue44005] multiple socket bind failure on Mac OS X with SO_REUSEADDR
giangy
- [issue1635741] Py_Finalize() doesn't clear all Python objects at exit
Csaba Torda
- [issue41232] Python `functools.wraps` doesn't deal with defaults correctly
Gregory P. Smith
- [issue44006] symbol documentation still exists
Jelle Zijlstra
- [issue44007] urlparse("host:123", "http") inconsistent between 3.8 and 3.9
Arcadiy Ivanov
- [issue43987] Add "Annotations Best Practices" to HOWTO
Larry Hastings
- [issue44008] os.walk and other directory traversal does not handle recursive mounts on Windows
R0b0t1
- [issue43997] dataclasses documentation needs version added for match_args, kw_only, and slots
Shreyan Avigyan
- [issue44009] Provide "python3.x-intel64" command with macOS universal2 framework builds
Ned Deily
- [issue43990] In documentation Section 6.17, Operator precedence, footnotes 5 & 6 are reversed
Zackery Spytz
- [issue43990] In documentation Section 6.17, Operator precedence, footnotes 5 & 6 are reversed
Raymond Hettinger
- [issue43990] In documentation Section 6.17, Operator precedence, footnotes 5 & 6 are reversed
Raymond Hettinger
- [issue43990] In documentation Section 6.17, Operator precedence, footnotes 5 & 6 are reversed
miss-islington
- [issue43990] In documentation Section 6.17, Operator precedence, footnotes 5 & 6 are reversed
Raymond Hettinger
- [issue43990] In documentation Section 6.17, Operator precedence, footnotes 5 & 6 are reversed
Raymond Hettinger
- [issue43990] In documentation Section 6.17, Operator precedence, footnotes 5 & 6 are reversed
Webb Scales
- [issue42504] Failure to build with MACOSX_DEPLOYMENT_TARGET=11 on Big Sur
Ned Deily
- [issue41100] Support macOS 11 and Apple Silicon Macs
Ned Deily
- [issue42688] ctypes memory error on Apple Silicon with external libffi
Ned Deily
- [issue23407] os.walk always follows Windows junctions
Eryk Sun
- [issue41116] build on macOS 11 (beta) does not find system-supplied third-party libraries
Łukasz Langa
- [issue32745] ctypes string pointer fields should accept embedded null characters
Łukasz Langa
- [issue42083] PyStructSequence_NewType broken in 3.8
Łukasz Langa
- [issue43977] Implement the latest semantics for PEP 634 for matching collections
Mark Shannon
- [issue37322] test_ssl: test_pha_required_nocert() emits a ResourceWarning
Łukasz Langa
- [issue43983] Can't install Python v3.9.4 / 0x80070643 / windows 10 64bit
Marwan Essam
- [issue43985] lib2to3 fails on a slash('/') after positional_only paramter in a function signature
MisterY
- [issue24132] Direct sub-classing of pathlib.Path
Barney Gale
- [issue38820] Make Python compatible with OpenSSL 3.0.0
Christian Heimes
- [issue43880] 3.10 SSL module deprecations
Christian Heimes
- [issue43794] OpenSSL 3.0.0: Handle UNEXPECTED_EOF_WHILE_READING / wrap SSL_OP_IGNORE_UNEXPECTED_EOF
Christian Heimes
- [issue43968] os.path.realpath() unexpected breaking change: resolves subst'd paths to real paths
Steve Dower
- [issue43434] sqlite3.Connection(...) bypasses 'sqlite3.connect' audit hooks
Steve Dower
- [issue44010] IDLE: highlight new `match` / `case` syntax
E. Paine
- [issue41222] Undocumented behaviour change of POpen.stdout.readine with bufsize=0 or =1
Yann Dirson
- [issue41411] Improve and consolidate f-strings docs
Stéphane Blondon
- [issue43754] Eliminate bindings for partial pattern matches
Brandt Bucher
- [issue38250] enum.Flag should be more set-like
Shantanu
- [issue28556] typing.py upgrades
Jelle Zijlstra
- [issue32752] no information about accessing typing.Generic type arguments
Jelle Zijlstra
- [issue37923] Combining typing.get_type_hints and inspect.signature
Jelle Zijlstra
- [issue44011] Borrow asyncio ssl implementation from uvloop
Andrew Svetlov
- [issue40397] Refactor typing._GenericAlias
Jelle Zijlstra
- [issue34568] Types in `typing` not anymore instances of `type` or subclasses of "real" types
Jelle Zijlstra
- [issue42001] Deprecate `typing.io` Wrapper Namespace
Jelle Zijlstra
- [issue38291] Deprecate the typing.io and typing.re pseudo-modules
Jelle Zijlstra
- [issue38352] In typing docs, note explicit import needed for IO and Pattern/Match
Jelle Zijlstra
- [issue43926] Clean metadata (importlib_metadata 4.0)
Jason R. Coombs
- [issue44012] IPv6Address.exploded does not support interface name (scope id)
Oliver Giles
- [issue34788] ipaddress module fails on rfc4007 scoped IPv6 addresses
Oliver Giles
- [issue43490] IDLE freezes at random
Ned Deily
- [issue44013] tempfile.TemporaryFile: name of file descriptor cannot be reused in consecutive initialization
Xiang Zhong
- [issue43568] Drop support for Mac OS X < 10.3 module linking
Ned Deily
- [issue43851] Optimise SQLite builds on macOS and Windows
Ned Deily
- [issue42362] Switch to clang as default compiler in build-installer.py
miss-islington
- [issue25478] Consider adding a normalize() method to collections.Counter()
Raymond Hettinger
- [issue42235] [macOS] Use --enable-optimizations in build-installer.py
miss-islington
- [issue29707] os.path.ismount() always returns false for mount --bind on same filesystem
R0b0t1
- [issue43583] make test failures, 2 tests failed: test_embed test_tabnanny
Alexei S
- [issue44014] Fix error in Enum documentation.
Kris Powell
- [issue43347] IDLE crashes in macOS Apple chip, maybe completions
Tal Einat
- [issue38946] IDLE on macOS 10.15 Catalina does not open double-clicked files if app already launched
Tal Einat
- [issue44015] dataclasses: it should be an error to specify KW_ONLY twice
Eric V. Smith
- [issue42725] PEP 563: Should the behavior change for yield/yield from's
Batuhan Taskaya
- [issue44016] Enum related deprecation warnings in test_httpservers and test_faulthandler
Karthikeyan Singaravelan
- [issue39950] Add pathlib.Path.hardlink_to()
Karthikeyan Singaravelan
- [issue44017] Deprecation warning in tests over no current event loop
Karthikeyan Singaravelan
- [issue44018] Bug in random.seed
Eugene Rossokha
- [issue43667] Solaris: Fix broken Unicode encoding in non-UTF locales
Jakub Kulik
- [issue43006] Changed behaviour of inspect.signature() in Python 3.10
Zac Hatfield-Dodds
- [issue42800] Traceback objects allow accessing frame objects without triggering audit hooks
Steve Dower
- [issue43943] test_ssl fails in the macos CI
Christian Heimes
- [issue41832] PyType_FromSpec() should accept tp_doc=NULL
Ken Jin
- [issue44019] operator.call/operator.__call__
Antony Lee
- [issue43558] The dataclasses documentation should mention how to call super().__init__
Eric V. Smith
- [issue43710] Access violations in C extension modules on Python 3.9.3
PAKKURTHI MOHAN SAI KRISHNA
- [issue43991] asyncio lock does not get released after task is canceled
Jonathan Schweder
- [issue43976] Allow Python distributors to add custom site install schemes
Steve Dower
- [issue44020] test_ssl fails in the macos CI
PAKKURTHI MOHAN SAI KRISHNA
- [issue44021] enum docs in 3.10: missing "New in version 3.10"
Akuli
- [issue44022] "urllib" will result to deny of service
guangli dong
- [issue44023] "tarfile" library will lead to "write any content to any file on the host".
guangli dong
- [issue43806] asyncio.StreamReader hangs when reading from pipe and other process exits unexpectedly
Jonathan Schweder
- [issue43742] tcp_echo_client in asyncio streams example does not work. Hangs for ever at reaser.read()
Jonathan Schweder
- [issue43963] test_interpreters has side effects on test_signal
Theelgirl
- [issue41561] test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch
Ned Deily
- [issue41222] POpen bufsize=0 ignored with universal_newlines=True
Yann Dirson
- [issue39468] Improved the site module's permission handling while writing .python_history
Aurora
- [issue44024] Use common TypeError message for built-in functions getattr and hasattr
Géry
- [issue43822] Improve syntax errors for missing commas
Pablo Galindo Salgado
- [issue42095] plistlib: Add tests that compare with plutil(1)
Hasan
- [issue31526] Allow setting timestamp in gzip-compressed tarfiles
Filipe Laíns
- [issue44025] Match doc: Clarify '_' as a soft keyword
Terry J. Reedy
- [issue40465] Deprecate the optional *random* argument to random.shuffle()
Raymond Hettinger
- [issue44026] IDLE doesn't offer "Did you mean?" for AttributeError and NameError
Dennis Sweeney
- [issue26680] Incorporating float.is_integer into Decimal
Raymond Hettinger
- [issue44027] Python 3.9 UWP does not create key in PythonCore
BinToss
- [issue44028] Request for locals().update() to work, it is
wang xuancong
- [issue43522] SSLContext.hostname_checks_common_name appears to have no effect
Christian Heimes
- [issue43666] AIX: Lib/_aix_support.py may break in a WPAR environment
miss-islington
- [issue44029] PEP 624: Remove Py_UNICODE APIs
Inada Naoki
- [issue37605] CI should not depend on gmane response
robin
- [issue44030] Markup with_traceback code example
Terry J. Reedy
- [issue43001] python3.9.1 test_embed test_tabnanny failed
Alexei S
- [issue43001] python3.9.1python3.9.1 test_embed test_tabnanny failed
Alexei S
- [issue43001] python3.8.9, python3.9.1 test_embed test_tabnanny failed
Alexei S
- [issue43001] python3.8.9, python3.9.2 test_embed test_tabnanny failed
Alexei S
- [issue43953] InitVar should not be available on a @dataclass-decorated class
Eric V. Smith
- [issue44031] python3.8.9, python3.9.2 test_embed test_tabnanny failed
Alexei S
- [issue32822] finally block doesn't re-raise exception if return statement exists inside
miss-islington
- [issue43075] ReDoS in urllib.request
Łukasz Langa
- [issue42686] include built-in Math functions in SQLite to 3.35.0 of march 2021
miss-islington
- [issue43349] [doc] incorrect tuning(7) manpage link
Łukasz Langa
- [issue27823] Change bare AttributeError messages to be more informative
Anilyka Barry
- [issue42067] Type annotation in for-loops
Ken Jin
- [issue43054] What does the existence of a struct in a header file imply about the C-API
Mark Shannon
- [issue38135] Depth first search in compile.c creates wrong BB order for certain CFG.
Mark Shannon
- [issue44032] Store locals and evaluation stack should be stored in a contiguous, per-thread stack
Mark Shannon
- [issue44032] Function locals and evaluation stack should be stored in a contiguous, per-thread stack
Mark Shannon
- [issue44032] Function locals and evaluation stack should be stored in a contiguous, per-thread stack
Ken Jin
- [issue44032] Function locals and evaluation stack should be stored in a contiguous, per-thread stack
Mark Shannon
- [issue44032] Function locals and evaluation stack should be stored in a contiguous, per-thread stack
Erlend E. Aasland
- [issue44032] Function locals and evaluation stack should be stored in a contiguous, per-thread stack
Erlend E. Aasland
- [issue44032] Function locals and evaluation stack should be stored in a contiguous, per-thread stack
Mark Shannon
- [issue44032] Function locals and evaluation stack should be stored in a contiguous, per-thread stack
Pablo Galindo Salgado
- [issue44032] Function locals and evaluation stack should be stored in a contiguous, per-thread stack
Pablo Galindo Salgado
- [issue44032] Function locals and evaluation stack should be stored in a contiguous, per-thread stack
Mark Shannon
- [issue44032] Function locals and evaluation stack should be stored in a contiguous, per-thread stack
Pablo Galindo Salgado
- [issue44032] Function locals and evaluation stack should be stored in a contiguous, per-thread stack
STINNER Victor
- [issue43978] Incorrect "versionadded" info in typing.NoReturn documentation
Ken Jin
- [issue43624] Add underscore as a decimal separator for string formatting
Terry Davis
- [issue43355] __future__.annotations breaks inspect.signature()
Jelle Zijlstra
- [issue44033] Adding multiple keys of the same name to a dict doesn't raise an exception
Shreyan Avigyan
- [issue44034] Incorrect type casting of float into int
Backbench Family
- [issue44035] Regenerating the configure script fails even if dependencies are satisfied
Pablo Galindo Salgado
- [issue44036] asyncio SSL server can be DOSed, event loop gets blocked: busy loops and uses 100% CPU
ghost43
- [issue44037] Broad performance regression from 3.10a7 to 3.10b1
Raymond Hettinger
- [issue44038] In documentation Section 8.6, the definition of parameter_list need correcting
Webb Scales
- [issue43942] RawDescriptionHelpFormatter seems to be ignored for argument descriptions
paul j3
- [issue40297] test_socket.CANTest is broken at HEAD on master
miss-islington
- [issue44039] Duplicated assignment in Modules/_randommodule.c
Brad Larsen
- [issue43192] Argparse complains argument required when default is provided
paul j3
- [issue43121] Incorrect SyntaxError message for missing comma (3.10.a5)
Alex Hall
- [issue44040] Update broken link in pathlib source
Kevin Follstad
- [issue40521] [subinterpreters] Make free lists and unicode caches per-interpreter
Raymond Hettinger
- [issue44041] [sqlite3] optimisation: only call sqlite3_column_count when needed
Erlend Egeberg Aasland
- [issue44042] [sqlite3] _pysqlite_connection_begin() optimisations
Erlend Egeberg Aasland
- [issue29842] Make Executor.map work with infinite/large inputs correctly
Leonard Lausen
- [issue42367] Restore os.makedirs ability to apply mode to all directories created
JustAnotherArchivist
- [issue43883] Making urlparse WHATWG conformant
Gregory P. Smith
- [issue25094] [EASY][Windows] test_tools fails on Windows when passing
miss-islington
- [issue14965] super() and property inheritance behavior
wyz23x2
- [issue44043] 3.10 b1 armhf Bus Error in hashlib test: test_gil
Anthony Sottile
- [issue43354] xmlrpc.client: Fault.faultCode erroneously documented to be a string, should be int
Jürgen Gmach
- [issue44044] ConfigParser: cannot link to ConfigParser.optionxform(option)
Jürgen Gmach
- [issue44045] canonicalize "upper-case" -> "uppercase"; "lower-case" -> "lowercase"
Jürgen Gmach
- [issue44046] When writing to the Registry using winreg, it currently allows you to write ONLY to HKEY_CURRENT_USERS.
Paul
- [issue44046] When writing to the Registry using winreg, it currently allows you to write ONLY to HKEY_CURRENT_USERS.
Shreyan Avigyan
- [issue44046] When writing to the Registry using winreg, it currently allows you to write ONLY to HKEY_CURRENT_USERS.
Shreyan Avigyan
- [issue44046] When writing to the Registry using winreg, it currently allows you to write ONLY to HKEY_CURRENT_USERS.
Paul
- [issue44046] When writing to the Registry using winreg, it currently allows you to write ONLY to HKEY_CURRENT_USERS.
Shreyan Avigyan
- [issue44046] When writing to the Registry using winreg, it currently allows you to write ONLY to HKEY_CURRENT_USERS.
Eryk Sun
- [issue44046] When writing to the Registry using winreg, it currently allows you to write ONLY to HKEY_CURRENT_USERS.
Paul
- [issue44046] When writing to the Registry using winreg, it currently allows you to write ONLY to HKEY_CURRENT_USERS.
William Pickard
- [issue44046] When writing to the Registry using winreg, it currently allows you to write ONLY to HKEY_CURRENT_USERS.
Shreyan Avigyan
- [issue44046] When writing to the Registry using winreg, it currently allows you to write ONLY to HKEY_CURRENT_USERS.
Paul
- [issue44046] When writing to the Registry using winreg, it currently allows you to write ONLY to HKEY_CURRENT_USERS.
William Pickard
- [issue44046] When writing to the Registry using winreg, it currently allows you to write ONLY to HKEY_CURRENT_USERS.
Shreyan Avigyan
- [issue44046] When writing to the Registry using winreg, it currently allows you to write ONLY to HKEY_CURRENT_USERS.
Eryk Sun
- [issue44046] When writing to the Registry using winreg, it currently allows you to write ONLY to HKEY_CURRENT_USERS.
Paul
- [issue44046] When writing to the Registry using winreg, it currently allows you to write ONLY to HKEY_CURRENT_USERS.
Eryk Sun
- [issue44046] When writing to the Registry using winreg, it currently allows you to write ONLY to HKEY_CURRENT_USERS.
Paul
- [issue44046] When writing to the Registry using winreg, it currently allows you to write ONLY to HKEY_CURRENT_USERS.
Paul
- [issue44046] When writing to the Registry using winreg, it currently allows you to write ONLY to HKEY_CURRENT_USERS.
Shreyan Avigyan
- [issue44046] When writing to the Registry using winreg, it currently allows you to write ONLY to HKEY_CURRENT_USERS.
Eryk Sun
- [issue43743] BlockingIOError: [Errno 11] Resource temporarily unavailable: on GPFS.
PEAR
- [issue33927] Allow json.tool to have identical infile and outfile
Stéphane Wirtel
- [issue25872] multithreading traceback KeyError when modifying file
Roundup Robot
- [issue28874] test_logging fails and freezes
Nak
- [issue15907] move doctest test-data files into a subdirectory of Lib/test
Kerwin(Kaihui) Sun
- [issue41756] Do not always use exceptions to return result from coroutine
Andrew Svetlov
- [issue44047] [sqlite3] remove unused argument from _pysqlite_seterror()
Erlend Egeberg Aasland
- [issue39934] Fatal Python error "XXX block stack overflow" when exception stacks >10
Irit Katriel
- [issue44048] test_hashlib failure for "AMD64 RHEL8 FIPS Only Blake2 Builtin Hash" buildbot
Charalampos Stratakis
- [issue44049] Use C99 Variable-length array if possible
Dong-hee Na
- [issue43950] Include column offsets for bytecode instructions
Batuhan Taskaya
- [issue44050] Exceptions in a subinterpreter are changed by another subinterpreter
Trygve Aaberge
- [issue41282] Deprecate and remove distutils
Ionel Cristian Mărieș
- [issue44051] Virtualalloc wrong return type
baptistecrepin
- [issue43795] Implement PEP 652 -- Maintaining the Stable ABI
Petr Viktorin
- [issue35753] Importing call from unittest.mock directly causes ValueError
miss-islington
- [issue36515] unaligned memory access in the _sha3 extension
Gregory P. Smith
- [issue40617] sqlite3: expose sqlite3_create_window_function
Erlend E. Aasland
- [issue39511] [subinterpreters] Per-interpreter singletons (None, True, False, etc.)
Mateusz Loskot
- [issue17681] Work with an extra field of gzip and zip files
Benjamin Sergeant
- [issue41491] plistlib can't load macOS BigSur system LaunchAgent
Hasan
- [issue40137] TODO list when PEP 573 "Module State Access from C Extension Methods" will be implemented
Raymond Hettinger
- [issue43949] binascii.Error raised in smtplib when initial_response_ok=False
Pandu E POLUAN
- [issue44052] patch object as argument should be explicit
Pierre Ossman
- [issue40943] PEP 353: Drop support for PyArg_ParseTuple() "#" formats when PY_SSIZE_T_CLEAN is not defined
Inada Naoki
- [issue44053] Can't connect to a server also not showing any type of output
Muqaddas Rasheed
- [issue44054] 2**53+1 != float(2**53+1)
Stefan Behnel
- [issue23903] Generate PC/python3.def by scraping headers
Petr Viktorin
- [issue44055] NamedTemporaryFile opened twice on Windows
Lumír Balhar
- [issue44056] Incorrect line number for syntax error.
Mark Shannon
- [issue44057] Inconsitencies in `__init_subclass__` in a generic class
Erez Zinman
- [issue44058] 'master' refs in 3.10 version of .azure-pipelines
Skip Montanaro
- [issue35663] webbrowser.py firefox bug [python3, windows 10]
pavan kumar punna
- [issue44059] Support SerenityOS Browser in webbrowser module
Linus Groh
- [issue23937] IDLE: revise window size, placement startup options
E. Paine
- [issue44060] Define TARGET macro the same even when computed goto support is not enabled
Skip Montanaro
- [issue41730] Show deprecation warnings for tkinter.tix
wyz23x2
- [issue43176] Dataclasses derived from empty frozen bases skip immutability checks
Ulrich Petri
- [issue43878] ./configure fails on Apple Silicon with coreutils uname
Keith Smiley
- [issue34451] docs: tutorial/introduction doesn't mention toggle of prompts
Douwe Hoekstra
- [issue44061] Regression in pkgutil: iter_modules stopped taking Path argument in python 3.8.10 and 3.9.5
Rikard Nordgren
- [issue44062] cross: wrong interpreter returned when no python available
Vincent Fazio
- [issue43105] [Windows] Can't import extension modules resolved via relative paths in sys.path
Gregory P. Smith
- [issue44063] compiler: does not revert back the end_* locations
Batuhan Taskaya
- [issue11466] getpass.getpass doesn't close tty file
Senthil Kumaran
- [issue44064] Python39/lib/logging/__init__.py SyntaxError: cannot delete starred
Kathleen West
- [issue35633] test_eintr fails on AIX since fcntl functions were modified
Kevin
- [issue44065] "configure: error: internal configure error for the platform triplet" on macOS with Clang supporting --print-multiarch:
Stephan Bergmann
- [issue10513] sqlite3.InterfaceError after commit
Erlend E. Aasland
- [issue44066] Conflicts while using Py_LIMITED_API
Shreyan Avigyan
- [issue44067] Zipfile lib overwrites the extra field during closing when the archive size is more then ZIP64_LIMIT
AMRIT RAI
- [issue31904] Python should support VxWorks RTOS
Peixing Xin
- [issue12441] _GLOBAL_DEFAULT_TIMEOUT remains as an object() in HTTPConnection and the connection hangs
Senthil Kumaran
- [issue30164] Testing FTP support in urllib shouldn't use Debian FTP server
Senthil Kumaran
- [issue9725] urllib.request.FancyURLopener won't connect to pages requiring username and password
Senthil Kumaran
- [issue44068] Possible divide by zero problems
yiyuaner
- [issue44069] pathlib.Path.glob's generator is not a real generator
Elijah Rippeth
- [issue16866] libainstall doesn't create $(BINDIR) directory
Senthil Kumaran
- [issue35590] logging.handlers.SysLogHandler with STREAM connects in constructor without timeout
Irit Katriel
- [issue43656] StackSummary.format fails if str(value) fails
Irit Katriel
- [issue39228] traceback.FrameSummary does not handle exceptions from `repr()`
Irit Katriel
- [issue21381] Python 3.4+ interpreter built on/with OS X 10.7 deployment target segfaults on 10.8+
Ned Deily
- [issue43124] [security] smtplib multiple CRLF injection
Ned Deily
- [issue44070] Regression with relative paths in sys.path in python 3.8.10
James Saryerwinnie
- [issue44071] Syntax error in Python3 documentation
Sergey Maslyakov
- [issue44072] Doc: power operator (`**`) present for numbers.Complex, not added in numbers.Integral
Rory Yorke
- [issue44073] [sqlite3] drop statement in_use field in favour of sqlite3_stmt_busy()
Erlend E. Aasland
- [issue43350] [sqlite3] Active statements are reset twice in _pysqlite_query_execute()
Erlend E. Aasland
- [issue44074] patchcheck checks against branch "master" not "main"
Rory Yorke
- [issue25716] typeobject.c call_method & call_maybe can leak references on 'func'
Irit Katriel
- [issue12638] urllib.URLopener prematurely deletes files on cleanup
Irit Katriel
- [issue44075] Add a PEP578 audit hook for Asyncio loop stalls
Tom Forbes
- [issue24147] Dialect class defaults are not documented.
So Ukiyama
- [issue44076] issue with list in Python 3.8.5
Mohamed
- [issue44077] IP_RECVTOS option is missing from socket module
Georg Sauthoff
- [issue44078] Output relative path when using PurePath.relative_to
Mark Hammond
- [issue3014] file_dealloc() assumes errno is set when EOF is returned
Irit Katriel
- [issue32924] Python 3.7 docs in docs.p.o points to GitHub's master branch
Pablo Galindo Salgado
- [issue43149] Misleading error message for except with missing parens (3.10.a5)
Pablo Galindo Salgado
- [issue1606233] readline on popen3 file returns empty string before end
Irit Katriel
- [issue22953] Windows installer configures system PATH also when installing only for current user
Irit Katriel
- [issue32725] Instance of _multiprocessing.PipeConnection-subtype crash on deletion
Irit Katriel
- [issue44079] [sqlite3] optimisation: remove statement weak ref list from connection object
Erlend E. Aasland
- [issue44080] Bias in random.choices(long_sequence)
Dennis Sweeney
- [issue43417] ast.unparse: Simplify buffering logic
Batuhan Taskaya
- [issue44081] ast.unparse: dont use redundant space separator for lambdas with no parameters
Batuhan Taskaya
- [issue41830] "NameError: name 'AttributeError' is not defined"
Irit Katriel
- [issue43109] When using Apple Clang, --with-lto builds should not check for llvm-ar
Rishav Kundu
- [issue43109] When using Apple Clang, --with-lto builds should not check for llvm-ar
Ned Deily
- [issue43109] When using Apple Clang, --with-lto builds should not check for llvm-ar
Ned Deily
- [issue43109] When using Apple Clang, --with-lto builds should not check for llvm-ar
Ned Deily
- [issue43109] When using Apple Clang, --with-lto builds should not check for llvm-ar
miss-islington
- [issue43109] When using Apple Clang, --with-lto builds should not check for llvm-ar
miss-islington
- [issue43109] When using Apple Clang, --with-lto builds should not check for llvm-ar
miss-islington
- [issue43109] When using Apple Clang, --with-lto builds should not check for llvm-ar
Ned Deily
- [issue43109] When using Apple Clang, --with-lto builds should not check for llvm-ar
STINNER Victor
- [issue43109] When using Apple Clang, --with-lto builds should not check for llvm-ar
miss-islington
- [issue43109] When using Apple Clang, --with-lto builds should not check for llvm-ar
miss-islington
- [issue43109] When using Apple Clang, --with-lto builds should not check for llvm-ar
STINNER Victor
- [issue43109] When using Apple Clang, --with-lto builds should not check for llvm-ar
STINNER Victor
- [issue44082] Add a method to check interpolation errors in configparser
Munir Contractor
- [issue42115] Caching infrastructure for the evaluation loop: specialised opcodes
Ken Jin
- [issue44083] problem with updated 3.9.5
Swarnila Chakma
- [issue41930] Wrap sqlite3_serialize API in sqlite3 module
Erlend E. Aasland
- [issue44084] Can't mark match, case, _ as keywords in docs
Tal Einat
- [issue44085] Remaining invalid rules in simplified grammar
Pierre Quentel
- [issue44086] py.svg not found on search result page
Jürgen Gmach
- [issue22956] Improved support for prepared SQL statements
Erlend E. Aasland
- [issue44087] [sqlite3] consider adding Py_TPFLAGS_DISALLOW_INSTANTIATION to sqlite3.Statement
Erlend E. Aasland
- [issue30076] Opcode names BUILD_MAP_UNPACK_WITH_CALL and BUILD_TUPLE_UNPACK_WITH_CALL are too long
Ken Jin
- [issue29468] zipfile should catch ValueError as well as OSError to detect bad seek calls
Irit Katriel
- [issue42454] Move slice creation to the compiler for constants
Batuhan Taskaya
- [issue32133] documentation: numbers module nitpick
Irit Katriel
- [issue44088] traced line number can be None
Ned Batchelder
- [issue44089] csv.Error can't be subclassed
Oleg Hoefling
- [issue40222] "Zero cost" exception handling
Pablo Galindo Salgado
- [issue32958] socket module calls with long host names can fail with idna codec error
Ben Darnell
- [issue44090] Add class binding to unbound super objects for allowing autosuper with class methods
Géry
- [issue43853] [sqlite3] Improve sqlite3_value_text() error handling
Erlend E. Aasland
- [issue44091] traceback & inspect modules should verify that the .py source file matches the one that the running process is using
Gregory P. Smith
- [issue43389] Cancellation ignored by asyncio.wait_for can hang application
nmatravolgyi
- [issue42130] AsyncIO's wait_for can hide cancellation in a rare race condition
nmatravolgyi
- [issue44092] [sqlite3] consider removing special rollback handling
Erlend E. Aasland
- [issue44093] compiler detection on macOS seems to be incorrect
Rishav Kundu
- [issue41692] Deprecate immortal interned strings: PyUnicode_InternImmortal()
Inada Naoki
- [issue44094] Remove PyErr_Set...WithUnicodeFilename APIs
Inada Naoki
- [issue44095] Add suffix property to zipfile.Path
Jakub Nowak
- [issue44096] Bad clang detection in configure script
Rishav Kundu
- [issue44097] add configure option to control the groups of .pyc files to install
Peixing Xin
- [issue37373] Configuration of windows event loop for libraries
Min RK
- [issue44098] Remove ParamSpec from __parameters__ of most typing generics
Ken Jin
- [issue44099] Introduce a new slot in PyModuleDef to hold the classes
Shreyan Avigyan
- [issue26110] Speedup method calls 1.2x
Ken Jin
- [issue44100] test_subinterpreters fails in AMD64 Fedora Stable 3.x
Pablo Galindo Salgado
- [issue44101] Generation of an executable's library file when python is built is static
Christian Rendina
- [issue44102] mock_open does not support the use of 'seek()'
Niko
- [issue43760] The DISPATCH() macro is not as efficient as it could be.
Miro Hrončok
- [issue43804] "Building C and C++ Extensions on Windows" docs are very out-of-date
Shreyan Avigyan
- [issue23750] doc: Clarify difference between os.system/subprocess.call in section "Replacing os.system()"
So Ukiyama
- [issue41324] Add a minimal decimal capsule API
Daniele Varrazzo
- [issue33376] [pysqlite] Duplicate rows can be returned after rolling back a transaction
Ma Lin
- [issue43760] The DISPATCH() macro is not as efficient as it could be (move PyThreadState.use_tracing)
STINNER Victor
- [issue44103] Python 3.10 docs are visually broken
Jelle Zijlstra
- [issue31604] unittest.TestLoader().loadTestsFromTestCase(...) fails when adding test cases with the expectedFailure decorator
Irit Katriel
- [issue44104] http.cookies.CookieError: Illegal key
ra1nb0w
- [issue44105] tempfile.TemporaryDirectory deleted after call to subprocess.run in threads
Colas Le Guernic
- [issue34367] AsyncResult.get() only notifies one thread
Irit Katriel
- [issue21501] docs: mmap example for use in documentation
Irit Katriel
- [issue44106] [sqlite3] don't use politicians in examples/docs
Erlend E. Aasland
- [issue36841] Supporting customization of float encoding in JSON
Éric Araujo
- [issue13657] IDLE doesn't recognize resetting sys.ps1.
Terry J. Reedy
- [issue36216] CVE-2019-9636: urlsplit does not handle NFKC normalization
dcockcn
- [issue44107] HTTPServer can't close http client completely
ueJone
- [issue44108] [sqlite3] normalise SQL quoted literals in sqlite3 test suite
Erlend E. Aasland
- [issue44109] missing dataclass decorator in match-statement example
Ahmet Burak
- [issue39766] unittest's assertRaises removes locals from tracebacks
Jackson Riley
- [issue37596] Reproducible pyc: frozenset is not serialized in a deterministic order
Filipe Laíns
- [issue25821] Documentation for threading.enumerate / threading.Thread.is_alive is contradictory.
Irit Katriel
- [issue21261] Teach IDLE to Autocomplete dictionary keys
Tal Einat
- [issue44110] Improve string's __getitem__ error message
Miguel Brito
- [issue28528] Pdb.checkline()
Irit Katriel
- [issue28528] Pdb.checkline() attribute error when 'curframe' is missing
Irit Katriel
- [issue10548] document (lack of) interaction between @expectedFailure on a test_method and setUp
miss-islington
- [issue28528] Pdb.checkline() attribute error when 'curframe' is None
Irit Katriel
- [issue44111] 404 link on python webpage
Unknown Simonsen
- [issue43220] Argparse: Explicit default required arguments with add_mutually_exclusive_group are rejected
Raymond Hettinger
- [issue41620] Python Unittest does not return results object when the test is skipped
Irit Katriel
- [issue44112] [buildbot] test_asyncio hangs after 3 hours on Refleak buildbots
STINNER Victor
- [issue40640] Tutorial for Continue missing ... line
Irit Katriel
- [issue37555] _CallList.__contains__ doesn't always respect ANY.
Irit Katriel
- [issue44113] [C API] Deprecate legacy API for configure Python initialization
STINNER Victor
- [issue43956] C-API: Incorrect default value for Py_SetProgramName
STINNER Victor
- [issue37334] Add a cancel method to asyncio Queues
Martin Teichmann
- [issue44114] Incorrect function signatures in dictobject.c
Joe Marshall
- [issue25479] Increase unit test coverage for abc.py
Irit Katriel
- [issue44115] Improve conversions for fractions
Martin Teichmann
- [issue44116] The _csv module can't be garbage-collected after _csv.register_dialect is called
Petr Viktorin
- [issue38908] Troubles with @runtime_checkable protocols
Yurii Karabas
- [issue43656] StackSummary.format fails if repr(value) fails
Martin
- [issue44117] [C API] Remove deprecated PyEval_InitThreads()
STINNER Victor
- [issue40645] Use OpenSSL's HMAC API
Petr Viktorin
- [issue31753] Unnecessary closure in ast.literal_eval
Thierry Excoffier
- [issue43504] Site linked in docs, effbot.org, down
E. Paine
- [issue43504] Site linked in docs, effbot.org, down
Senthil Kumaran
- [issue43504] Site linked in docs, effbot.org, down
Mark Roseman
- [issue43504] Site linked in docs, effbot.org, down
Julien Palard
- [issue43504] Site linked in docs, effbot.org, down
E. Paine
- [issue43504] Site linked in docs, effbot.org, down
Julien Palard
- [issue41111] [C API] Convert a few stdlib extensions to the limited C API (PEP 384)
hai shi
- [issue43813] Denial of service on http.server module with large request method.
Jonathan Schweder
- [issue40938] urllib.parse.urlunsplit makes relative path to absolute (http:g -> http:///g)
Jonathan Schweder
- [issue42972] [C API] Heap types (PyType_FromSpec) must fully implement the GC protocol
Pablo Galindo Salgado
- [issue44118] cython compiler error
Marc Udoff
- [issue33809] Expose `capture_locals` parameter in `traceback` convenience functions
Irit Katriel
- [issue15003] make PyNamespace_New() public
Jouke Witteveen
- [issue39906] pathlib.Path: add `follow_symlinks` argument to `stat()` and `chmod()`
Barney Gale
- [issue43757] pathlib: move 'resolve()' logic out of path flavour
Barney Gale
- [issue26032] Use scandir() to speed up pathlib globbing
Barney Gale
- [issue44119] Use glob.glob() to implement pathlib.Path.glob()
Barney Gale
- [issue44120] logging.config.fileConfig/dictConfig can not import class
Hiroaki Mizuguchi
- [issue44121] Missing implementation for formatHeader and formatFooter methods of the BufferingFormatter class in the logging module.
Mahmoud Harmouch
- [issue37658] In some cases asyncio.wait_for can lead to socket leak.
Denis S. Otkidach
- [issue44122] let linter allow defining attribute outside __init__ if called in __init__
Ohad Shemesh
- [issue39093] tkinter objects garbage collected from non-tkinter thread cause crash
Ivan Naydonov
- [issue44123] make function parameter sentinel value true singletons
Tal Einat
- [issue44124] Unhelpful SyntaxError message with mis-ordering of f-string specifiers
Angus L'Herrou
- [issue37788] fix for bpo-36402 (threading._shutdown() race condition) causes reference leak
Antoine Pitrou
- [issue38552] Colored Prompt broken in REPL in Windows in 3.8
William Minchin
- [issue44125] "make patchcheck" fails
Antoine Pitrou
- [issue44126] Cross Compile Cython Modules
Jeff Moguillansky
- [issue28146] Confusing error messages in str.format()
Antoine Pitrou
- [issue8557] subprocess PATH semantics and portability
Henry Schreiner
- [issue35089] Remove typing.io and typing.re from documentation
Sebastian Rittau
- [issue44127] urllib.parse.ParseResult._replace() does not allow replacing username, password, hostname, port
Jamie Bliss
- [issue42109] Use hypothesis for testing the standard library, falling back to stubs
Guido van Rossum
- [issue42109] Use hypothesis for testing the standard library, falling back to stubs
Zac Hatfield-Dodds
- [issue42109] Use hypothesis for testing the standard library, falling back to stubs
Guido van Rossum
- [issue42109] Use hypothesis for testing the standard library, falling back to stubs
Terry J. Reedy
- [issue42109] Use hypothesis for testing the standard library, falling back to stubs
Paul Ganssle
- [issue42109] Use hypothesis for testing the standard library, falling back to stubs
Guido van Rossum
- [issue42109] Use hypothesis for testing the standard library, falling back to stubs
Zac Hatfield-Dodds
- [issue42109] Use hypothesis for testing the standard library, falling back to stubs
Guido van Rossum
- [issue42109] Use hypothesis for testing the standard library, falling back to stubs
Paul Ganssle
- [issue42109] Use hypothesis for testing the standard library, falling back to stubs
Guido van Rossum
- [issue42109] Use hypothesis for testing the standard library, falling back to stubs
Raymond Hettinger
- [issue42109] Use hypothesis for testing the standard library, falling back to stubs
Paul Ganssle
- [issue42109] Use hypothesis for testing the standard library, falling back to stubs
Terry J. Reedy
- [issue42109] Use hypothesis for testing the standard library, falling back to stubs
Brandt Bucher
- [issue38693] Use f-strings instead of str.format within importlib
Filipe Laíns
- [issue43012] Remove pathlib accessors
Barney Gale
- [issue44128] zipfile: Deduplicate ZipExtFile code for init and resetting when seeking
Daniel Hillier
- [issue44129] zipfile: Add descriptive global variables for general purpose bit flags
Daniel Hillier
- [issue1662] [patch] assert tp_traverse in PyType_GenericAlloc()
Irit Katriel
- [issue44130] GIL Improvement
Shreyan Avigyan
- [issue44131] [C API] Add tests on Py_FrozenMain()
STINNER Victor
- [issue24871] freeze.py doesn't work on x86_64 Linux out of the box
STINNER Victor
- [issue37891] Exceptions tutorial page does not mention raise from
Bonifacio
- [issue44132] Local import conflict with system import
Oscar
- [issue44133] "Py_FrozenMain" symbol is not exported
STINNER Victor
- [issue44134] lzma: stream padding in xz files
rogdham
- [issue44135] issubclass documentation doesn't explain tuple semantic
João Henrique Pimentel
- [issue44136] Remove pathlib flavours
Barney Gale
- [issue43729] Tutorial Documentation for 3.1.1. Numbers missing "result"
Irit Katriel
- [issue44137] importlib.resources.path raises RuntimeError import FileNotFoundError is raise in context manager
Nils Kattenbeck
- [issue34903] strptime %d handling of single digit day of month
Huziy Oleksandr
- [issue38768] [feature request] Add lldb equivalent to Tools/gdb
Gregory P. Smith
- [issue43650] MemoryError on zip.read in shutil._unpack_zipfile
Igor Bolshakov
- [issue42862] Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module
Erlend E. Aasland
- [issue44138] multiprocessing documentation should note behavior when process with Lock dies
Kushal Kumaran
- [issue40358] pathlib's relative_to should behave like os.path.relpath
Terry J. Reedy
- [issue30274] Rename 'name' to 'fullname' argument to ExtensionFileLoader
Irit Katriel
- [issue44139] Unparenthesized tuple doc bug in what's new
Michael Cuthbert
- [issue44140] WeakKeyDictionary should support lookup by id instead of hash
conchylicultor
- [issue44141] Getting error while importing ssl "import _ssl ImportError: DLL load failed: The specified procedure could not be found."
Tarnum
- [issue13498] os.makedirs exist_ok documentation is incorrect, as is some of the behavior
Bonifacio
- [issue44142] ast.unparse: visually better code generation
Batuhan Taskaya
- [issue41486] Add _BlocksOutputBuffer for bz2/lzma/zlib module
Ma Lin
- [issue44143] The parse crashes when raising tokenizer errors when an existing exception is set
Pablo Galindo Salgado
- [issue44144] Python window not opening
Chinmay Malvania
- [issue24964] Add tunnel CONNECT response headers to httplib / http.client
Alexey Namyotkin
- [issue29688] Add support for Path.absolute()
Barney Gale
- [issue43905] dataclasses.astuple does deepcopy on all fields
Andrei Kulakov
- [issue39924] pathlib handles missing `os.link`, `os.symlink` and `os.readlink` inconsistently
Barney Gale
- [issue44145] hmac.update is not releasing the GIL when openssl's hmac is used
Gregory P. Smith
- [issue44146] Format string fill not handling brace char
svs
- [issue44147] [WinError 193] %1 is not a valid Win32 application
Bassel
- [issue28307] Accelerate 'string' % (value, ...) by using formatted string literals
Serhiy Storchaka
- [issue42834] [subinterpreters] Make static caches in various places subinterpreter compatible
Ken Jin
- [issue40452] Tkinter/IDLE: preserve clipboard on closure
Tal Einat
- [issue44148] Raise a RuntimeError if frame is NULL in PyEval_GetGlobals
Shreyan Avigyan
- [issue44149] difflib.get_close_matches: Add `key` argument
Mustafa Quraish
- [issue33433] ipaddress is_private misleading for IPv4 mapped IPv6 addresses
Pete Wicken
- [issue44150] Add optional weights parameter to statistics.fmean()
Raymond Hettinger
- [issue44151] Improve parameter names and return value ordering for linear_regression
Raymond Hettinger
- [issue44152] .isupper() does not support Polytonic Greek (but .islower() does)
E G
- [issue44153] Signaling an asyncio subprocess raises ProcessLookupError, depending on timing
Max Marrone
- [issue40172] ZipInfo corrupts file names in some old zip archives
Irit Katriel
- [issue36464] Python 2.7 build install fails intermittently with -j on MacOS
Irit Katriel
- [issue38671] pathlib.Path.resolve(strict=False) returns relative path on Windows if the entry does not exist
Barney Gale
- [issue42234] pathlib relative_to behaviour change
Barney Gale
- [issue44154] Optimize Fraction pickling
Sergey B Kirpichev
- [issue36876] [subinterpreters] Global C variables are a problem
Dennis Sweeney
- [issue42834] [subinterpreters] Convert "global" static variable caches in _json to heap variables
Christian Heimes
- [issue44155] Race condition when using multiprocessing BaseManager and Pool in Python3
David Chen
- [issue44156] [subinterpreters] Replace static string caches with subinterpreter-compatible alternatives
Ken Jin
- [issue39394] re: DeprecationWarning for `flag not at the start of expression` is cutoff too early
Mark Shannon
- [issue43420] Optimize rational arithmetics
Stefan Behnel
- [issue36153] Freeze support documentation is misleading.
Sam Schott
- [issue44157] redirect_* should also redirect C-level streams
Xavier Morel
- [issue43643] importlib.readers.MultiplexedPath.name is not a property
Filipe Laíns
- [issue28937] str.split(): allow removing empty strings (when sep is not None)
Catherine Devlin
- [issue42516] Add function to get caller's name
Filipe Laíns
- [issue44158] Clarify documentation for redirected stdout/stderr when using subprocess in Linux
Andres Gomez
- [issue44159] mimetypes - "strict" on Windows
Norman Lorrain
- [issue41963] ConfigParser: stripping of comments should be documented
Jürgen Gmach
- [issue4928] tempfile.NamedTemporaryFile: automatic cleanup by OS
Catherine Devlin
- [issue44160] speed up searching for keywords by using a dictionary
Dennis Sweeney
- [issue44161] free: invalid pointer on graph and photo.message imports
Niels Hofmans
- [issue44162] importlib.resources.path no longer supports directories
T M
- [issue35889] sqlite3.Row doesn't have useful repr
Catherine Devlin
- [issue43858] Provide method to get list of logging level names
Andrei Kulakov
- [issue27334] pysqlite3 context manager not performing rollback when a database is locked elsewhere for non-DML statements
Erlend E. Aasland
- [issue27334] [sqlite3] context manager leaves db locked if commit fails in __exit__
Erlend E. Aasland
- [issue11176] [doc] give more meaningful argument names in argparse documentation
Bonifacio
- [issue42937] 192.0.0.8 (IPv4 dummy address) considered globally reachable
Wayne Johnston
- [issue44163] IDLE ValueError in HyperParser
Raymond Hettinger
- [issue44164] Document what are resources in importlib.resources
Filipe Laíns
- [issue38748] 32 bit ctypes stdcall callback fails to restore stack pointer
Roundup Robot
- [issue44165] [sqlite3] sqlite3_prepare_v2 micro optimisation: pass string size
Erlend E. Aasland
- [issue44166] Make IndexError messages for list more informative
Miguel Brito
- [issue44167] ipaddress.IPv6Address.is_private makes redundant checks
Martijn Pieters
- [issue43223] [security] http.server: Open Redirection if the URL path starts with //racha999coperation
Google Update 2020
- [issue43223] [security] http.server: Open Redirection if the URL path starts with //
Ken Jin
- [issue44168] Wrong syntax error hint when spurious colon present in function keyword comprehension assignment
Gerrit Holl
- [issue44169] Add HTTPS support to http.server
Fred
- [issue44170] ShareableList cannot safely handle multibyte utf-8 characters
Huw Jones
- [issue20131] warnings module offers no documented, programmatic way to reset "seen-warning" flag
Catherine Devlin
- [issue44171] Cython cannot compile 'a = 5/6' and return 'a = 0'
Yao Zhang
- [issue42591] Method Py_FrozenMain missing in libpython3.9
Petr Viktorin
- [issue38593] Python 3.7 does not catch infinite recursion for some values of sys.getrecursionlimit()
Irit Katriel
- [issue40670] supplying an empty string to timeit causes an IndentationError
Irit Katriel
- [issue7760] [doc] ctypes: use_errno=True does not work
Irit Katriel
- [issue24929] _strptime.TimeRE should not enforce range in regex
Catherine Devlin
- [issue43693] Logically merge cell and locals array. They are already contiguous in memory
Eric Snow
- [issue37439] Add random.binomialvariate()
Zachary Kneupper
- [issue12403] Mention sys.displayhook in code module docs and the compile builtin docs
Norman Lorrain
- [issue43753] [C API] Add Py_Is(x, y) and Py_IsNone(x) functions
STINNER Victor
- [issue35765] Document references object x but doesn't show it in the example
Irit Katriel
- [issue30593] sqlite3 executescript does not respect isolation_level?
Erlend E. Aasland
- [issue42783] asyncio.sleep(0) idiom is not documented
Irit Katriel
- [issue30593] Document that sqlite3.Cursor.executescript disregards isolation_level
Erlend E. Aasland
- [issue34932] Add macOS TCP_KEEPALIVE to available socket options
Shane Harvey
- [issue32307] Bad assumption on thread stack size makes python crash with musl libc
Roundup Robot
- [issue40339] Instead of skipping, IPV6 test(s) fail on a non-IPV6 machine
Gregory P. Smith
- [issue29639] test suite intentionally avoids referring to localhost, destroying abstraction away from IPv6 vs IPv4
Gregory P. Smith
- [issue37901] 21 tests fail when run on an IPv6-only host
Gregory P. Smith
- [issue22891] code removal from urllib.parse.urlsplit()
Gregory P. Smith
- [issue44172] curses module may call delwin() on original window before subwindows
Michael Forney
- [issue44173] Stored (uncompressed) ZipExtFile in zipfile can be seekable at lower cost
JuniorJPDJ
- [issue44174] Unclear meaning of _Private__names in enum docs.
Gregory P. Smith
- [issue44175] What does "cased" and "uncased" mean?
Isaac Ge
- [issue44176] asyncio.as_completed() raises TypeError when the first supplied parameter is a generator that yields awaitables
Alex DeLorenzo
- [issue12056] "…" (HORIZONTAL ELLIPSIS) should be an alternative syntax for "..." (FULL STOP FULL STOP FULL STOP)
Xavier Morel
- [issue42627] urllib.request.getproxies() misparses Windows registry proxy settings
Chris Xiao
- [issue21465] sqlite3 Row can return duplicate keys when using adapters
Erlend E. Aasland
- [issue8264] [doc] hasattr doesn't show private (double underscore) attributes exist
miss-islington
- [issue25190] Define StringIO seek offset as code point offset
Eli_B
- [issue44177] Unable to get the else while parsing through AST module
Bikram Singh Mehra
- [issue20587] sqlite3 converter not being called
Erlend E. Aasland
- [issue9924] sqlite3 SELECT does not BEGIN a transaction, but should according to spec
Erlend E. Aasland
- [issue44178] Add an interpreter-level critical section construct
Xavier Morel
- [issue44179] python3 终端 range函数显示错误
liaoliaoxiansheng
- [issue29298] argparse fails with required subparsers, un-named dest, and empty argv
Irit Katriel
- [issue40811] Allow to create new Event Loops on Threads
Irit Katriel
- [issue40975] contextlib.AsyncExitStack enter_async_context and aclose should be labeled as coroutine methods
Irit Katriel
- [issue42653] Expose ISO-TP Contants for Linux >= 5.10
menschel
- [issue42722] Add --debug command line option to unittest to enable post-mortem debugging
Andrei Kulakov
- [issue44180] SyntaxError misidentified in 3.10.0b1 when = used instead of : in dict literal
Andre Roberge
- [issue37741] importlib.metadata docs not showing up in the module index
Jason R. Coombs
- [issue44181] SyntaxError in Python 3.10.0b1: wrong token for missing comma
Andre Roberge
- [issue42892] AttributeError in email.message.get_body()
Irit Katriel
- [issue18765] unittest needs a way to launch pdb.post_mortem or other debug hooks
Dominik Vilsmeier
- [issue44182] python-config.sh vs python-config.py inconsistency
Todd C. Miller
- [issue43295] datetime.strptime emits IndexError on parsing 'z' as %z
Paul Ganssle
- [issue42443] Provide Thread creation hook support
Gregory P. Smith
- [issue44183] Can't install certificates if GUI tools are not installed on macOS
Joseph Trask Still
- [issue44184] crash on windows invoking flake8 under tox
Anthony Sottile
- [issue44185] mock_open file handle __exit__ does not call close
William Sjoblom
- [issue44186] TimedRotatingFileHandler overwrite log
Eiji Ito
- [issue36160] Multiple errors in test_site.py on sysconfig._CONFIG_VARS.clear() if run on its own
Irit Katriel
- [issue44187] Implement infrastructure for quickening and specializing
Mark Shannon
- [issue44188] ThreadPoolExecutor unbalanced semaphore count
Bennie Swart
- [issue44189] multiprocessing AF_PIPE name format is slightly confusing in the docs
Antony Lee
- [issue40990] Make http.server support SSL
Fred
- [issue44190] Dictionary assignment shorthand
David Hariri
- [issue44191] Getting an ImportError DLL load failed while importing _ssl
Luis González
- [issue41318] Better error message of "Cannot recover from stack overflow."
Irit Katriel
- [issue44192] Annotations, Inheritance and Circular Reference
ReOb
- [issue44193] socket line 46 import _socket Import Error
Joshex
- [issue36203] PyWeakref_NewRef docs are misleading
Irit Katriel
- [issue44194] Folding ''.join(<known number of elts>) into f-strings
Batuhan Taskaya
- [issue44195] importlib.abc.TraversableReader is not implemented
Filipe Laíns
- [issue40092] Crash in _PyThreadState_DeleteExcept() at fork in the process child
David Edelsohn
- [issue42022] Allow ensurepip to work without bundled wheels
Filipe Laíns
- [issue44196] Document that importlib.abc.Traversable's methods should raise FileNotFoundError
Filipe Laíns
- [issue44197] [request feature] Itertools extended combinations to limited number of repetition
latot
- [issue44198] Add flags or function in pathlib.Path
Mikhail
- [issue25625] "chdir" Contex manager for pathlib
Filipe Laíns
- [issue44199] code example index error in tutorial controlflow
HVoltBb
- [issue40280] Consider supporting emscripten/webassembly as a build target
Ethan Smith
- [issue44200] Recommend importlib.abc.Traversable users to implement __fspath__
Filipe Laíns
- [issue44201] REPL requests another line despite syntax error
Guido van Rossum
- [issue44202] Add errors argument to importlib.abc.Traversable.read_text
Filipe Laíns
- [issue33109] argparse: make new 'required' argument to add_subparsers default to False instead of True
Lucas Cimon
- [issue41843] Reenable sendfile in shutil.copyfile() on Solaris
Jakub Kulik
- [issue44203] test__xxsubinterpreters: heap-buffer-overflow in interp_is_running() on AMD64 Arch Linux Asan 3.x
STINNER Victor
- [issue44204] socket.connect ignores CTRL+C during timeout on Win
Arpad Toth
- [issue38605] [typing] PEP 563: Postponed evaluation of annotations: enable it by default in Python 3.11
Vedran Čačić
- [issue44205] shutil.copystat can fail when copying to a file system with a smaller limit
Chris Burr
- [issue44206] Add a version number to dict keys.
Mark Shannon
- [issue44207] Add a version number to Python functions
Mark Shannon
- [issue43927] Remove IOError references from the tutorial
Terry J. Reedy
- [issue44208] argparse: Accept option without needing to distinguish "-" from "_" in arg_string
William Barnhart
- [issue40736] better message for re.search TypeError ("expected string or bytes-like object")
Irit Katriel
- [issue44209] urllib.robotparser fail on Disallow: /? from google.com
Karl Y. Pradene
- [issue19821] deprecate pydoc.ispackage()
Irit Katriel
- [issue44210] Make importlib.metadata._meta.PackageMetadata public
Filipe Laíns
- [issue43556] fix attr names for ast.expr and ast.stmt
Irit Katriel
- [issue39710] "will be returned as unicode" reminiscent from Python 2
Irit Katriel
- [issue43167] Add a note to the macOS installer welcome window about customize options
Ned Deily
- [issue44211] Duplicate '.bmp' key in mimetypes.py, maps to both 'image/bmp' and 'image/x-ms-bmp'
Andreas Jansson
- [issue36494] bdb.Bdb.set_trace: should set f_trace_lines = True
Irit Katriel
- [issue40695] hashlib: OpenSSL hash detection should obey security policy
Ned Deily
- [issue32084] [Security] http.server can be abused to redirect to (almost) arbitrary URL
Ned Deily
- [issue20749] shutil.unpack_archive(): security concerns not documented
Ned Deily
- [issue29788] [Security] tarfile: Add absolute_path option to tarfile, disabled by default
Ned Deily
- [issue37228] UDP sockets created by create_datagram_endpoint() allow by default multiple processes to bind the same port
Ned Deily
- [issue33213] crypt function not hashing properly on Mac (uses a specific salt)
Ned Deily
- [issue31767] Windows Installer fails with error 0x80091007 when trying to install debugging symbols
Ned Deily
- [issue39442] from __future__ import annotations makes dataclasses.Field.type a string, not type
Dan Cecile
- [issue44212] asyncio overrides signal handlers
Francisco Demartino
- [issue44213] LIST_TO_TUPLE placed below the sentence "all of the following use their opcodes" in dis library documentaiton.
glubs9
- [issue30757] pyinstaller can be added to docs, py2exe ref can be updated
Erlend E. Aasland
- [issue29757] The loop in utility `socket.create_connection()` swallows previous errors
Irit Katriel
- [issue19083] IDNA prefix should be case insensitive
Irit Katriel
- [issue42588] Improvements to graphlib.TopologicalSorter.static_order() documentation
Pablo Galindo Salgado
- [issue40068] test_threading: ThreadJoinOnShutdown.test_reinit_tls_after_fork() crash with Python 3.8 on AIX
David Edelsohn
- [issue44214] PyArg_Parse* for vectorcall?
Ronald Oussoren
- [issue44215] help() module listing displays import warnings from deprecated package modules
Stefano Rivera
- [issue44216] Bug in class method with optional parameter
Ashish Shevale
- [issue44217] [IDLE] Weird behaviour in IDLE while dealing with non-ASCII characters
Shreyan Avigyan
- [issue44218] Possible Stack Based Buffer Overflow at Programs/_freeze_importlib.c
Mohammed Dief
- [issue44219] Opening a file holds the GIL when it calls "isatty()"
Matthias Urlichs
- [issue43207] InspectLoader.is_package is not an abstract method
miss-islington
- [issue44220] PyStructSequence_UnnamedField unavailable on Windows
John Nelson
- [issue44221] ImportError: sys.meta_path is None, Python is likely shutting down
Luiz Antonio Lazoti
- [issue44222] Improving _removeHandlerRef for a very long _handlerList
Yonatan Goldschmidt
- [issue44223] := in comprehensions does not work
Марк Коренберг
- [issue44224] urllib.parse.urljoin behaves differently in Python 3.9.5
rushter
- [issue28806] Improve the netrc library
Emmanuel Arias
- [issue44225] stop() on a stopped loop inhibits the next run_forever
Erik Carstensen
- [issue13305] datetime.strftime("%Y") not consistent for years < 1000
Fredrik Bengtsson
- [issue42654] Add folder for python customizations: __sitecustomize__
Filipe Laíns
- [issue42043] zipfile.Path should support inheritance
Filipe Laíns
- [issue43066] Zipfile with leading slashes
Filipe Laíns
- [issue42112] ZipFIle.write remove slash at the beginning of member's path
Filipe Laíns
- [issue44226] Threads shutting down in Py 2.7 but not in Py 3.69 while making SSH connection using Paramiko module
Muralidhar BN
- [issue43665] AIX: test_importlib regression (ENV change)
David Edelsohn
- [issue11486] Add option to not install into /Applications
Erlend E. Aasland
- [issue42392] remove the deprecated 'loop' parameter asyncio API
Gregory P. Smith
- [issue42392] [document removal of] the deprecated 'loop' parameter asyncio API in 3.10
Gregory P. Smith
- [issue44227] help(bisect.bisect_left)
Mallika Bachan
- [issue44228] [urllib] Error with handling of urllib.parse.quote. Terminates halfway
Swee Tat Lim
- [issue5758] fileinput.hook_compressed returning bytes from gz file
Jason R. Coombs
- [issue42194] Docs for argparse.BooleanOptionalAction missing "New in version 3.9"
John Belmonte
- [issue39816] More descriptive error message than "too many values to unpack"
malcomvx
- [issue2771] Test issue
STINNER Victor
- [issue44229] test_get_server_certificate fails on macOS
Erlend E. Aasland
- [issue43921] test_ssl fails on Windows buildbots
Pablo Galindo Salgado
- [issue44230] lookup extensions with the stable ABI under a platform specific name
Matthias Klose
- [issue44231] Remove _PyTuple_FromArray from the public API
Erlend E. Aasland
- [issue44232] Crash in Objects/typeobject.c
Mariusz Felisiak
- [issue44233] Provide Windows Terminal Fragment Extension
Mickaël Véril
- [issue44234] Debugging with LLDB doesn't work for universal2 installer on macOS Big Sur
Ronald Oussoren
- [issue20408] memoryview() constructor documentation error
miss-islington
- [issue44235] Remove l*gettext() and related functions in the gettext module
Dong-hee Na
- [issue44236] Define SOABI, LIBRARY, LDLIBRARY and LIBPL on Windows
Steve Dower
- [issue40551] PRs should be rebased on top of master before running the build/tests
Filipe Laíns
- [issue44237] test_ssl randomly fails on macOS GH Action: test_get_server_certificate_sni() and test_get_server_certificate_timeout()
STINNER Victor
- [issue43216] Removal of @asyncio.coroutine in Python 3.11
Illia Volochii
- [issue42792] [MacOS] Can't open file in a separate (threading.Thread) thread
Erlend E. Aasland
- [issue44238] Unable to install Python 3.9.5 - Windows Server
Ricardo Daniel Fuentes
- [issue44239] Use platform defined data directories instead of ~/.python_history
oxalica
- [issue21251] Standard library trace module crashes with exception
Irit Katriel
- [issue27521] Misleading compress level header on files created with gzip
Irit Katriel
- [issue41147] Document that redirect_std{out, err} yield the new stream as the context variable
miss-islington
- [issue43988] Add test.support.assert_dissallow_instantiation
STINNER Victor
- [issue43879] Add native_thread_id to PyThreadState
STINNER Victor
- [issue44240] Incorrect behavior of LOAD_ATTR due to overflow in tp_version
Mark Shannon
- [issue44241] Sync importlib_metadata enhancements through 4.1.
Jason R. Coombs
- [issue1717] Get rid of more references to __cmp__
Nils Kattenbeck
- [issue39798] Update and Improve README.AIX
Ayush Parikh
- [issue12731] python lib re uses obsolete sense of \w in full violation of UTS#18 RL1.2a
Antoine Pitrou
- [issue44242] enum.IntFlag regression: missing values cause TypeError
Miro Hrončok
- [issue33693] test test_webbrowser failed
Jason R. Coombs
- [issue25024] Allow passing "delete=False" to TemporaryDirectory
Nils Kattenbeck
- [issue43843] libregrtest: mark a test as failed if a thread logs an unexpected exception
STINNER Victor
- [issue43774] [Doc] Document configure options in the Python documentation
STINNER Victor
- [issue43688] [C API] Support the limited C API in debug mode (Py_INCREF and Py_DECREF)
STINNER Victor
- [issue42161] Remove private _PyLong_Zero and _PyLong_One variables
STINNER Victor
- [issue36950] test.support: add an helper to wait for an event with a timeout
STINNER Victor
- [issue36940] Update Py_FrozenMain() for _PyCoreConfig (PEP 587)
STINNER Victor
- [issue36560] test_functools leaks randomly 1 memory block
STINNER Victor
- [issue35333] [C API] Rename private structs to use names closer to types
STINNER Victor
- [issue35197] graminit.h defines very generic names like 'stmt' or 'test'
STINNER Victor
- [issue43244] Move PyArena C API to the internal C API
STINNER Victor
- [issue35134] Add a new Include/cpython/ subdirectory for the "CPython API" with implementation details
STINNER Victor
- [issue30849] test_stress_delivery_dependent() of test_signal randomly fails on AMD64 Debian root 3.6/3.x
STINNER Victor
- [issue39996] test_multiprocessing_fork hangs on AMD64 FreeBSD Shared 3.x
STINNER Victor
- [issue39995] test_concurrent_futures: ProcessPoolSpawnExecutorDeadlockTest.test_crash() fails with OSError: [Errno 9] Bad file descriptor
STINNER Victor
- [issue40237] Test code coverage (C) job of Travis CI fails on test_distutils which creates _configtest.gcno file
STINNER Victor
- [issue41736] test_site: test_s_option() failed on AMD64 Windows8.1 Refleaks 3.7
STINNER Victor
- [issue43063] zipfile.Path / importlib.resources raises KeyError if a file wasn't found
Jason R. Coombs
- [issue41855] FastPath.zip_children can give duplicate results on Python 3.8
Jason R. Coombs
- [issue43413] tuple subclasses allow arbitrary kwargs
Jason R. Coombs
- [issue44243] tkinter button colors on Mac
Terry J. Reedy
- [issue36128] ResourceReader for FileLoader inconsistently handles path separators
Jason R. Coombs
- [issue41611] IDLE: problems with completions on Mac
Terry J. Reedy
- [issue44244] protected members accessible in other modules
Nihar Ranjan Roy
- [issue44245] Cross-compilation of CPython 3.8 with _socket module using Anddroid NDK fails
Ladislav Heller
- [issue43654] IDLE: Applying settings disables tab completion
Tal Einat
- [issue44246] 3.10 beta 1: breaking change in importlib.metadata entry points
Anthony Sottile
- [issue44247] bpo stacktrace linkifier does not understand 3.10+
Anthony Sottile
- [issue44248] copy.deepcopy calls objdect's __deepcopy__ with incorrect argument
Donald O'Donnell
- [issue44249] Readme typo fix
Ayush Parikh
- [issue44250] Link to ibera IRC goes to 404 page
Mark Winterbottom
- [issue44251] ctypes '_get_soname' fails silently on missing objdump
Guillaume Desforges
- [issue43988] Add test.support.check_disallow_instantiation()
STINNER Victor
- [issue44252] test_ssl: test_pha_required_nocert() crashs randomly with "Windows fatal exception: access violation" on Windows
STINNER Victor
- [issue12463] Calling SocketServer.shutdown() when server_forever() was not called will hang
Irit Katriel
- [issue44253] tkinter searches for tk.tcl in wrong directory
Adam Stewart
- [issue43964] ctypes CDLL search path issue on MacOS
Victor Lazzarini
- [issue44254] Change turtledemo button colors
Terry J. Reedy
- [issue21633] Argparse does not propagate HelpFormatter class to subparsers
Irit Katriel
- [issue31790] double free or corruption (while using smem)
Irit Katriel
- [issue26503] argparse with required field , not having new line separator in -help dispaly
Irit Katriel
- [issue44255] strptime and week numbers without week days
Jaap van der Velde
- [issue41217] Obsolete note for default asyncio event loop on Windows
edna
- [issue44256] _functools._lru_list_elem is exposed unintentionally.
Inada Naoki
- [issue44257] typo and verbous grammar in the grammar spec
ShinWonho
- [issue44258] Support PEP 515 for Fraction's initialization from string
Sergey B Kirpichev
- [issue32779] urljoining an empty query string doesn't clear query string
Irit Katriel
- [issue44259] lib2to3 does not accept "exec" as name
Mulugruntz
- [issue3702] test_urllib2.test_trivial fails when run from another Windows drive
Irit Katriel
- [issue32915] Running Python 2 with -3 flag doesn't complain about cmp/__cmp__
Irit Katriel
- [issue32082] atexit module: allow getting/setting list of handlers directly
Mark Dickinson
- [issue32596] Lazy import concurrent.futures.process and thread
Mark Dickinson
- [issue23833] email.header.Header folding modifies headers that include semi-colons
Irit Katriel
- [issue38575] Child process deadlock in subprocess.Popen
Irit Katriel
- [issue26952] argparse help formatter raises IndexError
Irit Katriel
- [issue12480] urllib2 doesn't use proxy (fieddler2), configed the proxy with ProxyHandler
Irit Katriel
- [issue32592] Drop support of Windows Vista and Windows 7
Ken Jin
- [issue44260] _Random.seed() is called twice
Serhiy Storchaka
- [issue44261] SocketType documentation misleading
Sebastian Rittau
- [issue44262] tarfile: some content different output
Vasco Gervasi
- [issue23443] XMLRPCLIB Exception uses str not class or instance
Irit Katriel
- [issue26740] tarfile: accessing (listing and extracting) tarball fails with UnicodeDecodeError
Irit Katriel
- [issue35296] Python
M.P. Jeeva
- [issue32983] UnicodeDecodeError 'ascii' codec can't decode byte in position - ordinal not in range(128)
Irit Katriel
- [issue16533] HPUX: Unable to fork() in thread
Irit Katriel
- [issue35427] logging UnicodeDecodeError from undecodable strftime output
Irit Katriel
- [issue35296] Install Include/internal/ header files
Mark Dickinson
- [issue25957] sockaddr_l2 lacks CID, address type (AF_BLUETOOTH sockets)
Irit Katriel
- [issue6338] Error message displayed on stderr when no C compiler is present with ctypes
Irit Katriel
- [issue24906] asyncore asynchat hanging on ssl
Irit Katriel
- [issue34908] netrc parsing is overly strict
Emmanuel Arias
- [issue42831] IDLE fix colours for MacOS dark mode
Tal Einat
- [issue30495] IDLE: modernize textview module
Tal Einat
- [issue43893] typing.get_type_hints does not accept type annotations with leading whitespaces
Guido van Rossum
- [issue21531] doc: asyncore does not support UDP
Irit Katriel
- [issue12210] test_smtplib: intermittent failures on FreeBSD
Irit Katriel
- [issue44263] Better explain the GC contract for PyType_FromSpecWithBases
Pablo Galindo Salgado
- [issue26444] Fix 2 typos on ElementTree docs
Pablo Galindo Salgado
- [issue41249] TypedDict inheritance doesn't work with get_type_hints and postponed evaluation of annotations across modules
Nils Kattenbeck
- [issue34219] distutils: build_ext -D wrongly assume defining a symbol with no value
Irit Katriel
- [issue42125] linecache cannot get source for the __main__ module with a custom loader
Filipe Laíns
- [issue40350] modulefinder chokes on numpy - dereferencing None in spec.loader
Filipe Laíns
- [issue39529] Deprecate get_event_loop()
Ben Darnell
- [issue44264] Add descriptive error message when environment variable not detected
David Gene
- [issue42085] Add dedicated slot for sending values
Martmists
- [issue44265] Create an MSI Package
Muhammad Hussein Ammari
- [issue43750] Undefined constant PACKET_MULTIHOST referred to in package socket
Joannah Nanjekye
- [issue21550] Add Python implementation of the tar utility
Filipe Laíns
- [issue44266] AttributeError: module 'sys' has no attribute 'original_stdout'
Chinmay Malvania
- [issue37179] asyncio loop.start_tls() provide support for TLS in TLS
Jordan Borean
- [issue44267] Wrong PEP 515 parsing in decimal module (both C and Python versions)
Sergey B Kirpichev
- [issue43855] test_ssl: test_msg_callback_deadlock_bpo43577() failed on macOS of GitHub Action
Erlend E. Aasland
- [issue44268] gettext: deprecate selecting plural form by fractional numbers (part 2)
Serhiy Storchaka
- [issue34852] Counter-intuitive behavior of Server.close() / wait_closed()
Aymeric Augustin
- [issue44269] smtplib AUTH command doesn't handle EAI arguments
John L
- [issue44270] shutil.which: does not find path/cmd.ext where ext is not given
Michael Hirsch, Ph.D.
- [issue44271] asyncio random
世界第一好吃
- [issue44271] asyncio random carsh with longtime run
世界第一好吃
- [issue11871] test_default_timeout() of test_threading.BarrierTests failure: BrokenBarrierError
STINNER Victor
- [issue44272] DeprecationWarning: The *random* parameter to shuffle() has been deprecated since Python 3.9 and will be removed in a subsequent version
Kshitish Kumar
- [issue42213] Get rid of cyclic GC hack in sqlite3.Connection and sqlite3.Cache
Erlend E. Aasland
- [issue44273] Assigning to Ellipsis should be the same as assigning to __debug__
Andre Roberge
- [issue44274] Installation problem for python-3.6.4rc1-macosx10.6.pkg-('python cannot be opened because of a problem') in my MacOS11.4
Abhishek Ramesh
- [issue44275] Is there a mojibake problem rendering interactive help in the REPL on Windows?
Jesse Silverman
- [issue15795] Zipfile.extractall does not preserve file permissions
Éric Araujo
- [issue17153] tarfile extract fails when Unicode in pathname
Zackery Spytz
Last message date:
Mon May 31 23:00:37 EDT 2021
Archived on: Mon May 31 23:00:55 EDT 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).