1. 19 Agu, 2000 1 kayıt (commit)
  2. 18 Agu, 2000 5 kayıt (commit)
  3. 16 Agu, 2000 3 kayıt (commit)
  4. 15 Agu, 2000 7 kayıt (commit)
  5. 14 Agu, 2000 1 kayıt (commit)
    • Mark Hammond's avatar
      Patch #101032, from David Bolen: · b37a3734
      Mark Hammond yazdı
      This is an enhancement to a prior patch (100941) ...
      [T]his patch removes the risk of deadlock waiting for the child previously present in certain cases. It adds tracking of all file handles returned from an os.popen* call and only waits for the child process, returning the exit code, on the closure of the final file handle to that child.
      b37a3734
  6. 12 Agu, 2000 1 kayıt (commit)
  7. 11 Agu, 2000 1 kayıt (commit)
  8. 10 Agu, 2000 2 kayıt (commit)
  9. 09 Agu, 2000 1 kayıt (commit)
  10. 07 Agu, 2000 3 kayıt (commit)
  11. 06 Agu, 2000 1 kayıt (commit)
  12. 04 Agu, 2000 2 kayıt (commit)
  13. 03 Agu, 2000 6 kayıt (commit)
  14. 02 Agu, 2000 2 kayıt (commit)
  15. 01 Agu, 2000 4 kayıt (commit)
    • Fredrik Lundh's avatar
      final 0.9.8 updates: · e1869838
      Fredrik Lundh yazdı
      -- added REPEAT_ONE operator
      -- added ANY_ALL operator (used to represent "(?s).")
      e1869838
    • Fredrik Lundh's avatar
      -- fixed width calculations for alternations · 2f2c67d7
      Fredrik Lundh yazdı
      -- fixed literal check in branch operator
         (this broke test_tokenize, as reported by Mark Favas)
      -- added REPEAT_ONE operator (still not enabled, though)
      -- added some debugging stuff (maxlevel)
      2f2c67d7
    • Tim Peters's avatar
      Removed decl of unreferenced vrbl. · 329e2919
      Tim Peters yazdı
      329e2919
    • Fredrik Lundh's avatar
      SRE 0.9.8: passes the entire test suite · 29c4ba9a
      Fredrik Lundh yazdı
      -- reverted REPEAT operator to use "repeat context" strategy
         (from 0.8.X), but done right this time.
      -- got rid of backtracking stack; use nested SRE_MATCH calls
         instead (should probably put it back again in 0.9.9 ;-)
      -- properly reset state in scanner mode
      -- don't use aggressive inlining by default
      29c4ba9a