1. 12 Jul, 2000 9 commits
  2. 11 Jul, 2000 29 commits
  3. 10 Jul, 2000 2 commits
    • Tim Peters's avatar
      Now that prototypes are in scope, the compiler gives legit wngs · dc0c031a
      Tim Peters authored
      about int size mismatches at two calls to s_rand.  Stuffed in
      casts to make the code do what it did before but w/o warnings --
      although unclear that's correct!
      dc0c031a
    • Jeremy Hylton's avatar
      two changes to string_join: · 194e43e9
      Jeremy Hylton authored
      implementation -- use PySequence_Fast interface to iterate over elements
      interface -- if instance object reports wrong length, ignore it;
         previous version raised an IndexError if reported length was too high
      194e43e9