- 11 Mar, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 19 Agu, 2008 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
and str (unicode) patterns get full unicode matching by default. The re.ASCII flag is also introduced to ask for ASCII matching instead.
-
- 22 Tem, 2008 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 20 Nis, 2003 1 kayıt (commit)
-
-
Gustavo Niemeyer yazdı
I've applied a modified version of Greg Chapman's patch. I've included the fixes without introducing the reorganization mentioned, for the sake of stability. Also, the second fix mentioned in the patch don't fix the mentioned problem anymore, because of the change introduced by patch #720991 (by Greg as well). The new fix wasn't complicated though, and is included as well. As a note. It seems that there are other places that require the "protection" of LASTMARK_SAVE()/LASTMARK_RESTORE(), and are just waiting for someone to find how to break them. Particularly, I belive that every recursion of SRE_MATCH() should be protected by these macros. I won't do that right now since I'm not completely sure about this, and we don't have much time for testing until the next release.
-
- 24 Şub, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
The problem is in sre_compile.py: the call to _compile_charset near the end of _compile_info forgets to pass in the flags, so that the info charset is not compiled with re.U. (The info charset is used when searching to find the first character at which a match could start; it is not generated for patterns beginning with a repeat like '\w{1}'.)
-
- 19 Şub, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 13 Şub, 2003 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 06 Kas, 2002 1 kayıt (commit)
-
-
Gustavo Niemeyer yazdı
from Greg Chapman. * Modules/_sre.c (lastmark_restore): New function, implementing algorithm to restore a state to a given lastmark. In addition to the similar algorithm used in a few places of SRE_MATCH, restore lastindex when restoring lastmark. (SRE_MATCH): Replace lastmark inline restoring by lastmark_restore(), function. Also include it where missing. In SRE_OP_MARK, set lastindex only if i > lastmark. * Lib/test/re_tests.py * Lib/test/test_sre.py Included regression tests for the fixed bugs. * Misc/NEWS Mention fixes.
-
- 09 Ara, 2001 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
backed out of broken minimal repeat patch from July also fixed a couple of minor potential resource leaks in pattern_subx (Guido had already fixed the big one)
-
- 02 Tem, 2001 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
sure about this one, but test #133283 now works even with the fix in place, and so does the test suite. we'll see what comes up...
-
- 22 Mar, 2001 1 kayıt (commit)
-
-
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
-
- 18 Şub, 2001 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
uppercase strings also when the IGNORECASE flag is set (bug #128899) (also added test cases for recently fixed bugs to the regression suite -- or in other words, check in re_tests.py too...)
-
- 07 Eki, 2000 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
character class. Fix provided by Andrew Kuchling. Closes bug #116251.
-
- 03 Eki, 2000 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
first scan. Closes bug #115040.
-
Fredrik Lundh yazdı
-
- 24 Eyl, 2000 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
-
- 31 Agu, 2000 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
I fixed the a bug in the regression test harness...)
-
- 08 Agu, 2000 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
-- added basic unicode tests to test_re -- added test case for Sjoerd's xmllib problem to re_tests
-
Fredrik Lundh yazdı
-
- 03 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 08 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 15 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 13 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Tem, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 15 Tem, 1997 6 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
groups that have no value and groups that are out of bounds.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 11 Tem, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 03 Haz, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-