1. 13 Jun, 2011 1 commit
  2. 11 Jun, 2011 6 commits
  3. 10 Jun, 2011 4 commits
  4. 09 Jun, 2011 5 commits
  5. 07 Jun, 2011 1 commit
  6. 06 Jun, 2011 1 commit
  7. 05 Jun, 2011 3 commits
  8. 04 Jun, 2011 6 commits
  9. 03 Jun, 2011 6 commits
  10. 02 Jun, 2011 1 commit
  11. 01 Jun, 2011 6 commits
    • Raymond Hettinger's avatar
      Cleanup example · 88fc6617
      Raymond Hettinger authored
      88fc6617
    • Raymond Hettinger's avatar
      Multiple clean-ups to the docs for builtin functions. · 690d4ae8
      Raymond Hettinger authored
      * 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
    • Raymond Hettinger's avatar
      783a30f3
    • Éric Araujo's avatar
      Branch merge · 2845365b
      Éric Araujo authored
      2845365b
    • Benjamin Peterson's avatar
      merge release tag · 115a143f
      Benjamin Peterson authored
      115a143f
    • Benjamin Peterson's avatar
      merge heads · bdc21fba
      Benjamin Peterson authored
      bdc21fba