0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #42 from peterbrook/master More... about 10 years ago
fix bug where .old files were not removed More... about 10 years ago
Merge remote-tracking branch 'upstream/master' More... about 10 years ago
Merge pull request #54 from Ecno92/master More... over 10 years ago
Changed the naming of "force-bootstrap-library" to "detached-bootstrap-library". More... over 10 years ago
Add python core dependency name check for Mac OSX More... over 10 years ago
str to bytes More... over 10 years ago
- Decreased the amount of if/else statements for the Python 3.3 compatibility. - Added a force-bootstrap-library option for CX_freeze. This prevents appending the library.zip to the bootstrap executable. This is useful when you want to sign your executables with the microsoft signtool (or similair tools). More... over 10 years ago
Merge pull request #50 from dmckeone/master More... over 10 years ago
Merge pull request #51 from dmckeone/exception_on_retry More... over 10 years ago
Merge pull request #53 from Ecno92/master More... over 10 years ago
The bootstrap EXE didn't work anymore when using Python 3.3. Simply creating a check for Python 3.3 and adding the source size to the struckt.pack solves this. We can safely set the source size to zero since Python doesn't check the actual size yet. More... over 10 years ago
When retrying with the DefaultVersionFinder, allow the exception to be known via the callback. More... over 10 years ago
Enable spaces in paths by ensuring that all arguments are quoted. More... over 10 years ago
Merge pull request #43 from prabhuramachandran/fix_test_error More... almost 11 years ago
Fix test errors. More... almost 11 years ago
update appexe util method to work with py2app More... almost 11 years ago
Fix to handle unicode on windows More... almost 11 years ago
Bump dev version number. More... about 11 years ago
Added cleanup of files not listed in filest More... about 11 years ago
Make master be version 0.9.8dev More... over 11 years ago
f_py2app: treat site.pyo the same as site.py and site.pyc More... over 11 years ago
Fix calls to b64pickle in sudo_osx; thanks poupas More... over 11 years ago
Fix typo More... over 11 years ago
Remove unused code More... over 11 years ago
Saner handling of site.py/site.pyc for f_py2app More... over 11 years ago
Latest py2app supports multiple scripts, remove our own hacky version. More... over 11 years ago
Move ESKY_FILELIST_NAME const def to right place More... over 11 years ago
Load_filelist returns the list sorted More... over 11 years ago
Fix for issue #27. Verify md5 based on a filelist More... over 11 years ago