[issue40155] AIX: bot status: stuck at: failed test (failure) uploading test-results.xml (failure)

2020-04-02 Thread Michael Felt
Michael Felt added the comment: did not get issue numbers in above: issue31160 and issue40094. I waited a day, before posting - in the hope it would go away. Also, I have been testing manually (no -j arguments) - and test_builtin passes when run manually. So, becoming hard to dissect

[issue40155] AIX: bot status: stuck at: failed test (failure) uploading test-results.xml (failure)

2020-04-02 Thread Michael Felt
New submission from Michael Felt : related to Two AIX bots - different environments - continue to fail the test: `test_builtin` since During the first run - the test fails with something such as: 0:31:47 [215/420] test_abc passed -- running: test_builtin (14 min 10 sec) 0:32:17 running

Re: Fw: Python installation problem

2020-04-01 Thread Michael Torrie
On 4/1/20 11:09 AM, HERNANDEZ AGUIRRE JOSE GABRIEL DE LA DOLOROSA wrote: > Para: python-list@python.org > > I  installed  the Python software , but I could not find the python.exe file > with the Unscramble software Actually in windows 10, Idle shows up in the start menu under the "I"s, not in

Re: Fw: Python installation problem

2020-04-01 Thread Michael Torrie
On 4/1/20 11:09 AM, HERNANDEZ AGUIRRE JOSE GABRIEL DE LA DOLOROSA wrote: > I  installed  the Python software , but I could not find the python.exe file > with the Unscramble software What is this "Unscramble software?" After Python is installed, you probably will find the "Idle" integrated

[issue31160] Enhance support.reap_children()

2020-04-01 Thread Michael Felt
Michael Felt added the comment: I think something is not yet what it needs to be: the bots both finish test with: test_zip_pickle (test.test_builtin.BuiltinTest) ... ok Timeout (0:15:00)! Thread 0x0001 (most recent call first): File "/home/buildbot/buildarea/3.x.aixtools-aix-p

[issue31160] Enhance support.reap_children()

2020-04-01 Thread Michael Felt
Michael Felt added the comment: Ah - great. Sorry for the noise then. -- ___ Python tracker <https://bugs.python.org/issue31160> ___ ___ Python-bugs-list mailin

[issue31160] Enhance support.reap_children()

