openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
T
Transcrypt
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
9 days
ago. based on code collected
9 days
ago.
Apr 01, 2025 — Apr 01, 2026
Showing page 1 of 42
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Updated deployment configuration files
John Sheehan
More...
10 months ago
Merge pull request #894 from TranscryptOrg/dev_3.9.4
John S
More...
11 months ago
Added str.splitlines() method (issue #733)
John Sheehan
More...
11 months ago
Merge pull request #877 from JGreenlee/docstrings_escape_apostrophes
John S
More...
11 months ago
Escape apostrophes in docstrings
Jack Greenlee
More...
over 1 year ago
Fixed random seed by resetting index to 0 (issue #770)
John Sheehan
More...
over 1 year ago
Added copy method to list object Added autotests for list copying
John Sheehan
More...
over 1 year ago
Added more enumeration autotests and moved existing ones into iter/gen test module
John Sheehan
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
John Sheehan
More...
over 1 year ago
Added default kwarg for next() (issue #831) Added autotests for next()
John Sheehan
More...
over 1 year ago
Added autotests for pow() and math.pow() (issue #525 and #529)
John Sheehan
More...
over 1 year ago
Merge branch 'refs/heads/master' into dev_3.9.4
John Sheehan
More...
over 1 year ago
Create FUNDING.yml
John S
More...
over 1 year ago
Added index validation to __getitem__ for strings and lists when opov is enabled (issue #637)
John Sheehan
More...
over 1 year ago
Fixed tzname lookup bug in datetime.astimezone
John Sheehan
More...
over 1 year ago
Added validations to list.pop (issue #854) Added more autotests for list.pop and list.remove
John Sheehan
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
John Sheehan
More...
over 1 year ago
Added dict.copy method (issue #716) Added py alias for copy and deepcopy Added more dict autotests
John Sheehan
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
John Sheehan
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
John Sheehan
More...
over 1 year ago
Merge branch 'refs/heads/master' into dev_3.9.4
John Sheehan
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
John Sheehan
More...
over 1 year ago
Bumped version to 3.9.4
John Sheehan
More...
over 1 year ago
Added autotests for slice assignment (some are broken)
John Sheehan
More...
over 1 year ago
Merge pull request #876 from TranscryptOrg/dev_3.9.3
John S
More...
over 1 year ago
Fixed issues with negative string slices Added more autotests for __getslice__
John Sheehan
More...
over 1 year ago
Fixed issues with negative list slices Added autotests for __getslice__
John Sheehan
More...
over 1 year ago
Updated __getslice__ function to work with negative steps
John Sheehan
More...
over 1 year ago
Explore adding comparable type validation to sort function
John Sheehan
More...
almost 2 years ago
Fixed kwargs getting lost on sort and sorted functions
John Sheehan
More...
almost 2 years ago
←
1
2
3
4
5
6
7
8
9
…
41
42
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree