1. 04 Eyl, 2001 1 kayıt (commit)
  2. 18 Şub, 2001 1 kayıt (commit)
  3. 20 Ock, 2001 1 kayıt (commit)
    • Skip Montanaro's avatar
      added __all__ lists to a number of Python modules · e99d5ea2
      Skip Montanaro yazdı
      added test script and expected output file as well
      this closes patch 103297.
      __all__ attributes will be added to other modules without first submitting
      a patch, just adding the necessary line to the test script to verify
      more-or-less correct implementation.
      e99d5ea2
  4. 29 Ara, 2000 1 kayıt (commit)
    • Tim Peters's avatar
      Fred, THIS NEEDS DOCS! The function docstrings tell the tale. · 36cdad12
      Tim Peters yazdı
      Christmas present to myself:  the bisect module didn't define what
      happened if the new element was already in the list.  It so happens
      that it inserted the new element "to the right" of all equal elements.
      Since it wasn't defined, among other bad implications it was a mystery
      how to use bisect to determine whether an element was already in the
      list (I've seen code that *assumed* "to the right" without justification).
      Added new methods bisect_left and insort_left that insert "to the left"
      instead; made the old names bisect and insort aliases for the new names
      bisect_right and insort_right; beefed up docstrings to explain what
      these actually do; and added a std test for the bisect module.
      36cdad12
  5. 02 Şub, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      Mass patch by Ka-Ping Yee: · 4acc25bd
      Guido van Rossum yazdı
          1. Comments at the beginning of the module, before
             functions, and before classes have been turned
             into docstrings.
      
          2. Tabs are normalized to four spaces.
      
      Also, removed the "remove" function from dircmp.py, which reimplements
      list.remove() (it must have been very old).
      4acc25bd
  6. 26 Mar, 1998 1 kayıt (commit)
  7. 07 Eki, 1997 1 kayıt (commit)
  8. 02 Eyl, 1992 1 kayıt (commit)