Guido van Rossum
|
2db91358de
|
Misc changes and new modules. whrandom is "objectified". SOCKET.py
is moved to the sgi subdirectory.
|
1992-10-18 17:09:59 +00:00 |
Guido van Rossum
|
7a461e5aaf
|
New module regsub contains sub(), gsub() and split() as in nawk.
string.splitfields(s, '') now returns [s] as split() in nawk.
Added _exit to exported functions of os.
|
1992-09-20 21:41:09 +00:00 |
Guido van Rossum
|
ae507a42a0
|
splitfields(s, '') is illegal
|
1992-08-19 16:49:58 +00:00 |
Guido van Rossum
|
2d4aa4f5d4
|
Removed *.libs (now in ./sgi);
added gettext() method to TextEdit.py;
fixed string.atoi() to ignore leading zeros.
|
1992-08-06 22:33:41 +00:00 |
Guido van Rossum
|
6ff2e90c51
|
Add function to expand tabs.
|
1992-03-27 15:13:31 +00:00 |
Guido van Rossum
|
a61ff7b160
|
New implementation method for case conversion.
|
1992-01-14 18:31:29 +00:00 |
Guido van Rossum
|
bdfcfccbe5
|
New == syntax
|
1992-01-01 19:35:13 +00:00 |
Guido van Rossum
|
333c2e02d0
|
A plus is also a sign!
|
1991-08-16 13:29:03 +00:00 |
Guido van Rossum
|
fac38b7c40
|
Added join() and joinfields() functions.
Fixed center().
Rewrote ljust() and rjust().
|
1991-04-07 13:42:19 +00:00 |
Guido van Rossum
|
66a07c07a5
|
Fix bugf in index -- last char would not be checked.
|
1990-12-26 15:39:06 +00:00 |
Guido van Rossum
|
c636014c43
|
Initial revision
|
1990-10-13 19:23:40 +00:00 |