Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Distributive-Network
/
PythonMonkey
Public
Notifications
You must be signed in to change notification settings
Fork
45
Star
975
Code
Issues
47
Pull requests
7
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
PythonMonkey
python
pythonmonkey
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 11, 2025
chore: addition of marker file according to pep561
SaidBySolo
committed
7f8e45d
View commit details
Copy full SHA for 7f8e45d
View code at this point
Browse repository at this point
Commits on Oct 1, 2024
Merge branch 'Xmader/feat/python-3.13-support' into Xmader/fix/fix-mem-bugs-using-debug-build
Xmader
authored
a1f11b4
View commit details
Copy full SHA for a1f11b4
View code at this point
Browse repository at this point
fix: add back `python.getenv` that was accidentally deleted in `3e2aad2`
Xmader
committed
7ebe149
View commit details
Copy full SHA for 7ebe149
View code at this point
Browse repository at this point
feat: add back the ability to mutate parent scope variables with `pm.exec`/`eval`
Show description for 3e2aad2
Xmader
and
zollqir
authored
3e2aad2
View commit details
Copy full SHA for 3e2aad2
View code at this point
Browse repository at this point
Commits on Sep 24, 2024
fix: the code argument to `python.exec`/`eval` needs to be a well-formed string
Xmader
committed
5a13901
View commit details
Copy full SHA for 5a13901
View code at this point
Browse repository at this point
Commits on Sep 20, 2024
feat: keep track of the local variables inside Python `eval`/`exec` to a dict
Show description for 29b6bae
Xmader
committed
29b6bae
View commit details
Copy full SHA for 29b6bae
View code at this point
Browse repository at this point
Commits on Aug 27, 2024
Merge branch 'main' into Xmader/fix/xhr-poll-error
Xmader
authored
376ccd3
View commit details
Copy full SHA for 376ccd3
View code at this point
Browse repository at this point
Commits on Aug 21, 2024
Requested changes
Ciarands
committed
2751372
View commit details
Copy full SHA for 2751372
View code at this point
Browse repository at this point
Commits on Aug 9, 2024
fix: base64.py 'Incorrect padding' error
Show description for 2923828
Ciarands
committed
2923828
View commit details
Copy full SHA for 2923828
View code at this point
Browse repository at this point
Commits on Jul 9, 2024
feat(XHR): add `_requestMetadata` accessor to allow others to inspect the internal properties
Xmader
committed
1c09b2b
View commit details
Copy full SHA for 1c09b2b
View code at this point
Browse repository at this point
feat(XHR): print the request body contents in debug logs
Xmader
committed
d6639cd
View commit details
Copy full SHA for d6639cd
View code at this point
Browse repository at this point
feat(XHR): print debug logs with a unique connection id to identify each XHR connection
Xmader
committed
9cfb824
View commit details
Copy full SHA for 9cfb824
View code at this point
Browse repository at this point
Commits on Jun 25, 2024
fix: pmdb's debugger global object now requires to be in a cross-compartment wrapper to use on the main global object
Xmader
committed
180303f
View commit details
Copy full SHA for 180303f
View code at this point
Browse repository at this point
Commits on Jun 20, 2024
WIP: bug in defining the debugger global object, disable pmdb for now
Xmader
committed
39ee6af
View commit details
Copy full SHA for 39ee6af
View code at this point
Browse repository at this point
Commits on Jun 12, 2024
Merge branch 'main' into Xmader/fix/Future-exception-never-retrieved
philippedistributive
authored
b868715
View commit details
Copy full SHA for b868715
View code at this point
Browse repository at this point
Merge pull request #362 from Distributive-Network/Xmader/fix/pmjs-rval
Show description for 6b75d8f
philippedistributive
authored
6b75d8f
View commit details
Copy full SHA for 6b75d8f
View code at this point
Browse repository at this point
Update python/pythonmonkey/require.py
philippedistributive
authored
2462173
View commit details
Copy full SHA for 2462173
View code at this point
Browse repository at this point
feat(exception-propagation): print out the actual JS error for uncaught rejections instead of a Python `Future exception was never retrieved` error message when not using pmjs
Xmader
committed
2e3eb17
View commit details
Copy full SHA for 2e3eb17
View code at this point
Browse repository at this point
feat(typing): add typings for `JSStringProxy` and `JSArrayProxy`
Xmader
committed
03f3b8a
View commit details
Copy full SHA for 03f3b8a
View code at this point
Browse repository at this point
feat(typing): add typings for the helper functions
Xmader
committed
3b06c0e
View commit details
Copy full SHA for 3b06c0e
View code at this point
Browse repository at this point
feat(typing): add back root type hints in the pyi file
Show description for f1f3241
Xmader
committed
f1f3241
View commit details
Copy full SHA for f1f3241
View code at this point
Browse repository at this point
feat(pmjs): forcibly run the program module, discards the return value of the script
Xmader
committed
d614916
View commit details
Copy full SHA for d614916
View code at this point
Browse repository at this point
Commits on Jun 5, 2024
improved formatting
philippe-distributive
committed
84c9c65
View commit details
Copy full SHA for 84c9c65
View code at this point
Browse repository at this point
Do not print the internal implementation line in the trace method
philippe-distributive
committed
5145f1c
View commit details
Copy full SHA for 5145f1c
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
Merge pull request #156 from Distributive-Network/Xmader/feat/uncaughtExceptionHandler
Show description for 08c1d7d
philippedistributive
authored
08c1d7d
View commit details
Copy full SHA for 08c1d7d
View code at this point
Browse repository at this point
Commits on Jun 3, 2024
feat(XHR): change the default HTTP-Keep-Alive to 5s
Show description for d495fdd
Xmader
committed
d495fdd
View commit details
Copy full SHA for d495fdd
View code at this point
Browse repository at this point
Commits on May 30, 2024
fix(XHR): `keepAliveConnector` attached to a different loop
Xmader
committed
dffe510
View commit details
Copy full SHA for dffe510
View code at this point
Browse repository at this point
Commits on May 23, 2024
feat(XHR): support HTTP-Keep-Alive
Xmader
committed
22a1605
View commit details
Copy full SHA for 22a1605
View code at this point
Browse repository at this point
Commits on May 15, 2024
Update python/pythonmonkey/lib/pmjs/global-init.js
philippedistributive
authored
6e1a806
View commit details
Copy full SHA for 6e1a806
View code at this point
Browse repository at this point
Update python/pythonmonkey/lib/pmjs/global-init.js
philippedistributive
authored
d351c07
View commit details
Copy full SHA for d351c07
View code at this point
Browse repository at this point
Update python/pythonmonkey/lib/pmjs/global-init.js
philippedistributive
authored
5d54009
View commit details
Copy full SHA for 5d54009
View code at this point
Browse repository at this point
fix: change how an uncaught exception is printed out
Show description for e953f0b
Xmader
committed
e953f0b
View commit details
Copy full SHA for e953f0b
View code at this point
Browse repository at this point
Commits on May 14, 2024
fix(console): extra `name` property is printed after changing the Error name
Show description for 1bcb1f8
Xmader
committed
1bcb1f8
View commit details
Copy full SHA for 1bcb1f8
View code at this point
Browse repository at this point
fix(console): fix Error object printing when there's no error stack
Xmader
committed
a1ae648
View commit details
Copy full SHA for a1ae648
View code at this point
Browse repository at this point
feat(XHR): report HTTP errors to the `onerror` event handler
Xmader
committed
b14aac4
View commit details
Copy full SHA for b14aac4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.