[issue29951] PyArg_ParseTupleAndKeywords exception messages containing "function"

2017-03-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Martin, could you please take a look? Does the wording of error messages look good English? Do you have to suggest some enhancements? -- nosy: +martin.panter ___ Python tracker

[issue29951] PyArg_ParseTupleAndKeywords exception messages containing "function"

2017-03-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > But are you sure about the "keywords must be strings" -> "keyword arguments > must be strings" change? I always thought the key is the "keyword" and the > value the "(keyword) argument". Now, after you have made change, I have doubts. Yes, it looks

[issue29902] copy breaks staticmethod

2017-03-31 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +822 ___ Python tracker ___ ___

[issue28810] Document bytecode changes in 3.6

2017-03-31 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: New changeset 0a17e584461b14ff65ec287048f53911dbb2 by Mariatta in branch '3.6': bpo-28810: Update lnotab_notes.txt (GH-665) (GH-919) https://github.com/python/cpython/commit/0a17e584461b14ff65ec287048f53911dbb2 -- nosy: +Mariatta

[issue29951] PyArg_ParseTupleAndKeywords exception messages containing "function"

2017-03-31 Thread Michael Seifert
Michael Seifert added the comment: Thank you for the suggestions, I added them to the PR. If you want But are you sure about the "keywords must be strings" -> "keyword arguments must be strings" change? I always thought the key is the "keyword" and the value the "(keyword) argument".

[issue29951] PyArg_ParseTupleAndKeywords exception messages containing "function"

2017-03-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: And while we are here, please change "keywords must be strings" to "keyword arguments must be strings" as in PyArg_ValidateKeywordArguments(). And maybe make all TypeError messages starting from a lower letter for uniformity. --

[issue29952] "keys and values" is preferred to "keys and elements" for name of dict constituent

2017-03-31 Thread INADA Naoki
INADA Naoki added the comment: New changeset f3158121132a1519439bf4c7dbab07802d6d by INADA Naoki in branch '3.5': bpo-29952: Use usual terminology of dict (GH-923) https://github.com/python/cpython/commit/f3158121132a1519439bf4c7dbab07802d6d --

[issue29941] Confusion between asserts and Py_DEBUG

2017-03-31 Thread Zachary Ware
Zachary Ware added the comment: This seems to have seriously broken a few buildbots: http://buildbot.python.org/all/builders/AMD64%20Debian%20PGO%203.x/builds/539 http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%20Non-Debug%203.x/builds/120

[issue29954] multiprocessing.Pool.__exit__() calls terminate() instead of close()

2017-03-31 Thread Petr Zemek
New submission from Petr Zemek: multiprocessing.Pool.__exit__() calls terminate() instead of close(). Why? Wouldn't it be better (and more expected from a user's point of view) if it called close()? Reasons: - Calling close() would wait until all tasks are completed before shutting down the

[issue28114] parse_envlist(): os.execve(), os.spawnve(), etc. crash in Python 3.6.0 when env contains byte strings

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +861 ___ Python tracker ___ ___

[issue28023] python-gdb.py must be updated for the new Python 3.6 compact dict

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +868 ___ Python tracker ___ ___

[issue28740] Add sys.getandroidapilevel()

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +862 ___ Python tracker ___ ___

[issue28746] cannot set_inheritable() for a file descriptor on Android

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +860 ___ Python tracker ___ ___

[issue27599] Buffer overrun in binascii

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +869 ___ Python tracker ___ ___

[issue26937] the chown() method of the tarfile.TarFile class fails on Android

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +874 ___ Python tracker ___ ___

[issue26273] Expose TCP_CONGESTION and TCP_USER_TIMEOUT to the socket module

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +857 ___ Python tracker ___ ___

[issue28748] Make _Py_PackageContext of type "const char *"

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +856 ___ Python tracker ___ ___

[issue15369] pybench and test.pystone poorly documented

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +938 ___ Python tracker ___ ___

[issue28808] Make PyUnicode_CompareWithASCIIString() never failing

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +935 ___ Python tracker ___ ___

[issue28799] Drop CALL_PROFILE special build?

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +939 ___ Python tracker ___ ___

[issue28102] zipfile.py script should print usage to stderr

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +940 ___ Python tracker ___ ___

[issue15812] inspect.getframeinfo() cannot show first line

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +942 ___ Python tracker ___ ___

[issue27659] Prohibit implicit C function declarations

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +946 ___ Python tracker ___ ___

[issue28240] Enhance the timeit module: display average +- std dev instead of minimum

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +945 ___ Python tracker ___ ___

