[issue40698] distutils.command.upload md5_digest

2020-05-20 Thread Donald Stufft
Donald Stufft added the comment: > Does PyPI support other digests, e.g. SHA2-256 digest? There is a simple and a complicated answer to this. The simple answer is yes, PyPI supports uploads with any combination of MD5, SHA256, and blake2_256 (blake2b with a 256 digest, no personalization

[issue41282] Deprecate and remove distutils

2020-07-13 Thread Donald Stufft
Donald Stufft added the comment: Maybe it would make sense to remove distutils from the name completely, _buildutils or something. Dunno, seems like it might be reasonable just to further separate it from the concept of "distutils" the publ

[issue29697] Wrong ECDH configuration with OpenSSL 1.1

2017-03-03 Thread Donald Stufft
Changes by Donald Stufft : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue29697> ___

[issue29697] Wrong ECDH configuration with OpenSSL 1.1

2017-03-24 Thread Donald Stufft
Donald Stufft added the comment: New changeset f1a696efd6ca674579e25de29ec4053ff5a5ade1 by Donald Stufft in branch '2.7': bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-399) https://github.com/python/cpython/commit/f1a696efd6ca674579e25d

[issue29697] Wrong ECDH configuration with OpenSSL 1.1

2017-03-24 Thread Donald Stufft
Donald Stufft added the comment: New changeset 784ba7c8ad53638c94270011d55d2536ff0cd2dd by Donald Stufft in branch '3.6': bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (#397) https://github.com/python/cpython/commit/784ba7c8ad53638c942700

[issue29697] Wrong ECDH configuration with OpenSSL 1.1

2017-03-24 Thread Donald Stufft
Donald Stufft added the comment: New changeset 8ae264ce6dfcd6923d7bbde0e975389bea7d9881 by Donald Stufft in branch 'master': bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-395) https://github.com/python/cpython/commit/8ae264ce6dfcd6923d7bbd

[issue29697] Wrong ECDH configuration with OpenSSL 1.1

2017-03-24 Thread Donald Stufft
Donald Stufft added the comment: New changeset 564ace834f23587937b325e3545abe3f17fdbd2a by Donald Stufft in branch '3.5': bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-398) https://github.com/python/cpython/commit/564ace834f23587937b325

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

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +826 ___ Python tracker <http://bugs.python.org/issue27955> ___ ___ Python-bugs-list mailing list Unsubscribe:

