June 2020 Archives by author
Starting: Mon Jun 1 07:41:44 EDT 2020
Ending: Tue Jun 30 22:10:57 EDT 2020
Messages: 337
- [New-bugs-announce] [issue41166] CLASS ATTRIBUTES
ABELARDO
- [New-bugs-announce] [issue40865] Remove unused insint() macro in SHA512 module
Erlend Egeberg Aasland
- [New-bugs-announce] [issue40866] Use PyModule_AddType() in posix module initialisation
Erlend Egeberg Aasland
- [New-bugs-announce] [issue40867] Remove unused include in Module/_randommodule.c
Erlend Egeberg Aasland
- [New-bugs-announce] [issue40956] Use Argument Clinic in sqlite3
Erlend Egeberg Aasland
- [New-bugs-announce] [issue40959] Remove unused and unneeded function declaration from sqlite3 header files
Erlend Egeberg Aasland
- [New-bugs-announce] [issue40896] Missing links to Source Code in Documentation pages
Edison Abahurire
- [New-bugs-announce] [issue40935] Links to Python3 docs for some libs return 404
Edison Abahurire
- [New-bugs-announce] [issue41008] multiprocessing.Connection.poll raises BrokenPipeError on Windows
David Adam
- [New-bugs-announce] [issue40845] idna encoding fails for Cherokee symbols
Roman Akopov
- [New-bugs-announce] [issue40992] Wrong warning in asyncio debug mode
Alex Alex
- [New-bugs-announce] [issue41129] Python extension modules fail to build on Mac 10.15.1 (Catalina)
Andrew
- [New-bugs-announce] [issue41021] Ctype callback with Structures crashes on python 3.8 on windows.
Aravindhan
- [New-bugs-announce] [issue41160] Cross-compiling for GNU/Hurd fails
Marius Bakke
- [New-bugs-announce] [issue41133] Insufficient description of cyclic garbage collector for C API
Daniel Barkalow
- [New-bugs-announce] [issue40982] copytree example in shutil
Alberto Torres Barrán
- [New-bugs-announce] [issue41037] Add (optional) threadstate to: PyOS_InterruptOccurred()
Sebastian Berg
- [New-bugs-announce] [issue40909] unittest assertCountEqual doesn't filter on values in dict
Emil Bode
- [New-bugs-announce] [issue41087] Argparse int / float default
Bryan
- [New-bugs-announce] [issue40899] Ddcument exceptions raised by importlib.import
Johannes Buchner
- [New-bugs-announce] [issue41041] Multiprocesing Pool borken on macOS REPL
Matthias Bussonnier
- [New-bugs-announce] [issue40900] uuid module build fix on FreeBSD proposal
David CARLIER
- [New-bugs-announce] [issue41067] Haiku build fix - posix module
David CARLIER
- [New-bugs-announce] [issue41011] [venv] record which executable and command were used to create a virtual environment
Brett Cannon
- [New-bugs-announce] [issue40988] singledispatchmethod significantly slower than singledispatch
Federico Caselli
- [New-bugs-announce] [issue40923] Thread safety : disable intel’s compiler autopar where it’s being relevant.
Laël Cellier
- [New-bugs-announce] [issue40938] urllib.parse.urlunsplit makes relative path to absolute (http:g -> http:///g)
Open Close
- [New-bugs-announce] [issue40911] Unexpected behaviour for += assignment to list inside tuple
Adam Cmiel
- [New-bugs-announce] [issue40965] Segfault when importing unittest module
The Comet
- [New-bugs-announce] [issue40840] lzma.h file not found building on macOS
Jason R. Coombs
- [New-bugs-announce] [issue41108] IN module removed in python 3.x; socket doesn't fill in the gap with IP_PORTRANGE*
Enji Cooper
- [New-bugs-announce] [issue41046] unittest: make skipTest a classmethod
James Corbett
- [New-bugs-announce] [issue41047] argparse: misbehavior when combining positionals and choices
James Corbett
- [New-bugs-announce] [issue41164] allow python to build for macosx-11.0-arm64
Lawrence D'Anna
- [New-bugs-announce] [issue41178] Registry writes on Windows Store - workaround
DataGhost
- [New-bugs-announce] [issue40924] Recent importlib change breaks most recent certifi == 2020.4.5.2
Ned Deily
- [New-bugs-announce] [issue41116] build on macOS 11 (beta) does not find system-supplied third-party libraries
Ned Deily
- [New-bugs-announce] [issue40912] _PyOS_SigintEvent is never closed on Windows
Steve Dower
- [New-bugs-announce] [issue40913] time.sleep ignores errors on Windows
Steve Dower
- [New-bugs-announce] [issue41162] Clear audit hooks after destructors
Steve Dower
- [New-bugs-announce] [issue41172] test_peg_generator C tests fail on Windows ARM
Steve Dower
- [New-bugs-announce] [issue41173] Windows ARM buildbots cannot upload results
Steve Dower
- [New-bugs-announce] [issue40873] Something wrong with html.unescape()
Валентин Dreyk
- [New-bugs-announce] [issue40973] platform.platform() in Python 3.8 does not report detailed Linux platform information
Ben Du
- [New-bugs-announce] [issue40934] Default RLock does not work well for Manager Condition
Misko Dzamba
- [New-bugs-announce] [issue41057] Division error
Fenn Ehk
- [New-bugs-announce] [issue40864] spec_set/autospec/spec seems to not be reading attributes defined in class body
Evan Fagerberg
- [New-bugs-announce] [issue41086] Exception for uninstantiated interpolation (configparser)
Brian Faherty
- [New-bugs-announce] [issue40932] subprocess docs don't qualify the instruction to use shlex.quote by OS
Stephen Farris
- [New-bugs-announce] [issue41141] remove unneeded handling of '.' and '..' from patlib.Path.iterdir()
Sergey Fedoseev
- [New-bugs-announce] [issue41174] asyncio.coroutine decorator returns a non-generator function when using PYTHONASYNCIODEBUG
Allan Feldman
- [New-bugs-announce] [issue41092] Report actual size from 'os.path.getsize'
Stephen Finucane
- [New-bugs-announce] [issue40895] weakref documentation contains cautions about dictionary mutation problems that have been solved in the implementation
Daniel Fortunov
- [New-bugs-announce] [issue40844] Alternate ways of running coroutines
Matthew Francis
- [New-bugs-announce] [issue41114] "TypeError: unhashable type" could often be more clear
Samuel Freilich
- [New-bugs-announce] [issue40930] zoneinfo gives incorrect dst() in Pacific/Rarotonga between 1978 and 1991
Paul Ganssle
- [New-bugs-announce] [issue40931] zoneinfo gives incorrect dst() in Europe/Madrid in 1938
Paul Ganssle
- [New-bugs-announce] [issue40933] zoneinfo may give incorrect dst() in Europe/Minsk in 1942
Paul Ganssle
- [New-bugs-announce] [issue41025] C implementation of ZoneInfo cannot be subclassed
Paul Ganssle
- [New-bugs-announce] [issue41145] EmailMessage.as_string is altering the message state and actually fix bugs
Guillaume Gauvrit
- [New-bugs-announce] [issue41122] functools.singledispatchfunction has confusing error message if no position arguments are passed in
Mark Grandi
- [New-bugs-announce] [issue41107] Running a generator in a map-like manner
Natsumi H.
- [New-bugs-announce] [issue41134] distutils.dir_util.copy_tree FileExistsError when updating symlinks
Tom Hale
- [New-bugs-announce] [issue41177] ConvertingList and ConvertingTuple lack iterators and ConvertingDict lacks items()
Brett Hannigan
- [New-bugs-announce] [issue41030] Provide toList() method on iterators (`list()` is a flow killer in REPL)
Julien Edmond René Harbulot
- [New-bugs-announce] [issue40884] Added defaults parameter for logging.Formatter
Bar Harel
- [New-bugs-announce] [issue40886] Add PYTHONLOGGING environment variable and -L cmdline argument
Bar Harel
- [New-bugs-announce] [issue41128] Signal handlers should not hang during blocked main thread
Josef Havránek
- [New-bugs-announce] [issue40952] GCC overflow warnings (format-overflow, stringop-overflow)
Christian Heimes
- [New-bugs-announce] [issue40953] _PyWideStringList_Copy breaks asan builds
Christian Heimes
- [New-bugs-announce] [issue40955] subprocess_fork_exec leaks memory
Christian Heimes
- [New-bugs-announce] [issue40957] _Py_fopen_obj leaks reference on audit error
Christian Heimes
- [New-bugs-announce] [issue40958] ASAN/UBSAN: heap-buffer-overflow in pegen.c
Christian Heimes
- [New-bugs-announce] [issue40964] Connection to IMAP server cyrus.andrew.cmu.edu hangs
Christian Heimes
- [New-bugs-announce] [issue40998] Compiler warnings in ubsan builds
Christian Heimes
- [New-bugs-announce] [issue40999] implicit-int-float-conversion warnings in time and math code
Christian Heimes
- [New-bugs-announce] [issue41001] Provide wrapper for eventfd
Christian Heimes
- [New-bugs-announce] [issue41009] @support.requires_*_version broken for classes
Christian Heimes
- [New-bugs-announce] [issue41061] Incorrect expressions / assert with side effect in hashtable
Christian Heimes
- [New-bugs-announce] [issue41161] libmpdec-2.5.0 update is missing news entry
Christian Heimes
- [New-bugs-announce] [issue40971] Documentation still mentions 'u' string formatting option
Gordon P. Hemsley
- [New-bugs-announce] [issue40856] IDLE line numbering should be light gray
Raymond Hettinger
- [New-bugs-announce] [issue40889] Symmetric difference on dict_views is inefficient
Raymond Hettinger
- [New-bugs-announce] [issue40890] Dict views should be introspectable
Raymond Hettinger
- [New-bugs-announce] [issue41131] Augment random.choices() with the alias method
Raymond Hettinger
- [New-bugs-announce] [issue41082] Error handling and documentation of Path.home()
Tim Hoffmann
- [New-bugs-announce] [issue40962] Add documentation for asyncio._set_running_loop()
Eugene Huang
- [New-bugs-announce] [issue41155] Tkinter -postoffset not working for TCombobox
Svetoslav Inkolov
- [New-bugs-announce] [issue41042] import searches for package even after file was found successfully
Michael J.
- [New-bugs-announce] [issue41064] IDLE highlights wrong place when code has syntax error of ** unpacking dict in f-string
JNCressey
- [New-bugs-announce] [issue40868] io.TextIOBase.buffer is not necessarily a buffer
Manuel Jacob
- [New-bugs-announce] [issue40983] Can’t configure encoding used by urllib.request.url2pathname()
Manuel Jacob
- [New-bugs-announce] [issue40996] urllib should fsdecode percent-encoded parts of file URIs on Unix
Manuel Jacob
- [New-bugs-announce] [issue41012] Some code comments refer to removed initfsencoding()
Manuel Jacob
- [New-bugs-announce] [issue41051] Flush file after warning is written
Manuel Jacob
- [New-bugs-announce] [issue41091] Remove recommendation in curses module documentation to initialize LC_ALL and encode strings
Manuel Jacob
- [New-bugs-announce] [issue40942] BaseManager cannot start with local manager
Mike Jarvis
- [New-bugs-announce] [issue41154] test_pkgutil:test_name_resolution fails on master
Rahul Jha
- [New-bugs-announce] [issue40975] contextlib.AsyncExitStack enter_async_context and aclose should be labeled as coroutine methods
Naglis Jonaitis
- [New-bugs-announce] [issue40906] Unable to import module due to python unable to resolve dependecies
Saba Kauser
- [New-bugs-announce] [issue41005] Permission denied: 'xdg-settings' when executing 'jupyter notebook' from command line
SBC King
- [New-bugs-announce] [issue40838] inspect.getsourcefile documentation doesn't mention it can return None
Pekka Klärck
- [New-bugs-announce] [issue40850] Programming FAQ - variables local to the lambdas
Rainald Koch
- [New-bugs-announce] [issue40874] Update to libmpdec-2.5.0
Stefan Krah
- [New-bugs-announce] [issue40877] Code coverage is blocking a merge again
Stefan Krah
- [New-bugs-announce] [issue40878] Use c99 on the aixtools bot
Stefan Krah
- [New-bugs-announce] [issue40880] Invalid read in pegen.c
Stefan Krah
- [New-bugs-announce] [issue40881] --with-valgrind broken
Stefan Krah
- [New-bugs-announce] [issue40883] parse_string.c: free "str"
Stefan Krah
- [New-bugs-announce] [issue40887] Leaks in new free lists
Stefan Krah
- [New-bugs-announce] [issue40871] threading.Event.wait_unset()
Jacob Kunnappally
- [New-bugs-announce] [issue40917] pickling exceptions with mandatory keyword args will traceback
Toshio Kuratomi
- [New-bugs-announce] [issue41163] test_weakref hangs
Peter Kuťák
- [New-bugs-announce] [issue40842] _Pickler_CommitFrame() always returns 0 but it's return code is checked
Rémi Lapeyre
- [New-bugs-announce] [issue40862] argparse.BooleanOptionalAction accept and silently its the const argument
Rémi Lapeyre
- [New-bugs-announce] [issue40872] multiprocess.Lock is missing the locked() method
Rémi Lapeyre
- [New-bugs-announce] [issue40927] ./python -m test test___all__ test_binhex fails
Rémi Lapeyre
- [New-bugs-announce] [issue40928] test_decimal.CWhitebox.test_maxcontext_exact_arith() shows "malloc: can't allocate region" on MacOS
Rémi Lapeyre
- [New-bugs-announce] [issue40936] Remove deprecated functions from gettext
Rémi Lapeyre
- [New-bugs-announce] [issue40937] Remove deprecated functions marked for removal in 3.10
Rémi Lapeyre
- [New-bugs-announce] [issue40967] asyncio.Task.all_tasks() and asyncio.Task.current_task() must be removed in 3.9
Rémi Lapeyre
- [New-bugs-announce] [issue40990] Make http.server support SSL
Rémi Lapeyre
- [New-bugs-announce] [issue40995] reprlib.Repr.__init__ should accept arguments
Rémi Lapeyre
- [New-bugs-announce] [issue41170] Use strnlen instead of strlen when the size i known.
Niclas Larsson
- [New-bugs-announce] [issue41026] mailbox does not support new Path object
Laurence
- [New-bugs-announce] [issue41147] Document that redirect_std{out, err} yield the new stream as the context variable
Peter Law
- [New-bugs-announce] [issue40945] TKinter.Tk.geometry(Tk.winfo_geometry()) should be idempotent
Ben Li-Sauerwine
- [New-bugs-announce] [issue40859] Update Windows build to use xz-5.2.5
Ma Lin
- [New-bugs-announce] [issue41102] ZipFile.namelist() does not match the actual files in .zip file
Xiaolong Liu
- [New-bugs-announce] [issue40986] Async generators are not garbage collected
Vytautas Liuolia
- [New-bugs-announce] [issue40860] Exception in multiprocessing/context.py under load
Arkady M
- [New-bugs-announce] [issue40972] Add a recurse flag to Path.rmdir()
Charles Machalow
- [New-bugs-announce] [issue40846] Misleading line in documentation
J Arun Mani
- [New-bugs-announce] [issue40854] [Patch] Allow overriding sys.platlibdir
Sandro Mani
- [New-bugs-announce] [issue40947] Replace PLATLIBDIR macro with config->platlibdir
Sandro Mani
- [New-bugs-announce] [issue41105] Add some extra content check for some who has been deprecated by glibc
Manjusaka
- [New-bugs-announce] [issue40960] Fix the example in hashlib documentarion
Marcelo
- [New-bugs-announce] [issue41032] locale.setlocale example incorrect
MarcoBakera
- [New-bugs-announce] [issue40961] os.putenv should be documented as not affecting os.getenv's return value
Daniel Martin
- [New-bugs-announce] [issue40855] statistics.stdev ignore xbar argument
Matti
- [New-bugs-announce] [issue40968] urllib is unable to deal with TURN server infront
Paul Menzel
- [New-bugs-announce] [issue41002] HTTPResponse.read with amt is slow
Bruce Merry
- [New-bugs-announce] [issue40879] Strange regex cycle
Matt Miller
- [New-bugs-announce] [issue40951] csv skipinitialspace no longer working
Rudolfo Munguia
- [New-bugs-announce] [issue40841] Implement mimetypes.sniff
Dong-hee Na
- [New-bugs-announce] [issue40950] PEP 3121 applied to nis module
Dong-hee Na
- [New-bugs-announce] [issue41052] Opt out serialization/deserialization for heap type
Dong-hee Na
- [New-bugs-announce] [issue40863] bytes.decode changes/destroys line endings on windows
Matthias Naegler
- [New-bugs-announce] [issue41098] Deprecating PyUnicodeEncodeError_Create
Inada Naoki
- [New-bugs-announce] [issue41099] Deprecating PyUnicodeTranslateError_Create
Inada Naoki
- [New-bugs-announce] [issue41103] Removing old buffer support
Inada Naoki
- [New-bugs-announce] [issue41123] Remove Py_UNICODE APIs except PEP 623
Inada Naoki
- [New-bugs-announce] [issue41156] Remove Task.all_tasks and Task.current_task
Inada Naoki
- [New-bugs-announce] [issue41165] [Python 3.10] Remove APIs deprecated since Python 3.3
Inada Naoki
- [New-bugs-announce] [issue41167] Add new formats to PyArg_ParseTuple for "str or None"
Inada Naoki
- [New-bugs-announce] [issue40861] On Windows, liblzma is always built without optimization
Nikita Nemkin
- [New-bugs-announce] [issue41038] VersionInfo string is corrupted when building on Windows with DBCS or UTF-8 locale
Nikita Nemkin
- [New-bugs-announce] [issue41039] Simplify python3.dll build
Nikita Nemkin
- [New-bugs-announce] [issue41054] Simplify resource compilation on Windows
Nikita Nemkin
- [New-bugs-announce] [issue41070] Simplify pyshellext.dll build
Nikita Nemkin
- [New-bugs-announce] [issue41089] Filters and other issues in Visual Studio projects
Nikita Nemkin
- [New-bugs-announce] [issue40985] PEG Parser: SyntaxError text empty when last line has a LINECONT
Lysandros Nikolaou
- [New-bugs-announce] [issue41076] Pre-feed the parser with the f-string location
Lysandros Nikolaou
- [New-bugs-announce] [issue41084] Signify that a SyntaxError comes from an fstring in the error message
Lysandros Nikolaou
- [New-bugs-announce] [issue41119] Wrong error message for list/tuple followed by a colon
Lysandros Nikolaou
- [New-bugs-announce] [issue41132] F-String parser uses raw allocator
Lysandros Nikolaou
- [New-bugs-announce] [issue41159] Nested async dict comprehension fails with SyntaxError
Hrvoje Nikšić
- [New-bugs-announce] [issue41125] Display exit-codes for abruptly terminated processes in concurrent.futures
Laurie Opperman
- [New-bugs-announce] [issue40916] Proposed tweak to allow for per-task async generator semantics
Joshua Oreman
- [New-bugs-announce] [issue40977] asyncio.trsock.TransportSocket says some APIs will be prohibited in 3.9
Ronald Oussoren
- [New-bugs-announce] [issue41090] Support for "Apple Silicon"
Ronald Oussoren
- [New-bugs-announce] [issue41100] Build failure on macOS 11 (beta)
Ronald Oussoren
- [New-bugs-announce] [issue41101] Support "arm64" in Mac/Tools/pythonw
Ronald Oussoren
- [New-bugs-announce] [issue40893] tkinter integrate TkDND support
E. Paine
- [New-bugs-announce] [issue41000] IDLE only allow single instance
E. Paine
- [New-bugs-announce] [issue41144] IDLE: raises ImportError when opening special modules
E. Paine
- [New-bugs-announce] [issue41028] Move docs.python.org language and version switcher out of cpython
Julien Palard
- [New-bugs-announce] [issue40997] python 3.8.2: datetime.datetime(1969, 1, 1).timestamp() yields OSError
Eddie Parker
- [New-bugs-announce] [issue41062] Advanced Debugger Support C-API is useless without HEAD_LOCK()/HEAD_UNLOCK()
Andrei Pashkin
- [New-bugs-announce] [issue41023] smtplib does not handle Unicode characters
Jay Patel
- [New-bugs-announce] [issue41157] email.message_from_string() is unable to find the headers for the .msg files
Jay Patel
- [New-bugs-announce] [issue40885] Cannot pipe GzipFile into subprocess
Nehal Patel
- [New-bugs-announce] [issue40994] Very confusing documenation for abc.Collections
Sydney Pemberton
- [New-bugs-announce] [issue41118] datetime object does not preserve POSIX timestamp
Grant Petty
- [New-bugs-announce] [issue41085] Array regression test fails
William Pickard
- [New-bugs-announce] [issue41117] [easy C] GC: Use local variable 'op' when invoking 'traverse' in 'subtract_refs'
William Pickard
- [New-bugs-announce] [issue41153] [easy Doc] "PyPreConfig_InitIsolatedConfig" and "PyPreConfig_InitPythonConfig" are given opposite documentation.
William Pickard
- [New-bugs-announce] [issue41171] Create companion methods of "PyType_FromSpec*" to allow setting metaclass.
William Pickard
- [New-bugs-announce] [issue41115] Codecs should raise precise UnicodeDecodeError or UnicodeEncodeError
Antoine Pitrou
- [New-bugs-announce] [issue41050] class multiprocessing.Value calls set_start_method
Kernel Plevitsky
- [New-bugs-announce] [issue41109] subclasses of pathlib.PurePosixPath never call __init__ or __new__
Étienne Pot
- [New-bugs-announce] [issue41079] _PyAsyncGenWrappedValue_Type is never Readied
Tomasz Pytel
- [New-bugs-announce] [issue40875] Implement __repr__ for classes in csv module
Ram Rachum
- [New-bugs-announce] [issue40876] Clarify error message in csv module
Ram Rachum
- [New-bugs-announce] [issue40976] Clarify motivation for `chain.from_iterable`
Ram Rachum
- [New-bugs-announce] [issue41065] Use zip-strict in zoneinfo
Ram Rachum
- [New-bugs-announce] [issue41127] Executing code in thread or process pools: run_in_executor example
Austin Raney
- [New-bugs-announce] [issue41179] find_library on macOS Big Sur
Sumanth Ratna
- [New-bugs-announce] [issue40892] IDLE: use rlcompleter suffixed for completions
Terry J. Reedy
- [New-bugs-announce] [issue40905] IDLE relabel Save on close
Terry J. Reedy
- [New-bugs-announce] [issue40948] Better identify Windows installer as installer only, not runner
Terry J. Reedy
- [New-bugs-announce] [issue41152] IDLE: revise setting of iomenu.encoding and .errors
Terry J. Reedy
- [New-bugs-announce] [issue40857] tempfile.TemporaryDirectory() context manager can fail to propagate exceptions generated within its context
Tim Reid
- [New-bugs-announce] [issue41135] Suggested change to http.server.HTTPServer to prevent socket reuse in Windows
Michael Rich
- [New-bugs-announce] [issue40914] tarfile creates output that appears to omit files
Michael Richardson
- [New-bugs-announce] [issue41097] confusing BufferError: Existing exports of data: object cannot be re-sized
Armin Rigo
- [New-bugs-announce] [issue41053] open() fails to read app exec links
Kagami Sascha Rosylight
- [New-bugs-announce] [issue40974] possible optimization: SHRINK_STACK(n)
SHRINK_STACK
- [New-bugs-announce] [issue40902] Speed up PEG parser by using operator precedence for binary operators
Pablo Galindo Salgado
- [New-bugs-announce] [issue40939] Remove the old parser
Pablo Galindo Salgado
- [New-bugs-announce] [issue41124] String with encode causing addition of 'b' in the beginning
Srinivas Sampath
- [New-bugs-announce] [issue40944] email.message.EmailMessage address parser fails to handle 'example@'
Ivan Savin
- [New-bugs-announce] [issue41169] socket.inet_pton raised when pass an IPv6 address like "[::]" to it
Wator Sead
- [New-bugs-announce] [issue40925] Remove redundant macros used for stack manipulation in interpreter
Mark Shannon
- [New-bugs-announce] [issue40941] Merge generator.gi_running and frame executing flag into single frame state
Mark Shannon
- [New-bugs-announce] [issue41168] Lack of proper checking in PyObject_SetAttr leads to segmentation fault
Iman Sharafodin
- [New-bugs-announce] [issue41176] revise Tkinter mainloop dispatching flag behavior
Richard Sheridan
- [New-bugs-announce] [issue41083] plistlib can't decode date from year 0
Michael Shields
- [New-bugs-announce] [issue41031] Inconsistency in C and python traceback printers
Michael Simacek
- [New-bugs-announce] [issue41045] f-string's "debug" feature is undocumented
Eric V. Smith
- [New-bugs-announce] [issue41056] minor NULL pointer and sign issues reported by Coverity
Gregory P. Smith
- [New-bugs-announce] [issue41059] Large number of Coverity reports for parser.c
Gregory P. Smith
- [New-bugs-announce] [issue41151] Support for new Windows pseudoterminals in the subprocess module
Nathaniel Smith
- [New-bugs-announce] [issue40969] Python 3.8.3 And Now For Something CompletelyDifferent
Keith Spitz
- [New-bugs-announce] [issue40903] Segfault in new PEG parser
Steve Stagg
- [New-bugs-announce] [issue40904] Segfault from new PEG parser handling yield withing f-strings
Steve Stagg
- [New-bugs-announce] [issue41060] `with a as b` segfault in new peg parser
Steve Stagg
- [New-bugs-announce] [issue41096] Need command to exit PDB interactive shell
Kerrick Staley
- [New-bugs-announce] [issue40901] It's not clear what "interface name" means in socket if_nameindex/if_nametoindex/if_indextoname on Windows
Jakub Stasiak
- [New-bugs-announce] [issue41081] Exclude __pycache__ directories from backups using CACHEDIR.TAG
Jakub Stasiak
- [New-bugs-announce] [issue40991] Can't open more than on .py file with IDLE
Brendan Steffens
- [New-bugs-announce] [issue41040] Fix test_modulefinder
Serhiy Storchaka
- [New-bugs-announce] [issue41043] Escape the literal part of the path for glob()
Serhiy Storchaka
- [New-bugs-announce] [issue41048] read_mime_types() should read the rule file using UTF-8, not the locale encoding
Serhiy Storchaka
- [New-bugs-announce] [issue41055] Remove outdated tests for tp_print
Serhiy Storchaka
- [New-bugs-announce] [issue41058] pdb reads source files using the locale encoding
Serhiy Storchaka
- [New-bugs-announce] [issue41063] Avoid using the locale encoding for open() in tests
Serhiy Storchaka
- [New-bugs-announce] [issue41068] zipfile: read after write fails for non-ascii files
Serhiy Storchaka
- [New-bugs-announce] [issue41069] Use non-ascii file names in tests by default
Serhiy Storchaka
- [New-bugs-announce] [issue41074] msilib does not work correctly with non-ASCII names
Serhiy Storchaka
- [New-bugs-announce] [issue41094] Audit does not work with non-ASCII data on non-UTF-8 locale
Serhiy Storchaka
- [New-bugs-announce] [issue41112] test_peg_generator fails on non-UTF-8 locale
Serhiy Storchaka
- [New-bugs-announce] [issue41113] test_warnings fails on non-Western locales
Serhiy Storchaka
- [New-bugs-announce] [issue41136] argparse uses default encoding when read arguments from file
Serhiy Storchaka
- [New-bugs-announce] [issue41137] pdb uses the locale encoding for .pdbrc
Serhiy Storchaka
- [New-bugs-announce] [issue41138] trace CLI reads source files using the locale encoding
Serhiy Storchaka
- [New-bugs-announce] [issue41139] cgi uses the locale encoding for log files
Serhiy Storchaka
- [New-bugs-announce] [issue41140] cgitb uses the locale encoding for log files
Serhiy Storchaka
- [New-bugs-announce] [issue41142] msilib.CAB doesnot support non-ASCII files
Serhiy Storchaka
- [New-bugs-announce] [issue41143] distutils uses the locale encoding for the .pypirc file
Serhiy Storchaka
- [New-bugs-announce] [issue41146] Convert signal.default_int_handler() to Argument Clinic
Serhiy Storchaka
- [New-bugs-announce] [issue41148] IDLE uses the locale encoding for config files
Serhiy Storchaka
- [New-bugs-announce] [issue41150] pipes uses text files and the locale encodig
Serhiy Storchaka
- [New-bugs-announce] [issue41158] IDLE: rewrite the code for handling file encoding
Serhiy Storchaka
- [New-bugs-announce] [issue41175] Static analysis issues reported by GCC 10
Charalampos Stratakis
- [New-bugs-announce] [issue41149] Threads can fail to start
Barney Stratford
- [New-bugs-announce] [issue40858] ntpath.realpath fails for broken symlinks with rooted target paths
Eryk Sun
- [New-bugs-announce] [issue40882] memory leak in multiprocessing.shared_memory.SharedMemory in Windows
Eryk Sun
- [New-bugs-announce] [issue40915] muultiple problems with mmap.resize() in Windows
Eryk Sun
- [New-bugs-announce] [issue40946] SuppressCrashReport should set SEM_FAILCRITICALERRORS in Windows
Eryk Sun
- [New-bugs-announce] [issue41120] Possible performance improvement for itertools.product example on Python Docs
Abbas Taher
- [New-bugs-announce] [issue40870] Custom AST can crash Python (debug build)
Batuhan Taskaya
- [New-bugs-announce] [issue40926] command line interface of symtable module is broken
Batuhan Taskaya
- [New-bugs-announce] [issue41022] AST sum types is unidentifiable after ast.Constant became a base class
Batuhan Taskaya
- [New-bugs-announce] [issue41044] Pegen: double trailing comma on optional+sequence rules at python generator
Batuhan Taskaya
- [New-bugs-announce] [issue41088] Extend the AST Validator to validate all identifiers
Batuhan Taskaya
- [New-bugs-announce] [issue41093] BaseServer's server_forever() shutdown immediately when calling shutdown()
Tony
- [New-bugs-announce] [issue41014] sqlite3_trace deprecated
Sree Vaddi
- [New-bugs-announce] [issue41015] warning: 'sqlite3_enable_shared_cache' is deprecated
Sree Vaddi
- [New-bugs-announce] [issue41016] warning: 'Tk_GetNumMainWindows' is deprecated
Sree Vaddi
- [New-bugs-announce] [issue41017] warning: 'Tk_Init' is deprecated: first deprecated
Sree Vaddi
- [New-bugs-announce] [issue41018] warning: 'Tk_MainWindow' is deprecated: first deprecated
Sree Vaddi
- [New-bugs-announce] [issue41019] The necessary bits to build these optional modules were not found:
Sree Vaddi
- [New-bugs-announce] [issue41020] Could not build the ssl module!
Sree Vaddi
- [New-bugs-announce] [issue40839] Disallow calling PyDict_GetItem() with the GIL released
STINNER Victor
- [New-bugs-announce] [issue40910] Py_GetArgcArgv() is no longer exported by the C API
STINNER Victor
- [New-bugs-announce] [issue40943] Drop support for PyArg_ParseTuple() format when PY_SSIZE_T_CLEAN is not defined
STINNER Victor
- [New-bugs-announce] [issue40949] test_socket: threading_cleanup() failed to cleanup 0 threads (count: 0, dangling: 5)
STINNER Victor
- [New-bugs-announce] [issue40987] Add tests to test_interpreters to import C extension modules converted to PEP 489 multiphase initialization
STINNER Victor
- [New-bugs-announce] [issue40989] [C API] Remove _Py_NewReference() and _Py_ForgetReference() from the public C API
STINNER Victor
- [New-bugs-announce] [issue40993] Don't run Python and C coverage jobs of Travis CI on pull requests
STINNER Victor
- [New-bugs-announce] [issue41003] test_copyreg: importing numpy changes warnings filters
STINNER Victor
- [New-bugs-announce] [issue41006] Reduce number of modules imported by runpy
STINNER Victor
- [New-bugs-announce] [issue41007] test_importlib logs ResourceWarning: test_path.CommonTests.test_importing_module_as_side_effect()
STINNER Victor
- [New-bugs-announce] [issue41013] test_os.test_memfd_create() fails on AMD64 FreeBSD Shared 3.x
STINNER Victor
- [New-bugs-announce] [issue41034] test_builtin: PtyTests fail when run twice
STINNER Victor
- [New-bugs-announce] [issue41036] Visit the type of instance of heap types if tp_traverse is not implemented
STINNER Victor
- [New-bugs-announce] [issue41073] [C API] PyType_GetSlot() should accept static types
STINNER Victor
- [New-bugs-announce] [issue41078] [C API] Convert PyTuple_GET_ITEM() macro to a static inline function
STINNER Victor
- [New-bugs-announce] [issue41095] inspect.signature() doesn't parse __text_signature__ containing a newline character
STINNER Victor
- [New-bugs-announce] [issue41111] Convert a few stdlib extensions to the limited C API
STINNER Victor
- [New-bugs-announce] [issue41029] parallel sftp from local to remote file creates empty directory in home path
Suganya Vijayaraghavan
- [New-bugs-announce] [issue40894] asyncio.gather() cancelled() always False
Timm Wagener
- [New-bugs-announce] [issue41106] os.scandir() Windows bug dir_entry.stat() not works on file during writing.
Cezary Wagner
- [New-bugs-announce] [issue40980] group names of bytes regexes are strings
Quentin Wenger
- [New-bugs-announce] [issue40984] re.compile's repr truncates patterns at 199 characters
Quentin Wenger
- [New-bugs-announce] [issue41080] re.sub treats * incorrectly?
Ryan Westlund
- [New-bugs-announce] [issue41110] 2to3 reports some files as both not changing and having been modified
Ashley Whetter
- [New-bugs-announce] [issue40847] New parser considers empty line following a backslash to be a syntax error, old parser didn't
Adam Williamson
- [New-bugs-announce] [issue40848] compile() can compile a bare starred expression with `PyCF_ONLY_AST` flag with the old parser, but not the new one
Adam Williamson
- [New-bugs-announce] [issue40897] Inheriting from Generic causes inspect.signature to always return (*args, **kwargs) for constructor (and all subclasses)
Edward Yang
- [New-bugs-announce] [issue40970] Error in Python Datamodel Documentation
Christopher Yeh
- [New-bugs-announce] [issue40869] errno missing descriptions
YoSTEALTH
- [New-bugs-announce] [issue40851] subprocess.Popen: impossible to show console window when shell=True
akdor1154
- [New-bugs-announce] [issue40908] datetime strftime with %Y and 2 digit years
laurent chriqui
- [New-bugs-announce] [issue40929] Multiprocessing. Instance of the custom class is missing in subprocesses
cyberlis
- [New-bugs-announce] [issue40963] distutils make_zipfile uses random order
ghost43
- [New-bugs-announce] [issue41033] readline.c: SEGFAULT on SIGWINCH when loaded twice
daniel hahler
- [New-bugs-announce] [issue40849] Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag
l0x
- [New-bugs-announce] [issue40852] Dictionary created with dict.fromkeys have issues (all explained in the file)
hung son luong
- [New-bugs-announce] [issue41027] get_version() fails to return gcc version for gcc-7
mbarbera
- [New-bugs-announce] [issue40843] tarfile: ignore_zeros = True exceedingly slow on a sparse tar file
mxmlnkn
- [New-bugs-announce] [issue41130] Improve/fix FreeBSD Bluetooth socket support
myfreeweb
- [New-bugs-announce] [issue40907] cpython/queue.py: put() does not acquire not_empty lock before notifying on it
r n
- [New-bugs-announce] [issue40978] Document that typing.SupportsXXX protocols are runtime checkable
ramalho
- [New-bugs-announce] [issue40979] typing module docs: keep text, add subsections
ramalho
- [New-bugs-announce] [issue40891] Use pep573 in functools
hai shi
- [New-bugs-announce] [issue40898] Remove redundant if statements in tp_traverse
hai shi
- [New-bugs-announce] [issue40966] Remove redundant var in PyErr_NewException
hai shi
- [New-bugs-announce] [issue41104] IMAPlib debug errors
skorpeo
- [New-bugs-announce] [issue41035] zipfile.Path does not work properly with zip archives where paths start with /
sorrow
- [New-bugs-announce] [issue40981] increment is wrong in 3.7
mike stern
- [New-bugs-announce] [issue41071] from an int to a float , why
mike stern
- [New-bugs-announce] [issue41049] PyObject_RichCompareBool(nan, nan, eq) can be True
tamuhey
- [New-bugs-announce] [issue40940] How to update pip permanently for new venv?
tillus
- [New-bugs-announce] [issue41010] email.message.EmailMessage.get_body
patrick totzke
- [New-bugs-announce] [issue41024] doc: Explicitly mention use of 'enum.Enum' as a valid container for 'choices' argument of 'argparse.ArgumentParser.add_argument'
vincent-ferotin
- [New-bugs-announce] [issue41004] Hash collisions in IPv4Interface and IPv6Interface
martin w
- [New-bugs-announce] [issue41075] Add support of navigating through prev. commands in IDLE
wyz23x2
- [New-bugs-announce] [issue41121] Path sep. in IDLE on Windows changes
wyz23x2
- [New-bugs-announce] [issue41072] Python
xcl
- [New-bugs-announce] [issue40853] "set() in set()" should raise TypeError: unhashable type: 'set'
yesheng
- [New-bugs-announce] [issue40888] Add close method to queue
Андрей Казанцев
- [New-bugs-announce] [issue41066] Update documentation for Pathlib
Srinivas Reddy Thatiparthy(శ్రీనివాస్ రెడ్డి తాటిపర్తి)
- [New-bugs-announce] [issue41077] Make Cookiejar a bit more pythonic
Srinivas Reddy Thatiparthy(శ్రీనివాస్ రెడ్డి తాటిపర్తి)
- [New-bugs-announce] [issue41126] Running test suite gives me - python.exe(14198, 0x114352dc0) malloc: can't allocate region
Srinivas Reddy Thatiparthy(శ్రీనివాస్ రెడ్డి తాటిపర్తి)
- [New-bugs-announce] [issue40954] freeze.py aborts on macOS
小本健司
Last message date:
Tue Jun 30 22:10:57 EDT 2020
Archived on: Tue Jun 30 22:11:21 EDT 2020
This archive was generated by
Pipermail 0.09 (Mailman edition).