1. 27 Aug, 2004 1 commit
    • Tim Peters's avatar
      PyUnicode_Join(): Two primary aims: · 8ce9f162
      Tim Peters authored
      1. u1.join([u2]) is u2
      2. Be more careful about C-level int overflow.
      
      Since PySequence_Fast() isn't needed to achieve #1, it's not used -- but
      the code could sure be simpler if it were.
      8ce9f162
  2. 26 Aug, 2004 23 commits
  3. 25 Aug, 2004 16 commits