0
I Use This!
Inactive

Commits : Listings

Analyzed 6 minutes ago. based on code collected about 7 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow the app to specify preferred platform in case multiple options are available. More... almost 6 years ago
Require projects to explicitly specify a list of asset directories to copy into the bundle. More... almost 6 years ago
Initial support for using cefpython on Mac, more work is needed. More... almost 6 years ago
Remove support for creating an assets directory for now, revisit once we land an official change in p4a. More... almost 6 years ago
It is not required that the files subdirectory exists, so only try to copy it if it does. More... almost 6 years ago
Refactor native toolkit loading, and introduce options to configure load behavior. More... almost 6 years ago
Make sure on Mac when grabbing the GUI-friendly python exe that we add the version to the name. More... almost 6 years ago
Icon assets must now always be in icon bundles on iOS, and fix a couple Python 2/3 compat issues. More... about 6 years ago
Allow the virtualenv python version to be explicitly specified. More... about 6 years ago
Python compat fix, failure is not ImportError so just do a general exception handler. More... about 6 years ago
Default total_size to None. More... about 6 years ago
Remove unused import. More... about 6 years ago
Switch to install_requires to ensure pip install will install the modules. More... about 6 years ago
Merge branch 'master' into dev More... over 6 years ago
Merge branch 'master' of https://github.com/kollivier/pyeverywhere More... over 6 years ago
Add ability to pass along arguments when in browser mode. More... over 6 years ago
Merge branch 'master' of https://github.com/kollivier/pyeverywhere More... over 6 years ago
Add methods for getting the app and files directories. More... over 6 years ago
Six reference modules need to be explicitly included. More... over 6 years ago
Use six for urllib imports, and fix support for named arguments in URLs. More... over 6 years ago
Merge branch 'master' into dev More... over 6 years ago
Update pew module copy code after tool.py creation. More... over 6 years ago
Traceback reporting fix. More... over 6 years ago
Merge branch 'master' of https://github.com/kollivier/pyeverywhere More... over 6 years ago
SimpleHTTPRequestHandler isn't in BaseHTTPServer with six. More... over 6 years ago
Don't import the pew module in setup.py to avoid problems with dependencies during install. More... over 6 years ago
Don't import the pew module in setup.py to avoid problems with dependencies during install. More... over 6 years ago
Fix for projects that don't have intent filters or packages specified. More... over 6 years ago
Make sure both wx backends create the Mac edit menu. More... over 6 years ago
Fix indentation. More... over 6 years ago