Is `extra::sort::tim_sort` the same algorithm as [Python’s Timsort](https://en.wikipedia.org/wiki/Timsort)? [The documentation](http://static.rust-lang.org/doc/master/extra/sort/fn.tim_sort.html) do not say much. In particular, can I rely on this sort being stable? (mozilla/servo#1001 is waiting on this.) I can provide a documentation patch this is confirmed.