[issue20806] os.times document points to wrong section of non-Linux manual

2019-08-24 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- keywords: +patch pull_requests: +15165 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15479 ___ Python tracker ___

[issue20806] os.times document points to wrong section of non-Linux manual

2019-08-24 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: I opened a PR for this. @david please review. -- nosy: +nanjekyejoannah stage: patch review -> ___ Python tracker ___

[issue37942] Generate correct error check for PyFloat_AsDouble

2019-08-24 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset aef9ad82f7f667cd001a7112d3bc636e918626f7 by Raymond Hettinger in branch 'master': bpo-37942: Improve argument clinic float converter (GH-15470) https://github.com/python/cpython/commit/aef9ad82f7f667cd001a7112d3bc636e918626f7 -- __

[issue23061] Update pep8 to specify explicitly 'module level' imports at top of file

2019-08-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: At least some idlelib imports are delayed to avoid circular import errors, as described by Nick. The patch adds 'Module level' before 'imports'. Pro: techinically correct as only module level imports can be put at the top. Com: might be seen as giving too muc

[issue37942] Generate correct error check for PyFloat_AsDouble

2019-08-24 Thread Raymond Hettinger
Change by Raymond Hettinger : -- pull_requests: +15166 pull_request: https://github.com/python/cpython/pull/15480 ___ Python tracker ___ ___

[issue23061] Update pep8 to specify explicitly 'module level' imports at top of file

2019-08-24 Thread Raymond Hettinger
Raymond Hettinger added the comment: I concur that this should be closed. -- resolution: -> rejected stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue37942] Generate correct error check for PyFloat_AsDouble

2019-08-24 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue37942] Generate correct error check for PyFloat_AsDouble

2019-08-24 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 21161d73d979012ec3b7247261178b3aa1555486 by Raymond Hettinger in branch '3.8': [3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480) https://github.com/python/cpython/commit/21161d73d979012ec3b7247261178b3aa1555486

[issue37914] class timedelta, support the method hours and minutes in field accessors

2019-08-24 Thread hongweipeng
Change by hongweipeng : -- keywords: +patch pull_requests: +15167 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15481 ___ Python tracker ___

[issue19419] Use abc.ABC in the collections ABC

2019-08-24 Thread Raymond Hettinger
Raymond Hettinger added the comment: This was done a long time ago. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ __

[issue14619] Enhanced variable substitution for databases

2019-08-24 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue15542] Documentation incorrectly suggests __init__ called after direct __new__ call

2019-08-24 Thread Raymond Hettinger
Raymond Hettinger added the comment: FWIW, the underlying code for this in Objects/typeobject.c::type_new(). -- assignee: docs@python -> rhettinger nosy: +rhettinger ___ Python tracker __

[issue37664] Update bundled pip and setuptools

2019-08-24 Thread Pradyun Gedam
Change by Pradyun Gedam : -- pull_requests: +15168 pull_request: https://github.com/python/cpython/pull/15482 ___ Python tracker ___ ___

[issue37664] Update bundled pip and setuptools

2019-08-24 Thread Pradyun Gedam
Change by Pradyun Gedam : -- pull_requests: +15169 pull_request: https://github.com/python/cpython/pull/15483 ___ Python tracker ___ ___

[issue37664] Update bundled pip and setuptools

2019-08-24 Thread Pradyun Gedam
Pradyun Gedam added the comment: Made the release and the PR. -- ___ Python tracker ___

[issue37837] add internal _PyLong_FromUnsignedChar() function

2019-08-24 Thread Sergey Fedoseev
Sergey Fedoseev added the comment: $ gcc -v 2>&1 | grep 'gcc version' gcc version 8.3.0 (Debian 8.3.0-19) using ./configure --enable-optimizations --with-lto $ python -m perf timeit -s "from collections import deque; consume = deque(maxlen=0).extend; b = bytes(2**20)" "consume(b)" --compare-

[issue37929] IDLE: OK sometimes fails to close configdialog

2019-08-24 Thread Tal Einat
Tal Einat added the comment: New changeset d4b4c00b57d24f6ee2cf3a96213406bb09953df3 by Tal Einat in branch 'master': bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452) https://github.com/python/cpython/commit/d4b4c00b57d24f6ee2cf3a96213406bb09953df3 -- ___

[issue37929] IDLE: OK sometimes fails to close configdialog

2019-08-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +15171 pull_request: https://github.com/python/cpython/pull/15484 ___ Python tracker ___ __

[issue37929] IDLE: OK sometimes fails to close configdialog

2019-08-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +15172 pull_request: https://github.com/python/cpython/pull/15485 ___ Python tracker ___ __

[issue35855] IDLE squeezer: improve unsqueezing and autosqueeze default

2019-08-24 Thread Tal Einat
Tal Einat added the comment: See issue #37827 regarding handling of progress output, as written by tensorflow.keras for example. -- versions: +Python 3.9 ___ Python tracker _

[issue37929] IDLE: OK sometimes fails to close configdialog

2019-08-24 Thread miss-islington
miss-islington added the comment: New changeset f2b468dd6d0bdbe2e87c0ca7515800a115e95e54 by Miss Islington (bot) in branch '3.7': bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452) https://github.com/python/cpython/commit/f2b468dd6d0bdbe2e87c0ca7515800a115e95e54 --

[issue37929] IDLE: OK sometimes fails to close configdialog

2019-08-24 Thread miss-islington
miss-islington added the comment: New changeset e266d062e017b122b9741db2bd5fb99742378623 by Miss Islington (bot) in branch '3.8': bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452) https://github.com/python/cpython/commit/e266d062e017b122b9741db2bd5fb99742378623 --

[issue36205] Python 3.7 and 3.8 process_time is not reported correctly when built on older macOS versions

2019-08-24 Thread Raymond Hettinger
Raymond Hettinger added the comment: Something in the release build process is triggering this behavior (perhaps PGO). I observe the bug on the python.org official 3.8b3 release, official 3.7 release, but not in the official 3.6 release: $ python3.8 ~/time_compare.py Python ('v3.8.0b3:43362

[issue37929] IDLE: OK sometimes fails to close configdialog

2019-08-24 Thread Tal Einat
Tal Einat added the comment: Fixed. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue36205] Python 3.7 and 3.8 process_time is not reported correctly when built on older macOS versions

2019-08-24 Thread Raymond Hettinger
Raymond Hettinger added the comment: If it matters, I'm on Mojave 10.14.6 -- ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue37837] add internal _PyLong_FromUnsignedChar() function

2019-08-24 Thread Greg Price
Greg Price added the comment: Very interesting, thanks! It looks like with LTO enabled, this optimization has no effect at all. This change adds significant complexity, and it seems like the hoped-for payoff is entirely in terms of performance on rather narrowly-focused microbenchmarks. In

<    1   2