2020-04-01 Thread Michael Felt
Michael Felt added the comment: With PR19263 The AIX bots are now red. == ERROR: test_input_no_stdout_fileno (test.test_builtin.PtyTests) -- Traceback (most

[issue39725] unrelated `from None` exceptions hide prior exception information

2020-03-30 Thread Ido Michael
Change by Ido Michael : -- nosy: -Ido Michael ___ Python tracker <https://bugs.python.org/issue39725> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35885] configparser: indentation

2020-03-30 Thread Ido Michael
Ido Michael added the comment: ping -- ___ Python tracker <https://bugs.python.org/issue35885> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40112] AIX: xlc - default path changed and no longer recognized

2020-03-30 Thread Michael Felt
Change by Michael Felt : -- keywords: +patch pull_requests: +18587 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19225 ___ Python tracker <https://bugs.python.org/issu

[issue40112] AIX: xlc - default path changed and no longer recognized

2020-03-30 Thread Michael Felt
New submission from Michael Felt : The is a check if compiler is xlc, and skips a test if it is. XLC no longer installs in /usr/vac, and the test_search_cpp fails (again) -- components: Distutils messages: 365302 nosy: Michael.Felt, dstufft, eric.araujo priority: normal severity

[issue40069] Clear .lst files for AIX

2020-03-30 Thread Michael Felt
Michael Felt added the comment: FYI: IMHO it is artifact of the way an xlc compiler is setup. Maybe this is a new default (I see they changed the names of config files). On my server (with xlc v11) I do not get them, but on a different server (with xlc v13) I do get .lst files. So, seems

Re: How to uninstall Python3.7 in Windows using cmd ?

2020-03-29 Thread Michael Torrie
On 3/29/20 6:41 PM, Mike Dewhirst wrote: > I would first determine whether it is the 32 or 64 bit version which is > installed. I would then visit www.python.org and download the exact same > python executable installer. Don't know what msi is but it doesn't > matter. I think it just means

[issue33129] Add kwarg-only option to dataclass

2020-03-28 Thread Michael Lee
Michael Lee added the comment: Hello! I've submitted a PR based on this issue, since it seemed the most relevant from my searching of the backlog. Here's a link: https://github.com/python/cpython/pull/19206 -- ___ Python tracker <ht

[issue33129] Add kwarg-only option to dataclass

2020-03-28 Thread Michael Lee
Change by Michael Lee : -- nosy: +michael.lee nosy_count: 5.0 -> 6.0 pull_requests: +18569 pull_request: https://github.com/python/cpython/pull/19206 ___ Python tracker <https://bugs.python.org/issu

Re: Confusing textwrap parameters, and request for RE help

2020-03-27 Thread Michael Torrie
On 3/27/20 3:28 PM, Dan Stromberg wrote: > Back when I was a kid, and wordprocessors were exemplified by WordStar, I > heard about a study the conclusion of which was that aligned right edges > were harder to read - that it was better to align on the left and leave the > right ragged. > > But one

[issue18987] distutils.utils.get_platform() for 32-bit Python on a 64-bit machine

2020-03-26 Thread Michael Felt
Michael Felt added the comment: Back again - I understood a lot less then, maybe more now.. iirc, get_platform() asin sysconfig.get_platform() and distutils.util.get_platform() are suppposed to return a suitable PEP425 tag that identifies the ABI of the running interpreter - eg.g, 32-bit

[issue40073] AIX: python3 points to "air"

2020-03-26 Thread Michael Felt
Michael Felt added the comment: I see that it is also incorrect for v3.5.9 What is surprising - is that the logic is okay for python-config -> python-config3.X -> python-config-3.Xm root@x065:[/data/prj/python/python3-3.5.9/X32]ls -l opt/bin total 8728 lrwxrwxrwx 1 root

[issue40073] AIX: python3 points to "air"

2020-03-26 Thread Michael Felt
Change by Michael Felt : -- versions: +Python 3.5 ___ Python tracker <https://bugs.python.org/issue40073> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40073] AIX: python3 points to "air"

2020-03-26 Thread Michael Felt
Michael Felt added the comment: I tried looking at the blurbs to get an idea of what might have been the change - but nothing to indicate a change to the install process in any of "next" NEWS blurbs that are currently in branch 3.7 NEWS.d/next/Build/README.rst NEWS.d/next/C API/

[issue40073] AIX: python3 points to "air"

2020-03-26 Thread Michael Felt
New submission from Michael Felt : This is a regression in v3.6.10 and v3.7.6 `make install` creates a symbolic link `python3` that points to the executable python3.X In versions v3.6.10 and v3.7.6 the executable is created as python3.Xm while the symbolic link still points to python3.X

[issue39502] test_zipfile fails on AIX due to time.localtime

2020-03-26 Thread Michael Felt
Michael Felt added the comment: My apologies for the late reply - Here is 3.6.10: Python 3.6.10 (default, Mar 24 2020, 14:12:31) [C] on aix5 Type "help", "copyright", "credits" or "license" for more information. >>> import time >>> tim

[issue40069] Clear .lst files for AIX

2020-03-26 Thread Michael Felt
Michael Felt added the comment: the XLC compiler has an option to create "listing" files. The content depends on the arguments passed to the xlc compilers. >From memory (as I always need to look them up) these include -qinfo and >-qsource (plus arguments) FYI: besi

[issue39798] Update and Improve README.AIX

2020-03-24 Thread Michael Felt
Michael Felt added the comment: @BTaskaya - can you elaborate on what issues you ran into? Perhaps open an issue on the repository I started to work on getting this improved. Thanks! -- ___ Python tracker <https://bugs.python.org/issue39

[issue10572] Move test sub-packages to Lib/test

2020-03-22 Thread Ido Michael
Ido Michael added the comment: GH-18727 Only tkinter module for start. -- ___ Python tracker <https://bugs.python.org/issue10572> ___ ___ Python-bugs-list m

[issue35885] configparser: indentation

2020-03-22 Thread Ido Michael
Ido Michael added the comment: @SilentGhost Added documentation to the module and a test for a give space indent in the module test. -- ___ Python tracker <https://bugs.python.org/issue35

[issue15436] __sizeof__ is not documented

2020-03-22 Thread Ido Michael
Change by Ido Michael : -- nosy: -Ido Michael ___ Python tracker <https://bugs.python.org/issue15436> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38856] asyncio ProactorEventLoop: wait_closed() can raise ConnectionResetError

2020-03-22 Thread Ido Michael
Change by Ido Michael : -- nosy: -Ido Michael ___ Python tracker <https://bugs.python.org/issue38856> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39107] Upgrade tcl/tk to 8.6.10 (Windows and maxOS)

2020-03-22 Thread Ido Michael
Change by Ido Michael : -- nosy: -Ido Michael ___ Python tracker <https://bugs.python.org/issue39107> ___ ___ Python-bugs-list mailing list Unsubscribe:

Re: How to build python binaries including external modules

2020-03-18 Thread Michael Torrie
On 2020-03-18 5:06 p.m., James via Python-list wrote: > When you build python binaries from source, how to add external modules? > For example, to install cython, conventional method is building python first, > then running setup.py for cython. > I'd like to combine the 2-step into one. Cython

[issue28009] Fix uuid.uuid1() core logic of uuid.getnode() needs refresh

2020-03-18 Thread Michael Felt
Michael Felt added the comment: On 18/03/2020 13:55, STINNER Victor wrote: > STINNER Victor added the comment: > >> I may be mistaken, but I do not think the change introduced a regression. I meant - I had never considered IPv6 in the Address column, just as I suspect, w

[issue28009] Fix uuid.uuid1() core logic of uuid.getnode() needs refresh

2020-03-18 Thread Michael Felt
Michael Felt added the comment: I may be mistaken, but I do not think the change introduced a regression. While it is true that this case would not have appeared if there was still a count of the field-separators an IPv6 address with 5 ':' and 17 characters would have failed as well

[issue28009] Fix uuid.uuid1() core logic of uuid.getnode() needs refresh

2020-03-18 Thread Michael Felt
Michael Felt added the comment: I'll take a look as well. On 17/03/2020 16:14, STINNER Victor wrote: > STINNER Victor added the comment: > >> New changeset 0bcbfa43d55d9558cdcb256d8998366281322080 by Tal Einat (Michael >> Felt) in branch 'master': >> b

[issue39993] Language Reference - Function definition parameter_list item definition not equivalent to implementation.

2020-03-17 Thread Michael S
Michael S added the comment: Thanks Pablo, sorry, I was just stupid. > Do you think that adding these explicit parentheses would help with help > making this more clear? Maybe. I read the BNF documentation the first time today, but since it's not intended for beginners, I thin

[issue39993] Language Reference - Function definition parameter_list item definition not equivalent to implementation.

2020-03-17 Thread Michael S
New submission from Michael S : I just read https://docs.python.org/3/reference/compound_stmts.html#function-definitions The item parameter_list is defined as: parameter_list::= defparameter ("," defparameter)* "," "/" [&

[issue10572] Move test sub-packages to Lib/test

2020-03-16 Thread Ido Michael
Ido Michael added the comment: Hey Eric, I'm not sure what you mean, you don't recommend the change in general? Or you just don't recommend Git for this and saying I should use Mercurial instead? -- ___ Python tracker <https://bugs.python.

[issue38856] asyncio ProactorEventLoop: wait_closed() can raise ConnectionResetError

2020-03-15 Thread Ido Michael
Ido Michael added the comment: Is this open for a PR? -- nosy: +Ido Michael ___ Python tracker <https://bugs.python.org/issue38856> ___ ___ Python-bugs-list m

[issue39725] unrelated `from None` exceptions lose prior exception information

2020-03-15 Thread Ido Michael
Ido Michael added the comment: Can I take this change into a PR? Or is it still in the process? -- nosy: +Ido Michael ___ Python tracker <https://bugs.python.org/issue39

[issue39955] argparse print_help breaks when help is blank space

2020-03-15 Thread Ido Michael
Ido Michael added the comment: Looks like both the original and this are still issues. Can I take this? -- nosy: +Ido Michael ___ Python tracker <https://bugs.python.org/issue39

[issue39107] Upgrade tcl/tk to 8.6.10 (Windows and maxOS)

2020-03-15 Thread Ido Michael
Ido Michael added the comment: I can take this for Mac V 10.14.6 if there was a decision? -- nosy: +Ido Michael ___ Python tracker <https://bugs.python.org/issue39

[issue33689] Blank lines in .pth file cause a duplicate sys.path entry

2020-03-15 Thread Ido Michael
Ido Michael added the comment: I can take this and have a PR -- nosy: +Ido Michael ___ Python tracker <https://bugs.python.org/issue33689> ___ ___ Python-bug

[issue10572] Move test sub-packages to Lib/test

2020-03-15 Thread Ido Michael
Ido Michael added the comment: + Distutils is last priority -- ___ Python tracker <https://bugs.python.org/issue10572> ___ ___ Python-bugs-list mailin

[issue10572] Move test sub-packages to Lib/test

2020-03-15 Thread Ido Michael
Ido Michael added the comment: Before I put more time into that, here's the strategy here: 1. Module by module migration. 2. By this order tkinter/test distutils/tests ctypes/tests lib2to3/tests unittest/test * sqlite3/test - excluded because needs more work. Please let me know

Re: Python question

2020-03-13 Thread Michael Torrie
On 3/12/20 4:19 PM, Mike Dewhirst wrote: > I'm not sure I understand what you are saying. How is gmail > behaviour breaking things? The problem is if I post to a mailing list from gmail (either the web interface or Thunderbird via Google's SMTP servers), Google will silently discard my own

