0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Jun 29, 2025 — Jun 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
document a little how the script works
esc
as Valentin Haenel
More... about 13 years ago
fix typo
esc
as Valentin Haenel
More... about 13 years ago
subtree merge blosc v1.2.1 More... about 13 years ago
Preventing some big buffers to happen (specially on Win platforms) More... about 13 years ago
adding script for automatic subtree merging
esc
as Valentin Haenel
More... about 13 years ago
subtree merge blosc v1.2.0-rc1 More... about 13 years ago
subtree merge blosc v1.2.0 More... about 13 years ago
'git co' should be 'git checkout' More... about 13 years ago
Merge pull request #44 from esc/document_exceptions More... about 13 years ago
document the exceptions raised by the main API methods
esc
as Valentin Haenel
More... about 13 years ago
Merge pull request #43 from esc/refactor_arg_checking More... about 13 years ago
throw in some pep8 fixes for good measure
esc
as Valentin Haenel
More... about 13 years ago
check typesize too
esc
as Valentin Haenel
More... about 13 years ago
group argument checks together
esc
as Valentin Haenel
More... about 13 years ago
refactor checking type of address
esc
as Valentin Haenel
More... about 13 years ago
refactor checking length of input
esc
as Valentin Haenel
More... about 13 years ago
refactor checking the type of bytesobj
esc
as Valentin Haenel
More... about 13 years ago
check clevel in pack_array too
esc
as Valentin Haenel
More... about 13 years ago
refactor checking clevel
esc
as Valentin Haenel
More... about 13 years ago
Merge pull request #39 from esc/correct_exception_types More... about 13 years ago
Merge pull request #42 from esc/fix_test_runner More... about 13 years ago
Potential fix for #41: avoid running tests twice
esc
as Valentin Haenel
More... about 13 years ago
New test runner that can execute all doctests and testunits in one shot More... about 13 years ago
Strings in docstrings prefixed by 'b' too More... about 13 years ago
fix checking for negative items
esc
as Valentin Haenel
More... about 13 years ago
tentative fix for py3 special case, please check on py3
esc
as Valentin Haenel
More... about 13 years ago
raise TypeError too, if it doesn't quick like an ndarray
esc
as Valentin Haenel
More... about 13 years ago
use isinstance to raise TypeError if the type is wrong
esc
as Valentin Haenel
More... about 13 years ago
byte strings must be prefixed with a 'b' More... about 13 years ago
long does not exist in Python 3 anymore More... about 13 years ago