- 04 Eyl, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 02 Tem, 2001 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
speedups for certain unicode character ranges.
-
- 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 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
- removed __all__ cruft from internal modules (sorry, skip) - don't assume ASCII for string escapes (sorry, per)
-
Skip Montanaro yazdı
to be exported
-
- 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)
-
- 09 Şub, 2001 1 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
by compiler/engine mismatches
-
- 14 Ock, 2001 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
-- added some more docstrings -- fixed typo in scanner class (#125531) -- the multiline flag (?m) should't affect the \Z operator (#127259) -- fixed non-greedy backtracking bug (#123769, #127259) -- added sre.DEBUG flag (currently dumps the parsed pattern structure) -- fixed a couple of glitches in groupdict (the #126587 memory leak had already been fixed by AMK)
-
- 07 Eki, 2000 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
-
- 01 Agu, 2000 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
-- added REPEAT_ONE operator -- added ANY_ALL operator (used to represent "(?s).")
-
Fredrik Lundh yazdı
-- reverted REPEAT operator to use "repeat context" strategy (from 0.8.X), but done right this time. -- got rid of backtracking stack; use nested SRE_MATCH calls instead (should probably put it back again in 0.9.9 ;-) -- properly reset state in scanner mode -- don't use aggressive inlining by default
-
- 23 Tem, 2000 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
+ added "regs" attribute + fixed "pos" and "endpos" attributes + reset "lastindex" and "lastgroup" in scanner methods + removed (?P#id) syntax; the "lastindex" and "lastgroup" attributes are now always set + removed string module dependencies in sre_parse + better debugging support in sre_parse + various tweaks to build under 1.5.2
-
- 16 Tem, 2000 1 kayıt (commit)
-
-
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 ;)
-
- 03 Tem, 2000 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
- changed "group" operator to "groupref"
-
- 02 Tem, 2000 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
used by the code generator) - changed max repeat value in engine (to match earlier array fix) - added experimental "which part matched?" mechanism to sre; see http://hem.passagen.se/eff/2000_07_01_bot-archive.htm#416954 or python-dev for details.
-
Fredrik Lundh yazdı
speedup for some tests, including the python tokenizer. -- added support for an optional charset anchor to the engine (currently unused by the code generator). -- removed workaround for array module bug.
-
- 01 Tem, 2000 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
-- changed 1.6 to 2.0 in the file headers -- fixed ISALNUM macro for the unicode locale. this solution isn't perfect, but the best I can do with Python's current unicode database.
-
- 30 Haz, 2000 1 kayıt (commit)
-
-
Fredrik Lundh yazdı
- untabified sre_constants.py
-
- 29 Haz, 2000 3 kayıt (commit)
-
-
Fredrik Lundh yazdı
(those semantics are weird...) - got rid of $Id$'s (for the moment, at least). in other words, there should be no more "empty" checkins. - internal: some minor cleanups.
-
Fredrik Lundh yazdı
- removed some hacks that worked around 1.6 alpha bugs - removed bogus test code from sre_parse
-
Fredrik Lundh yazdı
-
- 01 Haz, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
- 10 Nis, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This one should work with unicode expressions, and compile a bit more silently.
-
- 02 Nis, 2000 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
untabifies the files. No actual code changes were made.
-
- 31 Mar, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
NOTE: THIS IS VERY ROUGH ALPHA CODE!
-