| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.9.3 Berlin source code.tar.gz | 2024-07-17 | 15.0 MB | |
| 3.9.3 Berlin source code.zip | 2024-07-17 | 15.4 MB | |
| README.md | 2024-07-17 | 1.2 kB | |
| Totals: 3 Items | 30.5 MB | 0 | |
Changelog:
- Added missing
copysignandisclosefunctions to themathmodule (Issue [#867]) - Updated the
mapfunction to allow for multiple iterators (Issue [#862]) - Add
keyanddefaultkeyword arg support forminandmaxfunctions (Issue [#305]) - Added string support for
minandmaxfunctions (Issue [#829]) - Added the
copymodule withcopyanddeepcopyfunctions (Issue [#313]) - Fixed the disappearing kwargs issue for
sortandsortedfunctions (Issue [#687]) - Fixed the issue with
sortandsortedfunctions that caused a string sort with number values (Issues [#605] and [#679]) - Fixed the issue with the
sortedfunction that caused the original value to be modified (Issue [#866]) - Added a bunch more autotests
Note: The map, min, max, copy, deepcopy, sort, and sorted functions in the Transcrypt runtime have all been refactored. While their behavior is now more closely aligned with CPython, they may deviate from the behavior in prior versions of Transcrypt in use cases that were not previously covered. IOW, if you were previously relying on a Transcrypted behavior for these functions that was not aligned with CPython, they may not work quite the same way now.