March 2017 Archives by subject
Starting: Wed Mar 1 00:54:36 EST 2017
Ending: Fri Mar 31 16:08:37 EDT 2017
Messages: 275
- [New-bugs-announce] [issue29682] Checks for null return value
Alex CHEN
- [New-bugs-announce] [issue29683] _PyCode_SetExtra behaviour wrong on allocation failure and after realloc
Brian Coleman
- [New-bugs-announce] [issue29684] Minor regression in PyEval_CallObjectWithKeywords()
INADA Naoki
- [New-bugs-announce] [issue29685] test_gdb failed
Marco
- [New-bugs-announce] [issue29686] Unittest - Return empty string instead of None object on shortDescription()
Vinícius Dantas
- [New-bugs-announce] [issue29687] smtplib does not support proxy
Rares Vernica
- [New-bugs-announce] [issue29688] Document Path.absolute
Jim Fasarakis-Hilliard
- [New-bugs-announce] [issue29689] Asyncio-namespace helpers for async_generators
Codey Oxley
- [New-bugs-announce] [issue29690] no %z directive for strptime in python2, doc says nothing about it
Mathieu Dupuy
- [New-bugs-announce] [issue29691] Some tests fail in coverage Travis check
Jelle Zijlstra
- [New-bugs-announce] [issue29692] contextlib.contextmanager may incorrectly unchain RuntimeError
Nick Coghlan
- [New-bugs-announce] [issue29693] DeprecationWarning/SyntaxError in test_import
Serhiy Storchaka
- [New-bugs-announce] [issue29694] race condition in pathlib mkdir with flags parents=True
whitespacer
- [New-bugs-announce] [issue29695] Weird keyword parameter names in builtins
Serhiy Storchaka
- [New-bugs-announce] [issue29696] Use namedtuple in Formatter.parse iterator response
Facundo Batista
- [New-bugs-announce] [issue29697] Wrong ECDH configuration with OpenSSL 1.1
Christian Heimes
- [New-bugs-announce] [issue29698] _collectionsmodule.c: Replace `n++; while (--n)` with `for (; n; --n)`
Nikita Kniazev
- [New-bugs-announce] [issue29699] shutil.rmtree should not fail with FileNotFoundError (race condition)
Daniel Kahn Gillmor
- [New-bugs-announce] [issue29700] readline memory corruption when sys.stdin fd >= FD_SETSIZE for select()
Gregory P. Smith
- [New-bugs-announce] [issue29701] Add close method to queue.Queue
Mathias Fröjdman
- [New-bugs-announce] [issue29702] Error 0x80070003: Failed to launch elevated child process
Armen Levonian
- [New-bugs-announce] [issue29703] Fix asyncio to support instantiation of new event loops in subprocesses
Yury Selivanov
- [New-bugs-announce] [issue29704] Can't read data from Transport after asyncio.SubprocessStreamProtocol closes
Seth Michael Larson
- [New-bugs-announce] [issue29705] socket.gethostbyname, getaddrinfo etc broken on MacOS 10.12
James Crowther
- [New-bugs-announce] [issue29706] IDLE needs syntax highlighting for async and await
David E. Franco G.
- [New-bugs-announce] [issue29707] os.path.ismount() always returns false for mount --bind on same filesystem
ollieparanoid
- [New-bugs-announce] [issue29708] support reproducible Python builds
Bernhard M. Wiedemann
- [New-bugs-announce] [issue29709] Short-circuiting not only on False and True
Stefan Pochmann
- [New-bugs-announce] [issue29710] Incorrect representation caveat on bitwise operation docs
Nick Coghlan
- [New-bugs-announce] [issue29711] When you use stop_serving in proactor loop it's kill all listening servers
Julien Duponchelle
- [New-bugs-announce] [issue29712] --enable-optimizations does not work with --enbale-shared
Lai, Yian
- [New-bugs-announce] [issue29713] String changes whether or not '\x81' is present
dagnam
- [New-bugs-announce] [issue29714] can't interpolate byte string with \x00 before replacement identifier
Nick Huber
- [New-bugs-announce] [issue29715] Arparse improperly handles "-_"
Max Rothman
- [New-bugs-announce] [issue29716] Python 3 Module doc still sounds like __init__.py is required
James O
- [New-bugs-announce] [issue29717] `loop.add_reader` and `<<EOF`
Vahid Mardani
- [New-bugs-announce] [issue29718] Fixed compile on cygwin.
Decorater
- [New-bugs-announce] [issue29719] "Date" of what's new is confusing
INADA Naoki
- [New-bugs-announce] [issue29720] potential silent truncation in PyLong_AsVoidPtr
Oren Milman
- [New-bugs-announce] [issue29721] "abort: repository . not found!" during the build of Python 2.7
Serhiy Storchaka
- [New-bugs-announce] [issue29722] heapq.merge docs don't handle reverse flag well
Adam
- [New-bugs-announce] [issue29723] 3.6.1rc1 adds the current directory to sys.path when running a subdirectory's __main__.py; previous versions did not
Ned Batchelder
- [New-bugs-announce] [issue29724] Itertools docs propose a harmful “speedup” without any explanation
Chris Warrick
- [New-bugs-announce] [issue29725] sqlite3.Cursor doesn't properly document "arraysize"
Jürgen A. Erhard
- [New-bugs-announce] [issue29726] test_xmlrpc raises DeprecationWarnings
dillon.brock
- [New-bugs-announce] [issue29727] collections.abc.Reversible doesn't fully support the reversing protocol
Serhiy Storchaka
- [New-bugs-announce] [issue29728] Expose TCP_NOTSENT_LOWAT
Nathaniel Smith
- [New-bugs-announce] [issue29729] UUID bytes constructor has too-tight an assertion
Nic Watson
- [New-bugs-announce] [issue29730] unoptimal calls to PyNumber_Check
Oren Milman
- [New-bugs-announce] [issue29731] Ability to filter warnings to print current stack
Matthias Bussonnier
- [New-bugs-announce] [issue29732] Heap out of bounds read in tok_nextc()
Kamil Frankowicz
- [New-bugs-announce] [issue29733] concurrent.futures as_completed raise TimeoutError wrong
jiangwanwei
- [New-bugs-announce] [issue29734] nt._getfinalpathname handle leak
Eryk Sun
- [New-bugs-announce] [issue29735] Optimize functools.partial() for positional arguments
STINNER Victor
- [New-bugs-announce] [issue29736] Optimize builtin types constructor
STINNER Victor
- [New-bugs-announce] [issue29737] Optimize concatenating empty tuples
Serhiy Storchaka
- [New-bugs-announce] [issue29738] Fix memory leak in SSLSocket.getpeercert()
Olivier Vielpeau
- [New-bugs-announce] [issue29739] zipfile raises wrong exception for some incorrect passwords
Jack Cushman
- [New-bugs-announce] [issue29740] Visual C++ CRT security update from 14 June 2011
Markus
- [New-bugs-announce] [issue29741] BytesIO methods don't accept integer types, while StringIO counterparts do
Oren Milman
- [New-bugs-announce] [issue29742] asyncio get_extra_info() throws exception
Nikolay Kim
- [New-bugs-announce] [issue29743] Closing transport during handshake process leaks open socket
Nikolay Kim
- [New-bugs-announce] [issue29744] memmap behavior changed
Andrea Giovannucci
- [New-bugs-announce] [issue29745] asyncio: Make pause/resume_reading idepotent and no-op for closed transports
Nikolay Kim
- [New-bugs-announce] [issue29746] Update marshal docs to Python 3
Serhiy Storchaka
- [New-bugs-announce] [issue29747] unittest - assertDoesNotRaise
Vinícius Dantas
- [New-bugs-announce] [issue29748] Argument Clinic: slice index converter
Serhiy Storchaka
- [New-bugs-announce] [issue29749] Outdated int() docstring
STINNER Victor
- [New-bugs-announce] [issue29750] smtplib doesn't handle unicode passwords
david
- [New-bugs-announce] [issue29751] PyLong_FromString fails on decimals with leading zero and base=0
Cubi
- [New-bugs-announce] [issue29752] Enum._missing_ not called for __getattr__ failures
Ethan Furman
- [New-bugs-announce] [issue29753] Ctypes Packing Incorrectly - Linux
Charles Machalow
- [New-bugs-announce] [issue29754] sorted ignores reverse=True when sorting produces same list
Tomas Dabašinskas
- [New-bugs-announce] [issue29755] python3 gettext.lgettext sometimes returns bytes, not string
Petri Savolainen
- [New-bugs-announce] [issue29756] List count() counts True as 1
Alexander Todorov
- [New-bugs-announce] [issue29757] The loop in utility `socket.create_connection()` swallows previous errors
Kostis Anagnostopoulos
- [New-bugs-announce] [issue29758] Previously-working SWIG code fails in Python 3.6
Tristan Croll
- [New-bugs-announce] [issue29759] Deadlock in multiprocessing.pool.Pool on terminate
Michael
- [New-bugs-announce] [issue29760] tarfile chokes on reading .tar file with no entries (but does fine if the same file is bzip2'ed)
Matt Bogosian
- [New-bugs-announce] [issue29761] Wrong size of c_ulong in linux, windows version is fine
Jorge Cisneros
- [New-bugs-announce] [issue29762] Use "raise from None"
Serhiy Storchaka
- [New-bugs-announce] [issue29763] test_site failing on AppVeyor
Brett Cannon
- [New-bugs-announce] [issue29764] PyUnicode_Decode with encoding utf8 crashes
Alexey Trenikhin
- [New-bugs-announce] [issue29765] 2.7.12 compile error from ssl related
ada
- [New-bugs-announce] [issue29766] --with-lto still implied by --enable-optimizations in Python 2.7
Hanno Schlichting
- [New-bugs-announce] [issue29767] build python failed on test_socket due to unused_port is actually used.
Shuo Li
- [New-bugs-announce] [issue29768] Fix expact version check
Serhiy Storchaka
- [New-bugs-announce] [issue29769] pkgutil._iter_file_finder_modules should not be fooled by *.py folders
Wolfgang Maier
- [New-bugs-announce] [issue29770] Executable help output (--help) at commandline is wrong for option -B
Wolfgang Langner
- [New-bugs-announce] [issue29771] An email and MIME handling package - Add support to send CC of email
Jack
- [New-bugs-announce] [issue29772] Unintentionally deleted line on library/collections.rst
Kinebuchi Tomohiko
- [New-bugs-announce] [issue29773] Additional float-from-string tests
Serhiy Storchaka
- [New-bugs-announce] [issue29774] Improve zipfile handling of corrupted extra field
Serhiy Storchaka
- [New-bugs-announce] [issue29775] There appears to be a spurious ^0 in sys.version for 3.6.1rc1
Paul Moore
- [New-bugs-announce] [issue29776] Modernize properties
Serhiy Storchaka
- [New-bugs-announce] [issue29777] argparse arguments in main parser hide an argument in subparser
Alan Evangelista
- [New-bugs-announce] [issue29778] _Py_CheckPython3 uses uninitialized dllpath when embedder sets module path with Py_SetPath
Tibor Csonka
- [New-bugs-announce] [issue29779] New environment variable PYTHONHISTORY
Levi Sabah
- [New-bugs-announce] [issue29780] Interpreter hang on self._epoll.poll(timeout, max_ev)
Keyvan Hedayati
- [New-bugs-announce] [issue29781] SSLObject.version returns incorrect value before handshake.
Cory Benfield
- [New-bugs-announce] [issue29782] Use __builtin_clzl for bits_in_digit if available
Niklas Fiekas
- [New-bugs-announce] [issue29783] Modify codecs.open() to use the io module instead of codecs.StreamReaderWriter()
STINNER Victor
- [New-bugs-announce] [issue29784] Erroneous link in shutil.copy description
Maxime Buquet
- [New-bugs-announce] [issue29785] Registration link sent via email by the tracker is http
Maxime Buquet
- [New-bugs-announce] [issue29786] asyncio.wrap_future() is not documented
STINNER Victor
- [New-bugs-announce] [issue29787] Internal importlib frames visible when module imported by import_module throws exception
Ulrich Petri
- [New-bugs-announce] [issue29788] Add absolute_path option to tarfile, disabled by default
STINNER Victor
- [New-bugs-announce] [issue29789] zipfile: Add absolute_path option, disabled by default
STINNER Victor
- [New-bugs-announce] [issue29790] Optional use of /dev/random on linux
Ivan Anishchuk
- [New-bugs-announce] [issue29791] print documentation: flush is also a keyword argument
Lucio Ricardo Montero Valenzuela
- [New-bugs-announce] [issue29792] "Fatal Python error: Cannot recover from stack overflow." from pure Python code
David MacIver
- [New-bugs-announce] [issue29793] Convert some builtin types constructors to Argument Clinic
Serhiy Storchaka
- [New-bugs-announce] [issue29794] Incorrect error message on invalid __class__ assignments
ppperry
- [New-bugs-announce] [issue29795] Clarify how to share multiprocessing primitives
Max
- [New-bugs-announce] [issue29796] test_weakref hangs on AppVeyor (2.7)
Zachary Ware
- [New-bugs-announce] [issue29797] Deadlock with multiprocessing.Queue()
Max
- [New-bugs-announce] [issue29798] Handle "git worktree" in "make patchcheck"
Nick Coghlan
- [New-bugs-announce] [issue29799] Add tests for header API of 'urllib.request.Request' class
Jaysinh shukla
- [New-bugs-announce] [issue29800] functools.partial segfaults in repr when keywords attribute is abused
Michael Seifert
- [New-bugs-announce] [issue29801] amazing!
shayan
- [New-bugs-announce] [issue29802] A possible null-pointer dereference in struct.s_unpack_internal()
Artem Smotrakov
- [New-bugs-announce] [issue29803] Remove some redandunt ops in unicodeobject.c
Xiang Zhang
- [New-bugs-announce] [issue29804] test_ctypes test_pass_by_value fails on arm64 (aarch64) architecture
Iryna
- [New-bugs-announce] [issue29805] Pathlib.replace cannot move file to a different drive on Windows if filename different
Laurent Mazuel
- [New-bugs-announce] [issue29806] Requesting version info with lowercase -v or -vv causes an import crash
Anne Moroney
- [New-bugs-announce] [issue29807] ArgParse page in library reference rewrite
Steve Carter
- [New-bugs-announce] [issue29808] SyslogHandler: should not raise exception in constructor if connection fails
Марк Коренберг
- [New-bugs-announce] [issue29809] TypeError in traceback.print_exc - unicode does not have the buffer interface
Jason R. Coombs
- [New-bugs-announce] [issue29810] Rename ssl.Purpose.{CLIENT, SERVER}_AUTH
Alex Gaynor
- [New-bugs-announce] [issue29811] Use FASTCALL in call.c callmethod() to avoid temporary tuple
STINNER Victor
- [New-bugs-announce] [issue29812] test for token.py, and consistency tests for tokenize.py
R. David Murray
- [New-bugs-announce] [issue29813] PyTuple_GetSlice documentation incorrect
Michael Seifert
- [New-bugs-announce] [issue29814] parsing f-strings -- opening brace of expression gets duplicated when preceeded by backslash
Mateusz Bysiek
- [New-bugs-announce] [issue29815] Fail at divide a negative integer number for a positive integer number
Marcos Thomaz
- [New-bugs-announce] [issue29816] Get rid of C limitation for shift count in right shift
Serhiy Storchaka
- [New-bugs-announce] [issue29817] File IO read, write, read causes garbage data write.
Jan
- [New-bugs-announce] [issue29818] Py_SetStandardStreamEncoding leads to a memory error in debug mode
Nick Coghlan
- [New-bugs-announce] [issue29819] Avoid raising OverflowError in truncate() if possible
Serhiy Storchaka
- [New-bugs-announce] [issue29820] Broken link to "GUI Programming with Python: QT Edition" book
Marco Buttu
- [New-bugs-announce] [issue29821] importing module shutil executes file 'copy.py'
Oliver Etchebarne (drmad)
- [New-bugs-announce] [issue29822] inspect.isabstract does not work on abstract base classes during __init_subclass__
Nate Soares
- [New-bugs-announce] [issue29823] ython guesses XSL mimetype when passed an XML file
Aleksey Bilogur
- [New-bugs-announce] [issue29824] Hostname validation in SSL match_hostname()
Suphannee
- [New-bugs-announce] [issue29825] PyFunction_New() not validate code object
LCatro
- [New-bugs-announce] [issue29826] " don't work on Mac
Marco Viscito
- [New-bugs-announce] [issue29827] os.path.exists() returns False for certain file name
Marko Mavrinac
- [New-bugs-announce] [issue29828] Allow registering after-fork initializers in multiprocessing
Antoine Pitrou
- [New-bugs-announce] [issue29829] Documentation lacks clear warning of subprocess issue with pythonw
Steve Barnes
- [New-bugs-announce] [issue29830] pyexpat.errors doesn't have __spec__ and __loader__ set
Manuel Jacob
- [New-bugs-announce] [issue29831] os.path.exists seems can not recgnize "~"
quanyechavshuo
- [New-bugs-announce] [issue29832] Don't refer to getsockaddrarg in error messages
Serhiy Storchaka
- [New-bugs-announce] [issue29833] Avoid raising OverflowError if possible
Serhiy Storchaka
- [New-bugs-announce] [issue29834] Raise ValueError rather of OverflowError in PyLong_AsUnsignedLong()
Serhiy Storchaka
- [New-bugs-announce] [issue29835] py_blake2*_new_impl produces inconsistent error messages, and raises OverflowError where ValueError might be better
Oren Milman
- [New-bugs-announce] [issue29836] Remove nturl2path from test_sundry and amend its docstring
Jim Fasarakis-Hilliard
- [New-bugs-announce] [issue29837] python3 pycopg2 import issue on solaris 10
justin
- [New-bugs-announce] [issue29838] Check that sq_length and mq_length return non-negative result
Serhiy Storchaka
- [New-bugs-announce] [issue29839] Avoid raising OverflowError in len() when __len__() returns negative large value
Serhiy Storchaka
- [New-bugs-announce] [issue29840] Avoid raising OverflowError in bool()
Serhiy Storchaka
- [New-bugs-announce] [issue29841] errors raised by bytes and bytearray constructors for invalid size argument
Oren Milman
- [New-bugs-announce] [issue29842] Executor.map should not submit all futures prior to yielding any results
Josh Rosenberg
- [New-bugs-announce] [issue29843] errors raised by ctypes.Array for invalid _length_ attribute
Oren Milman
- [New-bugs-announce] [issue29844] Windows Python installers not installing DLL to System32/SysWOW64
Paul "TBBle" Hampson
- [New-bugs-announce] [issue29845] Mark tests that use _testcapi as CPython-only
Serhiy Storchaka
- [New-bugs-announce] [issue29846] ImportError: No module named _io
Adam Stewart
- [New-bugs-announce] [issue29847] Path takes and ignores **kwargs
Jelle Zijlstra
- [New-bugs-announce] [issue29848] Cannot use Decorators of the same class that requires an instance of itself to change variables in that class.
Decorater
- [New-bugs-announce] [issue29849] fix memory in import_from
Xiang Zhang
- [New-bugs-announce] [issue29850] file access, other drives
Gabriel POTTER
- [New-bugs-announce] [issue29851] importlib.reload references None object
Richard Cooper
- [New-bugs-announce] [issue29852] Argument Clinic: add common converter to Py_ssize_t that accepts None
Serhiy Storchaka
- [New-bugs-announce] [issue29853] Improve exception messages for remove and index methods
Jim Fasarakis-Hilliard
- [New-bugs-announce] [issue29854] Segfault when readline history is more then 2 * history size
Nir Soffer
- [New-bugs-announce] [issue29855] The traceback compounding of RecursionError fails to work with __get__
assume_away
- [New-bugs-announce] [issue29856] curses online documentation typo
Raphael McSinyx
- [New-bugs-announce] [issue29857] Provide `sys._raw_argv` for host application's command line arguments
Nick Coghlan
- [New-bugs-announce] [issue29858] inspect.signature includes bound argument for wrappers around decorated bound methods
anton-ryzhov
- [New-bugs-announce] [issue29859] Return code of pthread_* in thread_pthread.h is not used for perror
Daniel Birnstiel
- [New-bugs-announce] [issue29860] smtplib.py doesn't capitalize EHLO.
Lord Anton Hvornum
- [New-bugs-announce] [issue29861] multiprocessing Pool keeps objects (tasks, args, results) alive too long
Antoine Pitrou
- [New-bugs-announce] [issue29862] Fix grammar in importlib.reload() exception
Brett Cannon
- [New-bugs-announce] [issue29863] Add a COMPACT constant to the json module
Brett Cannon
- [New-bugs-announce] [issue29864] Misuse of Py_SIZE in dict.fromkey()
Serhiy Storchaka
- [New-bugs-announce] [issue29865] Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types
Serhiy Storchaka
- [New-bugs-announce] [issue29866] Added datetime_diff to datetime.py.
Decorater
- [New-bugs-announce] [issue29867] Add asserts in PyXXX_GET_SIZE macros
Serhiy Storchaka
- [New-bugs-announce] [issue29868] multiprocessing.dummy missing cpu_count
John Wiseman
- [New-bugs-announce] [issue29869] Underscores in numeric literals not supported in lib2to3.
Nevada Sanchez
- [New-bugs-announce] [issue29870] ssl socket leak
Alexander Mohr
- [New-bugs-announce] [issue29871] Enable optimized locks on Windows
Josh Rosenberg
- [New-bugs-announce] [issue29872] My reply
James Triveri
- [New-bugs-announce] [issue29873] Need a look for return value checking [_elementtree.c]
Alex CHEN
- [New-bugs-announce] [issue29874] Need a look for return value checking [selectmodule.c]
Alex CHEN
- [New-bugs-announce] [issue29875] IDLE quit unexpectedly
Igor
- [New-bugs-announce] [issue29876] Check for null return value [_elementtree.c : subelement]
Alex CHEN
- [New-bugs-announce] [issue29877] compileall fails with urandom error even if number of workers is 1
Dustin Spicuzza
- [New-bugs-announce] [issue29878] Add global instances of int 0 and 1
Serhiy Storchaka
- [New-bugs-announce] [issue29879] typing.Text not available in python 3.5.1
Charles Bouchard-Légaré
- [New-bugs-announce] [issue29880] python3.6 install readline , and then cpython exit
pz
- [New-bugs-announce] [issue29881] Add a new private API for "static C variables" (_PyStaticVar) to clear them at exit
STINNER Victor
- [New-bugs-announce] [issue29882] Add an efficient popcount method for integers
Niklas Fiekas
- [New-bugs-announce] [issue29883] asyncio: Windows Proactor Event Loop UDP Support
Adam Meily
- [New-bugs-announce] [issue29884] faulthandler does not properly restore sigaltstack during teardown
Christophe Zeitouny
- [New-bugs-announce] [issue29885] Allow GMT timezones to be used in datetime.
Decorater
- [New-bugs-announce] [issue29886] links between binascii.{un, }hexlify / bytes.{, to}hex
chrysn
- [New-bugs-announce] [issue29887] test_normalization doesn't work
Serhiy Storchaka
- [New-bugs-announce] [issue29888] The link referring to "Python download page" is broken
Kinebuchi Tomohiko
- [New-bugs-announce] [issue29889] test_asyncio fails always
Thomas Knox
- [New-bugs-announce] [issue29890] Constructor of ipaddress.IPv*Interface does not follow documentation
Ilya Kulakov
- [New-bugs-announce] [issue29891] urllib.request.Request accepts but doesn't check bytes headers
Ezio Melotti
- [New-bugs-announce] [issue29892] change statement for open() is splited into two part in middle of sentence.
OSAMU NAKAMURA
- [New-bugs-announce] [issue29893] create_subprocess_exec doc doesn't match software
Torrin Jones
- [New-bugs-announce] [issue29894] Deprecate returning a subclass of complex from __complex__
Serhiy Storchaka
- [New-bugs-announce] [issue29895] Distutils blows up with an incorrect pypirc, should be caught
Tommy Carpenter
- [New-bugs-announce] [issue29896] ElementTree.fromstring raises undocumented UnicodeError
Vasiliy Faronov
- [New-bugs-announce] [issue29897] itertools.chain behaves strangly when copied with copy.copy
Michael Seifert
- [New-bugs-announce] [issue29898] PYTHONLEGACYWINDOWSIOENCODING isn't implemented
Eryk Sun
- [New-bugs-announce] [issue29899] zlib missing when --enable--optimizations option appended
kyren 原子喵
- [New-bugs-announce] [issue29900] Remove unneeded wrappers in pathlib
Serhiy Storchaka
- [New-bugs-announce] [issue29901] Support path-like objects in zipapp
Serhiy Storchaka
- [New-bugs-announce] [issue29902] copy breaks staticmethod
Bruce Frederiksen
- [New-bugs-announce] [issue29903] struct.Struct Addition
Aviv Palivoda
- [New-bugs-announce] [issue29904] Fix a number of error message typos
Jim Fasarakis-Hilliard
- [New-bugs-announce] [issue29905] TypeErrors not formatting values correctly
Jim Fasarakis-Hilliard
- [New-bugs-announce] [issue29906] Add callback parameter to concurrent.futures.Executor.map
Aron Bordin
- [New-bugs-announce] [issue29907] Unicode encoding failure
Robert Baker
- [New-bugs-announce] [issue29908] Inconsistent crashing with an access violation
Cameron Mckain
- [New-bugs-announce] [issue29909] types.coroutine monkey patches original function
Eric Hopper
- [New-bugs-announce] [issue29910] Ctrl-D eats a character on IDLE
Serhiy Storchaka
- [New-bugs-announce] [issue29911] Uninstall command line in Windows registry does not uninstall
Christian Ullrich
- [New-bugs-announce] [issue29912] Overlapping tests between list_tests and seq_tests
Jim Fasarakis-Hilliard
- [New-bugs-announce] [issue29913] ipadress compare_networks does not work according to documentation
Sanjay
- [New-bugs-announce] [issue29914] Incorrect signatures of object.__reduce__() and object.__reduce_ex__()
Serhiy Storchaka
- [New-bugs-announce] [issue29915] Drop Mac OS X Tiger support in Python 3.7?
STINNER Victor
- [New-bugs-announce] [issue29916] No explicit documentation for PyGetSetDef and getter and setter C-API
Michael Seifert
- [New-bugs-announce] [issue29917] Wrong link target in PyMethodDef documentation
Michael Seifert
- [New-bugs-announce] [issue29918] Missed "const" modifiers in C API documentation
Serhiy Storchaka
- [New-bugs-announce] [issue29919] Remove unused imports found by pyflakes
STINNER Victor
- [New-bugs-announce] [issue29920] Document cgitb.text and cgitb.html
Xavier Morel
- [New-bugs-announce] [issue29921] datetime validation is stricter in 3.6.1 than previous versions
m-parry
- [New-bugs-announce] [issue29922] error message when __aexit__ is not async
Tadhg McDonald-Jensen
- [New-bugs-announce] [issue29923] PEP487 __init_subclass__ incompatible with abc.ABCMeta
Brian Petersen
- [New-bugs-announce] [issue29924] Useless argument in call to PyErr_Format
SylvainDe
- [New-bugs-announce] [issue29925] test_uuid fails on OS X Tiger
STINNER Victor
- [New-bugs-announce] [issue29926] time.sleep ignores keyboard interrupt in IDLE
Mark
- [New-bugs-announce] [issue29927] Unnecessary code in the c-api/exceptions.c
Kinebuchi Tomohiko
- [New-bugs-announce] [issue29928] Add f-strings to Glossary
Mariatta Wijaya
- [New-bugs-announce] [issue29929] Idea: Make __main__ an implied package
Nick Coghlan
- [New-bugs-announce] [issue29930] asyncio.StreamWriter.drain raises an AssertionError under heavy use
Metathink
- [New-bugs-announce] [issue29931] ipaddress.ip_interface __lt__ check seems to be broken
Sanjay
- [New-bugs-announce] [issue29932] Missing word ("be") in error message ("first argument must a type object")
SylvainDe
- [New-bugs-announce] [issue29933] asyncio: set_write_buffer_limits() doc doesn't specify unit of the parameters
STINNER Victor
- [New-bugs-announce] [issue29934] % formatting fails to find formatting code in bytes type after a null byte
Mert Bora Alper
- [New-bugs-announce] [issue29935] list and tuple index methods should accept None parameters
George King
- [New-bugs-announce] [issue29936] Typo in __GNU*C*_MINOR__ guard affecting gcc 3.x
Niklas Fiekas
- [New-bugs-announce] [issue29937] argparse mutex group should allow mandatory parameters
Mark Nolan
- [New-bugs-announce] [issue29938] subprocess.run calling bash on windows10 cause 0x80070057 error when capture stdout with PIPE
SLAPaper
- [New-bugs-announce] [issue29939] Compiler warning in _ctypes_test.c
Serhiy Storchaka
- [New-bugs-announce] [issue29940] Add follow_wrapped=True option to help()
Samwyse
- [New-bugs-announce] [issue29941] Confusion between asserts and Py_DEBUG
Thomas Wouters
- [New-bugs-announce] [issue29942] Stack overflow in itertools.chain.from_iterable.
Thomas Wouters
- [New-bugs-announce] [issue29943] PySlice_GetIndicesEx change broke ABI in 3.5 and 3.6 branches
Nathaniel Smith
- [New-bugs-announce] [issue29944] Argumentless super() calls do not work in classes constructed with type()
assume_away
- [New-bugs-announce] [issue29945] decode string:u"\ufffd" UnicodeEncodeError
webber
- [New-bugs-announce] [issue29946] compiler warning "sqrtpi defined but not used"
Xiang Zhang
- [New-bugs-announce] [issue29947] In SocketServer, why not passing a factory instance for the RequestHandlerClass instead of the class itself?
Dominic Mayers
- [New-bugs-announce] [issue29948] DeprecationWarning when parse ElementTree with a doctype in 2.7
Serhiy Storchaka
- [New-bugs-announce] [issue29949] sizeof set after set_merge() is doubled from 3.5
INADA Naoki
- [New-bugs-announce] [issue29950] Rename SlotWrapperType to WrapperDescriptorType
Jim Fasarakis-Hilliard
- [New-bugs-announce] [issue29951] PyArg_ParseTupleAndKeywords exception messages containing "function"
Michael Seifert
- [New-bugs-announce] [issue29952] "keys and values" is preferred to "keys and elements" for name of dict constituent
Kinebuchi Tomohiko
- [New-bugs-announce] [issue29953] Memory leak in the replace() method of datetime and time objects
Serhiy Storchaka
- [New-bugs-announce] [issue29954] multiprocessing.Pool.__exit__() calls terminate() instead of close()
Petr Zemek
- [New-bugs-announce] [issue29955] logging decimal point should come from locale
Skip Montanaro
- [New-bugs-announce] [issue29956] math.exp documentation is misleading
Alexander Belopolsky
Last message date:
Fri Mar 31 16:08:37 EDT 2017
Archived on: Fri Mar 31 16:08:40 EDT 2017
This archive was generated by
Pipermail 0.09 (Mailman edition).