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

2022-02-03 Thread Tommy Vercetti
Tommy Vercetti added the comment: PEP 514 looks good to me -- nosy: +TommyVCT ___ Python tracker <https://bugs.python.org/issue46566> ___ ___ Python-bugs-list m

[issue33125] Windows 10 ARM64 platform support

2022-02-03 Thread Tommy Vercetti
Tommy Vercetti added the comment: Thank you Steve! -- ___ Python tracker <https://bugs.python.org/issue33125> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33125] Windows 10 ARM64 platform support

2022-01-11 Thread Tommy Vercetti
Tommy Vercetti added the comment: Hi Steve, We appreciate your interest in OBS Studio! In my opinion, the installer doesn't have or need to be in ARM64, because it's not more complex than copying files and writing registry keys, and as an installer, it should be the most forgotten part

[issue33125] Windows 10 ARM64 platform support

2022-01-11 Thread Tommy Vercetti
Tommy Vercetti added the comment: Hi everyone, I'm Tommy from OBS Projects, and I'm currently working on bring OBS Studio to Windows ARM64. I still prefer the regular executable installer on ARM64, because it's probably the least intrusive way of making Python scripting work with OBS

[issue15459] ctypes Structures with subclassed types in the _fields_ list

2019-07-30 Thread Tommy Sparber
Tommy Sparber added the comment: This bug is still present using Python 3.7. I'm also not sure how to fix the leakage of the internal bitfield size encoding. -- nosy: +tsparber versions: +Python 3.5, Python 3.6, Python 3.7 ___ Python tracker

[issue36574] Error with self in python

