Walter Dörwald
70a6b49821
Replace backticks with repr() or "%r"
...
From SF patch #852334 .
2004-02-12 17:35:32 +00:00
Walter Dörwald
f0dfc7ac5c
Fix a bunch of typos in documentation, docstrings and comments.
...
(From SF patch #810751 )
2003-10-20 14:01:56 +00:00
Guido van Rossum
68468eba63
Get rid of many apply() calls.
2003-02-27 20:14:51 +00:00
Fredrik Lundh
6f7c3431c8
Fix bug #570057 : Broken pre.subn() (and pre.sub())
...
This should be backported to the 2.2.X series (how
do I do that?)
2002-06-27 19:59:27 +00:00
Tim Peters
863ac44b74
Whitespace normalization.
2002-04-16 01:38:40 +00:00
Andrew M. Kuchling
7301907358
Add deprecation warning to 'pre' module
2002-04-10 21:36:11 +00:00
Fred Drake
31e18291c5
Clean up a bare except where we only expect to catch pcre.error.
2001-05-11 19:20:17 +00:00
Ka-Ping Yee
22fcae976a
Make docstrings raw, since they contain literal backslashes.
2001-03-10 09:33:14 +00:00
Skip Montanaro
0de65807e6
bunch more __all__ lists
...
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)
2001-02-15 22:15:14 +00:00
Skip Montanaro
c62c81e013
__all__ for several more modules
2001-02-12 02:00:42 +00:00
Eric S. Raymond
6e025bcde8
String method cleanup.
2001-02-10 00:22:33 +00:00
Eric S. Raymond
ec3bbdef94
String method conversion.
2001-02-09 09:39:08 +00:00
Tim Peters
2344fae6d0
Whitespace normalization.
2001-01-15 00:50:52 +00:00
Andrew M. Kuchling
2cb176f327
Correct docstring about return value when group didn't participate in match
...
(pointed out by /F)
2000-09-04 03:19:48 +00:00
Thomas Wouters
7e47402264
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
...
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 ;)
2000-07-16 12:04:32 +00:00
Guido van Rossum
2850d18615
Switch to sre for regular expression matching (the new mini-re module
...
is actually by Fredrik Lundh). This will break the re tests --
Fredrik will fix this before the final release.
2000-06-30 16:25:20 +00:00