1. 18 Haz, 2000 13 kayıt (commit)
  2. 17 Haz, 2000 10 kayıt (commit)
  3. 16 Haz, 2000 4 kayıt (commit)
  4. 15 Haz, 2000 4 kayıt (commit)
    • Fred Drake's avatar
      do_cmd_textasciitilde(): New function. · c3fd45fe
      Fred Drake yazdı
      c3fd45fe
    • Fred Drake's avatar
      Fix markup error that hid a tilde character; reported long ago by · e57a1144
      Fred Drake yazdı
      Carl Feynman <carlf@abinitio.com>.
      e57a1144
    • Fred Drake's avatar
      Michael Hudson <mwh21@cam.ac.uk>: · 9e759dfc
      Fred Drake yazdı
      This patch corrects a little glitch and two outright errors.
      
      (Including one reported earlier by Thomas Wouters.)
      9e759dfc
    • Fred Drake's avatar
      Thomas Wouters <thomas@xs4all.net>: · 56780257
      Fred Drake yazdı
      The following patch adds "sq_contains" support to rangeobject, and enables
      the already-written support for sq_contains in listobject and tupleobject.
      
      The rangeobject "contains" code should be a bit more efficient than the
      current default "in" implementation ;-) It might not get used much, but it's
      not that much to add.
      
      listobject.c and tupleobject.c already had code for sq_contains, and the
      proper struct member was set, but the PyType structure was not extended to
      include tp_flags, so the object-specific code was not getting called (Go
      ahead, test it ;-). I also did this for the immutable_list_type in
      listobject.c, eventhough it is probably never used. Symmetry and all that.
      56780257
  5. 14 Haz, 2000 3 kayıt (commit)
  6. 13 Haz, 2000 6 kayıt (commit)