2
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 7 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bump version
DanielStutzbach
as Daniel Stutzbach
More... about 10 years ago
Merge pull request #63 from stromnov/master
DanielStutzbach
as Daniel Stutzbach
More... about 10 years ago
Add missing ez_setup.py More... about 10 years ago
Bump version number
DanielStutzbach
as Daniel Stutzbach
More... about 10 years ago
In blist's radix sort implementation, allocate the histogram scratch space (16k on a 64-bit build) on the heap instead of the stack, to avoid blowing up the stack.
DanielStutzbach
as Daniel Stutzbach
More... about 10 years ago
Fix #47: Support Version Numbers, as described in PEP396
DanielStutzbach
as Daniel Stutzbach
More... about 10 years ago
Make checking for reference leaks more accurate.
DanielStutzbach
as Daniel Stutzbach
More... about 10 years ago
Fix #60: blist's sort method will crash when using cmp parameter
DanielStutzbach
as Daniel Stutzbach
More... about 10 years ago
Merge pull request #58 from larsmans/order-statistic-doc
DanielStutzbach
as Daniel Stutzbach
More... about 10 years ago
Merge pull request #59 from larsmans/typos
DanielStutzbach
as Daniel Stutzbach
More... about 10 years ago
Merge pull request #61 from fayimora/patch-1
DanielStutzbach
as Daniel Stutzbach
More... about 10 years ago
Merge pull request #56 from saschpe/master-setuptools
DanielStutzbach
as Daniel Stutzbach
More... about 10 years ago
Fix minor typo in readme More... about 10 years ago
typos in documentation and comments More... over 10 years ago
document use of sortedlist and sortedset as order statistic DSs More... over 10 years ago
Replace distribute_setup with ez_setup More... over 10 years ago
Merge pull request #54 from dsemi/master
DanielStutzbach
as Daniel Stutzbach
More... over 10 years ago
updated distribute_setup.py to latest version More... over 10 years ago
Add Google copyright notice.
DanielStutzbach
as Daniel Stutzbach
More... over 11 years ago
Fix #32: Add .clear() and .copy() methods, to match those added to Python's list in 3.2.
DanielStutzbach
as Daniel Stutzbach
More... over 11 years ago
Fix #37: Make subclassing of btuple work for __add__ and __radd__.
DanielStutzbach
as Daniel Stutzbach
More... over 11 years ago
Fix #38: Correct time complexity documentation for sortedset.index.
DanielStutzbach
as Daniel Stutzbach
More... over 11 years ago
Fix #43, Fix #41: Fix numerous bugs in the sorteddict KeysView, ValuesView, and ItemsView implementations.
DanielStutzbach
as Daniel Stutzbach
More... over 11 years ago
Fix compilation warning in Python 3.2+.
DanielStutzbach
as Daniel Stutzbach
More... over 11 years ago
Fix #44: Fix sorteddict.__repr__ to return the keys in sorted order. Patch by Matt McCutchen.
DanielStutzbach
as Daniel Stutzbach
More... over 11 years ago
Clean up the blist namespace.
DanielStutzbach
as Daniel Stutzbach
More... over 11 years ago
Rearrange files to make a proper package.
DanielStutzbach
as Daniel Stutzbach
More... over 11 years ago
Fix bisect_right doc cross-reference.
DanielStutzbach
as Daniel Stutzbach
More... over 11 years ago
Fix #45: Clarify that the key argument to sorteddict must be positional.
DanielStutzbach
as Daniel Stutzbach
More... over 11 years ago
Merge pull request #40 from larsmans/typo
DanielStutzbach
as Daniel Stutzbach
More... about 12 years ago