[issue41828] No longer able to override DATA_UPLOAD_MAX_MEMORY_SIZE outside of settings.py

2020-09-22 Thread Drew Scholz
Drew Scholz added the comment: I think you are right. I'll move this to the Django bug tracker. Thank you. -- ___ Python tracker <https://bugs.python.org/is

[issue41828] No longer able to override DATA_UPLOAD_MAX_MEMORY_SIZE outside of settings.py

2020-09-21 Thread Drew Scholz
New submission from Drew Scholz : After upgrading our Django 1.11 project from Python 2.7 to 3.7, our single endpoint decorator to override django conf settings no longer works. requests.py inside the virtual environment /lib/python3.7/site-packages/django/http triggers the RequestDataTooBig

[issue39346] gzip module only supports half of possible read/write scenarios

2020-01-15 Thread Drew DeVault
New submission from Drew DeVault : A gzip file can have uncompressed data written to it, writing compressed data to the underlying file. It can also have uncompressed data read from it, reading compressed data from the underlying file. However, it does not support reading compressed data

[issue39346] gzip module only supports half of possible read/write scenarios

2020-01-15 Thread Drew DeVault
Change by Drew DeVault : -- type: -> enhancement ___ Python tracker <https://bugs.python.org/issue39346> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue39119] email/_header_value_parser.py:parse_message_id: UnblondLocalError

2019-12-30 Thread Drew DeVault
Drew DeVault added the comment: Sorry for the delay, was travelling for the holidays. I'll check that this is not an issue with 3.8.1. Thanks! -- ___ Python tracker <https://bugs.python.org/is

[issue39119] email/_header_value_parser.py:parse_message_id: UnblondLocalError

2019-12-22 Thread Drew DeVault
New submission from Drew DeVault : File "/usr/lib/python3.8/site-packages/emailthreads/threads.py", line 14, in get_message_by_id if msg["message-id"] == msg_id: File "/usr/lib/python3.8/email/message.py", line 391, in __getitem__ return self.get(na

[issue36636] Inner exception is not being raised using asyncio.gather

2019-04-15 Thread Drew Budwin
New submission from Drew Budwin : Using Python 3.7, I am trying to catch an exception and re-raise it by following an example I found on StackOverflow (https://stackoverflow.com/a/6246394/1595510). While the example does work, it doesn't seem to work for all situations. Below I hav

[issue19868] Importing humanhash and uuid causes a segmentation fault crash

2013-12-02 Thread Drew
New submission from Drew: $ pip-3.3 install humanhash $ python3 Python 3.3.2 (v3.3.2:d047928ae3f6, May 13 2013, 13:52:24) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credits" or "license" for more informati

[issue15189] tkinter.messagebox does not use the application's icon

2012-07-09 Thread Drew French
Drew French added the comment: This is also true for some of the other dialogs (such as the file dialogs). Does anyone know if this behavior can be changed in Tk itself? -- nosy: +Drew.French ___ Python tracker <http://bugs.python.org/issue15

[issue15303] Minor revision to the method in Tkinter

2012-07-09 Thread Drew French
New submission from Drew French : In the method, is evaluated as a Boolean (when Tkinter attempts to find a parent for the widget). I think it should really be evaluated against , seeing as that is the default keyword argument value for most widgets. I ran into problems with this when

[issue12140] Crash upon start up

2011-05-24 Thread Philip Drew
Philip Drew added the comment: Awesome. It's fixed- do you still want to know whether or not the game works. In case it helps, I installed the game before python -- ___ Python tracker <http://bugs.python.org/is

[issue12140] Crash upon start up

2011-05-24 Thread Philip Drew
Philip Drew added the comment: Ok, python now works in command prompt, but IDLE still wont run. Also, PYTHONHOME needs to be reset on every start up of command prompt. -- ___ Python tracker <http://bugs.python.org/issue12

[issue12140] Crash upon start up

2011-05-23 Thread Philip Drew
Philip Drew added the comment: C:\Users\PWTD>set PY PYTHONHOME=c:\program files (x86)\steam\steamapps\common\alien swarm\swarm\..\sdktools\python\2.5 C:\Users\PWTD>chcp Active code page: 850 C:\Users\PWTD> -- ___ Python track

[issue12140] Crash upon start up

2011-05-23 Thread Philip Drew
Philip Drew added the comment: Gave it a go: the prompt appears, but none of the functions work thereafter C:\Users\PWTD>c:\Python27\python -S Python 2.7.1 (r271:86832, Nov 27 2010, 18:30:46) [MSC v.1500 32 bit (Intel)] on win32 >>> print "hello" LookupError: no

[issue12140] Crash upon start up

2011-05-23 Thread Philip Drew
Philip Drew added the comment: Reinstalling makes no difference- have tried multiple times -- ___ Python tracker <http://bugs.python.org/issue12140> ___ ___ Pytho

[issue12140] Crash upon start up

2011-05-22 Thread Philip Drew
Philip Drew added the comment: The site module is in the right place This is what I got running the -v flag: (I don't know what you're looking for) Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\PWTD>c:\Python27\

[issue12140] Crash upon start up

2011-05-22 Thread Philip Drew
Philip Drew added the comment: The error message is: ImportError: No module named site. -- ___ Python tracker <http://bugs.python.org/issue12140> ___ ___ Pytho

[issue12140] Crash upon start up

2011-05-21 Thread Philip Drew
New submission from Philip Drew : Upon execution of python.exe a command line box appears for a fraction of a second, closes and is followed by nothing. On executing IDLE from the start menu, nothing happens. I have installed python to C:\Python27 using the python windows installer. I am

[issue5301] add mimetype for image/vnd.microsoft.icon (patch)

2009-02-17 Thread Drew Hintz
New submission from Drew Hintz : Adds a mimetype entry for image/vnd.microsoft.icon This mimetype is commonly used for favicon.ico files and is registered with IANA. -- components: Library (Lib) files: mimetypes.py.diff keywords: patch messages: 82373 nosy: adhintz severity: normal