1. 13 Dec, 1996 4 commits
  2. 12 Dec, 1996 16 commits
  3. 11 Dec, 1996 18 commits
  4. 10 Dec, 1996 2 commits
    • Guido van Rossum's avatar
      Added new quicksort implementation, tailored to sorting arrays of · d5bf717e
      Guido van Rossum authored
      object pointers.  Should be a bit faster than the C library's qsort(),
      and doesn't have the prohibition on recursion that Solaris qsort() has
      in the threaded version of their C library.
      
      Thanks to discussions with Tim Peters.
      d5bf717e
    • Barry Warsaw's avatar
      Renamed. · 10124544
      Barry Warsaw authored
      Note that there is no test suite for this module, and I don't plan to
      write one just now.
      10124544