[issue35603] table header in output of difflib.HtmlDiff.make_table is not escaped and can be rendered as code in the browser

2018-12-28 Thread Karthikeyan Singaravelan
New submission from Karthikeyan Singaravelan : HtmlDiff.make_table takes fromdesc and todesc that are not escaped causing problems while rendering html when they contain tags like fromdesc="", todesc="". There is no validation for them to be filenames so they could be arbitrary strings. Since

[issue33350] WinError 10038 is raised when loop.sock_connect is wrapped with asyncio.wait_for

2018-12-28 Thread Alisue Lambda
Alisue Lambda added the comment: https://github.com/python/asyncio/pull/419 It seems the PR above which has not merged solve the issue. -- ___ Python tracker ___

[issue35603] table header in output of difflib.HtmlDiff.make_table is not escaped and can be rendered as code in the browser

2018-12-28 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- keywords: +patch, patch pull_requests: +10624, 10625 stage: -> patch review ___ Python tracker ___

[issue35603] table header in output of difflib.HtmlDiff.make_table is not escaped and can be rendered as code in the browser

2018-12-28 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- keywords: +patch pull_requests: +10624 stage: -> patch review ___ Python tracker ___ ___ Py

[issue35603] table header in output of difflib.HtmlDiff.make_table is not escaped and can be rendered as code in the browser

2018-12-28 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- keywords: +patch, patch, patch pull_requests: +10624, 10625, 10626 stage: -> patch review ___ Python tracker ___ __

[issue33350] WinError 10038 is raised when loop.sock_connect is wrapped with asyncio.wait_for

2018-12-28 Thread Andrew Svetlov
Andrew Svetlov added the comment: What Python version do you use? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue35591] IDLE: Traceback on Find Selection

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10627 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35591] IDLE: Traceback on Find Selection

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10627, 10628, 10629 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue35591] IDLE: Traceback on Find Selection

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10627, 10628 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue35591] IDLE: Traceback on Find Selection

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/pyt

[issue35591] IDLE: Traceback on Find Selection

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10628 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35591] IDLE: Traceback on Find Selection

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10629 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35604] Is python used more than Java Nowadays?

2018-12-28 Thread manchun kumar
New submission from manchun kumar : Whether we should choose Python or Java! Which one is easy or which is used more often? These questions are natural if you belong to this industry where everyone is talking about this. Programmers community endlessly debate about these two languages and the

[issue35591] IDLE: Traceback on Find Selection

2018-12-28 Thread miss-islington
miss-islington added the comment: New changeset 098bb249e9cf315b9e3b7d4bdad039a093d049c4 by Miss Islington (bot) in branch '3.7': bpo-35591: IDLE Find Selection now works when selection not found (GH-11339) https://github.com/python/cpython/commit/098bb249e9cf315b9e3b7d4bdad039a093d049c4 --

[issue35591] IDLE: Traceback on Find Selection

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue35604] Is python used more than Java Nowadays?

2018-12-28 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Please add some context over what this has to do with performance and docs category. The tracker might not be the appropriate place to have language debates. Please specify the outcome of the issue since your description has no actionable item or t

[issue35596] Fatal Python error: initfsencoding: unable to load the file system codec zipimport.ZipImportError: can't find module 'encodings'

2018-12-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: There were no changes in zipimport between 3.7.1 and 3.7.2, and there were just few looking unrelated changes in the import machinery. Maybe this is caused by some changes in the interpreter initialization code? -- nosy: +brett.cannon, eric.snow, n

[issue35595] Add sys flag to always show full paths in stack traces (instead of relative paths)

2018-12-28 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue35594] Python script generating Segmentation Fault

2018-12-28 Thread Eric V. Smith
Eric V. Smith added the comment: Thanks for the report, but that example is so large and complicated that it's difficult for someone not familiar with it to understand what's going on. If you could simplify it down to the smallest example that duplicates the problem, then perhaps we could ma

[issue35604] Is python used more than Java Nowadays?

2018-12-28 Thread Steven D'Aprano
Steven D'Aprano added the comment: This is spam. -- nosy: +steven.daprano resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ _

[issue34373] test_time errors on AIX

