2
I Use This!
Inactive

Commits : Listings

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