[issue39936] Python fails to build _asyncio on module on AIX

2020-03-13 Thread Michael Felt
Michael Felt added the comment: Fantastic! Many thanks! -- ___ Python tracker <https://bugs.python.org/issue39936> ___ ___ Python-bugs-list mailing list Unsub

[issue39936] Python fails to build _asyncio on module on AIX

2020-03-12 Thread Michael Felt
Michael Felt added the comment: The good news! Your patch, better rewrite, of _aix_platform.py is working! Many thanks! -- ___ Python tracker <https://bugs.python.org/issue39

[issue39936] Python fails to build _asyncio on module on AIX

2020-03-12 Thread Michael Felt
Michael Felt added the comment: re: Michael: this issue is about bootstraping Python. If you want to test a patch or test something else, you must restart from a clean copy of the source code. Either use "make distclean", "git clean -fdx", or recreate the source

Re: Python question

2020-03-12 Thread Michael Torrie
On 3/11/20 8:47 PM, DL Neil via Python-list wrote: > Didn't someone once claim "do no harm"? > > There are two sides to every story! Rather than changing the (Discussion > List) server, which affects everyone; ask those who don't like Google's > tactics/behavior to change their (email) client!

[issue39936] Python fails to build _asyncio on module on AIX

2020-03-11 Thread Michael Felt
Michael Felt added the comment: Actually, I had already done that: diff --git a/Lib/_aix_support.py b/Lib/_aix_support.py index 2c5cd3297d..c7f4491633 100644 --- a/Lib/_aix_support.py +++ b/Lib/_aix_support.py @@ -12,7 +12,8 @@ try: _tmp_bd = get_config_var("AIX_BUILDDATE")

