TranscryptOrg / Transcrypt

Python 3.9 to JavaScript compiler - Lean, fast, open!
https://www.transcrypt.org
Apache License 2.0
2.86k stars 215 forks source link

Dev 3.9.3 #876

Closed JennaSys closed 4 months ago

JennaSys commented 4 months ago

Merge v3.9.3 updates to master

Changelog:

Added missing copysign and isclose functions to the math module (Issue 867) Updated the map function to allow for multiple iterators (Issue 862) Add key and default keyword arg support for min and max functions (Issue 305) Added string support for min and max functions (Issue 829) Added the copy module with copy and deepcopy functions (Issue 313) Fixed the disappearing kwargs issue for sort and sorted functions (Issue 687) Fixed the issue with sort and sorted functions that caused a string sort with number values (Issues 605 and 679) Fixed the issue with the sorted function that caused the original value to be modified (Issue 866) Added a bunch more autotests