2018-12-28 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset e2926b72488596f59e43c27f3b7cedf0c5b9e88e by Nick Coghlan (Michael Felt) in branch 'master': bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726) https://github.com/python/cpython/commit/e2926b72488596f59e43c27f3b7cedf0c

[issue35555] IDLE: Gray out Code Context on non-editor windows

2018-12-28 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10630, 10631, 10632 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue35555] IDLE: Gray out Code Context on non-editor windows

2018-12-28 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10630, 10631 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue35555] IDLE: Gray out Code Context on non-editor windows

2018-12-28 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +10630 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue11191] test_search_cpp error on AIX (with xlc)

2018-12-28 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset ed57e13df60ce28ba89bd49c9c5a15b1d9bf79c7 by Nick Coghlan (Michael Felt) in branch 'master': bpo-11191: skip unsupported test_distutils case for AIX with xlc (GH-8709) https://github.com/python/cpython/commit/ed57e13df60ce28ba89bd49c9c5a15b1d9bf79c

[issue20182] Derby #13: Convert 50 sites to Argument Clinic across 5 files

2018-12-28 Thread Tal Einat
Change by Tal Einat : -- Removed message: https://bugs.python.org/msg332609 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue20182] Derby #13: Convert 50 sites to Argument Clinic across 5 files

2018-12-28 Thread Tal Einat
Change by Tal Einat : -- Removed message: https://bugs.python.org/msg332608 Removed message: https://bugs.python.org/msg332609 ___ Python tracker ___ __

[issue20182] Derby #13: Convert 50 sites to Argument Clinic across 5 files

2018-12-28 Thread Tal Einat
Change by Tal Einat : -- Removed message: https://bugs.python.org/msg332594 Removed message: https://bugs.python.org/msg332608 ___ Python tracker ___ __

[issue11191] test_search_cpp error on AIX (with xlc)

2018-12-28 Thread Nick Coghlan
Change by Nick Coghlan : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.5, Python 3.6, Python 3.7 ___ Python tracker ___ _

[issue20182] Derby #13: Convert 50 sites to Argument Clinic across 5 files

2018-12-28 Thread Tal Einat
Change by Tal Einat : -- Removed message: https://bugs.python.org/msg332590 Removed message: https://bugs.python.org/msg332594 Removed message: https://bugs.python.org/msg332608 Removed message: https://bugs.python.org/msg332609 ___ Python tracker <

[issue34373] test_time errors on AIX

2018-12-28 Thread Nick Coghlan
Change by Nick Coghlan : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue34897] distutils test errors when CXX is not set

2018-12-28 Thread Nick Coghlan
Change by Nick Coghlan : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue34711] Lib/http/server.py: Return HTTPStatus.NOT_FOUND if path.endswith(/) and not a directory

2018-12-28 Thread Nick Coghlan
Change by Nick Coghlan : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue27643] test_ctypes fails on AIX with xlc

2018-12-28 Thread Nick Coghlan
Change by Nick Coghlan : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue11192] test_socket error on AIX

2018-12-28 Thread Nick Coghlan
Change by Nick Coghlan : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue35588] Speed up mod/divmod/floordiv for Fraction type

2018-12-28 Thread Josh Rosenberg
Josh Rosenberg added the comment: divmod imposes higher fixed overhead in exchange for operating more efficiently on larger values. Given the differences are small either way, and using divmod reduces scalability concerns for larger values (which are more likely to occur in code that delays

[issue35596] Fatal Python error: initfsencoding: unable to load the file system codec zipimport.ZipImportError: can't find module 'encodings'

2018-12-28 Thread miss-islington
miss-islington added the comment: New changeset bbf695441af9def8a121ff3e245415d9fc0bab9a by Miss Islington (bot) in branch '3.7': bpo-35596: Fix vcruntime140.dll being added to embeddable distro multiple times. (GH-11329) https://github.com/python/cpython/commit/bbf695441af9def8a121ff3e24541

[issue20182] Derby #13: Convert 50 sites to Argument Clinic across 5 files

2018-12-28 Thread Tal Einat
Tal Einat added the comment: New changeset c6c7237272499b2c528acb5f62601421f329e92a by Tal Einat in branch 'master': bpo-20182: AC convert remaining functions/methods in _hashopenssl.c (GH-9213) https://github.com/python/cpython/commit/c6c7237272499b2c528acb5f62601421f329e92a __

[issue20182] Derby #13: Convert 50 sites to Argument Clinic across 5 files

2018-12-28 Thread Tal Einat
Change by Tal Einat : -- Removed message: https://bugs.python.org/msg332590 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue20182] Derby #13: Convert 50 sites to Argument Clinic across 5 files

2018-12-28 Thread Tal Einat
Change by Tal Einat : -- Removed message: https://bugs.python.org/msg332590 Removed message: https://bugs.python.org/msg332607 ___ Python tracker ___ __

[issue20182] Derby #13: Convert 50 sites to Argument Clinic across 5 files

2018-12-28 Thread Tal Einat
Change by Tal Einat : -- Removed message: https://bugs.python.org/msg332590 Removed message: https://bugs.python.org/msg332607 Removed message: https://bugs.python.org/msg332661 ___ Python tracker ___

[issue35591] IDLE: Traceback on Find Selection

2018-12-28 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks for looking at this one. :-) -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue22703] Idle Code Context menu entrie(s)

