1. 12 Şub, 2004 1 kayıt (commit)
  2. 27 Şub, 2003 1 kayıt (commit)
  3. 16 Tem, 2002 1 kayıt (commit)
    • Tim Peters's avatar
      The atexit module effectively turned itself off if sys.exitfunc already · 012b69cb
      Tim Peters yazdı
      existed at the time atexit first got imported.  That's a bug, and this
      fixes it.
      
      Also reworked test_atexit.py to test for this too, and to stop using
      an "expected output" file, and to test what actually happens at exit
      instead of just simulating what it thinks atexit will do at exit.
      
      Bugfix candidate, but it's messy so I'll backport to 2.2 myself.
      012b69cb
  4. 21 Ock, 2001 1 kayıt (commit)
  5. 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
  6. 14 Ock, 2001 1 kayıt (commit)
  7. 28 Haz, 2000 1 kayıt (commit)