2
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed one-character-error in Py3k compile
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Fixed one bug and improved compile-in-Python support
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Bumped version, updaed README
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
pass all Python 3.0 unit tests now
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Fix for building into the interpreter
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Minor setup.py changes
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Sped up common case of extending a slightly long list
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
More sort and reverse speed improvements
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Many speed optimizations to sort
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Tweaks to sort speed
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Added tests, updated language, fixed MSVC compilation problem
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Fixed warning
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Added more tests and bumped version
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Fixed several bugs and added pickle support
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Fixed to only be a List subclass when compiled into python
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Fixed ext_mark for append/pop
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Fixed ext_alloc problem reported by user
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Added blist-in-python code for 3.0. Fixed reversed iterator type. Added more memory allocation checks
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Improved memory efficiency of setclean
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Speedup to blist_init_from_array
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Fixed previous sort patch
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Sped up dealloc, sort, and pop/append
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
ext_index_set_all added
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Sped up ext_index_all and added blist_PREPARE_WRITE
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Fixed blistiter_len and blistriter_len
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Sped up iteration by removing remaining
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Bumped version, editing README
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Fixed last patch
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Made debug only appear in debug build
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago
Optimized sorting and LIFO. Added tests
DanielStutzbach
as Daniel Stutzbach
More... over 16 years ago