1. 01 Agu, 2000 2 kayıt (commit)
  2. 30 Haz, 2000 2 kayıt (commit)
  3. 15 Kas, 1999 1 kayıt (commit)
  4. 09 Tem, 1999 1 kayıt (commit)
  5. 21 Agu, 1998 1 kayıt (commit)
  6. 20 Tem, 1998 1 kayıt (commit)
  7. 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
  8. 29 Haz, 1998 1 kayıt (commit)
  9. 29 May, 1998 1 kayıt (commit)
  10. 03 Nis, 1998 1 kayıt (commit)
  11. 26 Mar, 1998 1 kayıt (commit)
  12. 19 Şub, 1998 1 kayıt (commit)
  13. 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
  14. 08 Ara, 1997 1 kayıt (commit)
  15. 27 Eki, 1997 1 kayıt (commit)
  16. 08 Eki, 1997 1 kayıt (commit)
  17. 07 Eki, 1997 1 kayıt (commit)
  18. 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
  19. 15 Agu, 1997 1 kayıt (commit)
  20. 14 Agu, 1997 2 kayıt (commit)
  21. 13 Agu, 1997 2 kayıt (commit)
  22. 18 Tem, 1997 1 kayıt (commit)
  23. 17 Tem, 1997 3 kayıt (commit)
  24. 15 Tem, 1997 5 kayıt (commit)
  25. 11 Tem, 1997 4 kayıt (commit)
  26. 10 Tem, 1997 1 kayıt (commit)