python-bugs-list@python.org

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +828 ___ Python tracker <http://bugs.python.org/issue19542> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.org/issue28918> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29192] Remove deprecated features from http.cookies

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +831 ___ Python tracker <http://bugs.python.org/issue29192> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19717] resolve() fails when the path doesn't exist

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +830 ___ Python tracker <http://bugs.python.org/issue19717> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28991] Fix obscure lru_cache reentrancy bug

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +834 ___ Python tracker <http://bugs.python.org/issue28991> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28509] dict.update allocates too much

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +839 ___ Python tracker <http://bugs.python.org/issue28509> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28762] lockf() is available now on Android API level 24, but the F_LOCK macro is not defined

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +829 ___ Python tracker <http://bugs.python.org/issue28762> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25464] Tix HList header_exists should be "exist"

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +833 ___ Python tracker <http://bugs.python.org/issue25464> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29193] Remove support of format_string as keyword argument in string.Formatter().format()

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +832 ___ Python tracker <http://bugs.python.org/issue29193> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29368] Optimize unpickling list-like objects: use extend() instead of append()

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +836 ___ Python tracker <http://bugs.python.org/issue29368> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29219] TracebackException(capture_locals=True) may fail with RecursionError

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +837 ___ Python tracker <http://bugs.python.org/issue29219> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29463] Add `docstring` field to AST nodes

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +842 ___ Python tracker <http://bugs.python.org/issue29463> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29197] Remove os.path.splitunc()

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +835 ___ Python tracker <http://bugs.python.org/issue29197> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29367] python-gdb: display wrapper_call()

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +844 ___ Python tracker <http://bugs.python.org/issue29367> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28624] Make the `cwd` argument to `subprocess.Popen` accept a `PathLike`

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +843 ___ Python tracker <http://bugs.python.org/issue28624> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29218] distutils: Remove unused install_misc class

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +838 ___ Python tracker <http://bugs.python.org/issue29218> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28427] WeakValueDictionary next bug (with multithreading)

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +849 ___ Python tracker <http://bugs.python.org/issue28427> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.org/issue9770> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.org/issue28353> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19398] test_trace fails with -S

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +846 ___ Python tracker <http://bugs.python.org/issue19398> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28621] Refactor duplicate code calculating digit's bit length

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +845 ___ Python tracker <http://bugs.python.org/issue28621> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28950] regrtest: -j0 fails the check -j is not allowed together with -T/-l

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +841 ___ Python tracker <http://bugs.python.org/issue28950> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28183] Clean up and speed up dict iteration

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +852 ___ Python tracker <http://bugs.python.org/issue28183> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29695] Weird keyword parameter names in builtins

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +847 ___ Python tracker <http://bugs.python.org/issue29695> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28426] PyUnicode_AsDecodedObject can only return unicode now

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +850 ___ Python tracker <http://bugs.python.org/issue28426> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29615] SimpleXMLRPCDispatcher._dispatch mangles tracebacks when invoking RPC calls through _dispatch

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +854 ___ Python tracker <http://bugs.python.org/issue29615> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20766] reference leaks in pdb

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +858 ___ Python tracker <http://bugs.python.org/issue20766> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27778] PEP 524: Add os.getrandom()

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +848 ___ Python tracker <http://bugs.python.org/issue27778> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28583] PyDict_SetDefault doesn't combine split table when needed

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +859 ___ Python tracker <http://bugs.python.org/issue28583> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10656] "Out of tree" build fails on AIX

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +864 ___ Python tracker <http://bugs.python.org/issue10656> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28350] Interning string constants with null character

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +853 ___ Python tracker <http://bugs.python.org/issue28350> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20211] setup.py: do not add system header locations when cross compiling

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +867 ___ Python tracker <http://bugs.python.org/issue20211> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28969] lru_cache is not threadsafe

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +855 ___ Python tracker <http://bugs.python.org/issue28969> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +856 ___ Python tracker <http://bugs.python.org/issue28748> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.org/issue26273> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.org/issue28114> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.org/issue28746> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27599] Buffer overrun in binascii

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +869 ___ Python tracker <http://bugs.python.org/issue27599> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.org/issue26937> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.org/issue28023> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28740] Add sys.getandroidapilevel()

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +862 ___ Python tracker <http://bugs.python.org/issue28740> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25895] urllib.parse.urljoin does not handle WebSocket URLs

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +883 ___ Python tracker <http://bugs.python.org/issue25895> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26944] test_posix: Android 'id -G' is entirely wrong or missing the effective gid

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +866 ___ Python tracker <http://bugs.python.org/issue26944> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26939] android: test_functools hangs on armv7

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +871 ___ Python tracker <http://bugs.python.org/issue26939> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28538] _socket module cross-compilation error on android-24

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +872 ___ Python tracker <http://bugs.python.org/issue28538> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28131] assert statements missed when loaded by zipimporter

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +887 ___ Python tracker <http://bugs.python.org/issue28131> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26081] Implement asyncio Future in C to improve performance

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +881 ___ Python tracker <http://bugs.python.org/issue26081> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28164] _PyIO_get_console_type fails for various paths

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +865 ___ Python tracker <http://bugs.python.org/issue28164> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28822] Fix indices handling in PyUnicode_FindChar

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +875 ___ Python tracker <http://bugs.python.org/issue28822> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28532] Show sys.version when -V option is supplied twice.

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +876 ___ Python tracker <http://bugs.python.org/issue28532> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28985] sqlite3 authorizer codes constants not up to date

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +870 ___ Python tracker <http://bugs.python.org/issue28985> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21578] Misleading error message when ImportError called with invalid keyword args

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +873 ___ Python tracker <http://bugs.python.org/issue21578> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29602] complex() on object with __complex__ function loses sign of zero imaginary part

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +889 ___ Python tracker <http://bugs.python.org/issue29602> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29049] Lazy GC tracking frame

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +890 ___ Python tracker <http://bugs.python.org/issue29049> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29683] _PyCode_SetExtra behaviour wrong on allocation failure and after realloc

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +882 ___ Python tracker <http://bugs.python.org/issue29683> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28739] PEP 498: docstrings as f-strings

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +885 ___ Python tracker <http://bugs.python.org/issue28739> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16285] Update urllib quoting to RFC 3986

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +863 ___ Python tracker <http://bugs.python.org/issue16285> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29684] Minor regression in PyEval_CallObjectWithKeywords()

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +880 ___ Python tracker <http://bugs.python.org/issue29684> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27932] platform.win32_ver() leaks in 2.7.12

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +898 ___ Python tracker <http://bugs.python.org/issue27932> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29210] Remove the support of the exclude argument in tarfile.TarFile.add()

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +879 ___ Python tracker <http://bugs.python.org/issue29210> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28225] bz2 does not support pathlib

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +896 ___ Python tracker <http://bugs.python.org/issue28225> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.org/issue28932> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25778] winreg.EnumValue does not truncate strings correctly

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +899 ___ Python tracker <http://bugs.python.org/issue25778> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.org/issue29034> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.org/issue28469> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +877 ___ Python tracker <http://bugs.python.org/issue28163> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.org/issue28488> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29607] Broken stack_effect for CALL_FUNCTION_EX

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +886 ___ Python tracker <http://bugs.python.org/issue29607> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28228] imghdr does not support pathlib

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +888 ___ Python tracker <http://bugs.python.org/issue28228> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.org/issue29195> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +904 ___ Python tracker <http://bugs.python.org/issue28430> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23262] webbrowser module broken with Firefox 36+

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +903 ___ Python tracker <http://bugs.python.org/issue23262> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.org/issue25953> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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 <http://bugs.python.org/issue16255> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +893 ___ Python tracker <http://bugs.python.org/issue28138> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28227] gzip does not support pathlib

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +894 ___ Python tracker <http://bugs.python.org/issue28227> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25008] Deprecate smtpd (based on deprecated asyncore/asynchat)

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +907 ___ Python tracker <http://bugs.python.org/issue25008> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28731] _PyDict_NewPresized() creates too small dict

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +891 ___ Python tracker <http://bugs.python.org/issue28731> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28752] datetime object fails to restore from reduction

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +906 ___ Python tracker <http://bugs.python.org/issue28752> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +895 ___ Python tracker <http://bugs.python.org/issue29327> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28409] test.regrtest does not support multiple -x flags

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +910 ___ Python tracker <http://bugs.python.org/issue28409> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21085] Cygwin does not provide siginfo_t.si_band

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +897 ___ Python tracker <http://bugs.python.org/issue21085> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20191] resource.prlimit(int, int, str) crashs

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +912 ___ Python tracker <http://bugs.python.org/issue20191> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29338] Output the text signature in the help of a class

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +913 ___ Python tracker <http://bugs.python.org/issue29338> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26920] android: test_sys fails

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +908 ___ Python tracker <http://bugs.python.org/issue26920> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28229] lzma does not support pathlib

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +918 ___ Python tracker <http://bugs.python.org/issue28229> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28835] Change in behavior when overriding warnings.showwarning and with catch_warnings(record=True)

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +909 ___ Python tracker <http://bugs.python.org/issue28835> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29094] Regression in zipfile writing in 2.7.13

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +911 ___ Python tracker <http://bugs.python.org/issue29094> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15819] Unable to build Python out-of-tree when source tree is readonly.

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +914 ___ Python tracker <http://bugs.python.org/issue15819> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9303] Migrate sqlite3 module to _v2 API to enhance performance

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +920 ___ Python tracker <http://bugs.python.org/issue9303> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29337] BytesWarning at compile time

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +915 ___ Python tracker <http://bugs.python.org/issue29337> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29444] Out-of-bounds buffer access in match_getslice_by_index

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +917 ___ Python tracker <http://bugs.python.org/issue29444> ___ ___ Python-bugs-list mailing list Unsubscribe:

  1   2   3   4   5   6   7   8   >