[issue12844] Support more than 255 arguments

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +943 ___ Python tracker ___ ___

[issue13051] Infinite recursion in curses.textpad.Textbox

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +947 ___ Python tracker ___ ___

[issue27979] Remove bundled libffi

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +948 ___ Python tracker ___ ___

[issue13756] Python3.2.2 make fail on cygwin

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +919 ___ Python tracker ___ ___

[issue26936] android: test_socket fails

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1025 ___ Python tracker ___ ___

[issue27172] Undeprecate inspect.getfullargspec()

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +923 ___ Python tracker ___ ___

[issue28893] Make sure exceptions raised in __aiter__ are properly chained in ceval

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1030 ___ Python tracker ___ ___

[issue28963] Use-after-free in _asyncio_Future_remove_done_callback() of _asynciomodule.c

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1016 ___ Python tracker ___ ___

[issue28174] asyncio: Handle when SO_REUSEPORT isn't properly supported

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1019 ___ Python tracker ___ ___

[issue28549] curses: calling addch() with an 1-length str segfaults with ncurses6 compiled with --enable-ext-colors

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1035 ___ Python tracker ___ ___

[issue28779] set_forkserver_preload() can crash the forkserver if preloaded module instantiate multiprocessing classes

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1031 ___ Python tracker ___ ___

[issue28774] Better start and end position for unicodeerror in unicode_encode_ucs1

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1024 ___ Python tracker ___ ___

[issue18844] allow weights in random.choice

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1022 ___ Python tracker ___ ___

[issue27441] redundant assignments to ob_size of new ints that _PyLong_New returned

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1020 ___ Python tracker ___ ___

[issue28580] Optimize iterating split table values

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1015 ___ Python tracker ___ ___

[issue27030] Remove deprecated re features

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1021 ___ Python tracker ___ ___

[issue28255] TextCalendar.prweek/month/year outputs an extra whitespace character

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1027 ___ Python tracker ___ ___

[issue26359] CPython build options for out-of-the box performance

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1048 ___ Python tracker ___ ___

[issue28372] Fix asyncio to support formatting of non-python coroutines

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1058 ___ Python tracker ___ ___

[issue28162] WindowsConsoleIO readall() fails if first line starts with Ctrl+Z

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1057 ___ Python tracker ___ ___

[issue28087] macOS 12 poll syscall returns prematurely

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1036 ___ Python tracker ___ ___

[issue28927] bytes.fromhex should ignore all whitespace

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +994 ___ Python tracker ___ ___

[issue28563] Arbitrary code execution in gettext.c2py

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1039 ___ Python tracker ___ ___

[issue25400] robotparser doesn't return crawl delay for default entry

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1034 ___ Python tracker ___ ___

[issue27100] Attempting to use class with both __enter__ & __exit__ undefined yields __exit__ attribute error

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1060 ___ Python tracker ___ ___

[issue26647] ceval: use Wordcode, 16-bit bytecode

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1041 ___ Python tracker ___ ___

[issue29079] pathlib.resolve() causes infinite loop on Windows

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1070 ___ Python tracker ___ ___

[issue28289] ImportError.__init__ doesn't reset not specified exception attributes

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1040 ___ Python tracker ___ ___

[issue28075] os.stat fails when access is denied

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1069 ___ Python tracker ___ ___

[issue29377] Add the 'wrapper_descriptor' type to the types module

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1045 ___ Python tracker ___ ___

[issue29376] threading._DummyThread.__repr__ raises AssertionError

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1044 ___ Python tracker ___ ___

[issue23214] BufferedReader.read1(size) signature incompatible with BufferedIOBase.read1(size=-1)

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1074 ___ Python tracker ___ ___

[issue18893] invalid exception handling in Lib/ctypes/macholib/dyld.py

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1073 ___ Python tracker ___ ___

[issue28448] C implemented Future doesn't work on Windows

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1047 ___ Python tracker ___ ___

[issue25270] codecs.escape_encode systemerror on empty byte string

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1076 ___ Python tracker ___ ___

[issue28768] Warning: implicit declaration of function '_setmode'

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1071 ___ Python tracker ___ ___

[issue28769] Make PyUnicode_AsUTF8 returning "const char *" rather of "char *"

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1072 ___ Python tracker ___ ___

[issue25677] Syntax error caret confused by indentation

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1080 ___ Python tracker ___ ___

[issue28449] tarfile.open(mode = 'r:*', ignore_zeros = True) has 50% chance failed to open compressed tars?

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1046 ___ Python tracker ___ ___