2019-04-09 Thread Tommy
Joan Tomas (Tommy) Pujol Muñoz added the comment: The python file. It works in Linux (Ubuntu) but not in Windows; at least for me. The output error is : Traceback (most recent call last): File "pySelf.py", line 8, in print(Person.__init__("Some","One",21,&q

[issue36574] Error with self in python

2019-04-09 Thread Tommy
New submission from Joan Tomas (Tommy) Pujol Muñoz : I try to use self with the __init__ function in a class, but when I enter the other values e.g. def __init__(self, name): self.name = name /// and when I call the class with a name it says that it need another value because it uses self

[issue35841] Datetime strftime() does not return correct week numbers for 2019

2019-01-29 Thread Tommy Rowland
Tommy Rowland added the comment: Hi Paul, Thank you for the clarification. I can see that %V does indeed return the correct week number. It seems that when calling strftime, it is possible to use this in conjunction with %y, but when calling strptime, it is not. Is this also intended

[issue35841] Datetime strftime() does not return correct week numbers for 2019

2019-01-28 Thread Tommy Rowland
New submission from Tommy Rowland : This relates to the calculation of the week number from a given datetime, when calling the strftime method. If you call isocalendar() on the datetime.datetime object for the date ‘2018-12-31’, the week number returned is 1, which is correct

[issue32930] [help][webbrowser always opens new tab. I want to open in the same tab]

2018-02-23 Thread Tommy
Change by Tommy <tommylim1...@naver.com>: -- components: +Library (Lib), macOS nosy: +ned.deily, ronaldoussoren ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32930] [help][webbrowser always opens new tab. I want to open in the same tab]

2018-02-23 Thread Tommy
New submission from Tommy <tommylim1...@naver.com>: Dear manager, I'm just starting python and trying to make simple web application. As above title, I just want to open webbrowser at first and then just change web-address in the same tab, but whenever I try webbrowser.open, it alway

[issue29480] Mac OSX Installer SSL Roots

2018-02-15 Thread Tommy Carstensen
Tommy Carstensen <tommy.carsten...@gmail.com> added the comment: I can't user requests, urllib, pandas.read_html(), etc. because of this. I don't have root access / sudo rights. I've tried downloading OpenSSL from openssl.org and then installing with: `./config --prefix=/my/home/dir

[issue29895] Distutils blows up with an incorrect pypirc, should be caught

2017-05-17 Thread Tommy Carpenter
Tommy Carpenter added the comment: Hi, I think option B might be best, because the issue was that I didn't know at first that the problem was in my .pypirc. I think this stack trace is not the most elegant way for the user to figure that out. Maybe catching this and then presenting a human

[issue29095] Compiling Python 3.6 from source on MacOS X Sierra

2017-03-24 Thread Tommy Carstensen
Tommy Carstensen added the comment: Thanks @ned.deily ! That did the trick for me! When installing openssl I just had to do ./config --prefix=/my/home/dir prior to doing make and make install. Then I just did two commands prior to installing python3.6: export CFLAGS="-I/my/home/dir/in

[issue29095] Compiling Python 3.6 from source on MacOS X Sierra

2017-03-24 Thread Tommy Carstensen
Tommy Carstensen added the comment: I have the same problem as described here. How can I install Python3.6 and pip without sudo and without homebrew? I get the same error message after installation: pip is configured with locations that require TLS/SSL, however the ssl module in Python

[issue29895] Distutils blows up with an incorrect pypirc, should be caught

2017-03-24 Thread Tommy Carpenter
New submission from Tommy Carpenter: Full details and stacktrace are at: http://stackoverflow.com/questions/43001446/python-pypi-configparser-blowing-up-when-pointing-to-certain-repo/43001770#43001770 Essentially, I had an index-servers section that listed a repo, that was not listed

[issue27307] string.Formatter does not support key/attribute access on unnumbered fields

2016-06-13 Thread Tommy Beadle
Changes by Tommy Beadle <tbea...@gmail.com>: -- keywords: +patch Added file: http://bugs.python.org/file43376/0001-Issue-27307-Support-index-attribute-access-for-unnum.patch ___ Python tracker <rep...@bugs.python.org> <http://

[issue27307] string.Formatter does not support key/attribute access on unnumbered fields

2016-06-13 Thread Tommy Beadle
New submission from Tommy Beadle: Support for unnumbered fields in string.Formatter.format was added in http://bugs.python.org/issue13598, however, it does not support accessing an index or attribute of an unnumbered field like str.format does. Instead, it raises an unhelpful "Key

[issue24617] os.makedirs()'s [mode] not correct

2016-06-08 Thread Tommy Beadle
Tommy Beadle added the comment: I think that the documentation should be updated to reflect issue19930's change when that is actually committed, not as a part of this change. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.p

[issue24617] os.makedirs()'s [mode] not correct

2016-06-08 Thread Tommy Beadle
Changes by Tommy Beadle <tbea...@gmail.com>: Added file: http://bugs.python.org/file43305/0001-Issue-24617-Add-comment-for-os.makedirs-about-certai.patch ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue15476] Index "code object" and link to code object definition

2016-06-07 Thread Tommy Beadle
Tommy Beadle added the comment: Martin, thanks for the suggestion that worked. I believe this patch should have all of the issues addressed. -- Added file: http://bugs.python.org/file43298/0001-Issue-15476-Make-code-object-its-own-entry-in-the-do.patch

[issue24617] os.makedirs()'s [mode] not correct

2016-06-03 Thread Tommy Beadle
Tommy Beadle added the comment: I've fixed the apostrophe issue by avoiding it's use. I've moved the text about the mode to mkdir and added a link to it from makedirs. -- Added file: http://bugs.python.org/file43180/0001-Issue-24617-Add-comment-for-os.makedirs-about-certai.patch

[issue15476] Index "code object" and link to code object definition

2016-06-03 Thread Tommy Beadle
Tommy Beadle added the comment: Using .. index:: object: code puts a 'code' entry under 'object' as well as 'object' under 'code'. That's the way it is for every other item that uses "object: XXX". So if you want a new 'code object' top-level item and keep 'object -> code',

[issue15476] Index "code object" and link to code object definition

2016-06-03 Thread Tommy Beadle
Changes by Tommy Beadle <tbea...@gmail.com>: Added file: http://bugs.python.org/file43152/0001-Issue-15476-Make-code-object-its-own-entry-in-the-do.patch ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue24617] os.makedirs()'s [mode] not correct

2016-06-03 Thread Tommy Beadle
Changes by Tommy Beadle <tbea...@gmail.com>: -- nosy: +tbeadle ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue24617> ___ __

[issue15476] Index "code object" and link to code object definition

2016-06-02 Thread Tommy Beadle
Tommy Beadle added the comment: This restores the original code -> object items. -- Added file: http://bugs.python.org/file43137/0001-Issue-15476-Make-code-object-its-own-entry-in-the-do.patch ___ Python tracker <rep...@bugs.python.org&

[issue15476] Index "code object" and link to code object definition

2016-06-02 Thread Tommy Beadle
Tommy Beadle added the comment: The attached patch makes it so that 'code object' is its own 'top-level' entry in the index instead of being 'code' with an 'object' sub-item. It also makes the links from the index go to the location in the documents just before the header instead of having

[issue24617] os.makedirs()'s [mode] not correct

2016-06-02 Thread Tommy Beadle
Changes by Tommy Beadle <tbea...@gmail.com>: -- keywords: +patch Added file: http://bugs.python.org/file43115/0001-Issue-24617-Add-comment-for-os.makedirs-about-certai.patch ___ Python tracker <rep...@bugs.python.org> <http://

[issue20973] Implement proper comparison operations for in _TotalOrderingMixin in ipaddress module.

2016-06-02 Thread Tommy Beadle
Changes by Tommy Beadle <tbea...@gmail.com>: -- keywords: +patch Added file: http://bugs.python.org/file43110/0001-Issue-20973-Add-total-ordering-unit-tests-for-ipaddr.patch ___ Python tracker <rep...@bugs.python.org> <http://

[issue18378] locale.getdefaultlocale() fails on Mac OS X with default language set to English

2016-04-19 Thread Tommy Sparber
Changes by Tommy Sparber <tommy.spar...@gmail.com>: -- nosy: +tsparber ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18378> ___ _

[issue13742] Add a key parameter (like sorted) to heapq.merge

2015-01-09 Thread Tommy Carstensen
Tommy Carstensen added the comment: I noticed 3.5 alpha1 is not released until February 1st. Is there any way I can get my hands on this new functionality? -- nosy: +Tommy.Carstensen ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue13742] Add a key parameter (like sorted) to heapq.merge

