1. 30 Apr, 2003 8 commits
  2. 29 Apr, 2003 25 commits
  3. 28 Apr, 2003 5 commits
  4. 27 Apr, 2003 2 commits
    • Brett Cannon's avatar
      Make tests clean up after themselves better. This means: · 4aebbb04
      Brett Cannon authored
      * call tearDown when Setup is called
      * shutil.rmtree the root of the created directory instead of just the leaf
        directory
      * set the LANGUAGE environment variable to what it was originally and not
        assume 'en'.
      4aebbb04
    • Gustavo Niemeyer's avatar
      - Included detailed documentation in _sre.c explaining how, when, and why · caf1c9df
      Gustavo Niemeyer authored
        to use LASTMARK_SAVE()/LASTMARK_RESTORE(), based on the discussion
        in patch #712900.
      
      - Cleaned up LASTMARK_SAVE()/LASTMARK_RESTORE() usage, based on the
        established rules.
      
      - Moved the upper part of the just commited patch (relative to bug #725106)
        to outside the for() loop of BRANCH OP. There's no need to mark_save()
        in every loop iteration.
      caf1c9df