mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / entrez /
2012-04-02 W. Trevor KingUpdate SOAP URLS in entrez.py.
2012-02-07 W. Trevor KingChange my email address back to drexel (Verizon blocks...
2011-12-16 W. Trevor KingChange email address from drexel to tremily.
2011-07-20 W. Trevor KingAdjust entrez.py to print the name of failing external...
2011-04-17 W. Trevor KingFallback to posting HTTP URLs if XML fetch fails in...
2011-04-17 W. Trevor KingAdd URL for Entrez help page.
2011-04-16 W. Trevor KingRemove typo space from eSearch URL in entrez.py.
2011-04-16 W. Trevor KingDon't log maxdate/mindate unless we tweak them.
2011-04-16 W. Trevor KingConvert entrez.py to use SOAP interface (much simpler...
2011-04-16 W. Trevor KingUse builtin set() instead of our old unique() in entrez.py.
2011-04-16 W. Trevor KingWrap long lines in entrez.py.
2011-04-16 W. Trevor KingRemove space between function name and '(' in entrez.py.
2011-04-16 W. Trevor KingUse urllib.urlencode for encoding heavy lifting in...
2011-04-16 W. Trevor KingCapitalize global constants in entrez.py.
2011-04-16 W. Trevor KingRemove extra spaces from around colons in entrez.py.
2011-04-16 W. Trevor KingStrip trailing whitespace from entrez.py.
2011-04-16 W. Trevor KingMove entrez.py from popen2.popen2 to subprocess.Popen.
2011-04-15 W. Trevor KingUpdate entrez copyright blurb to give GNU URL instead...
2011-04-15 W. Trevor KingBegan versioning my entrez.py script.