0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add common_deps.txt and leave only the Mac-specific dependencies in mac_deps.txt More... over 8 years ago
Make the yes prompt case-insensitive, make run an alias for build on iOS since we can't run apps from the command line, and report an error if trying to run an android build when there is not a valid APK file. More... over 8 years ago
Make the product version match the module version. More... over 8 years ago
Add unit testing to the sample project. More... over 8 years ago
Remove get_app_dir for now, depending on where the module lives it can be hard to make work right. More... over 8 years ago
Fix after switching from module functions to class methods. More... over 8 years ago
Switch back to getting the app dir in the app itself, as the pew module approach fails in custom source build scenarios. More... over 8 years ago
Make sure we strip the pew module from the directory when running in source mode. More... over 8 years ago
Remove smart quotes. More... over 8 years ago
Move the app directory determination logic into the PEW module. More... over 8 years ago
Add docs, improve pew module source documentation, and move test API into a new pew.test module. More... over 8 years ago
Add missing JS libraries. More... over 8 years ago
Make the android dependency installation more robust, and add the ability to create new products based on a basic sample project. More... over 8 years ago
Enable the bridge to support multi-level callbacks (e.g. delegate.object.callback) and to do more data marshalling internally. More... over 8 years ago
Add icons to iOS. More... over 8 years ago
We need to allow file access from file URLs to make sure they can load required images, audio, etc. More... over 8 years ago
Implement support for shutdown calls, and bump the version. More... almost 9 years ago
Make it possible to run unit and functional tests separately. More... almost 9 years ago
Remove overly verbose log for now. More... almost 9 years ago
Add a module for test coverage reporting. More... almost 9 years ago
We'll also need to figure out a different way of installing wxPython, although we can do that as part of the Win / Mac project setup. More... almost 9 years ago
pypubsub seems to have an issue installing via pip, and we don't need it right now, so just remove it. More... almost 9 years ago
Add Mac python module dependencies for those who want to do a pip install. More... almost 9 years ago
Add requests as a dependency. More... almost 9 years ago
Merge branch 'master' of https://github.com/kollivier/pyeverywhere More... almost 9 years ago
Create a setup.py module to prepare for distribution, and make the iOS dependencies downloadable and dynamically updatable. More... almost 9 years ago
Allow programs to pass in python objects to JavaScript calls and have pew do the translation. More... almost 9 years ago
Add a method for calling JS functions that properly converts arguments. More... almost 9 years ago
Fix Unicode encoding issues in URLs and tweak the import process. More... almost 9 years ago
More fixes for UI <-> app communication, needed for unit testing. More... about 9 years ago