2015-01-09 Thread Tommy Carstensen
Tommy Carstensen added the comment: Yes, but 3.5 has not been pre-released yet. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13742

[issue22546] Wrong default precision in documentation for format

2014-10-04 Thread Tommy Andersen
Changes by Tommy Andersen andersento...@gmail.com: -- versions: +Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22546 ___ ___ Python

[issue22546] Wrong default precision in documentation for format

2014-10-03 Thread Tommy Andersen
New submission from Tommy Andersen: The format documentation for the Format Specification Mini-Language for python 3.3 (perhaps newer and older as well) at: https://docs.python.org/3.3/library/string.html States for type '' (for floating point numbers): Similar to 'g', except

[issue20992] reading individual bytes of multiple binary files using the Python module fileinput

2014-03-24 Thread Tommy Carstensen
Tommy Carstensen added the comment: I read the fileinput code and realized how heavily tied it is to line input. Will reading individual bytes as suggested not be very memory intensive, if each line is billions of characters? def bytefileinput(): return (bytes((b,)) for line

[issue20992] reading individual bytes of multiple binary files using the Python module fileinput

2014-03-20 Thread Tommy Carstensen
New submission from Tommy Carstensen: This is my first post on bugs.python.org. I hope I abide to the rules. It was suggested to me on stackoverflow.com, that I request an enhancement to the module fileinput here: http://stackoverflow.com/questions/22510123/reading-individual-bytes-of-multiple