[issue46069] Spam

2021-12-14 Thread Zachary Ware
Change by Zachary Ware : -- components: -Build nosy: -havenhaven title: Super Smash Flash 2 -> Spam versions: -Python 3.11 ___ Python tracker <https://bugs.python.org/issu

[issue46069] Spam

2021-12-14 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg408519 ___ Python tracker <https://bugs.python.org/issue46069> ___ ___ Python-bugs-list m

[issue43424] Document the `controller.name` field in `webbrowser` module

2021-12-21 Thread Zachary Ware
Change by Zachary Ware : -- hgrepos: -413 ___ Python tracker <https://bugs.python.org/issue43424> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46207] Log emit performance degradation in RotatingFileHandlers due to filesystem checks

2021-12-30 Thread Zachary Ware
Change by Zachary Ware : -- components: +Library (Lib) nosy: +vinay.sajip ___ Python tracker <https://bugs.python.org/issue46207> ___ ___ Python-bugs-list mailin

[issue46243] Spam

2022-01-03 Thread Zachary Ware
Change by Zachary Ware : -- nosy: -booth1664, christian.heimes title: flash drive -> Spam type: compile error -> ___ Python tracker <https://bugs.python.org/i

[issue46280] About vulnerabilities in Cpython native code

2022-01-06 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +414039482 ___ Python tracker <https://bugs.python.org/issue46280> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46280] About vulnerabilities in Cpython native code

2022-01-06 Thread Zachary Ware
Zachary Ware added the comment: As an aside, there's an issue with Roundup where a username composed of all digits causes it to think that name is a user ID in the nosy list. I recommend changing your username to include a non-digit character so that others can interact with you on

[issue46280] About vulnerabilities in Cpython native code

2022-01-06 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +414039482 -zach.ware ___ Python tracker <https://bugs.python.org/issue46280> ___ ___ Python-bugs-list mailing list Unsub

[issue46293] Typo in specifying escape sequence

2022-01-07 Thread Zachary Ware
Zachary Ware added the comment: The table could stand some clarification; `\newline` is the only example that is not showing exactly the characters that one would see when looking at source code and which doesn't have an explanatory note. There's also the additional wrinkle

[issue45723] Improve and simplify configure.ac checks

2022-01-11 Thread Zachary Ware
Change by Zachary Ware : -- components: -2to3 (2.x to 3.x conversion tool), Argument Clinic, C API, Cross-Build, Demos and Tools, Distutils, Documentation, Extension Modules, FreeBSD, IDLE, IO, Installation, Interpreter Core, Library (Lib), Parser, Regular Expressions, SSL

[issue46314] Stray RESUME opcode for unused lambda

2022-01-11 Thread Zachary Ware
Change by Zachary Ware : -- nosy: -Alex.Willmer, asvetlov, barry, dstufft, eric.araujo, ezio.melotti, koobs, lys.nikolaou, mrabarnett, ned.deily, paul.moore, r.david.murray, ronaldoussoren, steve.dower, terry.reedy, tim.golden, vstinner, yselivanov, zach.ware type: security

[issue46351] Makefile missing '/' for some path names

2022-01-12 Thread Zachary Ware
Zachary Ware added the comment: This has been fixed in 3.11 with GH-28659, but the fix hasn't been backported due to the unlikelihood of this issue actually being a problem and a procedural wrinkle in the original PR. I suspect a clean backport would be accepted, but this is still a r

[issue46402] Enhance sqlite3 to avoid implicit creation?

2022-01-16 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +erlendaasland, zach.ware stage: -> needs patch type: -> enhancement versions: +Python 3.11 ___ Python tracker <https://bugs.python.org/i

[issue46425] Multiple test modules fail to run if invoked directly

2022-01-18 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue46425> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45554] multiprocessing exitcode is insufficiently documented

2022-01-18 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +davin, pitrou versions: +Python 3.10, Python 3.11, Python 3.9 ___ Python tracker <https://bugs.python.org/issue45554> ___ ___

[issue46316] Optimize pathlib.Path.iterdir()

