0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 9 days ago. based on code collected 9 days ago.
Apr 01, 2025 — Apr 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated deployment configuration files More... 10 months ago
Merge pull request #894 from TranscryptOrg/dev_3.9.4 More... 11 months ago
Added str.splitlines() method (issue #733) More... 11 months ago
Merge pull request #877 from JGreenlee/docstrings_escape_apostrophes More... 11 months ago
Escape apostrophes in docstrings More... over 1 year ago
Fixed random seed by resetting index to 0 (issue #770) More... over 1 year ago
Added copy method to list object Added autotests for list copying More... over 1 year ago
Added more enumeration autotests and moved existing ones into iter/gen test module More... over 1 year ago
Changed enumerate function to use JS generator instead of using zip (which required the iterator length) so that it works with generators lazily. Renamed enumerate function to py_enumerate to avoid JS namespace clashes Updated PyIterator to include __len__ so that it works properly with the len() function. Added autotests for issue #618 More... over 1 year ago
Added default kwarg for next() (issue #831) Added autotests for next() More... over 1 year ago
Added autotests for pow() and math.pow() (issue #525 and #529) More... over 1 year ago
Merge branch 'refs/heads/master' into dev_3.9.4 More... over 1 year ago
Create FUNDING.yml More... over 1 year ago
Added index validation to __getitem__ for strings and lists when opov is enabled (issue #637) More... over 1 year ago
Fixed tzname lookup bug in datetime.astimezone More... over 1 year ago
Added validations to list.pop (issue #854) Added more autotests for list.pop and list.remove More... over 1 year ago
Added dict.fromkeys method (issue #779) Updated some __builtin__.js code to ES6 syntax Added more dict autotests Added autotests for min/max function exceptions Updated Autotester.expectException to catch exceptions when running in browser More... over 1 year ago
Added dict.copy method (issue #716) Added py alias for copy and deepcopy Added more dict autotests More... over 1 year ago
Fixed dict.pop() when value is None (issue #827) Corrected dict.popitem() to use LIFO instead of FIFO Added more dict autotests More... over 1 year ago
Updated docs for 6.1.1. Four ways of integration with JavaScript libraries https://www.transcrypt.org/docs/html/integration_javascript.html#four-ways-of-integration-with-javascript-libraries More... over 1 year ago
Merge branch 'refs/heads/master' into dev_3.9.4 More... over 1 year ago
Fixed edge case in Array.__getslice__ Updated Array.__setslice__ to accommodate negative steps Added additional autotests for slicing and slice assignment All autotests are passing More... over 1 year ago
Bumped version to 3.9.4 More... over 1 year ago
Added autotests for slice assignment (some are broken) More... over 1 year ago
Merge pull request #876 from TranscryptOrg/dev_3.9.3 More... over 1 year ago
Fixed issues with negative string slices Added more autotests for __getslice__ More... over 1 year ago
Fixed issues with negative list slices Added autotests for __getslice__ More... over 1 year ago
Updated __getslice__ function to work with negative steps More... over 1 year ago
Explore adding comparable type validation to sort function More... almost 2 years ago
Fixed kwargs getting lost on sort and sorted functions More... almost 2 years ago