1. 27 May, 2006 1 kayıt (commit)
  2. 20 Kas, 2003 1 kayıt (commit)
  3. 19 Kas, 2003 1 kayıt (commit)
  4. 16 May, 2003 1 kayıt (commit)
  5. 13 Şub, 2003 1 kayıt (commit)
    • Guido van Rossum's avatar
      - Finally fixed the bug in compile() and exec where a string ending · 4b499dd3
      Guido van Rossum yazdı
        with an indented code block but no newline would raise SyntaxError.
        This would have been a four-line change in parsetok.c...  Except
        codeop.py depends on this behavior, so a compilation flag had to be
        invented that causes the tokenizer to revert to the old behavior;
        this required extra changes to 2 .h files, 2 .c files, and 2 .py
        files.  (Fixes SF bug #501622.)
      4b499dd3
  6. 17 Agu, 2001 1 kayıt (commit)
  7. 08 Nis, 2001 1 kayıt (commit)
  8. 09 Şub, 2001 1 kayıt (commit)
  9. 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
  10. 22 Eki, 1998 1 kayıt (commit)