- 37a0982 point people to the Python bug tracker, rather than to a mail by Fredrik Lundh · 22 years ago
- ad9eba7 Add 'engine' back. IDLE used this, others might have copied it from there. by Guido van Rossum · 22 years ago
- 863ac44 Whitespace normalization. by Tim Peters · 23 years ago
- 7fd1c8c Remove support for importing 'pre' module by Andrew M. Kuchling · 23 years ago
- b8f2274 Added docstrings by Neal Norwitz. This closes SF bug #450980. by Fred Drake · 23 years ago
- 0de6580 bunch more __all__ lists by Skip Montanaro · 24 years ago
- fb06539 My fix to the URL accidentally also switched back to the "pre" module. by Guido van Rossum · 24 years ago
- 8c74335 Replace the jitterbug page with the SF Bug Tracker page. by Guido van Rossum · 24 years ago
- ef7bae6 replaced <some suitable mail address> with something slightly more suitable. by Fredrik Lundh · 24 years ago
- 2850d18 Switch to sre for regular expression matching (the new mini-re module by Guido van Rossum · 24 years ago
- 77980a7 Correct typo in module doc string doscovered by Jonathan Giddy. by Guido van Rossum · 25 years ago
- 6ebb387 Patch by Jeffrey Chang to add docstrings everywhere. by Guido van Rossum · 25 years ago
- 9a80e00 The .subn() method wasn't setting _num_regs, which is used by the .groups() by Andrew M. Kuchling · 26 years ago
- 3a8d1f5 Modest speed improvement to escape() by Piet van Oostrum. by Guido van Rossum · 26 years ago
- 0e5ab17 Get a 3- to 4-fold speedup for sub()/subn(), split() and findall() by by Guido van Rossum · 26 years ago
- be0b62c Added findall() to RegexObject -- return a list of all matches in a by Guido van Rossum · 26 years ago
- 3c46234 Remove Emacs and #! cruft. by Guido van Rossum · 26 years ago
- 8430c58 AMK's latest by Guido van Rossum · 27 years ago
- 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
- b190884 Fix for literal null bytes -- these must be replaced by the four by Guido van Rossum · 27 years ago
- 2b2b3f9 Fix two bugs: by Guido van Rossum · 27 years ago
- dfa6790 New re version from AMK by Guido van Rossum · 27 years ago
- af8d2bf Bugfix in match() -- the number of registers shouldn't be divided by two! by Guido van Rossum · 27 years ago
- 5bc5b14 Checking in AMK's latest installement. by Guido van Rossum · 27 years ago
- c6e8fd6 Temporary fix to valid_identifier(). by Guido van Rossum · 27 years ago
- bf9d353 New "re" regular expression support. by Guido van Rossum · 27 years ago
- 827ea7c Last minut changes for \B, \S (?). AMK. by Guido van Rossum · 27 years ago
- c4d6c4d OK, reop is safe again. by Guido van Rossum · 27 years ago
- 257c772 Comment out use of reop.expand_escape and reop._expand until their by Guido van Rossum · 27 years ago
- 95e8053 1.5a3 prerelease 1 from AMK by Guido van Rossum · 27 years ago
- 6af4abd Various changes by AMK, e.g. remove \e, \cX, add \v by Guido van Rossum · 27 years ago
- 71fa97c Jeffrey's latest -- reorder my chages somewhat, by Guido van Rossum · 27 years ago
- 9e18ec7 Correctly implement sub, subn, and split. Also correct and augment by Guido van Rossum · 27 years ago
- a4f1a78 Jeffrey's next installment by Guido van Rossum · 27 years ago
- a0e4c1b Jeffrey's latest -- seems to solve most problems! by Guido van Rossum · 27 years ago
- 26d80e6 Correct inf. while loop. by Guido van Rossum · 27 years ago
- 9f845ec More changes by Jeffrey. by Guido van Rossum · 27 years ago
- 5310975 Fix group() -- should be tuple even when re has exactly one group. by Guido van Rossum · 27 years ago
- 09bcfd6 Jeffrey's latest -- almost there. by Guido van Rossum · 27 years ago
- 04a1d74 Jeffrey's newest by Guido van Rossum · 27 years ago
- 5d6de25 New from Jeffrey; small nits. by Guido van Rossum · 27 years ago
- 8a9a4a2 Jeffrey's latest. by Guido van Rossum · 27 years ago
- 65c28b7 Removed debug print in set construction. Changed some '==' to 'in' (Tim Peters). by Guido van Rossum · 27 years ago
- 63e1819 New version from Jeffrey after I complained about some glaring bugs. by Guido van Rossum · 27 years ago
- 5ca1b71 Straight from Jeffrey Ollie's web page. by Guido van Rossum · 27 years ago