[issue28203] complex() gives wrong error when the second argument has an invalid type

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1112 ___ Python tracker ___ ___

[issue29100] datetime.fromtimestamp() doesn't check min/max year anymore: regression of Python 3.6

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1108 ___ Python tracker ___ ___

[issue28200] Windows: path_converter() leaks memory for Unicode filenames

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: + ___ Python tracker ___ ___

[issue28321] Plistlib: Half of the double width characters are missing when writing binary plist

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1109 ___ Python tracker ___ ___

[issue29576] Improve some deprecations in the importlib

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1100 ___ Python tracker ___ ___

[issue28192] Don't import readline in isolated mode

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1101 ___ Python tracker ___ ___

[issue28214] Improve exception reporting for problematic __set_name__ attributes

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1093 ___ Python tracker ___ ___

[issue23903] Generate PC/python3.def by scraping headers

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1091 ___ Python tracker ___ ___

[issue28596] on Android _bootlocale on startup relies on too many library modules

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1113 ___ Python tracker ___ ___

[issue28402] Add signed catalog files for stdlib on Windows

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +1107 ___ Python tracker ___ ___

[issue29954] multiprocessing.Pool.__exit__() calls terminate() instead of close()

2017-03-31 Thread Xiang Zhang
Changes by Xiang Zhang : -- nosy: +davin ___ Python tracker ___ ___ Python-bugs-list

[issue29941] Confusion between asserts and Py_DEBUG

2017-03-31 Thread Thomas Wouters
Changes by Thomas Wouters : -- pull_requests: +1115 ___ Python tracker ___ ___

[issue29955] logging decimal point should come from locale

2017-03-31 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +1116 ___ Python tracker ___

[issue9770] curses.ascii.isblank() function is broken. It confuses backspace (BS 0x08) with tab (0x09)

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +840 ___ Python tracker ___ ___

[issue19542] WeakValueDictionary bug in setdefault()()

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +828 ___ Python tracker ___ ___

[issue28918] cross compiling xxlimited fails with "Py_LIMITED_API is incompatible with Py_DEBUG"

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +827 ___ Python tracker ___ ___

[issue27955] getrandom() syscall returning EPERM make the system unusable.

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +826 ___ Python tracker ___ ___

[issue28353] os.fwalk() unhandled exception when error occurs accessing symbolic link target

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +851 ___ Python tracker ___ ___

[issue19398] test_trace fails with -S

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +846 ___ Python tracker ___ ___

[issue28427] WeakValueDictionary next bug (with multithreading)

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +849 ___ Python tracker ___ ___

[issue28228] imghdr does not support pathlib

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +888 ___ Python tracker ___ ___

[issue29195] Get rid of supporting outdated wrong keyword arguments in re methods

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +901 ___ Python tracker ___ ___

[issue28430] asyncio: C implemeted Future cause Tornado test fail

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +904 ___ Python tracker ___ ___

[issue23262] webbrowser module broken with Firefox 36+

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +903 ___ Python tracker ___ ___

[issue25953] re fails to identify invalid numeric group references in replacement strings

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +892 ___ Python tracker ___ ___

[issue29034] Fix memory leak and use-after-free in path_converter

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +884 ___ Python tracker ___ ___

[issue28469] timeit: use powers of 2 in autorange(), instead of powers of 10

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +902 ___ Python tracker ___ ___

[issue28163] WindowsConsoleIO fileno() passes wrong flags to _open_osfhandle

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +877 ___ Python tracker ___ ___

[issue28488] shutil.make_archive (xxx, zip, root_dir) is adding './' entry to archive which is wrong

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +878 ___ Python tracker ___ ___

[issue29607] Broken stack_effect for CALL_FUNCTION_EX

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +886 ___ Python tracker ___ ___

[issue28731] _PyDict_NewPresized() creates too small dict

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +891 ___ Python tracker ___ ___

[issue28752] datetime object fails to restore from reduction

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +906 ___ Python tracker ___ ___

[issue29327] SystemError or crash in sorted(iterable=[])

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +895 ___ Python tracker ___ ___

[issue28932] Fail compile Python 3.6.0rc1 on OpenBSD 6.0

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +900 ___ Python tracker ___ ___

[issue25778] winreg.EnumValue does not truncate strings correctly

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +899 ___ Python tracker ___ ___

[issue16255] subrocess.Popen needs /bin/sh but Android only has /system/bin/sh

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +905 ___ Python tracker ___ ___

[issue28138] Windows _sys.path file should allow import site

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +893 ___ Python tracker ___ ___

  1   2   3   4   5   >