[issue36684] codecov.io code coverage has not updated since 2019-04-13

2019-05-06 Thread Gordon P. Hemsley
Gordon P. Hemsley added the comment: Hah, that's indeed where I've landed in my experimentation. -- ___ Python tracker ___ ___

[issue23697] Module level map & submit for concurrent.futures

2019-05-06 Thread Josh Rosenberg
Josh Rosenberg added the comment: For the process based versions, it makes it too easy to accidentally fork bomb yourself, since each process that call psubmit would implicitly created another #CPUs workers of its own, so a process based version Brian's case with a mere four top-level

[issue36783] No documentation for _FromXandFold C API functions

2019-05-06 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +13060 stage: -> patch review ___ Python tracker ___ ___

[issue13824] argparse.FileType opens a file and never closes it

2019-05-06 Thread Mitar
Mitar added the comment: Why not make FileType instance also a context manager, so you could do something like: with arguments.input as f: assert arguments.input is f For backwards compatibility, FileType would open eagerly as now, but it would be closed at exit from context manager.

[issue34616] implement "Async exec"

2019-05-06 Thread Matthias Bussonnier
Matthias Bussonnier added the comment: Thank Yuri for the guidance; I worked on it, cleaned things up a bit and posted a draft PR (#13148) with some example. That helps cleaning up a lot of code; and in the PR is a ~30 line example that implement an asyncio-repl. --

[issue36822] Minor grammatical fix in glossary.rst

2019-05-06 Thread SilentGhost
Change by SilentGhost : -- type: enhancement -> behavior versions: -Python 3.5, Python 3.6, Python 3.9 ___ Python tracker ___ ___

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25961/pec10.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25969/pec18.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25962/pec11.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25965/pec14.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25974/pec23.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25975/pec24.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25958/pec7.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25957/pec6.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25959/pec8.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25970/pec19.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25971/pec20.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : -- nosy: -SilentGhost ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25968/pec17.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25973/pec22.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25966/pec15.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25963/pec12.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25964/pec13.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25967/pec16.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25972/pec21.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue10653] test_time test_strptime fails on windows

2019-05-06 Thread Jeremy Kloth
Change by Jeremy Kloth : -- nosy: +jkloth ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36783] No documentation for _FromXandFold C API functions

2019-05-06 Thread Edison Abahurire
Edison Abahurire added the comment: I have submitted a PR to address this. Awaiting Review. -- ___ Python tracker ___ ___

[issue34616] implement "Async exec"

2019-05-06 Thread Matthias Bussonnier
Change by Matthias Bussonnier : -- keywords: +patch pull_requests: +13063 stage: -> patch review ___ Python tracker ___ ___

[issue36823] shutil.copytree copies directories and files but fails with that same directory with '[Errno 1] Operation not permitted')

2019-05-06 Thread Ryan Avery
New submission from Ryan Avery : I am trying to use shutil.copytree on an Azure VM that has Azure FileStorage mounted with SMB 3.0. When I run the following to copy directories from one location on my Azure File Storage to another location on my File Storage, the whole directory,

[issue36792] [Windows] time: crash on formatting time with de_DE locale

2019-05-06 Thread Jeremy Kloth
Jeremy Kloth added the comment: Thanks for the reminder Eryk Sun. This means the test needs to be run yet one more time :) import ctypes, locale, struct crt_time = ctypes.CDLL('api-ms-win-crt-time-l1-1-0', use_errno=True) locale.setlocale(locale.LC_ALL, 'de_DE') buf =

[issue36778] test_site.StartupImportTests.test_startup_imports fails if default code page is cp65001

2019-05-06 Thread Inada Naoki
Inada Naoki added the comment: FYI, I expect cp65001 will be used more widely in near future, because non UTF-8 default encoding reduced Developer eXperience, and Microsoft try to improve DX recent years. Today, Microsoft announced new Terminal application. It seems use

[issue36782] Add tests for the datetime C API

2019-05-06 Thread Edison Abahurire
Edison Abahurire added the comment: I have submitted PR (under review) for these tests: - PyDate_FromDate / PyDateTimeAPI->Date_FromDate - PyDateTime_FromDateAndTime / PyDateTimeAPI->DateTime_FromDateAndTime - PyDateTime_FromDateAndTimeAndFold / PyDateTimeAPI->DateTime_FromDateAndTimeAndFold

[issue36782] Add tests for the datetime C API

2019-05-06 Thread Edison Abahurire
Edison Abahurire added the comment: @p-ganssle Please open a new bpo for the Untested macros. I will be happy to work on that in the sprints tomorrow. -- ___ Python tracker

[issue36822] Minor grammatical fix in glossary.rst