2022-01-20 Thread Zachary Ware
Zachary Ware added the comment: New changeset a1c88414926610a3527398a478c3e63c531dc742 by Barney Gale in branch 'main': bpo-46316: optimize `pathlib.Path.iterdir()` (GH-30501) https://github.com/python/cpython/commit/a1c88414926610a3527398a478c3e63c531dc742 -- nosy:

[issue46316] Optimize pathlib.Path.iterdir()

2022-01-20 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue42982] Update suggested number of iterations for pbkdf2_hmac()

2022-01-26 Thread Zachary Ware
Zachary Ware added the comment: Rather than suggesting an actual number, perhaps we should link to an external resources that covers how to choose the number? Or we leave it vague and say "The number of iterations should be chosen based on the hash algorithm and computing power; there

[issue7057] tkinter doc: more 3.x updates

2022-01-27 Thread Zachary Ware
Zachary Ware added the comment: Trusting Mark's diagnosis, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker <https://bug

[issue10943] abitype: Need better support to port C extension modules to the stable C API

2022-01-27 Thread Zachary Ware
Zachary Ware added the comment: Tools/scripts/abitype.py hasn't seen much maintenance in 11 years, but it also seems not to have seen much use. Patches would be accepted, but priority is low enough that I'm going to go ahead and close the issue. -- nosy: +zach.ware

[issue29844] Windows Python installers not installing DLL to System32/SysWOW64

2022-01-27 Thread Zachary Ware
Zachary Ware added the comment: With the readme updated (and backports in progress), I'm closing the issue. -- nosy: -miss-islington resolution: -> fixed stage: patch review -> needs patch status: open -> closed versions: +Python 3.

[issue29844] Windows Python installers not installing DLL to System32/SysWOW64

2022-01-27 Thread Zachary Ware
Zachary Ware added the comment: New changeset a8912a0f8d9eba6d502c37d51f9933e976db by Miss Islington (bot) in branch '3.10': bpo-29844: Remove obsolete paragraph from Tools/msi/README.txt (GH-29141) https://github.com/python/cpython/commit/a8912a0f8d9eba6d502c37d51f

[issue29844] Windows Python installers not installing DLL to System32/SysWOW64

2022-01-27 Thread Zachary Ware
Zachary Ware added the comment: New changeset 7c8d1f0238842fb8da099e797eea5973b66638a9 by Miss Islington (bot) in branch '3.9': bpo-29844: Remove obsolete paragraph from Tools/msi/README.txt (GH-29141) https://github.com/python/cpython/commit/7c8d1f0238842fb8da099e797eea59

[issue46390] Multiple test failures on Alpine 3.15 / musl-1.2.2-r7

2022-01-27 Thread Zachary Ware
Zachary Ware added the comment: BTW, we do have an Alpine buildbot worker in the unstable set, running only on the `main` branch: https://buildbot.python.org/all/#/workers/19 -- nosy: +zach.ware ___ Python tracker <https://bugs.python.

[issue46565] Multiple modules leak `for` loop variables into module's namespace

2022-01-28 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue46565> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46570] Windows support for OpenSSL 3.0

2022-01-29 Thread Zachary Ware
Change by Zachary Ware : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware stage: -> needs patch type: compile error -> enhancement versions: -Python 3.10 ___ Python tracker <https://bugs.python.org/i

[issue46584] Modernize `ctypes/test_python_api` by removing old version check

2022-02-01 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue46641] multiplication error 2.2 and 2.1

2022-02-04 Thread Zachary Ware
Zachary Ware added the comment: See https://docs.python.org/3/tutorial/floatingpoint.html. Your computer thinks in base 2 rather than base 10, unless you ask it nicely (https://docs.python.org/3/library/decimal.html) :) -- nosy: +zach.ware resolution: -> not a bug st

[issue45436] test_tk.test_configure_type() fails with Tcl/Tk 8.6.11

2022-02-08 Thread Zachary Ware
Zachary Ware added the comment: > Can issue be closed now? I think so; if others disagree they can reopen it :) -- resolution: -> fixed stage: commit review -> resolved status: open -> closed type: -> behavior ___ Python