[issue39936] Python fails to build _asyncio on module on AIX

2020-03-11 Thread Michael Felt
Michael Felt added the comment: OK. I removed the _aix_support.py from the formula. After make see the new (rather) old build paths for "socket" aixtools@x064:[/home/aixtools/python-3.9]find . | grep socket ./Doc/howto/sockets.rst ./Doc/library/socket.rst ./Doc/library/socketserver

[issue39936] Python fails to build _asyncio on module on AIX

2020-03-11 Thread Michael Felt
Change by Michael Felt : Added file: https://bugs.python.org/file48971/make.log ___ Python tracker <https://bugs.python.org/issue39936> ___ ___ Python-bugs-list mailin

[issue39936] Python fails to build _asyncio on module on AIX

2020-03-11 Thread Michael Felt
Michael Felt added the comment: So, this is what I have on screen. Will add the log in a moment. [1] + Donemake 2>&1|tee make.log & aixtools@x064:[/home/aixtools/python-3.9]find . | grep socket ./Doc/howto/sockets.rst ./Doc/library/socket.rst ./

[issue39936] Python fails to build _asyncio on module on AIX

2020-03-11 Thread Michael Felt
Michael Felt added the comment: So, with the patch - the process stops at: aixtools@x064:[/home/aixtools/python-3.9]make CC='xlc_r' LDSHARED='Modules/ld_so_aix xlc_r -bI:Modules/python.exp' OPT='-DNDEBUG -O' _TCLTK_INCLUDES='' _TCLTK_LIBS='' ./python -E ./setup.py build Traceback

