1. 29 Ara, 2005 2 kayıt (commit)
    • Armin Rigo's avatar
      SF patch #1390657: · fd163f92
      Armin Rigo yazdı
      * set sq_repeat and sq_concat to NULL for user-defined new-style
        classes, as a way to fix a number of related problems.  See
        test_descr.notimplemented()).  One of these problems was fixed
        in r25556 and r25557 but many more existed; this is a general
        fix and thus reverts r25556-r25557.
      
      * to avoid having PySequence_Repeat()/PySequence_Concat() failing
        on user-defined classes, they now fall back to nb_add/nb_mul if
        sq_concat/sq_repeat are not defined and the arguments appear to
        be sequences.
      
      * added tests.
      
      Backport candidate.
      fd163f92
    • Armin Rigo's avatar
      two missing PyDoc_STR(). · c4308d5b
      Armin Rigo yazdı
      c4308d5b
  2. 28 Ara, 2005 2 kayıt (commit)
  3. 27 Ara, 2005 4 kayıt (commit)
  4. 26 Ara, 2005 9 kayıt (commit)
  5. 25 Ara, 2005 6 kayıt (commit)
  6. 24 Ara, 2005 3 kayıt (commit)
  7. 23 Ara, 2005 5 kayıt (commit)
  8. 22 Ara, 2005 8 kayıt (commit)
  9. 21 Ara, 2005 1 kayıt (commit)