1. 29 Kas, 2007 2 kayıt (commit)
  2. 27 Kas, 2007 1 kayıt (commit)
  3. 24 Kas, 2007 1 kayıt (commit)
  4. 22 Kas, 2007 2 kayıt (commit)
  5. 20 Kas, 2007 1 kayıt (commit)
  6. 16 Kas, 2007 3 kayıt (commit)
  7. 12 Kas, 2007 2 kayıt (commit)
  8. 10 Kas, 2007 1 kayıt (commit)
  9. 09 Kas, 2007 1 kayıt (commit)
  10. 08 Kas, 2007 2 kayıt (commit)
  11. 07 Kas, 2007 1 kayıt (commit)
  12. 06 Kas, 2007 1 kayıt (commit)
  13. 29 Eki, 2007 1 kayıt (commit)
  14. 17 Eki, 2007 1 kayıt (commit)
  15. 10 Eki, 2007 1 kayıt (commit)
  16. 04 Eki, 2007 1 kayıt (commit)
  17. 03 Eki, 2007 1 kayıt (commit)
  18. 30 Eyl, 2007 2 kayıt (commit)
  19. 22 Eyl, 2007 1 kayıt (commit)
  20. 19 Eyl, 2007 1 kayıt (commit)
  21. 18 Eyl, 2007 1 kayıt (commit)
  22. 17 Eyl, 2007 1 kayıt (commit)
  23. 11 Eyl, 2007 1 kayıt (commit)
  24. 10 Eyl, 2007 2 kayıt (commit)
  25. 07 Eyl, 2007 1 kayıt (commit)
  26. 30 Agu, 2007 2 kayıt (commit)
  27. 28 Agu, 2007 1 kayıt (commit)
    • Thomas Wouters's avatar
      Improve extended slicing support in builtin types and classes. Specifically: · 3ccec68a
      Thomas Wouters yazdı
       - Specialcase extended slices that amount to a shallow copy the same way as
         is done for simple slices, in the tuple, string and unicode case.
      
       - Specialcase step-1 extended slices to optimize the common case for all
         involved types.
      
       - For lists, allow extended slice assignment of differing lengths as long
         as the step is 1. (Previously, 'l[:2:1] = []' failed even though
         'l[:2] = []' and 'l[:2:None] = []' do not.)
      
       - Implement extended slicing for buffer, array, structseq, mmap and
         UserString.UserString.
      
       - Implement slice-object support (but not non-step-1 slice assignment) for
         UserString.MutableString.
      
       - Add tests for all new functionality.
      3ccec68a
  28. 21 Agu, 2007 2 kayıt (commit)
  29. 17 Agu, 2007 2 kayıt (commit)