cvs2svn
2f6c878a14
This commit was manufactured by cvs2svn to create tag 'r151'.
1998-04-14 02:16:23 +00:00
Guido van Rossum
0332578a3a
Oops -- Lib/Test should be Lib/test, of course!
1998-04-14 02:16:23 +00:00
Guido van Rossum
64d036c8fe
Add connect_ex to list of methods.
1998-04-14 01:30:45 +00:00
Guido van Rossum
4b601ae381
Missing symbols reported by Andrew Loewenstern.
1998-04-13 22:30:08 +00:00
Guido van Rossum
f61ee63a35
Update version.
1998-04-13 22:22:32 +00:00
Fred Drake
e3ae5198a3
Update to use the new release number. Will generalize in the next round.
1998-04-13 21:55:56 +00:00
Fred Drake
f5013f1f0c
Add RELEASE make variable; this gets the entire release # ("1.5.1").
1998-04-13 21:02:49 +00:00
Guido van Rossum
974f295dd4
Some more new stuff.
1998-04-13 21:00:54 +00:00
Fred Drake
68fede768a
Added item in Misc. for getpass module.
1998-04-13 20:31:31 +00:00
Fred Drake
4d2996d473
Fix version number.
1998-04-13 20:29:45 +00:00
Guido van Rossum
7c33095b6b
Typo in usage message.
1998-04-13 20:28:18 +00:00
Guido van Rossum
ee0a63bec5
Move 'dict' struct member to end of struct. This ensures binary
...
compatibility for shared libraries.
*** WARNING -- IF YOU BUILT 1.5.1BETA1, DO A "MAKE CLEAN" ***
1998-04-13 20:24:05 +00:00
Guido van Rossum
fb9b7fd5ee
Be nicer to systems that have neither termios nor msvcrt.
1998-04-13 20:22:21 +00:00
Guido van Rossum
a16e2753ed
The usual edits... Updated some stuff about the mailing list. Ready
...
for 1.5.1 I'd say.
1998-04-13 20:14:05 +00:00
Fred Drake
916d8f8733
No more threats, just list the new methods under "AST Objects".
1998-04-13 18:46:16 +00:00
Fred Drake
503d8d66cc
The documentation threatened it would happen -- the functions that should
...
have been methods now are! Still available as functions for compatibility.
1998-04-13 18:45:18 +00:00
Guido van Rossum
9238f23c50
Two more, for beta testers who reported real bugs.
1998-04-13 18:14:22 +00:00
Guido van Rossum
cef113c524
Don't allow unescaped newlines in doc strings.
1998-04-13 18:11:55 +00:00
Guido van Rossum
b19e2a383c
Whoops! Add a missing 'instantiated = 1' to load_inst(); otherwise it
...
would still try to call the class...
1998-04-13 18:08:45 +00:00
Fred Drake
c4f1ca1967
Add a note that pickling is supported.
1998-04-13 16:27:27 +00:00
Fred Drake
43f8f9b894
Added support for pickling ast objects.
1998-04-13 16:25:46 +00:00
Fred Drake
3e7a48e0d9
Revert markup around list of display fields from the disassembler; it doesn't
...
look at good in print, but doesn't break the HTML.
1998-04-13 16:15:02 +00:00
Guido van Rossum
1f74016735
Support for OpenBSD :-(
1998-04-13 15:27:21 +00:00
Fred Drake
3ad125e611
Fix bug in little-used markup: don't forget to pass the source text along!
1998-04-13 14:18:57 +00:00
Fred Drake
7238988657
Fixed example to load the startup file from a script (didn't test for the
...
file's existance).
Removed some XXX comments about extension modules which support pickling.
Added text from AMK about the readline and rlcompleter modules.
Thanks, AMK!
1998-04-13 01:31:10 +00:00
Fred Drake
003d8da779
Typo: (and often severly limited) -- severely
...
Typo: (but not to the tuple or list into which the item it put!) -- is put
Thanks, AMK!
1998-04-13 00:53:42 +00:00
Fred Drake
b85fbec83b
"ZeroDevisionError" --> "ZeroDivisionError"
...
Thanks, AMK!
1998-04-13 00:50:04 +00:00
Fred Drake
a608febd5f
Fix typo. (What I get for trying to fix bugs at home and running conversions
...
at work....)
1998-04-12 03:58:13 +00:00
Fred Drake
ae9bc67e0e
Don't append () to the name of an object attribute in the index.
1998-04-12 03:49:46 +00:00
Fred Drake
6250205166
Use {methoddesc} instead of {funcdesc} for object methods.
1998-04-12 03:31:31 +00:00
Fred Drake
898601bf8f
Add cPickle to the list of modules in the chapter.
1998-04-12 03:08:41 +00:00
Fred Drake
d6d88ffaf9
Add cStringIO to the list of modules in the chapter.
1998-04-12 03:07:35 +00:00
Fred Drake
c303e67f3c
The built-in exceptions are not still strings, so make no claims about them.
1998-04-12 02:48:47 +00:00
Fred Drake
c94d9348ca
In descriptions of Py_GetPrefix() and Py_GetExecPrefix(), make sure the
...
"--" at the start of the configure options isn't collapsed to "-" when the
HTML is generated.
1998-04-12 02:39:13 +00:00
Fred Drake
1072e46263
Added a simpler, working {verbatim} support that generates legitimate HTML.
...
(2 lines, explained by 6 lines of comments....)
1998-04-12 02:16:34 +00:00
Fred Drake
b73bc31e39
Removed partially broken {verbatim} support.
1998-04-12 02:13:14 +00:00
Fred Drake
ee60191d1d
Lighten up tables.
1998-04-11 20:53:03 +00:00
Fred Drake
17e564042d
Change order of \seemodule macros at end of pickle module section.
1998-04-11 20:43:51 +00:00
Fred Drake
9463de2092
Document cPickle and cStringIO.
1998-04-11 20:05:43 +00:00
Fred Drake
10032ebb48
Module docstring indicated seek() isn't implemented, but it is.
1998-04-11 19:54:54 +00:00
Fred Drake
fab2f34538
When the text of a table cell should be wrapped, used a "p" column.
1998-04-11 18:46:56 +00:00
Fred Drake
7e9383ab59
Add a comment to indicate the methods of the StringIO are being discussed...
1998-04-11 18:05:24 +00:00
Guido van Rossum
111c20b992
Reject empty module names -- otherwise __import__("") does something
...
weird!
1998-04-11 17:38:22 +00:00
Fred Drake
70c460c84d
Remove imaplib from the undocumented list.
1998-04-11 16:58:26 +00:00
Fred Drake
a38a2867d0
Include () after function name.
...
One more logical mark.
1998-04-11 16:57:05 +00:00
Fred Drake
0d213d3497
When the text of a table cell should be wrapped, used a "p" column.
1998-04-11 16:40:46 +00:00
Fred Drake
2b8c95e4ed
Minor housing cleaning in HTML that gets generated.
1998-04-11 16:26:02 +00:00
Fred Drake
34672dbb38
Remove over-active replace-string turds.
1998-04-11 16:24:21 +00:00
Guido van Rossum
eb90946978
Some robustness checks in Py_ReprLeave() in the unlikely event someone
...
has messed with the dictionary or list.
1998-04-11 15:17:34 +00:00
Fred Drake
8f6b958fdb
Use {memberdesc} to mark the instance attributes.
1998-04-11 15:11:55 +00:00