[issue46683] Python 3.6.15 source tarball installs 3.6.8?

2022-02-08 Thread Zachary Ware
Zachary Ware added the comment: I've just confirmed that both tarballs (gzip and xz) on the official download page (https://www.python.org/downloads/release/python-3615/) contain 3.6.15. Note that 3.6.8 was the last bugfix release that included Windows and macOS installers. If you&

[issue46683] Python 3.6.15 source tarball installs 3.6.8?

2022-02-08 Thread Zachary Ware
Zachary Ware added the comment: Also note that 3.6 is now EOL, so an upgrade is highly recommended anyway :) -- ___ Python tracker <https://bugs.python.org/issue46

[issue46683] Python 3.6.15 source tarball installs 3.6.8?

2022-02-08 Thread Zachary Ware
Zachary Ware added the comment: I confirmed by downloading a fresh copy of each, extracting, and looking at Include/patchlevel.h. You could further check by downloading a 3.6.8 tarball and comparing it against the 3.6.15 tarball. Is 3.6.8 the version you already have installed, and are you

[issue46683] Python 3.6.15 source tarball installs 3.6.8?

2022-02-08 Thread Zachary Ware
Zachary Ware added the comment: That's a question better suited to a forum such as the Users category of discuss.python.org, the python-l...@python.org mailing list, or StackOverflow, not a bug tracker issue. -- resolution: -> not a bug status: open -

[issue46586] In documentation contents enum.property erroneously links to built-in property

2022-02-10 Thread Zachary Ware
Zachary Ware added the comment: An updated reST linting check was added between the time you created the PR and your last update. As Jelle noted on the PR, there doesn't need to be a NEWS entry for this anyway. We might have an issue there if sphinx-lint is going to have an issue wi

[issue46780] Allow Fractions to return 1/6 for "0.17", "0.167", "0.1667", etc.

2022-02-17 Thread Zachary Ware
Zachary Ware added the comment: This sounds interesting, but also rather similar to what the `limit_denominator` method can get you. Can you provide examples that can't be handled nicely by `limit_denominator` to strengthen your case? -- nosy: +mark.dickinson, rhettinger, zach

[issue46783] Add a new feature to enumerate(iterable, start=0) built-in function

2022-02-17 Thread Zachary Ware
Change by Zachary Ware : -- assignee: docs@python -> components: +Library (Lib) -Build, Demos and Tools, Documentation, Interpreter Core nosy: -docs@python, lys.nikolaou versions: -Python 3.10, Python 3.7, Python 3.8, Python 3.9 ___ Pyt

[issue46792] Indentation now preserved with ruamel.yaml.round_trip_dump

2022-02-18 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue46795] Why Does 3rd/Python39/Lib/site-packages/psycopg2/_psycopg.cp39-win_amd64.pyd Have the CVE-2021-3711 CVE-2021-23840 CVE-2021-3450 CVE-2021-3712 CVE-2021-23841 CVE-2021-3449 CVE-2021-4160 V

2022-02-19 Thread Zachary Ware
New submission from Zachary Ware : Psycopg2 is a third-party package; questions about it should be directed to the Users category of discuss.python.org, the python-list mailing list, or a forum specific to psycopg2. Also, note that Python 3.9.2 is well out of date; you should update to

[issue46800] Support for pause(2)

2022-02-19 Thread Zachary Ware
Zachary Ware added the comment: See signal.pause: https://docs.python.org/3/library/signal.html#signal.pause -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue46

[issue46819] Add an Error / Exception / Warning when contextlib.suppress() is entered with no specified exception(s) to suppress

2022-02-21 Thread Zachary Ware
Zachary Ware added the comment: I'm -1 on this suggestion; consider the following: ``` exceptions_to_suppress = [] if some_condition: exceptions_to_suppress.append(ValueError) with contextlib.suppress(*exceptions_to_suppress): do_a_thing() ``` This seems a reasonable case to su

[issue46800] Support for pause(2)