2018-12-28 Thread Tal Einat
Tal Einat added the comment: Terry, I'm having trouble getting Tk to work on my Mac since the Mojave update, so I'm not yet able to check this. -- ___ Python tracker ___

[issue35596] Fatal Python error: initfsencoding: unable to load the file system codec zipimport.ZipImportError: can't find module 'encodings'

2018-12-28 Thread Nick Coghlan
Nick Coghlan added the comment: Reviewing the diff at https://github.com/python/cpython/compare/v3.7.1...v3.7.2 the only item I've spotted that seems like it could even plausibly be related is the tweak at https://github.com/python/cpython/compare/v3.7.1...v3.7.2#diff-baf5eab51059d96fb883715

[issue35605] backported patch requires new sphinx, minimum sphinx version was not bumped

2018-12-28 Thread Anthony Sottile
New submission from Anthony Sottile : Noticed this while packaging 3.6.8 for deadsnakes (ubuntu ppa) This patch: https://github.com/python/cpython/pull/11251 Requires a version of sphinx where `sphinx.util.logging.getLogger` is available. It appears that the first version which that was avai

[issue35605] backported patch requires new sphinx, minimum sphinx version was not bumped

2018-12-28 Thread Anthony Sottile
Anthony Sottile added the comment: oops, pressed the button too quickly, meant to mention that sphinx 1.6 was released 2017-05 -- ___ Python tracker ___ _

[issue35605] backported patch requires new sphinx, minimum sphinx version was not bumped

2018-12-28 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +mdk, steve.dower ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue28009] core logic of uuid.getnode() is broken for netstat

2018-12-28 Thread Michael Felt
Michael Felt added the comment: As I am not clear on where to have a more general discussion (in a PR conversation) or here - going to start here because I cannot figure out which comment in the PR to reply to. Generally, before modifying the test_uuid.py to based tests on uuid.__NODE_GETTE

[issue28009] core logic of uuid.getnode() is broken for netstat

2018-12-28 Thread Michael Felt
Michael Felt added the comment: p.s., removed 2.7 and 3.6 as too old for any interest. -- versions: -Python 2.7, Python 3.6 ___ Python tracker ___ ___

[issue35588] Speed up mod/divmod/floordiv for Fraction type

2018-12-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Using divmod() makes the case of small integers 2-3% slower, but makes the case of large integers more significantly faster. And since the code with divmod() is simpler, I think it is worth to use it. The Fraction class also serves educational goals. The s

[issue20849] add exist_ok to shutil.copytree

2018-12-28 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: New changeset 9e00d9e88fbf943987e4771c753f5ca8f794103e by Giampaolo Rodola (jab) in branch 'master': bpo-20849: add dirs_exist_ok arg to shutil.copytree (patch by Josh Bronson) https://github.com/python/cpython/commit/9e00d9e88fbf943987e4771c753f5ca8f79410

[issue20849] add exist_ok to shutil.copytree

2018-12-28 Thread Giampaolo Rodola'
Change by Giampaolo Rodola' : -- assignee: -> giampaolo.rodola resolution: -> fixed stage: patch review -> commit review status: open -> closed ___ Python tracker ___ ___

