summaryrefslogtreecommitdiffstats
path: root/Doc/ref
Commit message (Collapse)AuthorAgeFilesLines
* Added some more turd files we can't avoid: .MIF, .ps, .auto.Guido van Rossum1996-11-271-0/+3
|
* Webmaker instructionsGuido van Rossum1996-11-271-0/+560
|
* Script to write MIF files from ref*.{book,doc}Guido van Rossum1996-11-271-0/+17
|
* Updated notice.Guido van Rossum1996-10-252-47/+23
|
* Touched by FrameMaker :-(Guido van Rossum1996-10-246-0/+0
|
* Include updated title page.Guido van Rossum1996-10-241-40/+46
|
* Removed CNRI copyright, changed notice to standard notice.Guido van Rossum1996-10-241-0/+0
| | | | Added date and version to title.
* Ignore Frame backup and lock files.Guido van Rossum1996-10-231-0/+2
|
* Regenerated to remove hidden text from page 1.Guido van Rossum1996-10-231-47/+10
|
* Frame versions of documents after mangling by Robin.Guido van Rossum1996-10-2212-0/+0
|
* Removed LaTeX version of reference manual. Added ref/ref.ps.Guido van Rossum1996-10-2210-3374/+16373
|
* Mention warning for exception in __del__.Guido van Rossum1996-08-201-0/+2
|
* Erase all memory of the access statementGuido van Rossum1996-08-202-38/+1
|
* Documented class exceptions.Guido van Rossum1996-08-191-3/+23
|
* Added footnote about lamda bodies being the same as function bodies.Guido van Rossum1996-08-091-1/+6
|
* Add warning about exceptions in __del__ being ignored.Guido van Rossum1996-08-091-0/+4
|
* Added __doc__ to predefined module attributes.Guido van Rossum1996-06-261-3/+6
|
* typoGuido van Rossum1996-06-261-1/+1
|
* expr_list -> expression_listGuido van Rossum1996-06-261-2/+2
|
* explain global betterGuido van Rossum1996-06-261-2/+15
|
* added '**kw' to parameter list syntaxGuido van Rossum1996-06-261-1/+3
|
* footnote about keyword argsGuido van Rossum1995-10-082-2/+5
|
* make access obsoleteGuido van Rossum1995-10-081-4/+2
|
* replace vars() with locals() and globals(); 3rd raise arg; typosGuido van Rossum1995-07-072-19/+28
|
* typosGuido van Rossum1995-07-071-3/+3
|
* add missing definitin of longstringitemGuido van Rossum1995-07-071-0/+1
|
* squeezed some space out of a line that was too longGuido van Rossum1995-05-031-2/+2
|
* update list of supported os-esGuido van Rossum1995-04-041-2/+2
|
* added index entries for __*__ identifiersGuido van Rossum1995-03-213-0/+65
|
* added table of precedencesGuido van Rossum1995-03-171-0/+51
|
* forget about html.styGuido van Rossum1995-03-171-1/+1
|
* made palatable for latex2html:Guido van Rossum1995-03-164-86/+93
| | | | removed $math$, added braces to \item[\tt...]
* replace ASCII by macro callGuido van Rossum1995-03-153-16/+16
|
* clarified code objectsGuido van Rossum1995-03-071-3/+3
|
* added ref to vars()Guido van Rossum1995-03-072-3/+12
|
* a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵Guido van Rossum1995-02-282-4/+4
| | | | WWW chapter
* added classes as exceptionsGuido van Rossum1995-02-072-8/+16
|
* copyright.tex: Add 1995 to copyright message.Guido van Rossum1995-01-045-10/+24
| | | | | | | | | | | | | | | 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.
* __call__, __getattr__ c.s.Guido van Rossum1994-10-091-2/+51
|
* Moved author and date to boilerplate.tex.Guido van Rossum1994-10-061-8/+3
| | | | | | | 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.
* * Doc/libtime.tex: get rid of references to millitime() andGuido van Rossum1994-08-231-1/+15
| | | | | | | millisleep(); document clock() * Doc/ref6.tex (section{Assignment statements}): added warning about overlaps in lhs of assignment (e.g. "i, x[i] = 1, 2")
* Lots of small corrections by Andrew Kuchling (plus all new rotor docs)Guido van Rossum1994-08-085-8/+9
|
* Merge lost revisions backGuido van Rossum1994-08-013-131/+154
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-016-244/+284
|
* * lib2.tex (sys): updated sys.std{in,out,err} docs. AddedGuido van Rossum1993-12-172-1/+19
| | | | | | | | | | | | | | | 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.
* * {lib,ref,ext,tut}.tex: added explicit \date{<date> \\ <release>}.Guido van Rossum1993-11-231-0/+2
| | | | * lib2.tex: change bogus \\var to \var.
* * ext.tex: did most of the tedious changes from plain ASCII text to LaTeX.Guido van Rossum1993-11-051-2/+2
| | | | | | * 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.
* * ext.tex: documentation for extending, reference counts, and embeddingGuido van Rossum1993-11-051-3/+9
| | | | | | | | | | | | | | | | | | (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().
* * lib3.tex (module string): added rindex().Guido van Rossum1993-10-272-10/+7
| | | | | | | | | * 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.
* "exec" is now a statement. execfile() is obsolete.Guido van Rossum1993-10-181-0/+39
| | | | (Also added a stub for "access".)