2022-02-22 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue46819] Add an Error / Exception / Warning when contextlib.suppress() is entered with no specified exception(s) to suppress

2022-02-22 Thread Zachary Ware
Zachary Ware added the comment: But `suppress` takes varargs; from `suppress`'s perspective, there is no difference between `suppress()` and `l=[];suppress(*l)`. There would be a difference at the AST level, but trying to find it within `suppress` to issue a warning seems unfea

[issue46819] Add an Error / Exception / Warning when contextlib.suppress() is entered with no specified exception(s) to suppress

2022-02-22 Thread Zachary Ware
Zachary Ware added the comment: >>> try: ... raise ValueError("I raise...") ... except (): ... pass ... Traceback (most recent call last): File "", line 2, in ValueError: I raise... -- ___ Python trac

[issue46839] Process finished with exit code -1073741819 (0xC0000005)

2022-02-23 Thread Zachary Ware
Zachary Ware added the comment: 0xc005 appears to be an access violation, but beyond that there's not much we can help with here. For a start, Python 2.7 has been out of support for over 2 years now, and as far as I can easily tell Anaconda2 is no longer supported either. It is h

[issue46890] venv does not create "python" link in python 3.11

2022-03-01 Thread Zachary Ware
Change by Zachary Ware : -- title: vent does not create "python" link in python 3.11 -> venv does not create "python" link in python 3.11 ___ Python tracker <https://

[issue46982] Error in the experts list

2022-03-11 Thread Zachary Ware
Zachary Ware added the comment: Jelle, I think the simplest solution would be to remove the space from your bpo login name. -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue46

[issue46566] Support -3.11-arm64 in py.exe launcher

2022-03-11 Thread Zachary Ware
Zachary Ware added the comment: If it's already turning into a rewrite, how feasible would it be to adopt Brett's `py` launcher? -- nosy: +brett.cannon ___ Python tracker <https://bugs.python.o

[issue47060] importlib.metadata.version can return None

2022-03-18 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +jaraco ___ Python tracker <https://bugs.python.org/issue47060> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue47062] Implement asyncio.Runner context manager

2022-03-21 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue47062> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue47112] RuntimeError: expected scalar type Long but found Int

2022-03-24 Thread Zachary Ware
Zachary Ware added the comment: This appears to be an issue with either your code or the third-party PyTorch package. You'll have better luck asking about this in a forum specific to PyTorch, or perhaps the `Users` category of discuss.python.org. -- nosy: +zach.ware resol

[issue47148] sys.path.append before import the module causing module don't have doc-string?

2022-03-29 Thread Zachary Ware
Zachary Ware added the comment: I can't reproduce this without the `-OO` option: -OO: do -O changes and also discard docstrings; add .opt-2 before .pyc extension Note that I did slightly adjust your `b.py` script to do `print(a.multiply.__doc__)`, but here's wh

[issue47148] sys.path.append before import the module causing module don't have doc-string?

2022-03-30 Thread Zachary Ware
Zachary Ware added the comment: Also cannot reproduce on Windows: D:\issue47148_test\parent\another folder>type ..\a.py def multiply(): """multiply stuff""" return 2 * 4 D:\issue47148_test\parent\another folder>type b.py import sys sys.path.ap

[issue47183] Cant compile html docs

2022-03-31 Thread Zachary Ware
Zachary Ware added the comment: You have a rather old version of Sphinx; the 3.11 docs are built with v4.5.0. Try `make clean-venv venv html`? -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue47

[issue47183] Cant compile html docs

2022-03-31 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> works for me status: open -> pending ___ Python tracker <https://bugs.python.org/issue47183> ___ ___ Pyth

[issue47194] Upgrade to zlib v1.2.12 in CPython binary releases

2022-04-01 Thread Zachary Ware
Change by Zachary Ware : -- keywords: +patch pull_requests: +30312 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/32241 ___ Python tracker <https://bugs.python.org/issu

[issue37859] time.process_time() constant / erratic on Windows

