mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 13:43:47 +08:00
* add test script * add test files * done * travis * travis being obnoxious * remove unnecessary str support * avoid using PyUnicode_New as it's not in pypy * add some documentation * add some documentation * move to a comment to travis can't bitch about it * move to a comment to travis can't bitch about it * documentation update * fix warning * Let's see why 32bit windows is not happy * Let's see why 32bit windows is not happy * check the file descriptor in advance; on Windows, lseek with a closed file descriptor will by default close the application * lseek is fubar on windows * lseek and read apparently are fubar on Windows. Use Python to seek/read, and numpy to keep the code reasonably fast * deal with closed files * travis * more inane stuff from Travis * weird * reverting previous change to the tutorial text * reverting changes to test_SeqIO.py; these are not needed anymore now that twoBit file reading is done via Python * improving speed * using C code for 2bit to sequence conversion * adding missing C code * expand exception * accept formats I and L * release buffer * travis * windows * private * NEWS
737 B
737 B