Anthony Tuininga
Anthony Tuininga
Originally reported by: **Micah Lee (Bitbucket: [micahflee](https://bitbucket.org/micahflee), GitHub: [micahflee](https://github.com/micahflee))** ---------------------------------------- Right now cx_Freeze already supports Apple code signing with the bdist_mac command, but there's no support for Microsoft Authenticode code...
Originally reported by: **ben ryan (Bitbucket: [BenGRyan](https://bitbucket.org/BenGRyan), GitHub: Unknown)** ---------------------------------------- I wish to package a project based on kivy, for windows. To start I have made a simple kivy helloworld...
Originally reported by: **hoverhell (Bitbucket: [hoverhell](https://bitbucket.org/hoverhell), GitHub: [hoverhell](https://github.com/hoverhell))** ---------------------------------------- I've tried figuring out why freezing a kivy-using script doesn't work (with the current cx_Freeze code which is 5.0). Apparently, it...
Originally reported by: **Anonymous** ---------------------------------------- Python code byte-compiled with an optimization flag has doc-strings stripped out. This creates problems for different packages which changes the doc-strings. Example: __doc__ += "additional...
Originally reported by: **Bernhard Reiter (Bitbucket: [ockham](https://bitbucket.org/ockham), GitHub: [ockham](https://github.com/ockham))** ---------------------------------------- When an error occurs in a program frozen for Windows, the traceback is displayed in a message box. Unfortunately, copying...
Consuming a ByteArray, the input is a string in base64 encoding but the current code assumes that it is a bytes object. Producing a bytearray, the output is a bytes...
Following up from #231, the suggestion made by @doerwalter was to make object types real Python types so that ``type(obj) == obj.type``. With Python 3.x this is now possible by...
This is a continuation of the original request made on cx_Oracle: https://github.com/oracle/python-cx_Oracle/issues/178. The current status is that with the addition of the thin driver, adding suport for asyncio will be...
### Discussed in https://github.com/oracle/python-oracledb/discussions/301 Originally posted by **syniex** February 27, 2024 Currently, when retrieving results from a database, many of us construct dictionaries from lists of tuples to provide a...
### Discussed in https://github.com/oracle/python-oracledb/discussions/317