2019-08-14 Thread Zachary Ware
Zachary Ware added the comment: Try this: while time.process_time() < 0.5: print('.', flush=True, end='') Or: >>> time.process_time() 0.03125 >>> len(str(2**500_000)) 150515 >>> time.process_time() 0.484375 Basically, process_time() (a

[issue37859] time.process_time() constant / erratic on Windows

2019-08-14 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> not a bug stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.or

[issue37875] gzip module any difference for compressing png file in version 2.X and 3.X

2019-08-16 Thread Zachary Ware
Zachary Ware added the comment: Sorry, but your report is unclear. Are you asking if there is any difference, or are you reporting a difference? If the former, this is not the correct forum for such questions, please try python-l...@python.org or StackOverflow instead. If the latter

[issue37875] gzip module any difference for compressing png file in version 2.X and 3.X

2019-08-19 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue37875> ___ ___

[issue37970] urllib.parse docstrings incomplete

2019-08-28 Thread Zachary Ware
New submission from Zachary Ware : For example, urlsplit: >>> from urllib.parse import urlsplit >>> help(urlsplit) Help on function urlsplit in module urllib.parse: urlsplit(url, scheme='', allow_fragments=True) Parse a URL into 5 components: :///?#

[issue37983] macOS: os.lchmod() incorrectly removed by 2.7.16

2019-08-29 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +benjamin.peterson ___ Python tracker <https://bugs.python.org/issue37983> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37970] urllib.parse docstrings incomplete

2019-09-04 Thread Zachary Ware
Zachary Ware added the comment: >I don't understand why we'd have scheme and netloc, but nothing for path and >query. I'm not sure what you mean here; can you please clarify? > What are you suggesting we add for scheme/allow_fragements? Just a brief description of w

[issue37970] urllib.parse docstrings incomplete

2019-09-04 Thread Zachary Ware
Zachary Ware added the comment: I see. I don't think we need to describe each returned component in the docstring; they're some combination of self-explanatory, described in the reference docs, or just industry-standard terms that are easily defined from other sources. I'm

[issue38048] unususal behavior

2019-09-07 Thread Zachary Ware
Zachary Ware added the comment: To reiterate, there is no bug in Python here. The code that you attached here has a typo that turns this example into an infinite loop, and the Windows Command Prompt will happily take any input and echo it, even though Python is not actually consuming any

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 1f86fdcfc57270ee569cc58269a4e08afe7608ec by Zachary Ware (Florian Bruhin) in branch 'master': bpo-15817: gdbinit: Document commands after defining them (GH-15021) https://github.com/python/cpython/commit/1f86fdcfc57270ee569cc58269a4e0

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2019-09-09 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +15398 pull_request: https://github.com/python/cpython/pull/15744 ___ Python tracker <https://bugs.python.org/issue15

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 14f7de72b62ec8e73a8a57b25ad8fef230dc6a3c by Zachary Ware in branch '3.8': [3.8] bpo-15817: gdbinit: Document commands after defining them (GH-15021) (#15744) https://github.com/python/cpython/commit/14f7de72b62ec8e73a8a57b25ad8fe

[issue38064] Spam

2019-09-09 Thread Zachary Ware
Change by Zachary Ware : -- components: -Cross-Build nosy: -Alex.Willmer, pokeronline63, xtreak title: Agen Poker Online Terpercaya -> Spam versions: -Python 3.7 ___ Python tracker <https://bugs.python.org/issu

[issue38063] Modify test_socket.py to use unittest test discovery

2019-09-09 Thread Zachary Ware
New submission from Zachary Ware : See also #14408. -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue38063> ___ ___ Python-bugs-list mailin

[issue38064] Spam

2019-09-09 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg351408 ___ Python tracker <https://bugs.python.org/issue38064> ___ ___ Python-bugs-list m

[issue36250] pdb: interaction might cause "ValueError: signal only works in main thread"

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 8d64bfafdffd9f866bb6ac2e5b4c4bdfcb16aea0 by Zachary Ware (Daniel Hahler) in branch 'master': bpo-36250: ignore ValueError from signal in non-main thread (GH-12251) https://github.com/python/cpython/commit/8d64bfafdffd9f866bb6ac2e5b4c4b

[issue36250] pdb: interaction might cause "ValueError: signal only works in main thread"

2019-09-09 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.9 ___ Python tracker <https://bugs.python.or

[issue37212] ordered keyword arguments in unittest.mock.call repr and error messages

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 9d607061c9c888913ae2c18543775cf360d55f27 by Zachary Ware (Xtreak) in branch 'master': bpo-37212: Preserve keyword argument order in unittest.mock.call and error messages (GH-14310) https://github.com/python/cpyt

[issue37212] ordered keyword arguments in unittest.mock.call repr and error messages

2019-09-09 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8 ___ Python tracker <https://bugs.python.or

[issue34596] [unittest] raise error if @skip is used with an argument that looks like a test method

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: I think we need Michael's ruling on which way to go here. I'm fine with either an exception or a default reason, but still lean towards the default. I don't think `skipIf` or `skipUnless` really need a change either way; they both require tw

[issue37936] gitignore file is too broad

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 9ae9ac1061c76d637ebe9c1d6c6c802311d6ddba by Zachary Ware (Miss Islington (bot)) in branch '3.7': bpo-37936: Avoid ignoring files that we actually do track. (GH-15451) (GH-15748) https://github.com/python/cpyt

[issue35803] Test and document that `dir=...` in tempfile may be PathLike

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 370138ba9c29595df773cc057d17ea26fb6f21bd by Zachary Ware (Anthony Sottile) in branch 'master': bpo-35803: Document and test dir=PathLike for tempfile (GH-11644) https://github.com/python/cpython/commit/370138ba9c29595df773cc057d17ea

[issue35803] Test and document that `dir=...` in tempfile may be PathLike

2019-09-09 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7, Python 3.9 ___ Python tracker <https://bugs.python.or

[issue7940] re.finditer and re.findall should support negative end positions

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: Ezio requested further opinions, so here's mine. I don't think the current behavior makes sense; I doubt anyone actually expects a negative index to be squashed to 0, especially for endpos. I'm not certain that allowing negative indexes is r

[issue36511] Add Windows ARM32 buildbot

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 55d12ce8b8d397dd4e376bb0d1c27b3cced0ef50 by Zachary Ware (Paul Monson) in branch 'master': bpo-36511: clean up python process before deploy on ARM Windows buildbots (GH-14431) https://github.com/python/cpyt

[issue34293] DOC: Makefile inherits a Sphinx 1.5 bug regarding PAPER envvar

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset b5381f669718aa19690f42f3b8bd88f03045b9d2 by Zachary Ware (Jean-François B) in branch 'master': bpo-34293: Fix PDF documentation paper size (GH-8585) https://github.com/python/cpython/commit/b5381f669718aa19690f42f3b8bd88

[issue34293] DOC: Makefile inherits a Sphinx 1.5 bug regarding PAPER envvar

2019-09-09 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +15464 pull_request: https://github.com/python/cpython/pull/15816 ___ Python tracker <https://bugs.python.org/issue34

[issue34293] DOC: Makefile inherits a Sphinx 1.5 bug regarding PAPER envvar

2019-09-09 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +15465 pull_request: https://github.com/python/cpython/pull/15817 ___ Python tracker <https://bugs.python.org/issue34

[issue34293] DOC: Makefile inherits a Sphinx 1.5 bug regarding PAPER envvar

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: Thank you for the patch! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.or

[issue34293] DOC: Makefile inherits a Sphinx 1.5 bug regarding PAPER envvar

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 99df5e837334b62c29c979bb0806f525778a4f3e by Zachary Ware in branch '3.8': [3.8] bpo-34293: Fix PDF documentation paper size (GH-8585) (GH-15816) https://github.com/python/cpython/commit/99df5e837334b62c29c979bb0806f5

[issue34293] DOC: Makefile inherits a Sphinx 1.5 bug regarding PAPER envvar

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 12228ce41de1b8fcfb3f1ba0a86d98a232815e85 by Zachary Ware in branch '3.7': [3.7] bpo-34293: Fix PDF documentation paper size (GH-8585) (GH-15817) https://github.com/python/cpython/commit/12228ce41de1b8fcfb3f1ba0a86d98

[issue38088] distutils cannot locate vcruntime140.dll with only VS 2019 installed

2019-09-10 Thread Zachary Ware
Zachary Ware added the comment: New changeset cd8221152dd235ec5d06e3d9d0d8787645bbac8e by Zachary Ware (Steve Dower) in branch 'master': bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849) https://github.com/python/cpyt

[issue38087] test_ntpath must account for casing changes

2019-09-10 Thread Zachary Ware
Zachary Ware added the comment: New changeset 97d7906e301261b20a45a22242a8accb1cfb by Zachary Ware (Steve Dower) in branch 'master': bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) https://github.com/python/cpyt

