1. 04 Nis, 2015 1 kayıt (commit)
  2. 01 Ara, 2014 1 kayıt (commit)
  3. 10 Kas, 2014 1 kayıt (commit)
  4. 09 Kas, 2014 1 kayıt (commit)
  5. 31 Eki, 2014 1 kayıt (commit)
  6. 29 Eyl, 2014 1 kayıt (commit)
  7. 23 Kas, 2013 1 kayıt (commit)
  8. 20 Eyl, 2013 1 kayıt (commit)
  9. 18 Şub, 2013 2 kayıt (commit)
  10. 16 Şub, 2013 2 kayıt (commit)
  11. 24 Ock, 2013 1 kayıt (commit)
  12. 19 Agu, 2008 1 kayıt (commit)
  13. 09 Şub, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Fix most trivially-findable print statements. · be19ed77
      Guido van Rossum yazdı
      There's one major and one minor category still unfixed:
      doctests are the major category (and I hope to be able to augment the
      refactoring tool to refactor bona fide doctests soon);
      other code generating print statements in strings is the minor category.
      
      (Oh, and I don't know if the compiler package works.)
      be19ed77
  14. 25 Agu, 2004 1 kayıt (commit)
  15. 17 Eki, 2003 1 kayıt (commit)
  16. 16 Eki, 2003 1 kayıt (commit)
  17. 19 Nis, 2003 1 kayıt (commit)
  18. 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
  19. 04 Eyl, 2001 1 kayıt (commit)
  20. 02 Tem, 2001 1 kayıt (commit)
  21. 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
  22. 18 Şub, 2001 2 kayıt (commit)
  23. 15 Şub, 2001 1 kayıt (commit)
    • Skip Montanaro's avatar
      bunch more __all__ lists · 0de65807
      Skip Montanaro yazdı
      also modified check_all function to suppress all warnings since they aren't
      relevant to what this test is doing (allows quiet checking of regsub, for
      instance)
      0de65807
  24. 09 Şub, 2001 1 kayıt (commit)
  25. 15 Ock, 2001 1 kayıt (commit)
  26. 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
  27. 07 Eki, 2000 1 kayıt (commit)
  28. 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
  29. 23 Tem, 2000 1 kayıt (commit)
    • Fredrik Lundh's avatar
      -- SRE 0.9.6 sync. this includes: · 8a3ebf8c
      Fredrik Lundh yazdı
       + added "regs" attribute
       + fixed "pos" and "endpos" attributes
       + reset "lastindex" and "lastgroup" in scanner methods
       + removed (?P#id) syntax; the "lastindex" and "lastgroup"
         attributes are now always set
       + removed string module dependencies in sre_parse
       + better debugging support in sre_parse
       + various tweaks to build under 1.5.2
      8a3ebf8c
  30. 16 Tem, 2000 1 kayıt (commit)
    • Thomas Wouters's avatar
      Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either · 7e474022
      Thomas Wouters yazdı
      comments, docstrings or error messages. I fixed two minor things in
      test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't").
      
      There is a minor style issue involved: Guido seems to have preferred English
      grammar (behaviour, honour) in a couple places. This patch changes that to
      American, which is the more prominent style in the source. I prefer English
      myself, so if English is preferred, I'd be happy to supply a patch myself ;)
      7e474022
  31. 03 Tem, 2000 1 kayıt (commit)
  32. 02 Tem, 2000 2 kayıt (commit)
  33. 01 Tem, 2000 1 kayıt (commit)
    • Fredrik Lundh's avatar
      today's SRE update: · 22d25465
      Fredrik Lundh yazdı
      -- changed 1.6 to 2.0 in the file headers
      
      -- fixed ISALNUM macro for the unicode locale.  this
         solution isn't perfect, but the best I can do with
         Python's current unicode database.
      22d25465
  34. 30 Haz, 2000 1 kayıt (commit)
  35. 29 Haz, 2000 1 kayıt (commit)
    • Fredrik Lundh's avatar
      - fixed another split problem · 8094611e
      Fredrik Lundh yazdı
        (those semantics are weird...)
      
      - got rid of $Id$'s (for the moment, at least).  in other
        words, there should be no more "empty" checkins.
      
      - internal: some minor cleanups.
      8094611e