Tags: TranscryptOrg/Transcrypt
Tags
Merge pull request #894 from TranscryptOrg/dev_3.9.4 Merge v3.9.4 updates to master Changelog: Fixed list and string slice so that they properly handle negative step values (Issue 704) Updated slice value assignments to be more consistent with CPython Added str.splitlines() method (Issue 733) Fixed issue with dict.pop not removing None values (Issue 827) Corrected issue with dict.popitem so that it now removes from the tail of the dict like CPython instead of the head Added dict.copy method (Issue 716) Added dict.fromkeys method (Issue 779) Added list.copy method Added validations for list.pop method (Issue 854) Fixed tzname lookup bug in datetime.astimezone Added index range validation for list and string indices when operator overloading is enabled (Issue 637) Added optional default arg to next() function (Issue 831) Updated enumerate function to work properly with generators and is now lazy (Issue 618) Fixed issue with seed for random module not restarting properly (Issue 770) Added more autotests
Merge pull request #876 from TranscryptOrg/dev_3.9.3 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
PreviousNext