[issue38089] Make macOS tests optional on Azure Pipelines

2019-09-10 Thread Zachary Ware
Zachary Ware added the comment: New changeset 801f925998cc393260f36f5ac77369fef2373ad1 by Zachary Ware (Steve Dower) in branch 'master': bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851) https://github.com/python/cpyt

[issue36901] Fix leaks in /PC/bdist_wininst/install.c

2019-09-10 Thread Zachary Ware
Zachary Ware added the comment: Closing as "won't fix"; bdist_wininst has been deprecated in 3.8. -- nosy: +zach.ware resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue37936] gitignore file is too broad

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: New changeset 455122a0094c8cfdf7e062eccc5e5b5885c75e8b by Zachary Ware (Greg Price) in branch 'master': bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-15823) https://github.com/python/cpyt

[issue37936] gitignore file is too broad

2019-09-11 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +15541 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/15900 ___ Python tracker <https://bugs.python.org/issu

[issue37936] gitignore file is too broad

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: Ok, now it's done :) Thanks, Greg. -- stage: patch review -> resolved status: open -> closed versions: +Python 3.8 ___ Python tracker <https://bugs.python.

[issue38081] Different behavior of os.path.realpath('nul') in 3.7 and 3.8

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: New changeset 92521fea5d0d4aeb9b6a3c3fdd4654af700ad5c8 by Zachary Ware (Steve Dower) in branch 'master': bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899) https://github.com/python/cpython/commit/92521fea5d0d4aeb9b6a

