- 16 Nis, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 10 Nis, 2002 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 04 Eyl, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 15 Şub, 2001 1 kayıt (commit)
-
-
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)
-
- 01 Agu, 2000 2 kayıt (commit)
-
-
Guido van Rossum yazdı
Undo that!
-
Guido van Rossum yazdı
-
- 30 Haz, 2000 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
more suitable.
-
Guido van Rossum yazdı
is actually by Fredrik Lundh). This will break the re tests -- Fredrik will fix this before the final release.
-
- 15 Kas, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Tem, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
The text is condensed from the library manual.
-
- 21 Agu, 1998 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
method, so .groups() didn't work inside the replacement function called by re.sub. One-line fix: set self._num_regs inside subn().
-
- 20 Tem, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Tem, 1998 1 kayıt (commit)
-
-
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.
-
- 29 Haz, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
string. Added groupdict() to MatchObject -- return the named groups as a dict. Added default argument to groups() to specify what to return for unmatching groups; groupdict() also has this.
-
- 29 May, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 03 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 19 Şub, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
characters \, 0, 0, 0.
-
- 12 Ock, 1998 1 kayıt (commit)
-
-
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.
-
- 08 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 08 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 Eki, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 06 Eki, 1997 1 kayıt (commit)
-
-
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.
-
- 15 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Agu, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
bugginess has been fixed.
-
- 13 Agu, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 18 Tem, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
removed some of his own cruft. Added \g<...> references in replacement text.
-
- 17 Tem, 1997 3 kayıt (commit)
-
-
Guido van Rossum yazdı
the cache code.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 15 Tem, 1997 5 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 11 Tem, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-