2
I Use This!
Inactive

Commits : Listings

Analyzed 12 days ago. based on code collected 12 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove built documentation, since that's what RTFD is for. More... about 11 years ago
Link doc version to drmaa.__version__ More... about 11 years ago
Remove html_static_path from docs/conf.py More... about 11 years ago
Add initial version of ReadTheDocs documentation More... about 11 years ago
Change Travis testing to use Coveralls as well More... about 11 years ago
Tweak handling of version numbers to make maintenance easier. Made myself author on PyPI, since I've contributed more code (and I'll be more actively maintaining this). More... about 11 years ago
Update Travis badge URL to use main repository More... about 11 years ago
Merge pull request #4 from dan-blanchard/master More... about 11 years ago
Bump version in __init__.py. More... about 11 years ago
Bump version number up again so pip will install this version over my older 0.7. More... about 11 years ago
Speed up DictAttribute setting slightly. More... about 11 years ago
Add const module identifiers back into package namespace. More... about 11 years ago
Merge branch 'master' of github.com:dan-blanchard/drmaa-python More... over 11 years ago
Fix error strings containing "b" literal prefixes. More... over 11 years ago
Removed unnecessary line from MANIFEST.in More... over 11 years ago
Took out sleeps from install_sge.sh because splitting apt-get into two steps seems to solve those problems. More... over 11 years ago
Broke apt-get install into two commands in install_sge.sh More... over 11 years ago
Changed order of gridengine package installation to make sure master is up and running before exec gets installed More... over 11 years ago
Restart execd in install_sge.sh just in case More... over 11 years ago
Add Travis build badge to README More... over 11 years ago
Made qstat output more verbose in install_sge.sh More... over 11 years ago
Added another sleep to install_sge.sh to prevent synchronization issues More... over 11 years ago
Added a little message about how we're waiting for the grid engine to come up in install_sge.sh. More... over 11 years ago
Increase sleep time to 10 seconds when waiting for Grid Engine to start. More... over 11 years ago
Fix copy-paste error More... over 11 years ago
Make sure boolean converter always converts things to bytes More... over 11 years ago
Fix __str__ typeerror in Python 3 More... over 11 years ago
Added another missing import for testwrap. More... over 11 years ago
Added missing import to testwrap.py More... over 11 years ago
Moved tests into separate directory and cleaned them up a bit. More... over 11 years ago