[issue35555] IDLE: Gray out Code Context on non-editor windows

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10632 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35555] IDLE: Gray out Code Context on non-editor windows

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10631 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35555] IDLE: Gray out Code Context on non-editor windows

2018-12-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: A function to change state will be needed in the future, as illustrated by a preliminary version of PR-11325. On that PR, I requested that this part of that PR should be attached to this issue instead, with no change in the blurb. -- ___

[issue22703] Idle Code Context menu entrie(s)

2018-12-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: I understand. Until tcl/tk can be patched to work with both Mohave and past macOS versions, it is a nasty situation. -- ___ Python tracker

[issue35555] IDLE: Gray out Code Context on non-editor windows

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10633 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35555] IDLE: Gray out Code Context on non-editor windows

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10633, 10634 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue35555] IDLE: Gray out Code Context on non-editor windows

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10633, 10634, 10635 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue35555] IDLE: Gray out Code Context on non-editor windows

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10635 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35555] IDLE: Gray out Code Context on non-editor windows

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10634 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: Cheryl, the addition looks nice. But for anything else, lets discuss here first. -- ___ Python tracker ___

[issue34055] IDLE Shell: check syntax before smart indent

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10544 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue34055] IDLE Shell: check syntax before smart indent

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10545 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35596] Fatal Python error: initfsencoding: unable to load the file system codec zipimport.ZipImportError: can't find module 'encodings'

2018-12-28 Thread Steve Dower
Steve Dower added the comment: None of the code you linked is defined on Windows at all, so it can't be that. Are any stat checks done when there's only a .pyc to import? Could it be deciding that the .pyc is out of date and then failing to find source? -- __

[issue35605] backported patch requires new sphinx, minimum sphinx version was not bumped

2018-12-28 Thread Steve Dower
Steve Dower added the comment: We need Ned's approval to fix anything in 3.6 now. Typically we do consider build issues, and this one is fairly innocent (the affected code should only be used on Windows, but the import may trigger elsewhere). I'd be happy to take a patch to use logging when

[issue35606] Add prod() function to the math module

2018-12-28 Thread Raymond Hettinger
New submission from Raymond Hettinger : Back in 2007, a user suggested a built-in prod() function with an API similar to the built-in sum() function. The proposal was rejected because it wasn't needed often enough to justify a builtin function. See https://bugs.python.org/issue1093 Though

[issue35605] backported patch requires new sphinx, minimum sphinx version was not bumped

2018-12-28 Thread Ned Deily
Ned Deily added the comment: I would view this as a build regression in 3.6.8 so I would accept a fix for the 3.6 branch. -- ___ Python tracker ___ __

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset c0381aaea4ad3e866bde70393c4f7efe9bcf3568 by Terry Jan Reedy (Cheryl Sabella) in branch 'master': bpo-28097: IDLE - Add Previous/Next History to Shell menu (#11325) https://github.com/python/cpython/commit/c0381aaea4ad3e866bde70393c4f7efe9bcf356

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10636, 10637, 10638 stage: needs patch -> patch review ___ Python tracker ___ ___ Pyth

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10636 stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list m

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10636, 10637 stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10638 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10637 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-28 Thread miss-islington
miss-islington added the comment: New changeset b716c716b5d5dc630d85dd16ca6526948745c020 by Miss Islington (bot) in branch '3.7': bpo-28097: IDLE - Add Previous/Next History to Shell menu (GH-11325) https://github.com/python/cpython/commit/b716c716b5d5dc630d85dd16ca6526948745c020 --

[issue35605] backported patch requires new sphinx, minimum sphinx version was not bumped

2018-12-28 Thread Anthony Sottile
Anthony Sottile added the comment: If I add a patch which is essentially: try: # sphinx>=1.6 from sphinx.util.logging import getLogger except ImportError: # sphinx<1.6 from logging import getLogger will that be fine? and should I open that against 3.7 to be backported or just agai

[issue35605] backported patch requires new sphinx, minimum sphinx version was not bumped

2018-12-28 Thread Steve Dower
Steve Dower added the comment: I think we're okay to increase the minimum version on the active branches. -- ___ Python tracker ___ ___

[issue35605] backported patch requires new sphinx, minimum sphinx version was not bumped

2018-12-28 Thread Anthony Sottile
Anthony Sottile added the comment: I assume that means I should only target 3.6 -- does the patch look like the right approach? I can make a PR -- ___ Python tracker ___

[issue34055] IDLE Shell: check syntax before smart indent

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +10639, 10640, 10641 stage: test needed -> patch review ___ Python tracker ___ ___ Pyth

[issue34055] IDLE Shell: check syntax before smart indent

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +10639, 10640 stage: test needed -> patch review ___ Python tracker ___ ___ Python-bugs

[issue34055] IDLE Shell: check syntax before smart indent

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +10639 stage: test needed -> patch review ___ Python tracker ___ ___ Python-bugs-list m

[issue34055] IDLE: erroneous 'smart' indents in shell

2018-12-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: I changed the title back to the symptom description, rather than the wrong fix. As Cheryl noted, the cause of the specific regression is the erroneous deletion of one line in pyshell.PyShell. The simplest fix is to put is back. Globally replacing context_u

[issue34055] IDLE: erroneous 'smart' indents in shell

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10641 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue34055] IDLE: erroneous 'smart' indents in shell

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10640 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue5672] Implement a way to change the python process name

