Commit graph

14737 commits

Author SHA1 Message Date
Eric S. Raymond
e37340edf2 String method conversion. 2001-02-09 16:56:44 +00:00
Eric S. Raymond
dcd3a875a5 String method conversion. 2001-02-09 16:45:10 +00:00
Sjoerd Mullender
62f1a23ade Fixed syntax error. 2001-02-09 16:34:24 +00:00
Eric S. Raymond
13b3ba4df3 splitfields -> split 2001-02-09 16:25:20 +00:00
Marc-André Lemburg
85d6edfc83 Remove silly EMPTYSTRING global. Saves a global lookup. 2001-02-09 13:37:37 +00:00
Eric S. Raymond
b3acd3e4d3 String method conversion. 2001-02-09 12:20:51 +00:00
Eric S. Raymond
7e642e82d3 Eliminate use of string.whitespace and a string import with it.
Some of the characters (form feed, vertical tab) are not
legal continuation characters anyway, so this was wrong as
well as annoying.
2001-02-09 12:10:26 +00:00
Eric S. Raymond
83ff749827 String method conversion. 2001-02-09 12:03:45 +00:00
Eric S. Raymond
2846b0ab41 String method conversion.
(This one was trivial -- no actual string. references in it!)
2001-02-09 12:00:47 +00:00
Eric S. Raymond
fc170b1fd5 String method conversion. 2001-02-09 11:51:27 +00:00
Eric S. Raymond
d8c628bd59 String method conversion.
(This one was trivial -- no actual string. references in it!)
2001-02-09 11:46:37 +00:00
Eric S. Raymond
8b3cf58fa5 String method conversion.
(This one was trivial -- no actual string. references in it!)
2001-02-09 11:14:08 +00:00
Eric S. Raymond
b08b2d3166 String method conversion. 2001-02-09 11:10:16 +00:00
Eric S. Raymond
be9b507bdd String method conversion. 2001-02-09 10:48:30 +00:00
Eric S. Raymond
be18552874 String method conversion. 2001-02-09 10:30:23 +00:00
Eric S. Raymond
c9838f9fcb Test with an actual mbox caught a trivial error. 2001-02-09 10:28:34 +00:00
Eric S. Raymond
304b6a3225 Correction after translation test. 2001-02-09 10:26:06 +00:00
Eric S. Raymond
0c03cc203f String method conversion. 2001-02-09 10:23:55 +00:00
Eric S. Raymond
bf97c9d87b String method conversion. 2001-02-09 10:18:37 +00:00
Eric S. Raymond
8d87603e3e Aha. We can remove he string import after all by using ValueError. 2001-02-09 10:14:53 +00:00
Eric S. Raymond
18af564bef Use ValueError instead of string.atoi.error, since we've switched to
int().
2001-02-09 10:12:19 +00:00
Eric S. Raymond
19e6d6218e String method conversion.
(This one was trivial -- no actual string. references in it!)
2001-02-09 10:10:02 +00:00
Eric S. Raymond
c95bf69fce String method conversion. 2001-02-09 10:06:47 +00:00
Eric S. Raymond
7e9b4f58b6 String method conversion. 2001-02-09 09:59:10 +00:00
Eric S. Raymond
db5ebc7bc9 String method conversion. 2001-02-09 09:48:45 +00:00
Eric S. Raymond
51cc3bcd1c String method conversion. Added a trivial main to test it with. 2001-02-09 09:44:47 +00:00
Eric S. Raymond
ec3bbdef94 String method conversion. 2001-02-09 09:39:08 +00:00
Eric S. Raymond
92852ad9a4 Oops...that will teach me to hit ^C^C too fast. Test passed. 2001-02-09 09:21:01 +00:00
Eric S. Raymond
66d9919cab String method conversion. 2001-02-09 09:19:27 +00:00
Eric S. Raymond
ee5e61d3bc String method conversion. 2001-02-09 09:10:35 +00:00
Eric S. Raymond
6b71e747b1 String method conversion. 2001-02-09 08:56:30 +00:00
Eric S. Raymond
141971f22a String method conversion. 2001-02-09 08:40:40 +00:00
Eric S. Raymond
630e69cd89 String method conversion. 2001-02-09 08:33:43 +00:00
Eric S. Raymond
373c55e510 String method conversion. 2001-02-09 08:25:29 +00:00
Eric S. Raymond
9b93c5f248 String method conversion. 2001-02-09 07:58:53 +00:00
Eric S. Raymond
1b645e8cd3 String method conversion. 2001-02-09 07:49:30 +00:00
Eric S. Raymond
38151ed6b8 Fixed a bug in the test jig. 2001-02-09 07:40:17 +00:00
Eric S. Raymond
6b8c52835c String method conversion. 2001-02-09 07:10:12 +00:00
Eric S. Raymond
b9c24fb543 String method conversion. 2001-02-09 07:02:17 +00:00
Eric S. Raymond
341f929f51 String method conversion. 2001-02-09 06:56:56 +00:00
Eric S. Raymond
25a0cbc796 String method conversion. 2001-02-09 06:50:21 +00:00
Eric S. Raymond
c013f30060 String method conversion. 2001-02-09 05:40:38 +00:00
Eric S. Raymond
5ff63d6780 Correction to test main. 2001-02-09 05:38:46 +00:00
Eric S. Raymond
f296019cc5 Correction after second code path test. 2001-02-09 05:37:25 +00:00
Eric S. Raymond
9eb54d9828 String method conversion. 2001-02-09 05:19:09 +00:00
Eric S. Raymond
b49f4a4b15 String method conversion. 2001-02-09 05:07:04 +00:00
Eric S. Raymond
20e4423ade String method conversion. 2001-02-09 04:52:11 +00:00
Skip Montanaro
352674d01c a few more __all__ lists 2001-02-07 23:14:30 +00:00
Skip Montanaro
cc012e92b2 test for presence of __builtins__ in names before deleting it, enabling this
to work with Jython (ugh! I hate that name!).  This closes patch 103665.
2001-02-07 22:46:55 +00:00
Martin v. Löwis
fe28ca09a5 Add xml declaration into toxml testcase. 2001-02-06 01:16:48 +00:00