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