[issue39936] Python fails to build _asyncio on module on AIX

2020-03-11 Thread Michael Felt
Michael Felt added the comment: I'll take a look at what you are suggesting. The starting point (before the rm command) is the make command that I run again. What I notice - read am thinking - is that _socket.so is being created by the "setup.py build" - so, if you can help me mak

[issue39936] Python fails to build _asyncio on module on AIX

2020-03-11 Thread Michael Felt
Michael Felt added the comment: While looking through the history of bot builds - I consistently see 420 tests being done on one bot - but test_socket does not always show up in the list. I'll look at this as I can, but "free-time" is limited. Delay is not a lack of

[issue39763] distutils.spawn should use subprocess (hang in parallel builds on QNX)

2020-03-11 Thread Michael Felt
Michael Felt added the comment: After a checkout the build finishes (successfully) with: Python build finished successfully! The necessary bits to build these optional modules were not found: _gdbm _lzma _sqlite3 _tkinter _uuid

[issue39763] distutils.spawn should use subprocess (hang in parallel builds on QNX)

2020-03-11 Thread Michael Felt
Michael Felt added the comment: This was already confirmed by both bots... The last bot build that worked (and for both AIX bots) is: dffe4c07095e0c693e094d3c140e85a68bd8128e The first build that failed (for both) is: 1ec63b62035e73111e204a0e03b83503e1c58f2e See (pass) https

Re: Python question

2020-03-10 Thread Michael Torrie
On 3/10/20 6:49 PM, Souvik Dutta wrote: > What about moving on to a social media app completely made in pythoj for > python? No thanks. I don't want to be on yet another web forum. I don't need "social media" or a "social media app." Email works exceedingly well for this sort of thing, despite

[issue39763] distutils.spawn should use subprocess (hang in parallel builds on QNX)

2020-03-10 Thread Michael Felt
Michael Felt added the comment: I am confused. The bot complains nearly immediately about missing _socket Following modules built successfully but were removed because they could not be imported: _asyncio running build_scripts copying

[issue39763] distutils.spawn should use subprocess (hang in parallel builds on QNX)

2020-03-10 Thread Michael Felt
Michael Felt added the comment: OK. BEFORE I open a new issue, I am going to guess that something is wrong with finding _socket.so - because it exists, but "something" is not finding it. Following modules built successfully but were removed because they could not be imported:^

[issue39763] distutils.spawn should use subprocess (hang in parallel builds on QNX)

2020-03-10 Thread Michael Felt
Michael Felt added the comment: re: _socket - I'll start researching now, but it may still be related to this. a) if it looks like related to this issue I'll add a some report here b) in any case, as requested, I'll start a new issue - and leave it to you to decide to close that and continue

