python-stablesort is an adaptive, stable, natural mergesort. It is a back-port of the new Python 2.3 stable listsort algorithm to all Python versions (tested with all versions from 1.5.2 to 2.2.3). It can also be regarded as some sort of forward-port in case the default Python list sort() method will change to a non-stable algorithm in the future again.
| Tags | Software Development Libraries Python Modules |
|---|---|
| Licenses | Python |
| Operating Systems | OS Independent |
| Implementation | Python C |
Recent releases


Release Notes: This release is resynchronized with the official Python 2.3 version.


Release Notes: This release is resynchronized with the latest Python CVS version.


Release Notes: This release was resynched with the latest Python CVS version.


No changes have been submitted for this release.


Release Notes: The listobject.c file was upgraded to the latest Python CVS version.