2019-05-06 Thread Sanyam Khurana
Change by Sanyam Khurana : -- keywords: +patch pull_requests: +13058 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue36822] Minor grammatical fix in glossary.rst

2019-05-06 Thread Sanyam Khurana
New submission from Sanyam Khurana : While working on translations, I saw a minor grammatical error in `Doc/glossary.rst`: ``` * The default Python prompt of the interactive shell when entering code for an indented code block ... ``` should be ``` * The default Python

[issue24263] unittest cannot load module whose name starts with Unicode

2019-05-06 Thread Toshio Kuratomi
Change by Toshio Kuratomi : -- pull_requests: +13064 stage: test needed -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue35925] test_httplib test_nntplib test_ssl fail on ARMv7 Debian buster bot (OpenSSL 1.1.1a)

2019-05-06 Thread miss-islington
miss-islington added the comment: New changeset ffa29b5aca1aaeae46af2582c401ef0ed20d4153 by Miss Islington (bot) in branch '3.7': bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124) https://github.com/python/cpython/commit/ffa29b5aca1aaeae46af2582c401ef0ed20d4153

[issue36817] Add = to f-strings for easier debugging.

2019-05-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I like this! Except that I think that !f is not needed. You can use repr by default only when no format spec is specified, and add explicit !r if you want to use repr with the format spec. If you want to format the value without repr and the format spec

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25952/pec1.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25953/pec2.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue36817] Add = to f-strings for easier debugging.

2019-05-06 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: +1 from me (as a big fan of print-debugging). -- nosy: +levkivskyi ___ Python tracker ___ ___

[issue36807] IDLE doesn't call os.fsync()

2019-05-06 Thread Dan Halbert
Dan Halbert added the comment: I'm one of the CircuitPython core devs. This issue is OS-dependent: Windows and Linux don't necessarily write data and metadata out to USB drives promptly. The problem is particularly acute for FAT12 filesystems on Windows, which are typically 16MB or smaller:

[issue35925] test_httplib test_nntplib test_ssl fail on ARMv7 Debian buster bot (OpenSSL 1.1.1a)

2019-05-06 Thread Gregory P. Smith
Gregory P. Smith added the comment: The merged PR basically skips the specific failing unit test cases of the ssl key strength check error is detected during these network tests. It should probably be backported into 3.6 and 2.7 to ease maintenance and trust of the buildbots on those.

[issue36684] codecov.io code coverage has not updated since 2019-04-13

2019-05-06 Thread Gordon P. Hemsley
Change by Gordon P. Hemsley : -- pull_requests: +13059 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36806] Forbid creating of stream objects outside of asyncio

2019-05-06 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25955/pec4.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25956/pec5.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25960/pec9.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
SilentGhost added the comment: Closing as out of date. Too much spam in this issue. -- nosy: +SilentGhost -topworker resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25954/pec3.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25982/pec31.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25983/pec32.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25981/pec30.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25985/pec34.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25976/pec25.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25977/pec26.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25980/pec29.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25978/pec27.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1054] scriptsinstall target fails in alternate build dir

2019-05-06 Thread SilentGhost
Change by SilentGhost : Removed file: https://bugs.python.org/file25979/pec28.html ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue36817] Add = to f-strings for easier debugging.

2019-05-06 Thread Barry A. Warsaw
Change by Barry A. Warsaw : -- nosy: +barry ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36817] Add = to f-strings for easier debugging.

2019-05-06 Thread Eric V. Smith
Change by Eric V. Smith : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35925] test_httplib test_nntplib test_ssl fail on ARMv7 Debian buster bot (OpenSSL 1.1.1a)

2019-05-06 Thread Gregory P. Smith
Change by Gregory P. Smith : -- keywords: +patch pull_requests: +13036 stage: needs patch -> patch review ___ Python tracker ___

[issue36675] Doctest directives and comments missing from code samples

2019-05-06 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +13038 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue36816] self-signed.pythontest.net TLS certificate key is too weak

2019-05-06 Thread Gregory P. Smith
Change by Gregory P. Smith : -- keywords: +patch pull_requests: +13037 stage: needs patch -> patch review ___ Python tracker ___

[issue30668] DOC: missing word in license.rst

2019-05-06 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset 4920c093da8a3061faea62d62f2ddf0c5c443360 by Stéphane Wirtel (Patrick Mühlbauer) in branch 'master': bpo-30668: add missing word in license.rst (GH-13115) https://github.com/python/cpython/commit/4920c093da8a3061faea62d62f2ddf0c5c443360

[issue30668] DOC: missing word in license.rst

2019-05-06 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thank you for your contribution, I close the issue. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue36784] __import__ with empty folder after importlib.invalidate_caches causes reference leak

2019-05-06 Thread Julien Palard
Julien Palard added the comment: Thanks Sebastian for looking at it \o/ -- nosy: +mdk resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker

[issue28775] Option to set startup directory in IDLE

2019-05-06 Thread anthony shaw
anthony shaw added the comment: Hi Nofar are you still interested on working on this request? -- nosy: +anthonypjshaw ___ Python tracker ___

[issue25251] Unknown MS Compiler version 1900

2019-05-06 Thread anthony shaw
anthony shaw added the comment: Closing as 3rd party feature for setuptools -- nosy: +anthonypjshaw resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker

[issue33110] Adding a done callback to a concurrent.futures Future once it has already completed, may raise an exception, contrary to docs

2019-05-06 Thread Sam Martin
Change by Sam Martin : -- keywords: +patch pull_requests: +13054 stage: -> patch review ___ Python tracker ___ ___

[issue27639] UserList.__getitem__ doesn't account for slices

2019-05-06 Thread Michael Blahay
Michael Blahay added the comment: Here is a test that more explicitly shows the problem. >>> from collections import UserList >>> UserList([0,1,2,3,4,5])[0:2].__class__ >>> It can clearly be seen here that the return type of the slicing operator is list when it should, in this case, be

[issue25597] unittest.mock does not wrap dunder methods (__getitem__ etc)

2019-05-06 Thread anthony shaw
anthony shaw added the comment: The assertions in the attached test still fail on master (3.8a3), so this still applies. Michael, are you able to look at this, the code hasn't changed since the original PEP417 implementation, which doesn't specify if this behaviour should be supported.

[issue36766] Typos in docs and code comments

2019-05-06 Thread Dustin Mendoza
Change by Dustin Mendoza : -- pull_requests: +13049 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36542] Allow to overwrite the signature for Python functions

2019-05-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset d53cf99dca4605ace4b81b1e585616b3e1b74fa6 by Serhiy Storchaka in branch 'master': bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705) https://github.com/python/cpython/commit/d53cf99dca4605ace4b81b1e585616b3e1b74fa6

[issue24195] Add `Executor.filter` to concurrent.futures

2019-05-06 Thread Brian Quinlan
Brian Quinlan added the comment: Hey Ethan, I'm really sorry about dropping the ball on this. I've been burnt out on Python stuff for the last couple of years. When we left this, it looked like the -1s were in the majority and no one new has jumped on to support `filter`. If you wanted to

[issue25541] Wrong usage of sockaddr_un struct for abstract namespace unix sockets

2019-05-06 Thread anthony shaw
anthony shaw added the comment: hi, which version of Python were you using to do this? Please could you provide the full code snippet to reproduce the issue. The following example binds to the correct namespace from socket import * sock = socket(AF_UNIX, SOCK_STREAM)

[issue36821] Termios module largely untested

2019-05-06 Thread anthony shaw
New submission from anthony shaw : I noticed that the termios.c module is largely untested. There is some coverage via test_pty, test_ioctl and test_getpass, but there is nothing to cover regression and the behaviours in the module functions. Tests are required for: - termios.tcgetattr() -

[issue36821] Termios module largely untested

2019-05-06 Thread anthony shaw
anthony shaw added the comment: This could be a good issue for the PyCon sprints, otherwise I'm happy to implement it -- ___ Python tracker ___

[issue36395] Add deferred single-threaded/fake executor to concurrent.futures

2019-05-06 Thread Brian McCutchon
Brian McCutchon added the comment: I understand your hesitation to add a fake. Would it be better to make it possible to subclass Executor so that a third party implementation of this can be developed? As for an example, here is an example of nondeterminism when using a ThreadPoolExecutor

[issue36814] posix_spawn explicit file_actions=None throws error

2019-05-06 Thread anthony shaw
anthony shaw added the comment: Raised a fix in GH-13144 -- stage: patch review -> ___ Python tracker ___ ___ Python-bugs-list

[issue36814] posix_spawn explicit file_actions=None throws error

2019-05-06 Thread anthony shaw
anthony shaw added the comment: Issue is in parse_file_actions parse_file_actions(PyObject *file_actions, posix_spawn_file_actions_t *file_actionsp, PyObject *temp_buffer) { PyObject *seq; PyObject *file_action = NULL; PyObject *tag_obj;

[issue36817] Add = to f-strings for easier debugging.

2019-05-06 Thread Eric V. Smith
Change by Eric V. Smith : -- keywords: +patch pull_requests: +13035 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue36817] Add = to f-strings for easier debugging.

2019-05-06 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: I'll assume you can resolve any weird corner cases, in which case +1 -- type: enhancement -> ___ Python tracker ___

[issue35925] test_httplib test_nntplib test_ssl fail on ARMv7 Debian buster bot (OpenSSL 1.1.1a)

2019-05-06 Thread Gregory P. Smith
Gregory P. Smith added the comment: PR coming -- assignee: -> gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list mailing

[issue30668] DOC: missing word in license.rst

2019-05-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +13039 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32223] distutils doesn't correctly read UTF-8 content from config files

2019-05-06 Thread Éric Araujo
Éric Araujo added the comment: No, setup.py and setup.cfg are invented by distutils and extended by setuptools. -- ___ Python tracker ___

[issue34946] inspect.getcallargs is marked as deprecated in documentation, but doesn't issue a DeprecationWarning when used

2019-05-06 Thread anthony shaw
anthony shaw added the comment: Submitted PR to add the deprecation warning, since this initial discussion, some other functions also raise DeprecationWarning's in code. -- nosy: +anthonypjshaw ___ Python tracker

[issue26374] concurrent_futures Executor.map semantics better specified in docs

2019-05-06 Thread Brian Quinlan
Brian Quinlan added the comment: Can we close this bug then? -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue36820] Captured exceptions are keeping user objects alive unnecessarily in the stdlib

2019-05-06 Thread Mario Corchero
New submission from Mario Corchero : There are multiple places in the standard library where the code captures an exception and reraises it later (outside of the original except). This is known to cause a cycle as saving the exception has a traceback that eventually points back to the

[issue36819] Crash during encoding using UTF-16/32 and custom error handler

2019-05-06 Thread Andrei Talaba
Change by Andrei Talaba : Removed file: https://bugs.python.org/file48304/encode_crash.py ___ Python tracker ___ ___ Python-bugs-list

[issue36819] Crash during encoding using UTF-16/32 and custom error handler

2019-05-06 Thread Andrei Talaba
Change by Andrei Talaba : Added file: https://bugs.python.org/file48305/encode_crash.py ___ Python tracker ___ ___ Python-bugs-list mailing

[issue32971] Docs on unittest.TestCase.assertRaises() should clarify context manager details

2019-05-06 Thread anthony shaw
Change by anthony shaw : -- pull_requests: -9605 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36766] Typos in docs and code comments

2019-05-06 Thread Terry J. Reedy
Terry J. Reedy added the comment: Dustin, thank you for both patches. Some people are not annoyed by minor typos. I am one who is. I hope you are enjoying and learning from the sprint. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed

[issue35925] test_httplib test_nntplib test_ssl fail on ARMv7 Debian buster bot (OpenSSL 1.1.1a)

2019-05-06 Thread Gregory P. Smith
Gregory P. Smith added the comment: New changeset 2cc0223f43a1ffd59c887a73e2b0ce5202f3be90 by Gregory P. Smith in branch 'master': bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124) https://github.com/python/cpython/commit/2cc0223f43a1ffd59c887a73e2b0ce5202f3be90

[issue28367] Add more standard baud rate constants to "termios"

2019-05-06 Thread anthony shaw
anthony shaw added the comment: Converted the original patch as a PR GH-13142 this seems like a good idea and an easy change -- nosy: +anthonypjshaw ___ Python tracker ___

[issue11698] Improve repr for structseq objects to show named, but unindexed fields

2019-05-06 Thread MICHAEL BLAHAY
MICHAEL BLAHAY added the comment: I will work on this -- nosy: +MICHAEL BLAHAY ___ Python tracker ___ ___ Python-bugs-list mailing

[issue36817] Add = to f-strings for easier debugging.

2019-05-06 Thread Eric V. Smith
New submission from Eric V. Smith : This is an alternative proposal to issue36774. We (Eric V. Smith and Larry Hastings) propose a minor language change. This level of change doesn't require a PEP, so in this post-BDFL world what we need is "a consensus among core developers". So please vote!

[issue36582] collections.UserString encode method returns a string

2019-05-06 Thread MICHAEL BLAHAY
MICHAEL BLAHAY added the comment: I will pick this on up -- nosy: +MICHAEL BLAHAY ___ Python tracker ___ ___ Python-bugs-list

[issue36165] DOC: ssl.rst is missing formatting on two links

2019-05-06 Thread Toshio Kuratomi
Toshio Kuratomi added the comment: I'll take a look at this one. -- nosy: +a.badger ___ Python tracker ___ ___ Python-bugs-list

[issue34946] inspect.getcallargs is marked as deprecated in documentation, but doesn't issue a DeprecationWarning when used

2019-05-06 Thread anthony shaw
Change by anthony shaw : -- keywords: +patch pull_requests: +13040 stage: -> patch review ___ Python tracker ___ ___

  1   2   3   4   >