1. 17 Eki, 2003 1 kayıt (commit)
  2. 19 Nis, 2003 1 kayıt (commit)
  3. 14 Nis, 2003 1 kayıt (commit)
    • Guido van Rossum's avatar
      SF patch #720991 by Gary Herron: · 41c99e7f
      Guido van Rossum yazdı
      A small fix for bug #545855 and Greg Chapman's
      addition of op code SRE_OP_MIN_REPEAT_ONE for
      eliminating recursion on simple uses of pattern '*?' on a
      long string.
      41c99e7f
  4. 02 Tem, 2001 1 kayıt (commit)
  5. 22 Mar, 2001 1 kayıt (commit)
    • Fredrik Lundh's avatar
      sre 2.1b2 update: · b25e1ad2
      Fredrik Lundh yazdı
      - take locale into account for word boundary anchors (#410271)
      - restored 2.0's *? behaviour (#233283, #408936 and others)
      - speed up re.sub/re.subn
      b25e1ad2
  6. 15 Ock, 2001 1 kayıt (commit)
  7. 14 Ock, 2001 1 kayıt (commit)
    • Fredrik Lundh's avatar
      SRE fixes for 2.1 alpha: · 770617b2
      Fredrik Lundh yazdı
      -- added some more docstrings
      -- fixed typo in scanner class (#125531)
      -- the multiline flag (?m) should't affect the \Z operator (#127259)
      -- fixed non-greedy backtracking bug (#123769, #127259)
      -- added sre.DEBUG flag (currently dumps the parsed pattern structure)
      -- fixed a couple of glitches in groupdict (the #126587 memory leak
         had already been fixed by AMK)
      770617b2
  8. 01 Agu, 2000 2 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
      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
  9. 02 Tem, 2000 2 kayıt (commit)
  10. 30 Haz, 2000 1 kayıt (commit)
  11. 29 Haz, 2000 1 kayıt (commit)
  12. 01 Haz, 2000 1 kayıt (commit)
  13. 31 Mar, 2000 1 kayıt (commit)