2018-12-28 Thread Dan Stromberg
Dan Stromberg added the comment: Isn't this "python script doesn't show up in top correctly" issue a matter of "#!/usr/bin/env python3"? If you "#!/usr/bin/python3" (for example) instead, top seems happy. -- nosy: +strombrg ___ Python tracker

[issue35605] backported patch requires new sphinx, minimum sphinx version was not bumped

2018-12-28 Thread Ned Deily
Ned Deily added the comment: Julien (@mdk) is the doc builds expert. -- assignee: docs@python -> mdk ___ Python tracker ___ ___ Pyt

[issue35606] Add prod() function to the math module

2018-12-28 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue34055] IDLE: erroneous 'smart' indents in shell

2018-12-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 4bc246786f003cdf1fffb3403b4cd92fc42ba9ef by Terry Jan Reedy in branch 'master': bpo-34055: Revert deletion of line in IDLE's PyShell (#11346) https://github.com/python/cpython/commit/4bc246786f003cdf1fffb3403b4cd92fc42ba9ef -- ___

[issue34055] IDLE: erroneous 'smart' indents in shell

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10642 stage: test needed -> patch review ___ Python tracker ___ ___ Python-bugs-list m

[issue34055] IDLE: erroneous 'smart' indents in shell

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10642, 10643, 10644 stage: test needed -> patch review ___ Python tracker ___ ___ Pyth

[issue34055] IDLE: erroneous 'smart' indents in shell

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10642, 10643 stage: test needed -> patch review ___ Python tracker ___ ___ Python-bugs

[issue34055] IDLE: erroneous 'smart' indents in shell

2018-12-28 Thread miss-islington
miss-islington added the comment: New changeset 95dc4577c3a1bb12978de5234aaf07839f4d7844 by Miss Islington (bot) in branch '3.7': bpo-34055: Revert deletion of line in IDLE's PyShell (GH-11346) https://github.com/python/cpython/commit/95dc4577c3a1bb12978de5234aaf07839f4d7844 -- nosy

[issue34055] IDLE: erroneous 'smart' indents in shell

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10644 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue34055] IDLE: erroneous 'smart' indents in shell

2018-12-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10643 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35601] Race condition in test_signal_handling_args x86-64 High Sierra 3.75

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10645 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35601] Race condition in test_signal_handling_args x86-64 High Sierra 3.75

2018-12-28 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 5471420faa84519530f29b08f2b042b2288e3e96 by Pablo Galindo in branch 'master': bpo-35601: Alleviate race condition when waiting for SIGALRM in test_asyncio (GH-11337) https://github.com/python/cpython/commit/5471420faa84519530f29b08f2b042

[issue35601] Race condition in test_signal_handling_args x86-64 High Sierra 3.75

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10645, 10646, 10647 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue35601] Race condition in test_signal_handling_args x86-64 High Sierra 3.75

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10645, 10646 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue35601] Race condition in test_signal_handling_args x86-64 High Sierra 3.75

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10647, 10650 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue35601] Race condition in test_signal_handling_args x86-64 High Sierra 3.75

2018-12-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +10646, 10647, 10649, 10650 ___ Python tracker ___ ___ Python-bugs-list mailing list Un

  1   2   >