Guido van Rossum
2335c5eaec
Added description of socket_type.
1997-05-21 14:41:42 +00:00
Guido van Rossum
6181e00667
Added AMK's SocketServer docs.
1997-05-19 19:55:16 +00:00
Guido van Rossum
9231c8f176
Made a start with api.tex, the Python-C API Reference Manual.
...
Removed extref.tex (which provided the starting point).
Also removed qua.tex, which is out of date and no longer needed.
1997-05-15 21:43:21 +00:00
Guido van Rossum
1681429ba8
Fix the date.
1997-05-09 02:25:55 +00:00
Guido van Rossum
51a6c9055c
Added docs for dumbdbm (AMK), and misc small fixes.
1997-05-09 02:23:45 +00:00
Guido van Rossum
7e691de948
Document return value of wait[pid]() more carefully.
...
Document how to get exit status of a popen() command.
1997-05-09 02:22:59 +00:00
Guido van Rossum
e4f347e779
Document "" and "<broadcast>".
1997-05-09 02:21:51 +00:00
Guido van Rossum
d0e8436e19
??? maybe window size
1997-05-08 23:39:55 +00:00
Guido van Rossum
881255223d
Added assert statement.
1997-05-08 23:39:31 +00:00
Guido van Rossum
d8f038ec0a
Added assert resword.
1997-05-08 23:39:12 +00:00
Guido van Rossum
4408ed5dcb
Tiny utility prints the latest set of reserved words.
1997-05-08 23:21:48 +00:00
Guido van Rossum
78b21cf47a
Checking in old changes -- no idea why (probably window size).
1997-05-08 23:21:09 +00:00
Guido van Rossum
5bbf0f7c93
Some updates (AMK at work, added resource.c).
1997-04-30 19:41:48 +00:00
Guido van Rossum
dfb4120ea1
Add zlib
1997-04-30 19:40:10 +00:00
Guido van Rossum
412154f3c7
Updated web ref and version#. Folded some long lines.
1997-04-30 19:39:21 +00:00
Guido van Rossum
04bc9d6e67
zlib by AMK
1997-04-30 18:12:27 +00:00
Guido van Rossum
e9a0732cd1
Note that passing a filename to uu.{en,de}code() is deprecated.
1997-04-27 21:29:51 +00:00
Guido van Rossum
e76b7a8fcd
Added fnmatch, base64 and quopri, received from Andrew Kuchling.
1997-04-27 21:25:52 +00:00
Guido van Rossum
150853861a
Various status updates.
1997-04-03 23:49:28 +00:00
Guido van Rossum
fc5ee0f980
Added site
1997-04-03 22:43:02 +00:00
Guido van Rossum
571391b963
New stuff by AMK.
1997-04-03 22:41:49 +00:00
Fred Drake
387c575d5c
Small grammatical touchups:
...
Para. 1: ...that reads and writes a string buffer...
^ ^
Para. 3: ...can be called at any time to retrieve the...
XXXXXXXXXXXX ^^^^^
...entire contents of the entire ``file'' ...
^^^^^^^ XXXXXXX
Guido, I hope I'm not stomping too far afield, but these seem pretty clear
to me.
1997-04-02 14:51:56 +00:00
Guido van Rossum
f643e3ff7e
Spell Unix, not UNIX.
1997-04-02 06:06:03 +00:00
Guido van Rossum
e8d94a8c10
Horrible hack to split up code '--' to prevent
...
latex2html from collapsing it into '-'.
1997-04-02 06:05:07 +00:00
Guido van Rossum
1cd26f2fc0
Add complex().
...
Update int(), long(), float() to support string conversions.
1997-04-02 06:04:02 +00:00
Guido van Rossum
740eb8265f
Add cross-refs for int() to atoi() etc.
...
Change replace() arguments; remove replace1().
1997-04-02 05:56:16 +00:00
Guido van Rossum
8d2893b5b2
Added a list of the main undocumented extension modules.
1997-03-27 20:57:52 +00:00
Guido van Rossum
7f3b0421de
Added docs for UserDict,UserList
1997-03-27 14:56:18 +00:00
Guido van Rossum
b6a80262e1
Added docs for glob and mailcap
1997-03-25 22:09:18 +00:00
Guido van Rossum
e6d579ddbc
Added docs for glob
1997-03-25 22:07:53 +00:00
Guido van Rossum
20af95b433
Added docs for mailcap
1997-03-25 22:01:35 +00:00
Guido van Rossum
c8a80cdbad
Added docs for replace() and replace1().
1997-03-25 16:41:31 +00:00
Guido van Rossum
e8e87999ab
Remove untrue statement about . and .. being included in list of names
...
passed to walk() visitor.
1997-03-25 15:25:54 +00:00
Guido van Rossum
7b7c578616
Add optional 4th argument to [r]find and [r]index (end of slice).
1997-03-14 04:13:56 +00:00
Guido van Rossum
612316f016
Add a rough list of undocumented stuff at the end.
1997-03-14 04:12:52 +00:00
Guido van Rossum
1f8cee2521
Hint about [\] trick to avoid quad backslashes.
1997-03-14 04:10:13 +00:00
Guido van Rossum
3978d75cca
Added intern()
1997-03-03 16:03:27 +00:00
Guido van Rossum
38e2ec4f14
Added ref to StringIO docs.
1997-03-03 16:03:05 +00:00
Guido van Rossum
3ff7317857
Correct two typos
1997-03-03 16:02:32 +00:00
Guido van Rossum
d90e5b1012
Fix name of PyObject_GetAttrString
1997-03-03 16:02:10 +00:00
Guido van Rossum
cda3d7d0e7
Added (minimal) StringIO docs.
1997-03-03 16:01:21 +00:00
Guido van Rossum
20e4210ec4
Fix up indentation of examples to use 4 spaces instead of tabs.
1997-02-28 16:37:49 +00:00
Barry Warsaw
7574587587
Document the new join() semantics.
1997-02-18 21:53:53 +00:00
Barry Warsaw
736bb0659f
Added a paragraph to describe clear_cache(), and why it's necessary.
1997-02-18 18:59:37 +00:00
Barry Warsaw
cd77df64e6
Document the new get_syntax() function.
1997-02-18 18:54:30 +00:00
Guido van Rossum
6fb6f10a96
Added doco for ratecv.
1997-02-14 15:59:49 +00:00
Guido van Rossum
7e924dd10d
Correct typo in PyArg_ParseTuple example.
...
Add reference to DLD 3.3 at http://www-swiss.ai.mit.edu/~jaffer/DLD.html .
1997-02-10 16:51:52 +00:00
Fred Drake
43d287ad73
(libparser.tex): Fix typo found by Mark Hammond.
1997-01-22 14:25:21 +00:00
Guido van Rossum
5cd752028c
Describe new ("unsigned") behavior of hex() and oct().
1997-01-14 18:44:23 +00:00
Guido van Rossum
fe27a50847
Added warning that gethostname() doesn't always return fqdn, and show
...
how to find it using gethostbyaddr().
1997-01-11 17:04:56 +00:00
Guido van Rossum
0d2971badb
Document that sys.builtin_module_names is now a tuple.
1997-01-06 23:01:02 +00:00
Barry Warsaw
d44be3fdb7
very minor typo
1997-01-03 20:19:05 +00:00
Guido van Rossum
653071731a
'I' and 'L' now always return a Python long.
1997-01-03 19:21:53 +00:00
Guido van Rossum
b0b8181622
Added unsigned data formats (B, H, I, L).
1997-01-03 19:20:52 +00:00
Guido van Rossum
dbadd558b5
Describe standard float/double support.
...
Rewrite example to be an interactive session
1997-01-03 04:20:09 +00:00
Barry Warsaw
6717030dc9
setkey method's argument is no longer optional (it used to be a no-op
...
when missing).
1997-01-02 19:48:00 +00:00
Fred Drake
591bbb1572
(libformatter.tex): Document the flush() method on the writer.
1996-12-31 20:51:42 +00:00
Guido van Rossum
3dd68d3364
Added libstat.tex
1996-12-31 02:24:54 +00:00
Guido van Rossum
125434665b
Document the new extensions.
1996-12-31 02:22:14 +00:00
Barry Warsaw
f308c0f1fc
From reading the source, it turns out that the setkey() method can
...
take an optional string key, but if key is not given, the method does
nothing! In the rewrite (see upcoming check-in), I left things this
way, but here I document that this is the case.
1996-12-23 23:34:17 +00:00
Barry Warsaw
e5a43a405d
Describe open(2) exported constants
1996-12-19 23:50:34 +00:00
Guido van Rossum
e8e9ed176f
Docs for stat.py -- docs by Skip Montanaro.
1996-12-19 22:39:22 +00:00
Barry Warsaw
fa5a6cff45
posix.open(): third argument (mode) is optional.
1996-12-19 22:38:56 +00:00
Guido van Rossum
62ac99ebf5
Documented getprotobyname() interface.
1996-12-19 16:43:25 +00:00
Fred Drake
ae0cd0b9b3
(libunix.tex): Change matching lib.tex: add line item for the resource
...
module.
1996-12-19 12:20:54 +00:00
Guido van Rossum
39900421bf
Added pointer to framereader distribution.
1996-12-18 19:55:49 +00:00
Guido van Rossum
3c7b2dc02c
Added docs for Jeremy's resource module.
1996-12-18 18:37:05 +00:00
Fred Drake
63a0c376ea
(libunix.tex): Changed two occurances of "Unix" to "\UNIX{}".
1996-12-16 22:12:33 +00:00
Fred Drake
094579e677
(libtime.tex): Merged in changes from Tamito Kajiyama.
...
(For those watching Python CVS messages: I checked in all of
Tamito's other changes, but the mail delivery failed since the
subject line was too long. The patch Tamito sent for the
documentation has been completely merged in.)
1996-12-13 22:09:52 +00:00
Fred Drake
4b3f0312c9
(lib<all sorts of stuff>.tex):
...
Merged in many typo corrections and fixes to support GNU info
processing; submitted by Tamito Kajiyama.
1996-12-13 22:04:31 +00:00
Fred Drake
6dc2aae3cd
(tut.tex): Normalized all uses of "UNIX" and "{\UNIX}" to use "\UNIX{}",
...
per usage needed for GNU info processing. Based on comments from
Tamito Kajiyama.
1996-12-13 21:56:03 +00:00
Fred Drake
30824246b3
(myformat.sty): Added a note about using \command{} v. {\command} wrt.
...
GNU info processing.
1996-12-13 21:53:07 +00:00
Guido van Rossum
8d40c843c1
Added quote_plus() and unquote_plus(), to do space/plus substitutions
...
for form field values.
Also corrected substitution example (the original changed the spelling
of "conolly" to "connolly" :).
1996-12-13 14:48:47 +00:00
Guido van Rossum
d16ddb610a
Typos reported by Tamito Kajiyama.
1996-12-13 02:38:17 +00:00
Guido van Rossum
21be147094
Added remark about time() and sleep()'s subsecond precision.
...
Added hint about using clock() for benchmarks etc.
Removed non-portable strftime directives and field width, and added a
warning about non-standard features.
1996-12-12 17:59:37 +00:00
Guido van Rossum
3486f27428
Added soundex (sigh)
1996-12-12 17:02:21 +00:00
Guido van Rossum
843e712bda
Added descriptions of parsedate(), parsedate_tz(), getdate_tz()
...
(all contributed by Andrew Kuchling).
1996-12-06 21:23:53 +00:00
Guido van Rossum
61ed4db9e8
Added section for operator module (compiled Skip Montanaro).
1996-12-06 21:22:41 +00:00
Fred Drake
d560605ae6
(Makefile): Added sym links for each manual, i.e., index.html -> lib.html.
...
This makes addressing the manuals a little simpler.
1996-12-06 20:06:37 +00:00
Fred Drake
fc8f6f3ed3
(Makefile): The sed hack is needed for all 3 manuals processed by latex2html;
...
the comma must represent a bug in the modified process_command()
function, but I haven't found it yet. This will work for now.
1996-12-06 18:45:30 +00:00
Fred Drake
f1e6707ea6
(Makefile): Rip out old partparse.py / texi2html.py stuff -- use latex2html
...
instead! Updated some comments.
1996-12-06 15:11:34 +00:00
Fred Drake
0d58d44da1
(myformat.perl): Don't italicize the '[]' characters around optional
...
parameters.
1996-12-06 15:09:14 +00:00
Fred Drake
dce22add1b
(.latex2html-init): Restore one setting to the default (no real need to
...
change it), and correct a typo in a comment.
1996-12-06 14:50:58 +00:00
Fred Drake
9abe64a395
(libparser.tex): Added note that the line number for a terminal token
...
indicates the line on which the token ends rather than starts
(a side effect of interpreting the parse tree nodes directly).
Maybe I'll fix this for Python 2.0.
1996-12-05 22:28:43 +00:00
Barry Warsaw
102dc417bf
Describe the new Unpacker.get_buffer() method.
1996-12-04 22:05:42 +00:00
Guido van Rossum
bda7ca7772
Added [nh]to[hn][sl]().
1996-12-02 17:24:10 +00:00
Guido van Rossum
dde9c2c1d2
Added .ilg (makeindex logfile)
1996-11-27 19:54:40 +00:00
Guido van Rossum
4745a274a5
Added some more turd files we can't avoid: .MIF, .ps, .auto.
1996-11-27 19:52:04 +00:00
Guido van Rossum
cd612d5e5c
Webmaker instructions
1996-11-27 19:51:35 +00:00
Guido van Rossum
558c09e4c1
Script to write MIF files from ref*.{book,doc}
1996-11-27 19:50:32 +00:00
Fred Drake
3e1fe89a0d
(myformat.perl): Fixed handling of "\e" -- argh!
1996-11-11 23:03:36 +00:00
Fred Drake
b4d4e25a62
(Makefile): Updated comments about using LaTeX2HTML for the library
...
reference. Made the extension to the input files for makeindex
explicit; if not made explicit a directory of the given base
name can cause makeindex to blow up. Specifically, if there is
a directory ./lib/ created by LaTeX2HTML, "makeindex lib" will
fail, but "makeindex lib.idx" will not.
l2h{tut,ext,lib} are now dependent on myformat.perl.
l2h adds ls2lib and removes the non-existant l2href.
1996-11-11 21:03:01 +00:00
Fred Drake
4464022799
(myformat.perl): Simplify generated HTML for "\optional{...}".
1996-11-11 20:51:09 +00:00
Fred Drake
b33021b572
(fix_libaux.sed): Hackish little sed script to modify lib.aux to get section
...
numbers right for latex2html for section titles which include
"\sectcode{__.*__}" in the name. Perhaps less general than it should
be, but sufficient.
1996-11-11 20:49:27 +00:00
Fred Drake
784c6d3684
(.latex2html-init): Perform some limited setup for the reference manuals;
...
some defaults are set here, but mostly this allows the "\," command
to be used the way it is in the Python documentation.
All future documentation should probably be written with only ","
in the argument lists and not "\,".
1996-11-11 20:46:44 +00:00
Fred Drake
9b550d992a
(myformat.sty): Simplify \varvars definition.
1996-11-11 20:43:46 +00:00
Fred Drake
c384d7560e
(myformat.perl): Updated to allow library reference manual to be handled by
...
latex2html. Mostly added support for custom environments and some
of the smaller commands used in the library reference (\e, \optional).
1996-11-11 16:04:35 +00:00
Guido van Rossum
b54f4dea73
Added 'Introduction' section head and 'Memory Management' subsection.
1996-11-06 15:47:58 +00:00
Guido van Rossum
76e47f3d75
Change last Ellipses to Ellipsis :-(
1996-11-02 17:05:21 +00:00
Fred Drake
f93f101450
(Makefile): Updated latex2html support.
1996-10-29 16:07:46 +00:00