Re: Python question

2020-03-10 Thread Michael Torrie
On 3/10/20 6:40 AM, Chris Angelico wrote: > On Tue, Mar 10, 2020 at 11:22 PM Marco Sulla via Python-list >> I would reply, but I was already too much off topic. I want only to >> write what Gmail reports to me about the last message of the person >> that started this discussion: >> >>> This

[issue39763] distutils.spawn should use subprocess (hang in parallel builds on QNX)

2020-03-09 Thread Michael Felt
Michael Felt added the comment: Comes further. The build finishes, but socket and asyncio are missing... At least a build will proceed, and I can look into this new, perhaps unrelated issue re: socket later. *** WARNING: renaming "_asyncio" since importing it failed: No mo

[issue39763] distutils.spawn should use subprocess (hang in parallel builds on QNX)

2020-03-09 Thread Michael Felt
Michael Felt added the comment: Almost. The command is run, but not enough of the bootstrap is finished - it seems. File "/data/prj/python/git/python3-3.9/Lib/_aix_support.py", line 54, in _aix_bosmp64 out = out.decode("utf-8").strip().split(":") # typ

[issue39798] Update and Improve README.AIX

2020-03-08 Thread Michael Felt
Michael Felt added the comment: Thanks for asking! Last December I was thinking about this - and what would be the best way to proceed. The reply I liked best suggested working on this - outside of CPython "bugfixes" - perhaps later moving bits into the core. So, motivat

[issue39763] distutils.spawn should use subprocess (hang in parallel builds on QNX)

2020-03-08 Thread Michael Felt
Change by Michael Felt : -- pull_requests: +18204 pull_request: https://github.com/python/cpython/pull/18847 ___ Python tracker <https://bugs.python.org/issue39

[issue39763] distutils.spawn should use subprocess (hang in parallel builds on QNX)

2020-03-08 Thread Michael Felt
Michael Felt added the comment: The PR for 3.9 breaks AIX build (since https://buildbot.python.org/all/#/builders/119/builds/384) reporting the following: Traceback (most recent call last): File "/data/prj/python/python3-3.9/../git/python3-3.9/setup.py", line 69, in

Re: Using zipfile to create a zip file with directories and files

2020-03-07 Thread Michael Torrie
On 3/7/20 1:08 AM, mus...@posteo.org wrote: > On Fri, 6 Mar 2020 20:06:40 -0700 > Michael Torrie wrote: > >> The documentation talks about writing files from >> disk, but I'm interested in creating these files from within Python >> directly in the zip archive. >

Using zipfile to create a zip file with directories and files inside

2020-03-07 Thread Michael Torrie
I am trying to do something very simple but having no success in finding out how to do it. I just want to use the Python zipfile module to create a zip file with a specific directory structure and create and write to files inside those subdirectories (not files already on disk). The

Re: Using zipfile to create a zip file with directories and files inside those directories

2020-03-07 Thread Michael Torrie
On 3/7/20 1:08 AM, mus...@posteo.org wrote: > On Fri, 6 Mar 2020 20:06:40 -0700 > Michael Torrie wrote: > >> The documentation talks about writing files from >> disk, but I'm interested in creating these files from within Python >> directly in the zip archive. >

Using zipfile to create a zip file with directories and files inside those directories

2020-03-06 Thread Michael Torrie
I am trying to do something very simple but having no success in finding out how to do it. I just want to use the Python zipfile module to create a zip file with a specific directory structure and create and write to files inside those subdirectories (not files already on disk). The documentation

Re: Application setup like windows msi

2020-03-04 Thread Michael Torrie
On 3/4/20 4:51 PM, J A wrote: > I was wondering g if there was a way to distribute an application that took > advantage of user input like a windows .msi does. On linux of course. Several installer frameworks can make interactive installers for Linux. There's the NullSoft installer and

[issue39020] [AIX] module _curses fails to build since ESCDELAY has been added

2020-03-03 Thread Michael Felt
Michael Felt added the comment: This issue was resolved by issue39802. Marking as fixed, and closed. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue10572] Move test sub-packages to Lib/test

