Commit Graph

4929 Commits

Author SHA1 Message Date
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
Fred Drake 7a7480dc84 (myformat.perl): Added handler for cfuncdesc environment. This is needed
for the extending & embedding manual.
1996-10-29 15:56:57 +00:00
Fred Drake eb33c781f3 (myformat.sty, extref.tex): Moved definition of cfuncdesc environment to
myformat.sty; having it in extref.tex confuses LaTeX2HTML.
1996-10-29 15:55:08 +00:00
Fred Drake fd255e433f (tut.tex): Added matching \normalsize after \small font control command
(and the contents it was supposed to be affecting).  The latest
	LaTeX2HTML handles these, but didn't close it as expected.  This
	handles that problem and does not affect the PostScript output.
1996-10-29 15:50:05 +00:00
Fred Drake abcb38250b (texi2html.py): Minor improvement to HTML 3.0 output for code examples. 1996-10-25 22:13:59 +00:00
Fred Drake 893e5e0a15 (partparse.py): Fix nasty bug where \e got translated to @e only within
the optional arg of an \item[].
1996-10-25 22:13:10 +00:00
Guido van Rossum 61f9139125 Added disclaimer. 1996-10-25 15:40:20 +00:00
Guido van Rossum 58e7a1a388 Updated notice. 1996-10-25 14:06:07 +00:00
Guido van Rossum 6240b0b773 Small nits only. 1996-10-24 22:49:13 +00:00
Guido van Rossum 52cf578382 Touched by FrameMaker :-( 1996-10-24 22:25:46 +00:00
Guido van Rossum fa7bfce0be Include updated title page. 1996-10-24 22:24:30 +00:00
Guido van Rossum f73f79b5fd Done with this for 1.4. 1996-10-24 22:14:06 +00:00
Guido van Rossum 3a26dd88af Done with the "New in 1.4" chapter. 1996-10-24 22:12:48 +00:00
Guido van Rossum 71445570c6 Removed CNRI copyright, changed notice to standard notice.
Added date and version to title.
1996-10-24 18:41:30 +00:00
Guido van Rossum a5a4c2a7d8 Correct truncated paragraph. 1996-10-24 14:47:44 +00:00
Guido van Rossum c148cd6cdd Ignore Frame backup and lock files. 1996-10-23 16:25:38 +00:00
Guido van Rossum 71ec03b731 Adapted to migration of reference manual to Frame. 1996-10-23 16:23:47 +00:00
Guido van Rossum 1775a517f5 Regenerated to remove hidden text from page 1. 1996-10-23 16:15:26 +00:00
Guido van Rossum db2318580a Frame versions of documents after mangling by Robin. 1996-10-22 22:13:21 +00:00
Guido van Rossum cb9fe887f2 Version number and date. 1996-10-22 22:01:03 +00:00
Guido van Rossum 1f17543ee7 Removed LaTeX version of reference manual. Added ref/ref.ps. 1996-10-22 20:00:02 +00:00
Guido van Rossum 6a05f951cd Got rid of most XXXes in the News chapter. Bumped the version to 1.4. 1996-10-22 19:27:46 +00:00
Guido van Rossum fd1e543316 New date and version number. 1996-10-22 19:00:46 +00:00
Guido van Rossum 36845ede60 Changed URL for PCT again. 1996-10-22 02:25:24 +00:00
Guido van Rossum a80c3988df Added chapter on restricted execution. 1996-10-22 01:12:13 +00:00
Guido van Rossum 6e308d7e40 Start new chapter on restricted execution. 1996-10-22 01:11:53 +00:00
Guido van Rossum 095538dd10 Actual text submitted by AMK. 1996-10-22 01:11:19 +00:00
Guido van Rossum c3d090cd4b Background chapter on restricted execution. Additional sections are
rexec and bastion.
1996-10-22 01:10:56 +00:00
Guido van Rossum 7e42caba01 Patches for Mac module docs by Jack 1996-10-15 14:37:31 +00:00
Fred Drake acc8754031 (partparse.py): Small change by Sjoerd to improve handle of X11 extension
documentation.
1996-10-14 16:20:42 +00:00
Guido van Rossum 9b0581192d Added embryonic description of fcntl.lockf(). Added pointer to that
in posixfile (which is obsolescent).
1996-10-11 17:43:34 +00:00
Fred Drake 22f7f9e671 (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom
navigation links for HTML 3 version.

	Forced a blank line above the footnotes separator for HTML 2; at
	least one page did not get this spaced correctly.
1996-10-11 16:54:00 +00:00
Fred Drake 4bf1296e05 (libtypes.tex): Correct reversal of two words in description of
formatting strings.
1996-10-11 16:33:48 +00:00
Guido van Rossum 1dde7b737c Typos detected by Sjoerd 1996-10-11 15:57:17 +00:00
Fred Drake 11b6d24da0 (partparse.py): Small fix to do_datadesc(): in some odd cases the name of
data item was omitted, which also affected the indentation of the
	description.
1996-10-10 20:09:56 +00:00
Fred Drake 5f2aa7113d (Makefile): Push texi2html.py options into a make variable. 1996-10-09 19:33:17 +00:00
Fred Drake 0282726643 (texi2html.py): Tightened the generated HTML slightly. Added -p option to
print section titles even when the debugging output is not enabled.
	Added -3 option to generate HTML 3.0 constructs where meaningful.

	Removed repititive garbage generation:  the old version added simple
	descriptive comments after every datadesc/funcdesc/*desc entry:

	function(args) -- function of module xxxx
	    Description....

	These comments are no longer generated:

	function(args)
	    Description....
1996-10-09 19:05:12 +00:00
Fred Drake 0b95abcba5 (Makefile): Add libformatter.tex to the library document dependencies. 1996-10-09 16:15:06 +00:00
Fred Drake 8f925959c6 (libhtmllib.tex, libsgmllib.tex, libformatter.tex):
Improve indexing somewhat.  Add small intros to the "implementations"
	sections of the formatter module doc.
1996-10-09 16:13:22 +00:00
Fred Drake 7edd8d3c58 (partparse.py): Rationalize some behavior around unexpected conditions. 1996-10-09 16:11:26 +00:00
Fred Drake e1980ed1f8 (lib.tex, libwww.tex): Include the sgmlib chapter before the htmllib
chapter to better reflect the relationship between the modules.
1996-10-09 14:36:54 +00:00
Fred Drake 53e84d5342 (lib.tex): Added entry for formatter module. 1996-10-08 21:54:41 +00:00
Fred Drake 08d301ec53 (libwww.tex): Added entry for formatter module. 1996-10-08 21:54:06 +00:00
Fred Drake e83b30d51e (libformatter.tex): Added documentation for abstract writer/formatter model
and implementation variants.
1996-10-08 21:53:33 +00:00
Fred Drake 58d7f69168 (libhtmllib.tex): Revised documentation for HTML support. 1996-10-08 21:52:23 +00:00
Fred Drake 42439ad738 (libsgmllib.tex): Revised documentation for SGML support. 1996-10-08 21:51:49 +00:00
Guido van Rossum 58124880cc A first stab at describing what's new in 1.4. Still many XXX'es left.
Also would like to add an "author's note" at the beginning, basically
pointing everyone to the books.
1996-10-08 17:29:56 +00:00
Guido van Rossum e86cbc43f2 Protect '&' signs with '\' in description of PyNumber_Coerce. 1996-09-27 17:28:03 +00:00
Guido van Rossum 3f247ade66 Nits corrected by Fred 1996-09-27 17:11:24 +00:00
Fred Drake a39a25e5ec (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation
to 4 spaces per level (no longer 8).

(Makefile):  Use .pyc versions of partparse.py and texi2html.py to generate
	converted documentation formats.  This reduces the startup costs;
	probably doesn't affect anyone but me in reality, but helps when
	working on the docs.
1996-09-13 14:44:34 +00:00
Fred Drake 4b7d5a49ab (libparser.tex): Revised parser module documentation; improved logical
organization.
1996-09-11 21:57:40 +00:00
Guido van Rossum 36f219dff8 More performance and layout improvements by Fred 1996-09-11 21:30:40 +00:00
Guido van Rossum 2f666639f3 Added long getopt docs; by Fred 1996-09-11 21:26:29 +00:00
Guido van Rossum 5f18d6c7a0 Reformatted with 4 spaces indent.
Got rid of most redundant \ continuation signs.
1996-09-10 22:34:20 +00:00
Guido van Rossum 49604d3182 20% speedup by Fred 1996-09-10 22:19:51 +00:00
Guido van Rossum be0a8a6042 Added bastion and (dummy) rexec docs 1996-09-10 17:37:05 +00:00
Guido van Rossum c05797dd15 Fixed coerce docs 1996-09-10 17:36:17 +00:00
Guido van Rossum 8206fb9c4c Final set of changes by Fred before 1.4beta3 1996-08-26 00:33:29 +00:00
Guido van Rossum 93e2ee5753 New version/date 1996-08-23 15:45:37 +00:00
Guido van Rossum 97662c89fa Version number; started chapter on what's new in 1.4 1996-08-23 15:35:47 +00:00
Guido van Rossum f8daa4f7d9 Changes to dependencies (Fred) 1996-08-23 15:33:51 +00:00
Guido van Rossum 0011d93ee3 Niceties by Fred 1996-08-22 23:18:55 +00:00
Guido van Rossum d0f11dec30 Added documentation for PyObject_DelItem and PySequence_Del{Item,Slice}. 1996-08-21 19:08:12 +00:00
Guido van Rossum 4747887880 New batch from Fred 1996-08-21 14:32:37 +00:00
Guido van Rossum 1fd5b21425 Mention warning for exception in __del__. 1996-08-20 18:03:48 +00:00
Guido van Rossum 0a94dfcab8 Erase all memory of the access statement 1996-08-20 17:35:48 +00:00
Guido van Rossum 56b30ea664 Document actual behavior of splitext(). 1996-08-19 23:00:50 +00:00
Guido van Rossum 8823972cea Documented class exceptions. 1996-08-19 23:00:03 +00:00
Guido van Rossum 305ed11a74 Remove mention of HAVE_CONFIG_H 1996-08-19 22:59:46 +00:00
Guido van Rossum 40006cfd9b Added imghdr,xdrlib; reformatted Makefile somewhat 1996-08-19 22:58:03 +00:00
Guido van Rossum 29901ff528 Some improvements by Fred Drake. 1996-08-09 21:46:34 +00:00
Guido van Rossum eb8d5032b4 Separate .dvi and .ps targets.
More rational destination for texi2html.py.
1996-08-09 21:46:05 +00:00
Guido van Rossum e5e55d784d Added capitalize, capwords, lstrip, rstrip, and optional 3rd argument
to split.  Document new conventions for split(fields) and
join(fields), where the *fields variant is identical to the other.
1996-08-09 21:44:51 +00:00
Guido van Rossum 0b3f9512ac Added capwords, splitx, and optional 3rd argument to split/splitx. 1996-08-09 21:43:21 +00:00
Guido van Rossum 12f0cc325a Suggest using default values for __init__ arguments to make classes
unpicklable.
1996-08-09 21:23:47 +00:00
Guido van Rossum 4a5b27b525 Get rid of parrot dropping (spurious 'E') 1996-08-09 21:23:14 +00:00
Guido van Rossum 267e80d4d4 Added doco for abstract interface 1996-08-09 21:01:07 +00:00
Guido van Rossum 22277c860f Added footnote about lamda bodies being the same as function bodies. 1996-08-09 21:00:19 +00:00
Guido van Rossum 45687bb976 Add warning about exceptions in __del__ being ignored. 1996-08-09 20:59:25 +00:00
Guido van Rossum 91f87ca69b Note that the values are ints. 1996-07-30 20:45:45 +00:00
Guido van Rossum e288f9dfa3 New zip code and release; added guido@python.org as alternative email. 1996-07-30 20:45:21 +00:00
Guido van Rossum 8cf2db47ba Moved description of mktime 9-tuple to top.
Added description of strftime format string.
Minor small editing.
1996-07-30 18:32:04 +00:00
Guido van Rossum f4d0d5784a Added maketrans() and optional 3rd arg to translate() (chars to delete). 1996-07-30 18:23:05 +00:00
Guido van Rossum 910a671ba0 Added SetFolder 1996-07-30 18:22:31 +00:00
Guido van Rossum a29cc97285 Document the *new* cgi.py 1996-07-30 18:22:07 +00:00
Guido van Rossum d61ad53c19 errno docs. 1996-07-30 18:21:37 +00:00
Guido van Rossum c0fcc44804 Added liberrno 1996-07-30 18:20:01 +00:00
Guido van Rossum 761f7922ad Updated pointers to Andrew Kuchlings fine software. 1996-07-23 18:16:56 +00:00
Guido van Rossum 3317e63cbb added parser module to overview 1996-07-21 02:22:12 +00:00
Guido van Rossum 38e5088aa4 added plock 1996-07-21 02:21:49 +00:00
Guido van Rossum ed43073e00 Minute changes by Fred Drake 1996-07-21 02:21:31 +00:00
Guido van Rossum 66774a973b changes by Jack to Mac docs 1996-07-21 02:20:58 +00:00
Guido van Rossum bbb1e26a67 Add docs for planned improved handling of the marshalling of
unmarshallable objects.
1996-06-26 20:20:57 +00:00
Guido van Rossum 1a5356006b Added Andrew Kuchling's explanation of regexp's. 1996-06-26 19:43:22 +00:00
Guido van Rossum 8c593b1db5 Ignore latex intermediate products. 1996-06-26 19:30:01 +00:00
Guido van Rossum 1dead9bd0a Added __doc__ to predefined module attributes. 1996-06-26 19:29:21 +00:00
Guido van Rossum b7c6620e7f typo 1996-06-26 19:27:05 +00:00
Guido van Rossum a95a1405a8 expr_list -> expression_list 1996-06-26 19:26:55 +00:00
Guido van Rossum 7710f1f00c explain global better 1996-06-26 19:26:40 +00:00
Guido van Rossum 00ed6a3279 added '**kw' to parameter list syntax 1996-06-26 19:26:20 +00:00
Guido van Rossum 036eae6647 mktime returns a float now. 1996-06-26 19:25:12 +00:00
Guido van Rossum 6076ea51e2 Added thread unsafety warning. Added optional retain arg to split. 1996-06-26 19:24:22 +00:00
Guido van Rossum 7c2fdda0b3 Better and correct words for split(). 1996-06-26 19:23:26 +00:00
Guido van Rossum 1e8b63eb88 Document some process group stuff; mkdir mode arg optional; mkfifo. 1996-06-26 19:22:46 +00:00
Guido van Rossum db9a7bba22 Give correct length of string. 1996-06-26 19:21:58 +00:00
Guido van Rossum 4d206541be Slight update; file args are no longer optional. 1996-06-26 19:21:24 +00:00
Guido van Rossum 50ec5c074a Add flock; warn about lockdata system dependency when using fcntl. 1996-06-26 19:20:33 +00:00
Guido van Rossum 164c36b6c3 Change of address; 1.4 beta 1. 1996-06-26 19:19:54 +00:00
Guido van Rossum ecae0b7ebb Fixed for Latex2e by Dave Ascher. 1996-06-26 19:03:20 +00:00
Guido van Rossum 34e1777807 Note that EOF is ^Z on DOS. Spell Unix as \UNIX in some more places.
Note that .pyc files are platform independent.
1996-06-10 19:44:49 +00:00
Guido van Rossum 316a430098 Removed some spurios biindex calls.
Added description of file.truncate().
Added warning to write() about buffering.
1996-05-02 15:28:53 +00:00
Guido van Rossum 59b328e11e Added warning about behavior of open mode 'a' (or 'a+'). 1996-05-02 15:16:59 +00:00
Guido van Rossum 5c6e3738cd Added lost docs for crypt module. 1996-04-10 16:18:20 +00:00
Guido van Rossum feeadef61e document OverflowError exception on mktime() 1996-02-12 23:21:58 +00:00
Guido van Rossum 264302de3e atol supports trailing l/L if base is 0 1996-02-12 23:20:12 +00:00
Guido van Rossum c1715527fd document non-BSD SIGCHLD behaviour 1996-02-12 23:18:51 +00:00
Guido van Rossum 789742b8f8 change jars email 1996-02-12 23:17:40 +00:00
Guido van Rossum 8c07bb4565 listdir no longer returns . or ..; added remove==unlink 1996-02-12 23:16:08 +00:00
Guido van Rossum 71b1815c1d hypot is now always supported 1996-02-12 23:14:36 +00:00
Jack Jansen 350b2b956e Documented ProgressBar and idle() 1995-11-14 10:30:27 +00:00
Guido van Rossum bf032a97b9 mention syslog upgrade 1995-10-11 19:28:39 +00:00
Guido van Rossum aa93ca834b mention Fred Drake's parser module 1995-10-11 17:47:45 +00:00
Guido van Rossum ca81470a15 add libparser.tex 1995-10-11 17:32:29 +00:00
Guido van Rossum 4b73a06e92 Fred Drake's parser module 1995-10-11 17:30:04 +00:00
Jack Jansen da53c5277c Documented MACFS, macostools, EasyDialogs and FrameWork modules. 1995-10-10 14:43:20 +00:00
Jack Jansen 06cf5d0d4c Added base64 codec docs 1995-10-10 14:41:03 +00:00
Jack Jansen ab71c3fca0 Fixed typo. 1995-10-10 11:57:49 +00:00
Guido van Rossum 288527a162 updated version and date 1995-10-09 21:02:17 +00:00
Guido van Rossum fbe34faba9 syslog docs by steve clift 1995-10-09 20:49:57 +00:00
Guido van Rossum 691d4ec0bf a fe more things: apply 3rd arg, ni, ihooks, rexec 1995-10-08 01:14:57 +00:00
Guido van Rossum 8476d00060 footnote about keyword args 1995-10-08 01:07:06 +00:00
Guido van Rossum 0568d5e92c apply() third arg 1995-10-08 01:06:46 +00:00
Guido van Rossum e38a752d25 new version / date 1995-10-08 01:06:25 +00:00
Guido van Rossum c5d0d79714 make access obsolete 1995-10-08 00:52:14 +00:00
Guido van Rossum 9beefa2f85 describe more 1.3 changes 1995-10-08 00:38:51 +00:00
Guido van Rossum ed39cd05c2 change warning about C++ 1995-10-08 00:17:19 +00:00
Guido van Rossum 26ee80947e added strftime 1995-09-13 17:37:49 +00:00
Guido van Rossum f65f278b8f added string.translate(s, table) 1995-09-13 17:37:21 +00:00
Guido van Rossum 1e150618a3 add realtime as 5th item to os.times() return value 1995-09-13 17:36:35 +00:00
Guido van Rossum 93cf55e369 HP-Prec is not 64-bit 1995-09-13 17:35:28 +00:00
Guido van Rossum a67dee30bf move uncomfortable backslash 1995-09-13 17:34:25 +00:00
Jack Jansen 7e183e902e Documented new argument order. 1995-08-30 12:23:43 +00:00
Jack Jansen 4549b137e3 Documented binascii, binhex and uu modules. Put them in the
Internet/WWW section, for lack of a better place.
1995-08-29 11:30:24 +00:00
Guido van Rossum 06f4289d3f many fixes by anonymous contributor 1995-08-28 03:01:00 +00:00
Jack Jansen ebed45fe0f Documented MacOS module. 1995-08-14 13:40:05 +00:00
Jack Jansen 0e1337437c Documented PromptGetFile and optional prompt to GetDirectory. 1995-08-14 13:39:16 +00:00
Jack Jansen 4518577b24 Fixed incorrect tex-code for readline 1995-08-14 13:38:36 +00:00
Guido van Rossum fe4254eb08 warn about bacslash-s lacking 1995-08-11 00:31:57 +00:00
Guido van Rossum 0dbd1fd46e correct description of integer division; describe optional read arg 1995-08-10 14:22:39 +00:00
Guido van Rossum 3e43d8382c clarify optional status 1995-08-10 14:21:49 +00:00
Guido van Rossum 0bbbea15e6 typos only 1995-08-10 14:21:11 +00:00
Guido van Rossum eafe32a639 chapter on new things in 1.3 1995-08-10 14:18:10 +00:00
Jack Jansen e164bd83e1 Documented FindFolder, GetFInfo, SetFInfo and the FInfo object. 1995-08-10 11:53:14 +00:00
Guido van Rossum 611be707c2 replace vars() with locals() and globals(); 3rd raise arg; typos 1995-07-07 23:06:33 +00:00
Guido van Rossum 8fd02194c5 typos 1995-07-07 23:05:13 +00:00
Guido van Rossum ab330d47d6 add missing definitin of longstringitem 1995-07-07 23:04:17 +00:00
Guido van Rossum 95a5b9c949 correct description of list.insert() 1995-07-07 23:03:07 +00:00
Guido van Rossum d6ac380d39 fix bug in example (should close file at all times) 1995-07-07 23:01:27 +00:00
Guido van Rossum 6b686e94a1 correct typo; document sys.platform 1995-07-07 23:00:35 +00:00
Guido van Rossum fb502e964f documented globals() and locals() 1995-07-07 22:58:28 +00:00
Guido van Rossum abfa2cae9f added pointer to libimp.tex for __import__ example 1995-07-07 22:57:02 +00:00
Guido van Rossum 0bf8475108 documented default flag, mode; changed gdbm into a pointer to dbm 1995-07-07 22:55:57 +00:00
Guido van Rossum a12bbff857 mods by Gregor Schmid -- very nice! 1995-05-03 14:17:36 +00:00
Guido van Rossum ad07f2b656 squeezed some space out of a line that was too long 1995-05-03 13:47:16 +00:00
Guido van Rossum 96628a90c4 typos, layout and other small things 1995-04-10 11:34:00 +00:00
Guido van Rossum 7ec5957022 typo bf should be \bf 1995-04-07 15:35:33 +00:00
Guido van Rossum 02ee80d408 minor things 1995-04-04 12:29:37 +00:00
Guido van Rossum 25f6fcc550 more complete examples 1995-04-04 12:28:53 +00:00
Guido van Rossum 93dda331ef update list of supported os-es 1995-04-04 11:57:22 +00:00
Guido van Rossum f9adf48750 documented termios + TERMIOS 1995-03-31 12:26:24 +00:00
Guido van Rossum 2ddd978fcc rewritten Abstract 1995-03-30 16:01:33 +00:00
Guido van Rossum 233aa1d4fc rewritten introduction 1995-03-30 16:01:15 +00:00
Guido van Rossum 45416028fb change \dfn to be \em not \sl 1995-03-30 16:00:58 +00:00
Guido van Rossum 4bbe9c0add added WNOHANG 1995-03-30 16:00:36 +00:00
Guido van Rossum d45c1560e0 restructured docs for callback types 1995-03-30 11:47:50 +00:00
Guido van Rossum 5ae34bfd0b Don't reference removed files in Makefile 1995-03-28 13:39:31 +00:00
Guido van Rossum ecde781dd1 restructured library manual accordiung to functional group 1995-03-28 13:35:14 +00:00
Guido van Rossum 557ed94ebb don't print PLAINTEXT = ... 1995-03-28 13:33:45 +00:00
Guido van Rossum cfc2f980f6 remove (C) from copyright msg 1995-03-28 13:33:21 +00:00
Guido van Rossum adb6bf65d1 add input time.sty; don't fiddle with sidemargins 1995-03-28 13:32:57 +00:00
Guido van Rossum 84099363ef version 1.2-proof-3 1995-03-28 13:32:03 +00:00
Guido van Rossum 93487db9bc use {} instead of \ after \copyright 1995-03-28 13:31:51 +00:00
Sjoerd Mullender ffd6de1049 New documentation on the CD module. 1995-03-28 11:56:52 +00:00
Guido van Rossum 1b91cdae97 completed nntp docs 1995-03-24 15:56:02 +00:00
Guido van Rossum cca8d2bb48 some new material 1995-03-22 15:48:46 +00:00
Guido van Rossum aaec403a75 added index entries for __*__ identifiers 1995-03-21 14:41:57 +00:00
Guido van Rossum b92112da0e yet a better introduction 1995-03-20 14:24:09 +00:00
Guido van Rossum f1245a8291 adapted to modern times; added section of HTML 1995-03-20 13:00:53 +00:00
Guido van Rossum 73827c6efe use macros more; added some more docs 1995-03-20 13:00:32 +00:00
Guido van Rossum 86cb0928e3 added nodename macro calls for new very long section names 1995-03-20 12:59:56 +00:00
Guido van Rossum f23e0fe3be micro change 1995-03-18 11:04:29 +00:00
Guido van Rossum 470be14c8a mass changes; fix titles; add examples; correct typos; clarifications;
unified style; etc.
1995-03-17 16:07:09 +00:00
Guido van Rossum 7760cdea81 recognize more latex commands; add obindex 1995-03-17 16:03:11 +00:00
Guido van Rossum e83e380930 added lots of comments 1995-03-17 16:01:35 +00:00
Guido van Rossum 8e6b1aad21 add (c) symbol 1995-03-17 16:01:08 +00:00
Guido van Rossum 46965bca6a new date and version 1995-03-17 16:00:47 +00:00
Guido van Rossum 4dd6b84e5f added table of precedences 1995-03-17 15:59:52 +00:00
Guido van Rossum 55dd113bc8 forget about html.sty 1995-03-17 15:59:41 +00:00
Guido van Rossum a54754719d made palatable for latex2html:
removed $math$, added braces to \item[\tt...]
1995-03-16 14:44:07 +00:00
Guido van Rossum 00198bef6a 1995 copyright 1995-03-15 12:53:53 +00:00
Guido van Rossum d983cde886 change of address and date 1995-03-15 12:53:31 +00:00
Guido van Rossum 1133aec893 versions and dates 1995-03-15 11:34:18 +00:00
Guido van Rossum b819bdfe83 handle a few new things 1995-03-15 11:26:26 +00:00
Guido van Rossum 26a9d37e5c new, from ../Demo/www 1995-03-15 11:26:05 +00:00
Guido van Rossum 47b4c0fb35 replace ASCII by macro call 1995-03-15 11:25:32 +00:00
Guido van Rossum 5049bcb164 another round (sigh :-( ) 1995-03-13 16:55:23 +00:00
Guido van Rossum 6bb1adc7ee small changes by Soren Larsen 1995-03-13 10:03:32 +00:00
Guido van Rossum 6c4f003202 changes (suggested) by Soren Larsen 1995-03-07 10:14:09 +00:00
Guido van Rossum d01c100713 clarified expanding %xx and form for print_form 1995-03-07 10:12:59 +00:00
Guido van Rossum 85c4ff298d added macdnr 1995-03-07 10:12:11 +00:00
Guido van Rossum ea6e19c3d4 added code objects 1995-03-07 10:11:15 +00:00
Guido van Rossum 3d54de2ab9 clarified code objects 1995-03-07 10:09:55 +00:00
Guido van Rossum 46f2157279 added ref to vars() 1995-03-07 10:09:34 +00:00
Jack Jansen f16d5fa46f The final bit of my Mac documentation. 1995-03-02 14:41:55 +00:00
Guido van Rossum df804f8591 converted docs for Jim Roskind's profiler 1995-03-02 12:38:39 +00:00
Guido van Rossum f4aac48cc3 minor update 1995-03-02 12:37:55 +00:00
Guido van Rossum 0bf4d892eb add warning about strop 1995-03-02 12:37:30 +00:00
Guido van Rossum dc46c7f734 small nits and new files 1995-03-01 15:38:16 +00:00
Jack Jansen b721ef1d4c Half the mactcp documentation (macdnr still to come) 1995-03-01 14:54:30 +00:00
Guido van Rossum 81b3060b14 en weer twee! 1995-03-01 14:36:00 +00:00
Guido van Rossum 51bbdfb2ff totally rewritten, for new macro set 1995-03-01 14:07:08 +00:00
Jack Jansen 64f08451c0 Added a missing line 1995-03-01 14:06:52 +00:00
Jack Jansen dcb0a9bde8 Yet another one... 1995-03-01 14:05:27 +00:00
Guido van Rossum 8675115e5f a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter 1995-02-28 17:14:32 +00:00
Jack Jansen e4be9be99a Three down, two to go... 1995-02-28 15:46:09 +00:00
Guido van Rossum a12ef9433b added WWW sections 1995-02-27 17:53:25 +00:00
Guido van Rossum 7defee7a06 document restriction on group names 1995-02-27 17:52:35 +00:00
Guido van Rossum 8df3637fee changes refs to SO_* symbols 1995-02-27 17:52:15 +00:00
Guido van Rossum 61d34f47c3 added quote and unquote 1995-02-27 17:51:51 +00:00
Guido van Rossum d6304d09cc added cgi 1995-02-27 17:51:26 +00:00
Guido van Rossum a8db1df6aa document www interfaces 1995-02-16 16:29:46 +00:00
Guido van Rossum ed2bad8ef8 added lots of constants 1995-02-16 16:29:18 +00:00
Guido van Rossum 5680b95b15 added list of restrictions 1995-02-16 16:29:01 +00:00
Guido van Rossum bcc958259a no need to reference doc strings for documented modules 1995-02-16 16:28:48 +00:00
Guido van Rossum 817a842ad2 added www chapters 1995-02-16 16:28:22 +00:00
Guido van Rossum d1883588ae added docs for pickle, shelve and copy 1995-02-15 15:53:08 +00:00
Guido van Rossum e1ff7adbf6 added lots of useful info 1995-02-15 15:52:32 +00:00
Guido van Rossum 4f4c9b42ba make __import__ 4-args 1995-02-15 15:52:13 +00:00
Guido van Rossum 194e57caa6 added chapter on new things in 1.2 1995-02-15 15:51:38 +00:00
Guido van Rossum 4c14a69ff9 fix version number 1995-02-14 09:46:19 +00:00
Guido van Rossum eb8b0d20c1 added classes as exceptions 1995-02-07 14:37:17 +00:00
Guido van Rossum 626c1e7882 added libsignal.tex 1995-02-07 14:37:02 +00:00
Guido van Rossum 7f49b7a1a4 cosmetics/typos 1995-01-12 12:38:46 +00:00
Guido van Rossum 28379703dc optional bufsize arg for popen and fdopen 1995-01-12 12:38:22 +00:00
Guido van Rossum 946805d418 new module 1995-01-10 10:51:08 +00:00
Guido van Rossum 9c51e41201 sys.setcheckinterval(x) instead of sys.check_interval = x 1995-01-10 10:50:58 +00:00
Guido van Rossum f860162093 updated eval(), added execfile() 1995-01-10 10:50:24 +00:00
Guido van Rossum 31cce97374 copyright.tex: Add 1995 to copyright message.
lib.tex: add libimp; remove bogus warning about lineii.
libmath.tex: document hypot().
libmd5.tex: rename md5.md5() to md5.new().
libposix.tex: document chown().
libposixfile.tex: openfile() instead of fileopen().
libsocket.tex: document gethostbyaddr().
libtypes.tex: add footnote explaining why readline() keeps the newline.
ref3.tex: correct typos, add back*quotes to index.
ref4.tex: don't use \verb inside footnote.
ref5.tex: explain repr() and str() and add them + back*quotes to index.
ref6.tex: correct typo, don't use \verb in footnote.
ref7.tex: don't use \verb in footnote.
1995-01-04 19:17:34 +00:00
Guido van Rossum e5f8b60429 spam -> foo (etc.) in examples 1995-01-04 19:12:49 +00:00
Sjoerd Mullender 1cfb6b8992 Can't remember the reason for the change, but it was necessary. :-) 1994-12-14 15:28:22 +00:00
Sjoerd Mullender 1dfb7d74a5 Added libaifc.tex to list of library files. 1994-12-14 15:27:33 +00:00
Guido van Rossum cfb45e476e typos 1994-11-10 23:04:43 +00:00
Guido van Rossum e6757c2cd4 don't assum '.' is in PATH 1994-10-20 22:01:07 +00:00
Guido van Rossum 411a8bd799 add hypot() 1994-10-20 22:00:28 +00:00
Guido van Rossum dd99fd2133 change date to 11 oct 1994-10-11 15:43:38 +00:00
Guido van Rossum 29c1b97d28 __call__, __getattr__ c.s. 1994-10-09 22:56:16 +00:00
Guido van Rossum 94ed6f5f63 Oops! version numbers again! 1994-10-06 17:08:42 +00:00
Guido van Rossum 29766b2da6 Add simpler __getattr__ example and document __call__ 1994-10-06 15:33:25 +00:00
Sjoerd Mullender 9fd48ab27e Added missing \end{datadesc}. 1994-10-06 15:18:03 +00:00
Guido van Rossum ca3f6c8c01 Removed description of class.init() method.
Added news about new operator overloading and __getattr__ etc.
1994-10-06 14:08:53 +00:00
Guido van Rossum 16cd7f9f12 Moved author and date to boilerplate.tex.
Added copyright.tex to all files.
Added descr of check_interval to libsys.tex.
Corrected lotsa typos in tut.tex (thanks to George M. Sipe).
Corrected mktuple (should be newtupleobject) example in ext.tex.
1994-10-06 10:29:26 +00:00
Sjoerd Mullender cd57dc3a98 Added documentation on the aifc module. 1994-09-29 16:46:42 +00:00
Guido van Rossum 91951481b8 added Tommy Burnette's setblocking() method 1994-09-07 14:39:14 +00:00
Guido van Rossum c1be9d59e4 * Doc/tut.tex (subsection{Lambda Forms}): fix typo in lambda
example
1994-08-30 12:08:58 +00:00
Guido van Rossum bd851cd167 * Doc/libtime.tex: get rid of references to millitime() and
millisleep(); document clock()

	* Doc/ref6.tex (section{Assignment statements}): added warning
	about overlaps in lhs of assignment (e.g. "i, x[i] = 1, 2")
1994-08-23 13:26:22 +00:00
Guido van Rossum 2828e9dbd4 * Doc/libstring.tex (section{Standard Module \sectcode{string}}):
removed references to {ato{f,i,l},index}_error
1994-08-17 13:16:34 +00:00
Guido van Rossum 1efbb0f002 Added docs for delattr 1994-08-16 22:15:11 +00:00
Guido van Rossum b8b264b165 * Doc/libfuncs.tex: don't use $math$ in description of pow(x,y,z);
describe tuple()

	* Doc/libposixfile.tex: use tableiii instead of tableii, so
	partparse will work again (I know, chicken!)

	* Doc/libthread.tex: Added get_ident(); updated text on module
	availability

	* Doc/myformat.perl: Added sub do_cmd_Cpp
1994-08-12 13:13:50 +00:00
Guido van Rossum 16d6e7109d Lots of small corrections by Andrew Kuchling (plus all new rotor docs) 1994-08-08 12:30:22 +00:00
Guido van Rossum b69e0958a5 Added gdbm docs 1994-08-08 08:03:24 +00:00
Guido van Rossum 781db5d0bb * Doc/libsocket.tex (subsection{Socket Object Methods}):
documented gethostname() and a few misc things
1994-08-05 13:37:36 +00:00
Guido van Rossum e7af5a0816 Merge lost alpha100 revision 1994-08-01 12:39:35 +00:00
Guido van Rossum e9914961b8 Merge lost revisions back 1994-08-01 12:38:14 +00:00
Guido van Rossum 6938f06047 Merge alpha100 branch back to main trunk 1994-08-01 12:22:53 +00:00
Guido van Rossum ab3a2504b9 libsocket.tex: send[to] returns nbytes.
libstring.tex: added count().
ref2.tex: new keywords; moved keyword printing program to keywords.py.
1994-08-01 12:18:36 +00:00
Guido van Rossum 8b605eb06a documented writelines() 1994-06-23 12:14:07 +00:00
Guido van Rossum a84ec51965 clarify the meaning of address for those methods that or return addresses 1994-06-23 12:13:52 +00:00
Guido van Rossum 7f61b3511c README: correct typo (lib.index)
lib.tex: include libfcntl, libposixfile
myformat.sty: add tableii environment
libfcntl.tex, libposixfile.tex: docs contributed by Jaap V
1994-05-19 09:09:50 +00:00
Guido van Rossum e6ef03260c * Doc/libtypes.tex: fix typo in table of list methods; clarify
truncation behavior of floating point formatting

	* Doc/ref3.tex: clarify defaults for __repr__, __cmp__ and
	__str__; correct (some) descriptions of class constructors
1994-05-09 14:54:24 +00:00
Guido van Rossum 041be05976 Documented optional bufsize argument to open() and the fact that mode
is now also optional
1994-05-03 14:46:50 +00:00
Guido van Rossum 1738311dab Documented new built-in function vars().
Documented new formatting features: %s takes any type, and
'%(key)format' % dictionary.
Documented posixpath.expandvars().
1994-04-21 10:32:28 +00:00
Guido van Rossum 5da5755c4a adapt to min value of 1 for listen() backlog argument 1994-03-02 10:52:16 +00:00
Guido van Rossum 68cfbe7c93 Documented xrange; crossreffed lambda a bit more 1994-02-24 11:28:27 +00:00
Guido van Rossum c5c67bc367 At release 1.0.1. Scripts, Makefile, README: cosmetic changes and
streamlined procedure; tut.tex: fixes by Tim Peters; libposix.tex:
added posix.fdopen; ext.tex: typos
1994-02-15 15:59:23 +00:00
Guido van Rossum 9e93fb6879 Support for latex2html (at version 0.5.1) 1994-01-25 20:06:09 +00:00
Guido van Rossum 4290161d2d s.avail() has met its maker 1994-01-03 14:07:23 +00:00
Guido van Rossum 326c0bc241 Added symcomp and resulting new data items 1994-01-03 00:00:31 +00:00
Guido van Rossum 36b4807621 A small but essential file... 1994-01-02 01:22:36 +00:00
Guido van Rossum 5fdeeeae2a Restructured library documentation 1994-01-02 01:22:07 +00:00
Guido van Rossum fbee23e55b Documented the fact that IRIX 5.x also supports Sun style shared
libraries.
1994-01-01 17:32:24 +00:00
Guido van Rossum 3cbc16d904 * lib2.tex (sys): updated sys.std{in,out,err} docs. Added
sys.tracebacklimit.
* tut.tex (Exceptions): change text printed by traceback.
* lib5.tex (audioop): added minmax.
* lib5.tex (audioop.getsample): move wandered paragraph back
* lib3.tex, partparse.py: undo mucking with \nopagebreak (didn't work).
* partparse.py: ignore \nopagebreak command
* ref5.tex: added description of lambda forms.
* ref7.tex: added reference to lambda forms to section on function
  definition.
* lib1.tex: removed lambda as built-in function (it is now a special
  form).  Also removed feature of filter, map, reduce to turn a string
  argument into an anonymous function.
1993-12-17 12:13:53 +00:00
Guido van Rossum 83eb962528 * {lib,ref,ext,tut}.tex: added explicit \date{<date> \\ <release>}.
* lib2.tex: change bogus \\var to \var.
1993-11-23 16:28:45 +00:00
Guido van Rossum 6f0132f490 * text2latex.py: call main() instead of always processing ext.tex.
* Makefile: added 'ext' to 'all' target
* ext.tex: more changes towards a readable text
* lib4.tex (posix): added set{uid,gid}
* lib2.tex (array): restored doc for typecode and itemsize (which were
  there but not visible for dir())
1993-11-19 13:13:22 +00:00
Guido van Rossum db65a6ce55 * ext.tex: did most of the tedious changes from plain ASCII text to LaTeX.
* text2latex.py: automatically put function names in \code{}.
* lib.tex, ref.tex, ext.tex, qua.tex, tut.tex: use new P.O.Box number in
  address.
1993-11-05 17:11:16 +00:00
Guido van Rossum 7a2dba2a00 * ext.tex: documentation for extending, reference counts, and embedding
(formerly ../misc/{EXTENDING,REFCNT,EMBEDDING}).  Also affects Makefile.
* text2latex.py: script to do part of the conversion from an plain ASCI
  text file (in my particular style) to LaTeX.
  (Chapter/section/subsection headers, and verbatim sections.)
* partparse.py, texipre.dat, fix.el, Makefile: Minor cleanup of latex ->
  info conversion process (at least it works again, and with less
  debugging output).  Removed fix.sh.
* lib1.tex (section{Built-in Functions}): adapt description of str() and
  repr() to new situation.
* lib3.tex (Module os): added exec*() variants.
* lib3.tex (Module posix): added execve().
* lib2.tex (Module array): documented reality; remove typecode and
itemsize, add byteswap, rename read/write to fromfile/tofile, and
re-alphabetized.
* lib1.tex (Built-in Functions): renamed bagof() to filter().
1993-11-05 14:45:11 +00:00
Guido van Rossum 4bd023f882 * lib3.tex (module string): added rindex().
* lib1.tex (section{Built-in Functions}): added bagof(), lambda(), map()
  and reduce().  Repharased apply().  Removed or rephrased references to
  exec() (now the exec stmt).
* lib4.tex: posix.exec --> posix.execv
* ref4.tex, ref8.tex, tut.tex: builtin --> __builtin__
* lib3.tex (module string): added atof() and atol(), and ato[fl]_error.
1993-10-27 13:49:20 +00:00
Guido van Rossum a75d306e2b "exec" is now a statement. execfile() is obsolete.
(Also added a stub for "access".)
1993-10-18 17:59:42 +00:00
Guido van Rossum 7f8765d327 * ref3.tex: added cross-ref to try statement for exc handler.
* ref7.tex: added description of sys.exc_{type,value,traceback}.
* lib5.tex: rect.intersect is different now!
1993-10-11 12:54:58 +00:00
Guido van Rossum 23301a9467 * lib1.tex: documented dict.items() and dict.values()
* ref3.tex: documented new __init__ and __del__ special methods of
  class instances.
1993-05-24 14:19:37 +00:00
Guido van Rossum b2c6556fb0 Lots of small changes collected over months... 1993-05-12 08:53:36 +00:00
Guido van Rossum 970871f8e6 * Changed preface in texipre.dat.
* Added libwww entry to Makefile.
* Documented new array module.
* Documented extensions to regex (last, substring, translation table).
1993-02-21 20:10:26 +00:00
Guido van Rossum 1104a8562d lib1.tex: Added builtin.round(x, [n]). 1993-02-12 16:29:30 +00:00
Guido van Rossum 3ad7fc70cc Documented marshal.{dumps,loads} and sys.builtin_module_names. 1993-01-22 15:48:14 +00:00
Guido van Rossum 4ac605e627 Changes to some math using underscore as subscript, necessary since
the new style file defines underscore as an underscore in tt font.
1992-12-17 15:31:02 +00:00
Guido van Rossum 95cd2ef162 Incorporated Jan-Hein's changes and texinfo conversion. 1992-12-08 14:37:55 +00:00
Guido van Rossum 66122d2dae __oct__ and __hex__ 1992-09-20 21:43:47 +00:00
Guido van Rossum 7b3c8a1422 Added hint about changing the prompt in $PYTHONSTARTUP 1992-09-08 09:20:13 +00:00
Guido van Rossum 9a4e3fc56a Changed references to /usr/local into /usr/local/bin.
Documented $PYTHONSTARTUP
1992-09-03 21:27:55 +00:00
Guido van Rossum 0e389af0c9 Use \input instead of \include (or \inclide) 1992-08-19 16:54:06 +00:00
Guido van Rossum 2670a16c2e Added chapter titles in comments 1992-08-14 09:20:21 +00:00
Guido van Rossum 084b0b2c16 Fixed botched lay-out in class example 1992-08-14 09:19:56 +00:00
Guido van Rossum abff0fdab1 Moved chapters each to their own file.
Real changes:
(a) added section on special class methods.
(b) corrected typos spotted by Stoffel Erasmus.
1992-08-14 09:18:02 +00:00
Guido van Rossum da43a4ab88 Initial revision 1992-08-14 09:17:29 +00:00
Guido van Rossum 46f3e00407 Initial revision 1992-08-14 09:11:01 +00:00
Guido van Rossum 1738388c59 Dumped \cbstart, \cbend 1992-08-13 14:10:17 +00:00
Guido van Rossum da8c3fd979 Fixed descr of try/finally 1992-08-09 13:55:25 +00:00
Guido van Rossum b7fc4afe1b Warn that _ must be in tt font. 1992-08-07 16:06:42 +00:00
Guido van Rossum 5e0759d351 Add chapter on classes (mostly from ../misc/CLASSES). 1992-08-07 16:06:24 +00:00
Guido van Rossum 5b34373b49 > * Makefile: always create .ps files; add qua to 'all' target;
>   added 'clobber' target
1992-07-07 09:06:34 +00:00
Guido van Rossum 1f4f7435c5 Remove bibtex log file. 1992-06-23 11:06:58 +00:00
Guido van Rossum a3d50763a2 Change recipe to build qua. 1992-06-03 17:59:20 +00:00
Guido van Rossum 6a11eb4e17 Initial revision 1992-06-03 17:59:07 +00:00
Guido van Rossum 54e39908d8 Fixed comparison: i < k < j should be i <= k < j. 1992-06-03 17:58:43 +00:00
Guido van Rossum c7ff85d612 Documented new contents of lib5.tex 1992-06-03 17:56:44 +00:00
Guido van Rossum e33cb80d5e Also remove @* files 1992-04-06 14:04:13 +00:00
Guido van Rossum 379537805b Moved a4wide option to myformat.sty 1992-04-06 14:04:04 +00:00
Guido van Rossum aa1e140f03 Don't use times by default 1992-04-06 14:02:49 +00:00
Guido van Rossum d18b8afcbb Change description of a4wide removal 1992-04-06 14:02:37 +00:00
Guido van Rossum ec24f1fc2c Input a4wide here 1992-04-06 14:02:23 +00:00
Guido van Rossum d33024c451 Copied doc style from other docs 1992-04-05 15:06:12 +00:00
Guido van Rossum cd7bf39c16 Made ready for release 1992-04-05 15:06:03 +00:00
Guido van Rossum 6886c835aa Added \exindex and \obindex 1992-04-03 14:44:27 +00:00
Guido van Rossum 2974e3bad1 mostly added index entries. PRINTED 1992-04-03 14:44:05 +00:00
Guido van Rossum 60279da7f5 Almost through with revisions. 1992-04-02 10:24:59 +00:00
Guido van Rossum bdbadd4ca1 Added style options twoside,a4wide,11pt 1992-03-31 19:12:06 +00:00
Guido van Rossum 643d9326e4 Don't define the page lay-out here -- rely on A4wide, doubleside options. 1992-03-31 18:53:47 +00:00
Guido van Rossum be3eb96e2d Use \include instead of \input. 1992-03-24 13:34:33 +00:00
Guido van Rossum cb9d66da59 *** empty log message *** 1992-03-20 14:59:04 +00:00
Guido van Rossum b83241c0bd Much simpler version, intended as a script. 1992-03-06 10:56:42 +00:00
Guido van Rossum b75d8cea54 Moved macros to myformat.sty. 1992-03-06 10:56:30 +00:00
Guido van Rossum 0e5f0097c4 Back to the Makefile... 1992-03-06 10:56:17 +00:00
Guido van Rossum 573805afd6 _ can now be a normal character. 1992-03-06 10:56:03 +00:00
Guido van Rossum 5badc75f8d Moved macros here from lib.tex. 1992-03-06 10:55:46 +00:00
Guido van Rossum b5e1c184be Completed missing parts. Restructured ch. 3/4 to Data and Execution
model.  Added index.
1992-03-06 10:52:59 +00:00
Guido van Rossum cf8148b953 Completed execution model and try statement. 1992-03-02 16:13:50 +00:00
Guido van Rossum cdc9355367 Set parskip to 0 in the table of content. 1992-02-11 15:53:13 +00:00
Guido van Rossum 2bbb3c0ed3 Initial revision 1992-02-11 15:52:24 +00:00
Guido van Rossum 1d8428f3fc Minor reorg. 1992-02-11 15:52:03 +00:00
Guido van Rossum 676d6dadb9 Added ref and qua; forget about the Makefile 1992-02-11 15:51:36 +00:00
Guido van Rossum 862c6f1046 Added stuff about classes and instances, plus some smaller changes. 1992-01-29 14:47:05 +00:00
Guido van Rossum 9b57385c9a Excitem now has only one argument. 1992-01-29 14:46:35 +00:00
Guido van Rossum 255ad6e659 Described some more standard types and statements. 1992-01-28 18:10:46 +00:00
Guido van Rossum 68c172e3f2 Change \verb\xxx\ in section titles back to {\tt xxx}. 1992-01-21 11:34:56 +00:00
Guido van Rossum 0f1f9da8e2 Another large run of changes and additions. 1992-01-20 17:10:21 +00:00
Guido van Rossum 670e5a0d92 Another round of careful revisions. 1992-01-17 14:03:20 +00:00
Guido van Rossum 79448288ba Use US paper size. 1992-01-17 10:42:38 +00:00
Guido van Rossum 7b632a6073 Just another intermediate version... 1992-01-16 17:49:21 +00:00
Guido van Rossum 1c462adaa8 Added indexing commands 1992-01-16 17:36:16 +00:00
Guido van Rossum a8d754e876 Cosmetic changes; added more subsections to chapter 2; new syntax (==). 1992-01-07 16:44:35 +00:00
Guido van Rossum 743d1e76d0 Cosmetic changes; added sections on notation and on objects;
new grammar (global, '==').
1992-01-07 16:43:53 +00:00
Guido van Rossum 1230c08b8e Changes needed for indexing. 1992-01-07 16:40:44 +00:00
Guido van Rossum 47f2333609 Fix math containing %!!! 1991-12-06 17:21:05 +00:00
Guido van Rossum 481ae68911 The Reference Manual is now official. 1991-11-25 17:28:03 +00:00
Guido van Rossum 4fc43bc377 First round of corrections (lexer only). 1991-11-25 17:26:57 +00:00
Guido van Rossum a52117e98d Added ref.tex. 1991-11-21 13:54:36 +00:00
Guido van Rossum f2612d1edf Initial revision 1991-11-21 13:53:03 +00:00
Guido van Rossum 8f96f7734c Fixed dictionary example to use commas instead of semicolons.
(This was actually a bug in the interpreter!)
1991-11-12 15:45:03 +00:00
Guido van Rossum 92fba0293f ? 1991-11-12 15:44:51 +00:00
Guido van Rossum 19f1b8261e Renamed mod to lib; and split in 5 instead of 3 parts. 1991-11-12 15:41:57 +00:00
Guido van Rossum ddfb3ebdf6 Split and renamed mod to lib[1-5] 1991-11-12 15:40:23 +00:00
Guido van Rossum 59e9070148 Renamed mod to lib. 1991-11-12 15:39:56 +00:00
Guido van Rossum 6fc178f46d Too much to describe changed... 1991-08-16 09:13:42 +00:00
Guido van Rossum dd0108081b Mention "-c command" option. 1991-06-07 14:31:11 +00:00
Guido van Rossum 4410c758a1 *** empty log message *** 1991-06-04 20:22:18 +00:00
Guido van Rossum 67fa160744 Minor improvements. Removed footnote about CWI pathnames. 1991-04-23 14:14:57 +00:00
Guido van Rossum a9d5c228f9 Added \dataitem command; removed DRAFT from title; changed a word
in the reference to the reference document.
1991-04-23 14:11:26 +00:00
Guido van Rossum 7ff04b39db Dependencies on mod[123].tex. 1991-02-19 17:24:20 +00:00
Guido van Rossum 958ab3dd72 Split into a root file (this one) and three subfile mod[123].tex. 1991-02-19 17:23:29 +00:00
Guido van Rossum 56098fa2d4 Use garamod as alternative style. 1991-02-19 12:54:06 +00:00
Guido van Rossum 8ec6350d78 Made function items bold; other changes? 1991-02-19 12:53:17 +00:00
Guido van Rossum a95e463d1e Minor changes. 1991-02-19 12:52:52 +00:00
Guido van Rossum 14f7aae080 Remove Emacs garbage. 1991-02-19 12:52:33 +00:00
Guido van Rossum 5153e5ecd7 Updated to reflect the change to TeX. 1991-01-25 13:29:53 +00:00
Guido van Rossum 20aca5aa39 Took out (di)troff references.
Changed dependencies somewhat.
1991-01-25 13:29:04 +00:00
Guido van Rossum 4c22cb2f31 Changed code environment into \bcode and \ecode macros.
Learned a lot about these things.
1991-01-25 13:28:15 +00:00
Guido van Rossum 5ce78f11fc Changed code environment into \bcode and \ecode macros.
Small lay-out improvements.
Took out a ref or two to "python -s".
1991-01-25 13:27:18 +00:00
Guido van Rossum d38b7648c0 Changed \begin{code} and \end{code} into \bcode and \ecode.
Small lay-out improvements.
1991-01-25 13:26:13 +00:00
Guido van Rossum 44000edfce Better solution for code environment. 1991-01-24 16:54:29 +00:00
Guido van Rossum 0ed6918698 Small changes. 1991-01-24 16:54:15 +00:00
Guido van Rossum 2292b8e98a Most silly things fixed. 1991-01-23 16:31:24 +00:00
Guido van Rossum b3fa13cef7 Made the move to TeX. 1991-01-22 11:47:14 +00:00
Guido van Rossum 515834a99b Initial revision 1991-01-22 11:45:29 +00:00
Guido van Rossum 7d9f8d70b9 Small changes. Use description instead of list env. 1991-01-22 11:45:00 +00:00
Guido van Rossum d9bf55d0d0 Initial revision 1991-01-11 16:35:08 +00:00
Guido van Rossum df79a1ee19 New names etc. 1990-10-07 12:35:53 +00:00
Guido van Rossum eeaccbf068 Added support for postscript output (*.ps). 1990-10-07 12:35:21 +00:00
Guido van Rossum b829a0935b Renamed intro and modules to tut and mod; added tbl to pipeline. 1990-09-18 10:47:40 +00:00
Guido van Rossum 7f777ed95a Initial revision 1990-08-09 14:25:15 +00:00