Skip to content

Tags: TranscryptOrg/Transcrypt

Tags

v3.9.4

Toggle v3.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v3.9.3

Toggle v3.9.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v3.9.2

Toggle v3.9.2's commit message
Rolled back some housekeeping for now

v3.9.1

Toggle v3.9.1's commit message
Updated README.rst

- Changed links to https
- Brought in updates from PyPI that were not in repo
- Added link to new repo location (TranscryptOrg)

v3.9.0

Toggle v3.9.0's commit message
working on transcrypt live

3,7,11

Toggle 3,7,11's commit message
Error reporting and CI tests fixed

3.7.4

Toggle 3.7.4's commit message
Version bumped due to release problem on GitHub

3.7.3

Toggle 3.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #548 from eddieantonio/feature/gh-547-add-unicoded…

…ata-normalize

[WIP] Add unicodedata.normalize()

3.7.3_rc3

Toggle 3.7.3_rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #548 from eddieantonio/feature/gh-547-add-unicoded…

…ata-normalize

[WIP] Add unicodedata.normalize()

3.7.3_rc2

Toggle 3.7.3_rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #548 from eddieantonio/feature/gh-547-add-unicoded…

…ata-normalize

[WIP] Add unicodedata.normalize()