1. 18 Haz, 2011 2 kayıt (commit)
  2. 17 Haz, 2011 1 kayıt (commit)
  3. 16 Haz, 2011 1 kayıt (commit)
  4. 13 Haz, 2011 1 kayıt (commit)
  5. 11 Haz, 2011 6 kayıt (commit)
  6. 10 Haz, 2011 4 kayıt (commit)
  7. 09 Haz, 2011 5 kayıt (commit)
  8. 07 Haz, 2011 1 kayıt (commit)
  9. 06 Haz, 2011 1 kayıt (commit)
  10. 05 Haz, 2011 3 kayıt (commit)
  11. 04 Haz, 2011 6 kayıt (commit)
  12. 03 Haz, 2011 6 kayıt (commit)
  13. 02 Haz, 2011 1 kayıt (commit)
  14. 01 Haz, 2011 2 kayıt (commit)
    • Raymond Hettinger's avatar
      Cleanup example · 88fc6617
      Raymond Hettinger yazdı
      88fc6617
    • Raymond Hettinger's avatar
      Multiple clean-ups to the docs for builtin functions. · 690d4ae8
      Raymond Hettinger yazdı
      * Use concrete example for dir() and eliminate the distracting doctest directives.
      * Add a pure python equivalent for enumerate()
      * Modify the enumerate() example to demonstrate the start argument
      * Remove incorrect reference the *iterable* in the enumerate() docs.
      * Downgrade the comments on input() from a warning to a note.
      * Fix the iter() example to use the empty string as the terminating
        condition for file.readline().  Also, the old example was broken
        because readline() results include a newline, so 'STOP\n' would have
        been the correct terminating condition.  Even with that fix, the
        STOP example was fragile and would have lead to infinite loops with
        malformed inputs.
      * Do not refer to classmethod as being "more advanced" than staticmethod.
      690d4ae8