2020-03-01 Thread Ido Michael
Ido Michael added the comment: I've created a clean PR - will do it in 2 rounds: This PR GH-18727, contains the modified test of ctypes, sqlite3 and tkinter modules. Once that's approved I'll deal with the other remaining 3. -- ___ Python tracker

[issue10572] Move test sub-packages to Lib/test

2020-03-01 Thread Ido Michael
Change by Ido Michael : -- pull_requests: +18084 pull_request: https://github.com/python/cpython/pull/18727 ___ Python tracker <https://bugs.python.org/issue10

[issue38691] importlib: PYTHONCASEOK should be ignored when using python3 -E

2020-03-01 Thread Ido Michael
Ido Michael added the comment: @vstinner ready for review. -- ___ Python tracker <https://bugs.python.org/issue38691> ___ ___ Python-bugs-list mailing list Unsub

[issue39753] inspecting a partial with bound keywods gives incorrect signature

2020-03-01 Thread Ido Michael
Ido Michael added the comment: Is it a bug? I can add the signature and set a PR -- nosy: +Ido Michael ___ Python tracker <https://bugs.python.org/issue39

[issue39814] Hyphens not generated for split-words in a "note" directive

2020-03-01 Thread Ido Michael
Ido Michael added the comment: Looks like a bug in the dev repo? What's the class responsible for rendering the notes? I can take this -- nosy: +Ido Michael ___ Python tracker <https://bugs.python.org/issue39

[issue12915] Add inspect.locate and inspect.resolve

2020-03-01 Thread Michael Felt
Change by Michael Felt : -- pull_requests: +18078 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/18720 ___ Python tracker <https://bugs.python.org/issu

[issue12915] Add inspect.locate and inspect.resolve

2020-02-29 Thread Michael Felt
Michael Felt added the comment: I am very busy with normal work this week. However I’ll attempt to add a pr with your (Victor”s) suggestion. Sent from my iPhone > On 29 Feb 2020, at 23:36, STINNER Victor wrote: > >  > STINNER Victor added the comment: > >> Fil

[issue12915] Add inspect.locate and inspect.resolve

2020-02-29 Thread Michael Felt
Michael Felt added the comment: PR18517 has, likely, a utf-8 dependency. AIX, default latin-1 does not accept the new test. Starting with this merge AIX bot fails with: == ERROR: test_name_resolution

[issue37970] urllib.parse docstrings incomplete

2020-02-23 Thread Ido Michael
Ido Michael added the comment: Created PR, most of the documentation besides the func signature looked alright: GH-18631 -- ___ Python tracker <https://bugs.python.org/issue37

[issue37970] urllib.parse docstrings incomplete

2020-02-23 Thread Ido Michael
Change by Ido Michael : -- pull_requests: +17997 pull_request: https://github.com/python/cpython/pull/18631 ___ Python tracker <https://bugs.python.org/issue37

[issue38691] importlib: PYTHONCASEOK should be ignored when using python3 -E

2020-02-23 Thread Ido Michael
Ido Michael added the comment: Added a new clean PR with the code changes, will let you know once the tests are fixed: GH-18627 -- ___ Python tracker <https://bugs.python.org/issue38

[issue38691] importlib: PYTHONCASEOK should be ignored when using python3 -E

2020-02-23 Thread Ido Michael
Change by Ido Michael : -- pull_requests: +17991 pull_request: https://github.com/python/cpython/pull/18627 ___ Python tracker <https://bugs.python.org/issue38

[issue39244] multiprocessing.get_all_start_methods() wrong default on macOS

2020-02-23 Thread Ido Michael
Ido Michael added the comment: Created a new clean PR GH-18625 -- ___ Python tracker <https://bugs.python.org/issue39244> ___ ___ Python-bugs-list mailin

