August 2019 Archives by subject
Starting: Thu Aug 1 05:25:01 EDT 2019
Ending: Sat Aug 31 19:39:17 EDT 2019
Messages: 261
- [New-bugs-announce] [issue37736] asyncio.wait_for is still confusing
David Lewis
- [New-bugs-announce] [issue37737] mmap module track anonymous page on macOS
David CARLIER
- [New-bugs-announce] [issue37738] curses.addch('a', curses.color_pair(1)) ignores the color information
Marius Gedminas
- [New-bugs-announce] [issue37739] list(filter) returns [] ???
Su Zhu
- [New-bugs-announce] [issue37740] Python 3.7 sh hangs when using in threads, forking and logging
mzbuild
- [New-bugs-announce] [issue37741] importlib.metadata docs not showing up in the module index
Brett Cannon
- [New-bugs-announce] [issue37742] logging.getLogger accepts name='root' leading to confusion
Damian Yurzola
- [New-bugs-announce] [issue37743] How should contextmanager/ContextDecorator work with generators?
Antony Lee
- [New-bugs-announce] [issue37744] thread native id support for GNU/Hurd
Samuel Thibault
- [New-bugs-announce] [issue37745] 3.8b3 - windows install gui/ inconsistent options
Christopher Brousseau
- [New-bugs-announce] [issue37746] Provide Windows predefined access type constants
Steve Dower
- [New-bugs-announce] [issue37747] _markupbase.py fails with TypeError on invalid keyword in marked section
bp256r1
- [New-bugs-announce] [issue37748] IDLE: Re-order run menu
Terry J. Reedy
- [New-bugs-announce] [issue37749] ipaddress - is_global method all multicast addresses and networks return true
Brandon James
- [New-bugs-announce] [issue37750] PyBuffer_FromContiguous not documented
hai shi
- [New-bugs-announce] [issue37751] In codecs, function 'normalizestring' should convert both spaces and hyphens to underscores.
Jordon.X
- [New-bugs-announce] [issue37752] Redundant Py_CHARMASK called in normalizestring(codecs.c)
Jordon.X
- [New-bugs-announce] [issue37753] 2to3 not handing "<="
Xinmeng Xia
- [New-bugs-announce] [issue37754] alter size of segment using multiprocessing.shared_memory
Vinay Sharma
- [New-bugs-announce] [issue37755] pydoc topics, keywords and symbols always use pager instead of output
Enrico Tröger
- [New-bugs-announce] [issue37756] Error 0x80070643 when installing
bfbfbfb bfbfbf
- [New-bugs-announce] [issue37757] TargetScopeError not raised for comprehension scope conflict
Nick Coghlan
- [New-bugs-announce] [issue37758] unicodedata checksum-tests only test 1/17th of Unicode's codepoints
Greg Price
- [New-bugs-announce] [issue37759] Polish whatsnew for 3.8
Raymond Hettinger
- [New-bugs-announce] [issue37760] Refactor makeunicodedata.py: dedupe parsing, use dataclass
Greg Price
- [New-bugs-announce] [issue37761] Inaccurate explanation of ArgumentParser.add_argument()'s name-or-flags in JA
Tatsuo Sekine
- [New-bugs-announce] [issue37762] IDLE very slow due to special characters
Bernhard Hiller
- [New-bugs-announce] [issue37763] Need setup.py to pick up -isystem flags from CPPFLAGS
Johan Herland
- [New-bugs-announce] [issue37764] email.Message.as_string infinite loop
My Tran
- [New-bugs-announce] [issue37765] Include keywords in autocomplete list for IDLE
Karthikeyan Singaravelan
- [New-bugs-announce] [issue37766] IDLE autocomplete: revise fetch_completions, add htest
Terry J. Reedy
- [New-bugs-announce] [issue37767] TTK Treeview alternating row color not working
Christopher Caputo
- [New-bugs-announce] [issue37768] IDLE: Show help(object) output in a text viewer
Tal Einat
- [New-bugs-announce] [issue37769] Windows Store installer should warn user about MAX_PATH
Jonas Binding
- [New-bugs-announce] [issue37770] reversed class should implement __reversed__
Jason Curtis
- [New-bugs-announce] [issue37771] No equivalent of `inspect.getcoroutinestate` for PyAsyncGenASend instances
GeeVye
- [New-bugs-announce] [issue37772] zipfile.Path.iterdir() outputs sub directories many times or not at all
Jörn Heissler
- [New-bugs-announce] [issue37773] ValueError: I/O operation on closed file. in ZipFile destructor
Jörn Heissler
- [New-bugs-announce] [issue37774] Micro-optimize vectorcall using PY_LIKELY
Jeroen Demeyer
- [New-bugs-announce] [issue37775] update doc of compileall
hai shi
- [New-bugs-announce] [issue37776] Test Py_Finalize() from a subinterpreter
Joannah Nanjekye
- [New-bugs-announce] [issue37777] imap breaks on OpenSSL 1.1.1 when SNI is enforced
Casey
- [New-bugs-announce] [issue37778] Windows Store package uses wrong icons for file association
Steve Dower
- [New-bugs-announce] [issue37779] configparser: add documentation about several read() behaviour
Stéphane Blondon
- [New-bugs-announce] [issue37780] A strange bug in eval() not present in Python 3
wang xuancong
- [New-bugs-announce] [issue37781] Use "z" for PY_FORMAT_SIZE_T
Inada Naoki
- [New-bugs-announce] [issue37782] typing.NamedTuple default parameter type issue
PBrudny
- [New-bugs-announce] [issue37783] int returns error (SystemError)
Philippe Négrel
- [New-bugs-announce] [issue37784] Compiling Python 3 with sqlite impossible when sqlite installation is in a non standard directory
Emmanuel Coirier
- [New-bugs-announce] [issue37785] argparse uses %s in gettext calls
Jakub Kulik
- [New-bugs-announce] [issue37786] Doesn't delete PATH from System Variables (uninstallation)
Paul Francis
- [New-bugs-announce] [issue37787] Minimum denormal or ** bug
Kevin Braun
- [New-bugs-announce] [issue37788] fix for bpo-36402 (threading._shutdown() race condition) causes reference leak
Anselm Kruis
- [New-bugs-announce] [issue37789] Update doc strings for test.bytecode_helper
Joannah Nanjekye
- [New-bugs-announce] [issue37790] subprocess.Popen() is extremely slow
Alexander Pyhalov
- [New-bugs-announce] [issue37791] Propose to deprecate ignore_errors,
Marco Sulla
- [New-bugs-announce] [issue37792] xml.etree.ElementTree.Element.__eq__ does compare only objects identity
Marco Sulla
- [New-bugs-announce] [issue37793] argparse uses "container object", should be "iterable"
Eric V. Smith
- [New-bugs-announce] [issue37794] Replace /Ox with /O2
Nikita Kniazev
- [New-bugs-announce] [issue37795] Fix deprecation warnings causing the test suite to fail when running with -Werror
Pablo Galindo Salgado
- [New-bugs-announce] [issue37796] ModuleFinder does not resolve ".." correctly
Michael Kleehammer
- [New-bugs-announce] [issue37797] Add name attribute to NameError
skreft
- [New-bugs-announce] [issue37798] Add C fastpath for statistics.NormalDist.inv_cdf()
Raymond Hettinger
- [New-bugs-announce] [issue37799] Renaming Doc/reference/ to Doc/language/
Géry
- [New-bugs-announce] [issue37800] Clean up the documentation on module attributes
Géry
- [New-bugs-announce] [issue37801] Compilation on MINGW64 fails (CODESET, wcstok, ...)
Vadim Engelson
- [New-bugs-announce] [issue37802] micro-optimization of PyLong_FromSize_t()
Sergey Fedoseev
- [New-bugs-announce] [issue37803] "python -m pdb --help" does not work
daniel hahler
- [New-bugs-announce] [issue37804] Remove isAlive
Dong-hee Na
- [New-bugs-announce] [issue37805] json.dump(..., skipkeys=True) has no unit tests
Julian Berman
- [New-bugs-announce] [issue37806] Infinite recursion with typing.get_type_hints
Valerio G
- [New-bugs-announce] [issue37807] Make hash() return a non-negative number
Raymond Hettinger
- [New-bugs-announce] [issue37808] Deprecate unbound super methods
Steven D'Aprano
- [New-bugs-announce] [issue37809] Alias typing.NamedTuple to collections
Steven D'Aprano
- [New-bugs-announce] [issue37810] ndiff reports incorrect location when diff strings contain tabs
Anthony Sottile
- [New-bugs-announce] [issue37811] [FreeBSD, OSX] Socket module: incorrect usage of poll(2)
Artem Khramov
- [New-bugs-announce] [issue37812] Make implicit returns explicit in longobject.c (in CHECK_SMALL_INT)
Greg Price
- [New-bugs-announce] [issue37813] PEP 7 line-breaking with binary operations contradicts Knuth's rule
Géry
- [New-bugs-announce] [issue37814] typing module: empty tuple syntax is undocumented
Josh Holland
- [New-bugs-announce] [issue37815] 'Make Test' error whe trying to install Python 3.7.4 on Linux Mint
Missono Dell
- [New-bugs-announce] [issue37816] f-string documentation not fully accurate
Glenn Linderman
- [New-bugs-announce] [issue37817] create_pipe_connection and start_serving_pipe not documented
Paul Martin
- [New-bugs-announce] [issue37818] Behaviors of binary bitwise operators contradicting documentation
John Rogers
- [New-bugs-announce] [issue37819] as_integer_ratio() missing from fractions.Fraction()
Raymond Hettinger
- [New-bugs-announce] [issue37820] Unnecessary URL scheme exists to allow 'URL: reading file in urllib
Abdullah
- [New-bugs-announce] [issue37821] IDLE shell uses wrong namespace for completions
Tal Einat
- [New-bugs-announce] [issue37822] Add math.as_integer_ratio()
Serhiy Storchaka
- [New-bugs-announce] [issue37823] Telnet documentation: fix the link to open()
Mariatta
- [New-bugs-announce] [issue37824] IDLE: DeprecationWarning not handled properly
Serhiy Storchaka
- [New-bugs-announce] [issue37825] IDLE doc improvements
Terry J. Reedy
- [New-bugs-announce] [issue37826] Document PEP 3134 in tutorials/errors.rst
Abhilash Raj
- [New-bugs-announce] [issue37827] IDLE: Have the shell mimic terminal handling of \r and \b control characters in outputs
Tal Einat
- [New-bugs-announce] [issue37828] Fix default mock_name in unittest.mock.assert_called error message
Karthikeyan Singaravelan
- [New-bugs-announce] [issue37829] Documentation of stdlib: add example of mixed arguments to dict()
pasenor
- [New-bugs-announce] [issue37830] continue in finally with return in try results with segfault
Batuhan
- [New-bugs-announce] [issue37831] bool(~True) == True
Tomer Vromen
- [New-bugs-announce] [issue37832] _Py_HashRandomization_Init: failed to get random numbers
Jeffrey Walton
- [New-bugs-announce] [issue37833] tkinter crashes macOS in the latest macOS update 10.14.6
Ricardo Smits
- [New-bugs-announce] [issue37834] readlink on Windows cannot read app exec links
Steve Dower
- [New-bugs-announce] [issue37835] typing.get_type_hints wrong namespace for forward-declaration of inner class
Netzeband
- [New-bugs-announce] [issue37836] Support .as_integer_ratio() in fractions.Fraction
Jeroen Demeyer
- [New-bugs-announce] [issue37837] add internal _PyLong_FromUnsignedChar() function
Sergey Fedoseev
- [New-bugs-announce] [issue37838] typing.get_type_hints not working with forward-declaration and decorated functions
Netzeband
- [New-bugs-announce] [issue37839] makesetup Doesn't Handle Defines with Equal Sign
Will Bond
- [New-bugs-announce] [issue37840] bytearray_getitem() handles negative index incorrectly
Sergey Fedoseev
- [New-bugs-announce] [issue37841] Python store app launcher has dependency on msvcp140.dll
Steve Dower
- [New-bugs-announce] [issue37842] Initialize Py_buffer variables more efficiently
Sergey Fedoseev
- [New-bugs-announce] [issue37843] CGIHTTPRequestHandler does not take args.directory in constructor
Richard Jayne
- [New-bugs-announce] [issue37844] PyRun_SimpleFile should provide a version that does not need a FILE*
Christian Biesinger
- [New-bugs-announce] [issue37845] SLCertVerificationError: Unable to handle SAN names (from Certifications) published with white spaces at start
David K.
- [New-bugs-announce] [issue37846] declare that Text I/O use buffer inside
Windson Yang
- [New-bugs-announce] [issue37847] The IDLE does not show previous code suggestions if I tap on the up arrow
Edwin Pratt
- [New-bugs-announce] [issue37848] More fully implement Unicode's case mappings
Greg Price
- [New-bugs-announce] [issue37849] IDLE: Completion window misplaced when shown above current line
Tal Einat
- [New-bugs-announce] [issue37850] Console: holding right arrow key reproduces entire previous input
Matthijs Blom
- [New-bugs-announce] [issue37851] faulthandler: only allocate the signal handler stack when faulthandler is used
STINNER Victor
- [New-bugs-announce] [issue37852] Pickling doesn't work for name-mangled private methods
Josh Rosenberg
- [New-bugs-announce] [issue37853] [urllib.parse.urlparse] It does not correctly parse the URL with basic authentication.
Fatih Sarhan
- [New-bugs-announce] [issue37854] [xmlrpc.client.ServerProxy] It does not correctly parse the URL with basic authentication.
Fatih Sarhan
- [New-bugs-announce] [issue37855] Compiling Python 3.7.4 with Intel compilers 2019
Zhiyong Zhang
- [New-bugs-announce] [issue37856] Adding additional python installations to py launcher
evanTO
- [New-bugs-announce] [issue37857] Setting logger.level directly has no effect due to caching in 3.7+
Zane Bitter
- [New-bugs-announce] [issue37858] CookieLib: MozillaCookieJar.py uses case-sensitive regex to validate cookies file
Ashley Harvey
- [New-bugs-announce] [issue37859] time.process_time() constant / erratic on Windows
Red Glyph
- [New-bugs-announce] [issue37860] Add netlify deploy preview for docs
Ashwin Ramaswami
- [New-bugs-announce] [issue37861] Install fails on MacOS X 10.6 with python >= 3.7.1
Clive Bruton
- [New-bugs-announce] [issue37862] Search doesn't find built-in functions
Kim Oldfield
- [New-bugs-announce] [issue37863] Speed hash(fractions.Fraction)
Tim Peters
- [New-bugs-announce] [issue37864] Correct and deduplicate docs on "printable" characters
Greg Price
- [New-bugs-announce] [issue37865] tempfile.NamedTemporaryFile() raises exception on close() when file is absent
Andrei Pashkin
- [New-bugs-announce] [issue37866] PyModule_GetState Segmentation fault when called Py_Initialize
Hua Liu
- [New-bugs-announce] [issue37867] docs says subprocess.run accepts a string but this does not work on linux
simon mackenzie
- [New-bugs-announce] [issue37868] `is_dataclass` returns `True` if `getattr` always succeeds.
Johan Hidding
- [New-bugs-announce] [issue37869] Compilation warning on GCC version 7.4.0-1ubuntu1~18.04.1
Hansraj Das
- [New-bugs-announce] [issue37870] os.path.ismount returns false for disconnected CIFS mounts in Linux
Matt Christopher
- [New-bugs-announce] [issue37871] 40 * 473 grid of "é" has a single wrong character on Windows
ANdy
- [New-bugs-announce] [issue37872] Move statitics in Python/import.c to top of the file
Joannah Nanjekye
- [New-bugs-announce] [issue37873] unittest: execute tests in parallel
D. A. Pellegrino
- [New-bugs-announce] [issue37874] json traceback on a float
af
- [New-bugs-announce] [issue37875] gzip module any difference for compressing png file in version 2.X and 3.X
Sivaprabu Ganesan
- [New-bugs-announce] [issue37876] Tests for Rot13 codec
Zeth
- [New-bugs-announce] [issue37877] MacOS crash appJar 3.7.3
Michael Hearn
- [New-bugs-announce] [issue37878] sub-ineterpreters : Document PyThreadState_DeleteCurrent() ?
Joannah Nanjekye
- [New-bugs-announce] [issue37879] Segfaults in C heap type subclasses
Eddie Elizondo
- [New-bugs-announce] [issue37880] For argparse add_argument with action='store_const', const should default to None.
Joannah Nanjekye
- [New-bugs-announce] [issue37881] __text_signature__ parser doesn't handle globals in extension module
Antony Lee
- [New-bugs-announce] [issue37882] Code folding in IDLE
George Zhang
- [New-bugs-announce] [issue37883] threading.Lock.locked is not documented
Rémi Lapeyre
- [New-bugs-announce] [issue37884] Optimize Fraction() and statistics.mean()
Serhiy Storchaka
- [New-bugs-announce] [issue37885] venv: Don't produce unbound variable warning on deactivate
Daniel Abrahamsson
- [New-bugs-announce] [issue37886] PyStructSequence_UnnamedField not exported
Jeff Robbins
- [New-bugs-announce] [issue37887] some leak in the compiler_assert function
hai shi
- [New-bugs-announce] [issue37888] Sub-interpreters : Confusing docs about state after calling Py_NewInterpreter()
Joannah Nanjekye
- [New-bugs-announce] [issue37889] "Fatal Python error: Py_EndInterpreter: not the last thread" that's bad
Pablo Galindo Salgado
- [New-bugs-announce] [issue37890] Modernize several tests in test_importlib
Kyle Stanley
- [New-bugs-announce] [issue37891] Exceptions tutorial page does not mention raise from
Niels Albers
- [New-bugs-announce] [issue37892] IDLE Shell: isolate user code input
Terry J. Reedy
- [New-bugs-announce] [issue37893] pow() should disallow inverse when modulus is +-1
Tim Peters
- [New-bugs-announce] [issue37894] [win] shutil.which can not find the path if 'cmd' include directory path and not include extension name
Wator Sead
- [New-bugs-announce] [issue37895] test_logging hangs on an IPv6-only host
Gregory P. Smith
- [New-bugs-announce] [issue37896] test_multiprocessing_fork hangs on an IPv6-only host
Gregory P. Smith
- [New-bugs-announce] [issue37897] test_asyncio hangs on an IPv6-only host
Gregory P. Smith
- [New-bugs-announce] [issue37898] test_httpservers hangs on an IPv6-only host
Gregory P. Smith
- [New-bugs-announce] [issue37899] test_xmlrpc hangs on an IPv6-only host
Gregory P. Smith
- [New-bugs-announce] [issue37900] [urllib] proxy_bypass_registry doesn't handle invalid proxy override values
Kevin Wojniak
- [New-bugs-announce] [issue37901] 21 tests fail when run on an IPv6-only host
Gregory P. Smith
- [New-bugs-announce] [issue37902] Add scrolling for IDLE browsers
George Zhang
- [New-bugs-announce] [issue37903] IDLE Shell sidebar.
Terry J. Reedy
- [New-bugs-announce] [issue37904] Suggested edit to Python Tutorial - Section 4
Lawrence R. Normie
- [New-bugs-announce] [issue37905] Remove NormalDist.overlap() or improve documentation?
Christoph Deil
- [New-bugs-announce] [issue37906] FreeBSD: test_threading: test_recursion_limit() crash with SIGSEGV and create a coredump
STINNER Victor
- [New-bugs-announce] [issue37907] speed-up PyLong_As*() for large longs
Sergey Fedoseev
- [New-bugs-announce] [issue37908] Add some examples of ArgumentParser.exit()
hai shi
- [New-bugs-announce] [issue37909] Thread pool return ref hold memory
Tianshu Gao
- [New-bugs-announce] [issue37910] argparse wrapping fails with metavar="" (no metavar)
Sam Franklin
- [New-bugs-announce] [issue37911] Minor error in PEP567 code example
Semyon
- [New-bugs-announce] [issue37912] fstring with quotation marks conflict
Seaky Lone
- [New-bugs-announce] [issue37913] Document that __length_hint__ may return NotImplemented
Jeroen Demeyer
- [New-bugs-announce] [issue37914] class timedelta, support the method hours and minutes in field accessors
Elinaldo Monteiro
- [New-bugs-announce] [issue37915] Segfault in comparison between datetime.timezone.utc and putz.utc
Tom Augspurger
- [New-bugs-announce] [issue37916] distutils: allow overriding of the RANLIB command on macOS (darwin)
Jakub Piotr Cłapa
- [New-bugs-announce] [issue37917] Warning regarding collections ABCs still present in 3.9
Michael Anckaert
- [New-bugs-announce] [issue37918] What about an enum for open() modes?
Marco Sulla
- [New-bugs-announce] [issue37919] nntplib throws spurious NNTPProtocolError
Mark Sapiro
- [New-bugs-announce] [issue37920] Support subscripting os.PathLike and make it valid at runtime
Cameron Trando
- [New-bugs-announce] [issue37921] Improve zipfile: add support for symlinks
Pierre-Jean Grenier
- [New-bugs-announce] [issue37922] inspect.getsource returns wrong class definition when multiple class definitions share the same name (but are defined in different scopes)
Leonard Truong
- [New-bugs-announce] [issue37923] Combining typing.get_type_hints and inspect.signature
dmontague
- [New-bugs-announce] [issue37924] Embedding Python in Another Application: Compiling under Unix misses the --embed flag
Miro Hrončok
- [New-bugs-announce] [issue37925] --embed not included in python3.8-config usage/--help
Miro Hrončok
- [New-bugs-announce] [issue37926] regression: PySys_SetArgvEx(0, NULL, 0): SystemError: Python-3.8.0b3/Objects/unicodeobject.c:2089: bad argument to internal function
Miro Hrončok
- [New-bugs-announce] [issue37927] No Instantiation Restrictions for AbstractBaseClasses derived from builtin types
Talha Ahmed
- [New-bugs-announce] [issue37928] test_glob.test_selflink() fails randomly on AMD64 Fedora Rawhide Clang Installed 3.x
STINNER Victor
- [New-bugs-announce] [issue37929] IDLE: OK sometimes fails to close configdialog
Terry J. Reedy
- [New-bugs-announce] [issue37930] make fails when compiling Python 2.6 from source (posixmodule.c)
Oguz_eren
- [New-bugs-announce] [issue37931] crash reimporting posix after Py_Finalize on mac
Benoit Hudson
- [New-bugs-announce] [issue37932] ConfigParser.items(section) with allow_no_value returns empty strings
Sean Robertson
- [New-bugs-announce] [issue37933] faulthandler causes segfaults
Thomas Caswell
- [New-bugs-announce] [issue37934] Docs: Clarify NotImplemented use cases
Kyle Stanley
- [New-bugs-announce] [issue37935] Improve performance of pathlib.scandir()
Shai
- [New-bugs-announce] [issue37936] gitignore file is too broad
Greg Price
- [New-bugs-announce] [issue37937] Mention ``frame.f_trace`` in :func:`sys.settrace` docs.
Ram Rachum
- [New-bugs-announce] [issue37938] refactor PyLong_As*() functions
Sergey Fedoseev
- [New-bugs-announce] [issue37939] os.path.normpath change some characters of a path into kinda 'hex number'
Yugi
- [New-bugs-announce] [issue37940] Add xml.tool to pretty print XML like json.tool
Karthikeyan Singaravelan
- [New-bugs-announce] [issue37941] python -m and runpy.run_module set different __name__ by default
Julian Berman
- [New-bugs-announce] [issue37942] Generate correct error check for PyFloat_AsDouble
Raymond Hettinger
- [New-bugs-announce] [issue37943] mimetypes.guess_extension() doesn’t get JPG right
Jens Troeger
- [New-bugs-announce] [issue37944] About json.load(s
Origami Tobiichi
- [New-bugs-announce] [issue37945] test_locale failing
Tim Golden
- [New-bugs-announce] [issue37946] Add the Bessel functions of the first and second kind to the math module
Pablo Galindo Salgado
- [New-bugs-announce] [issue37947] symtable_handle_namedexpr does not adjust correctly the recursion level
Pablo Galindo Salgado
- [New-bugs-announce] [issue37948] get_type_hints fails if there are un-annotated fields in a dataclass
Arne Recknagel
- [New-bugs-announce] [issue37949] Create empty __annotations__ dictionaries lazily
Raymond Hettinger
- [New-bugs-announce] [issue37950] ast.dump() with incomplete node
Serhiy Storchaka
- [New-bugs-announce] [issue37951] Disallow fork in a subinterpreter broke subprocesses in mod_wsgi daemon mode
Christian Heimes
- [New-bugs-announce] [issue37952] Add support for export_keying_material to SSL library
Christer Weinigel
- [New-bugs-announce] [issue37953] Fix ForwardRef equality checks
Dominic Littlewood
- [New-bugs-announce] [issue37954] Multiple tests are leaking references in AMD64 Windows8.1 Refleaks 3.x and x86 Gentoo Refleaks 3.x buildbots
Pablo Galindo Salgado
- [New-bugs-announce] [issue37955] mock.patch incorrect reference to Mock
Paulo Henrique Silva
- [New-bugs-announce] [issue37956] UUID authorize version 6+ with variant RFC 4122
mael arnaud
- [New-bugs-announce] [issue37957] Allow regrtest to receive a file with test (and subtests) to ignore
Pablo Galindo Salgado
- [New-bugs-announce] [issue37958] Adding get_profile_dict to pstats
Daniel Olshansky
- [New-bugs-announce] [issue37959] test_os.test_copy_file_range() killed by SIGSYS (12) on FreeBSD CURRENT buildbot
STINNER Victor
- [New-bugs-announce] [issue37960] repr() of buffered and text streams silences too many exceptions
Serhiy Storchaka
- [New-bugs-announce] [issue37961] Tracemalloc traces do not include original stack trace length
Julien Danjou
- [New-bugs-announce] [issue37962] Improve ISO 8601 timezone support in the datetime.fromisoformat() method
Zeth
- [New-bugs-announce] [issue37963] No URL for docs of pth files
Thomas Güttler
- [New-bugs-announce] [issue37964] F_GETPATH is not available in fcntl.fcntl
Vinay Sharma
- [New-bugs-announce] [issue37965] CCompiler has_function displays warning
Maarten
- [New-bugs-announce] [issue37966] is_normalized is much slower than the standard's algorithm
Greg Price
- [New-bugs-announce] [issue37967] release candidate is not gpg signed (and missing release workflow)?
mattip
- [New-bugs-announce] [issue37968] The turtle
Yehuda Katz
- [New-bugs-announce] [issue37969] urllib.parse functions reporting false equivalent URIs
Géry
- [New-bugs-announce] [issue37970] urllib.parse docstrings incomplete
Zachary Ware
- [New-bugs-announce] [issue37971] Wrong trace with multiple decorators (linenumber wrong in frame)
Joran van Apeldoorn
- [New-bugs-announce] [issue37972] unittest.mock.call does not chain __getitem__ to another _Call object
blhsing
- [New-bugs-announce] [issue37973] improve docstrings of sys.float_info
Sergey Fedoseev
- [New-bugs-announce] [issue37974] zip() docstring should say 'iterator' instead of 'object with __next__()'
Sergey Fedoseev
- [New-bugs-announce] [issue37975] Typo in the documentation by C-API DateTime Objects¶
Aleksey
- [New-bugs-announce] [issue37976] zip() shadows TypeError raised in __iter__() of source iterable
Sergey Fedoseev
- [New-bugs-announce] [issue37977] Big red pickle security warning should stress the point even more
Daniel Pope
- [New-bugs-announce] [issue37978] Importing an unused package causes the function of another package to malfunction
JemyTan
- [New-bugs-announce] [issue37979] Document an alternative to ISO 8601 parsing
Paul Ganssle
- [New-bugs-announce] [issue37980] regression when passing numpy bools to sorted(..., reverse=r)
Thomas Caswell
- [New-bugs-announce] [issue37981] Can't install Python 3.7.4 x64 on Win 8.1
Alexander Podgórski
- [New-bugs-announce] [issue37982] Add a --minify argument to json.tool
Brad Solomon
- [New-bugs-announce] [issue37983] macOS: os.lchmod() incorrectly removed by 2.7.16
Keith F. Kelly
- [New-bugs-announce] [issue37984] Unable parse csv on latin iso or binary mode
Yhojann Aguilera
- [New-bugs-announce] [issue37985] WFERR_UNMARSHALLABLE breaks recursion limit
Davis Herring
- [New-bugs-announce] [issue37986] Improve perfomance of PyLong_FromDouble()
Sergey Fedoseev
- [New-bugs-announce] [issue37987] retrun collection item in for cycle with finally continue
Иван Косматых
- [New-bugs-announce] [issue37988] Issue found during language name processing in a list
SYAM PARAKASH,AJAY KUMAR
- [New-bugs-announce] [issue37990] gc.collect prints debug stats incorrectly
Hubert
- [New-bugs-announce] [issue37991] What is this? What is problem?
Yusif
- [New-bugs-announce] [issue37992] Change datetime.MINYEAR to allow for negative years
Sam Wainwright
- [New-bugs-announce] [issue37993] os.path.realpath on Windows resolves mapped network drives
Christoph Gohlke
- [New-bugs-announce] [issue37994] Fix silencing all errors if an attribute lookup fails
Serhiy Storchaka
- [New-bugs-announce] [issue37995] Multiline ast.dump()
Serhiy Storchaka
- [New-bugs-announce] [issue37996] 2to3 introduces unwanted extra backslashes for unicode characters in regular expressions
Bob Kline
- [New-bugs-announce] [issue37997] Segfault when using pickle with exceptions and dynamic class inheritance
Gabriel C
Last message date:
Sat Aug 31 19:39:17 EDT 2019
Archived on: Sat Aug 31 19:39:22 EDT 2019
This archive was generated by
Pipermail 0.09 (Mailman edition).