[issue37936] gitignore file is too broad

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: New changeset df935b5f0bcc40522c7aac1e844aa176cd8bbdef by Zachary Ware in branch '3.8': [3.8] bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-15823) (GH-15900) https://github.com/python/cpyt

[issue37326] Windows LICENSE.txt do not contain libffi license

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: New changeset 8fcaffb048d2359a4c06ed5d8fbbf46d3ae1a472 by Zachary Ware (Steve Dower) in branch 'master': bpo-37326: Include libffi license when available (GH-15921) https://github.com/python/cpython/commit/8fcaffb048d2359a4c06ed5d8fbbf4

[issue35640] Allow passing PathLike arguments to SimpleHTTPRequestHandler

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: New changeset 781266ebb60e7ac781a3e07030d92275721ff3cf by Zachary Ware (Géry Ogam) in branch 'master': bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-11398) https://github.com/python/cpyt

[issue35640] Allow passing PathLike arguments to SimpleHTTPRequestHandler

2019-09-11 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.9 -Python 3.7 ___ Python tracker <https://bugs.python.or

[issue38054] enhance pdb.set_trace() to run when the specified condition is true

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: I was actually leaning in favor of this, but Jason's examples are very compelling and require no changes to other `breakpoint()`-compatible debuggers to work as expected. Thanks for the idea, though! -- nosy: +zach.ware resolution: -> reject

[issue38111] Error while building Python from source

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: Could you add some more details about what you're doing here, such as OS, OS version, compiler and compiler version, etc.? We routinely test `--enable-shared` builds on both Linux and FreeBSD in our post-merge buildbot setup, and have not had any issues

  1   2   3   4   5   6   7   8   9   10   >