[issue39244] multiprocessing.get_all_start_methods() wrong default on macOS

2020-02-23 Thread Ido Michael
Change by Ido Michael : -- pull_requests: +17990 pull_request: https://github.com/python/cpython/pull/18625 ___ Python tracker <https://bugs.python.org/issue39

[issue39128] Document happy eyeball parameters in loop.create_connection signature docs

2020-02-23 Thread Ido Michael
Ido Michael added the comment: Created new PR and removed the old one GH-18624 -- ___ Python tracker <https://bugs.python.org/issue39128> ___ ___ Python-bug

[issue39128] Document happy eyeball parameters in loop.create_connection signature docs

2020-02-23 Thread Ido Michael
Change by Ido Michael : -- pull_requests: +17989 pull_request: https://github.com/python/cpython/pull/18624 ___ Python tracker <https://bugs.python.org/issue39

[issue35885] configparser: indentation

2020-02-23 Thread Ido Michael
Ido Michael added the comment: New PR: GH-18623 -- ___ Python tracker <https://bugs.python.org/issue35885> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35885] configparser: indentation

2020-02-23 Thread Ido Michael
Change by Ido Michael : -- pull_requests: +17988 pull_request: https://github.com/python/cpython/pull/18623 ___ Python tracker <https://bugs.python.org/issue35

[issue35885] configparser: indentation

2020-02-23 Thread Ido Michael
Change by Ido Michael : -- pull_requests: +17986 pull_request: https://github.com/python/cpython/pull/18621 ___ Python tracker <https://bugs.python.org/issue35

[issue35885] configparser: indentation

2020-02-23 Thread Ido Michael
Change by Ido Michael : -- pull_requests: +17985 pull_request: https://github.com/python/cpython/pull/18620 ___ Python tracker <https://bugs.python.org/issue35

[issue38691] importlib: PYTHONCASEOK should be ignored when using python3 -E

2020-02-22 Thread Ido Michael
Change by Ido Michael : -- pull_requests: +17977 pull_request: https://github.com/python/cpython/pull/18612 ___ Python tracker <https://bugs.python.org/issue38

[issue38035] shared_semaphores cannot be shared across unrelated processes

2020-02-22 Thread Ido Michael
Ido Michael added the comment: @taleinat what do you think? -- nosy: +taleinat ___ Python tracker <https://bugs.python.org/issue38035> ___ ___ Python-bugs-list m

[issue38691] importlib: PYTHONCASEOK should be ignored when using python3 -E

2020-02-18 Thread Ido Michael
Ido Michael added the comment: Yes I saw those in the morning, thanks for patching it up. I will debug this over the weekend and will update. -- ___ Python tracker <https://bugs.python.org/issue38

Re: insert data in python script

2020-02-18 Thread Michael Torrie
On 2/18/20 2:41 AM, alberto wrote: > Il giorno martedì 18 febbraio 2020 09:34:51 UTC+1, DL Neil ha scritto: >> The first instruction (immediately above) imports the module preos.py. >> That works (no error message!). >> >> The second instruction refers to a Python class called Molecule. That >>

[issue37373] Configuration of windows event loop for libraries

2020-02-17 Thread Michael Hall
Change by Michael Hall : -- nosy: +mikeshardmind ___ Python tracker <https://bugs.python.org/issue37373> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39232] asyncio crashes when tearing down the proactor event loop

2020-02-17 Thread Michael Hall
Michael Hall added the comment: Linking out to a real-world example where this still manages to happen after running the event loop for an entire 2 seconds waiting for transports to close themselves after finishing everything else: https://github.com/Cog-Creators/Red-DiscordBot/issues/3560

[issue39651] Exceptions raised by EventLoop.call_soon_threadsafe

2020-02-17 Thread Michael Hall
Change by Michael Hall : -- nosy: +mikeshardmind ___ Python tracker <https://bugs.python.org/issue39651> ___ ___ Python-bugs-list mailing list Unsubscribe:

<    1   2   3   4   5   6   7   8   9   10   >