1. 16 Nis, 2002 1 kayıt (commit)
  2. 10 Nis, 2002 1 kayıt (commit)
  3. 04 Eyl, 2001 1 kayıt (commit)
  4. 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
  5. 01 Agu, 2000 2 kayıt (commit)
  6. 30 Haz, 2000 2 kayıt (commit)
  7. 15 Kas, 1999 1 kayıt (commit)
  8. 09 Tem, 1999 1 kayıt (commit)
  9. 21 Agu, 1998 1 kayıt (commit)
  10. 20 Tem, 1998 1 kayıt (commit)
  11. 17 Tem, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      Get a 3- to 4-fold speedup for sub()/subn(), split() and findall() by · 0e5ab17a
      Guido van Rossum yazdı
      not calling self.search(); instead, call self.code.match() directly
      and interpret the list of registers it returns directly.  This saves
      the overhead of instantiating a MatchObject for each hit, basically
      inlining search() as well as group().  When a MatchObject is still
      needed, one is allocated and reused for the duration of the scan.
      0e5ab17a
  12. 29 Haz, 1998 1 kayıt (commit)
  13. 29 May, 1998 1 kayıt (commit)
  14. 03 Nis, 1998 1 kayıt (commit)
  15. 26 Mar, 1998 1 kayıt (commit)
  16. 19 Şub, 1998 1 kayıt (commit)
  17. 12 Ock, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      Fix two bugs: · 2b2b3f9b
      Guido van Rossum yazdı
      (1) maxsplit was ignored in split().
      
      (2) groups() would return a string instead of a singleton tuple when
      there was only one group.
      2b2b3f9b
  18. 08 Ara, 1997 1 kayıt (commit)
  19. 27 Eki, 1997 1 kayıt (commit)
  20. 08 Eki, 1997 1 kayıt (commit)
  21. 07 Eki, 1997 1 kayıt (commit)
  22. 06 Eki, 1997 1 kayıt (commit)
    • Guido van Rossum's avatar
      New "re" regular expression support. · bf9d353b
      Guido van Rossum yazdı
      The new re module was written by Andrew Kuchling and uses the pcre
      code in ../Modules/.  The old re module has been renamed to re1,
      just in case you need it for comparison.
      bf9d353b
  23. 15 Agu, 1997 1 kayıt (commit)
  24. 14 Agu, 1997 2 kayıt (commit)
  25. 13 Agu, 1997 2 kayıt (commit)
  26. 18 Tem, 1997 1 kayıt (commit)
  27. 17 Tem, 1997 3 kayıt (commit)
  28. 15 Tem, 1997 5 kayıt (commit)
  29. 11 Tem, 1997 2 kayıt (commit)