summaryrefslogtreecommitdiffstats
path: root/Doc/tut
Commit message (Collapse)AuthorAgeFilesLines
* mention syslog upgradeGuido van Rossum1995-10-111-0/+4
|
* mention Fred Drake's parser moduleGuido van Rossum1995-10-111-0/+5
|
* updated version and dateGuido van Rossum1995-10-091-1/+1
|
* a fe more things: apply 3rd arg, ni, ihooks, rexecGuido van Rossum1995-10-081-1/+31
|
* describe more 1.3 changesGuido van Rossum1995-10-081-19/+120
|
* move uncomfortable backslashGuido van Rossum1995-09-131-2/+3
|
* chapter on new things in 1.3Guido van Rossum1995-08-101-0/+190
|
* added pointer to libimp.tex for __import__ exampleGuido van Rossum1995-07-071-1/+2
|
* typos, layout and other small thingsGuido van Rossum1995-04-101-2/+2
|
* versions and datesGuido van Rossum1995-03-151-3/+3
|
* replace ASCII by macro callGuido van Rossum1995-03-151-2/+2
|
* a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵Guido van Rossum1995-02-281-6/+6
| | | | WWW chapter
* no need to reference doc strings for documented modulesGuido van Rossum1995-02-161-21/+17
|
* added chapter on new things in 1.2Guido van Rossum1995-02-151-10/+378
|
* spam -> foo (etc.) in examplesGuido van Rossum1995-01-041-30/+30
|
* typosGuido van Rossum1994-11-101-4/+4
|
* Oops! version numbers again!Guido van Rossum1994-10-061-1/+1
|
* Add simpler __getattr__ example and document __call__Guido van Rossum1994-10-061-2/+39
|
* Removed description of class.init() method.Guido van Rossum1994-10-061-22/+97
| | | | Added news about new operator overloading and __getattr__ etc.
* Moved author and date to boilerplate.tex.Guido van Rossum1994-10-061-20/+17
| | | | | | | 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/tut.tex (subsection{Lambda Forms}): fix typo in lambdaGuido van Rossum1994-08-301-1/+1
| | | | example
* Lots of small corrections by Andrew Kuchling (plus all new rotor docs)Guido van Rossum1994-08-081-14/+14
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-125/+618
|
* * lib2.tex (sys): updated sys.std{in,out,err} docs. AddedGuido van Rossum1993-12-171-1/+1
| | | | | | | | | | | | | | | 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.
* * lib3.tex (module string): added rindex().Guido van Rossum1993-10-271-11/+14
| | | | | | | | | * 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.
* Lots of small changes collected over months...Guido van Rossum1993-05-121-67/+38
|
* Incorporated Jan-Hein's changes and texinfo conversion.Guido van Rossum1992-12-081-2/+2
|
* Added hint about changing the prompt in $PYTHONSTARTUPGuido van Rossum1992-09-081-0/+2
|
* Changed references to /usr/local into /usr/local/bin.Guido van Rossum1992-09-031-9/+31
| | | | Documented $PYTHONSTARTUP
* Fixed botched lay-out in class exampleGuido van Rossum1992-08-141-1/+2
|
* Fixed descr of try/finallyGuido van Rossum1992-08-091-11/+11
|
* Add chapter on classes (mostly from ../misc/CLASSES).Guido van Rossum1992-08-071-0/+598
|
* Moved a4wide option to myformat.styGuido van Rossum1992-04-061-6/+1
|
* Copied doc style from other docsGuido van Rossum1992-04-051-3/+6
|
* _ can now be a normal character.Guido van Rossum1992-03-061-3/+3
|
* Set parskip to 0 in the table of content.Guido van Rossum1992-02-111-2/+4
|
* Cosmetic changes; added more subsections to chapter 2; new syntax (==).Guido van Rossum1992-01-071-121/+357
|
* The Reference Manual is now official.Guido van Rossum1991-11-251-4/+3
|
* Fixed dictionary example to use commas instead of semicolons.Guido van Rossum1991-11-121-2/+2
| | | | (This was actually a bug in the interpreter!)
* Too much to describe changed...Guido van Rossum1991-08-161-700/+876
|
* Mention "-c command" option.Guido van Rossum1991-06-071-2/+6
|
* *** empty log message ***Guido van Rossum1991-06-041-62/+74
|
* Minor improvements. Removed footnote about CWI pathnames.Guido van Rossum1991-04-231-15/+4
|
* Use garamod as alternative style.Guido van Rossum1991-02-191-1/+1
|
* Changed code environment into \bcode and \ecode macros.Guido van Rossum1991-01-251-137/+117
| | | | | Small lay-out improvements. Took out a ref or two to "python -s".
* Most silly things fixed.Guido van Rossum1991-01-231-155/+171
|
* Small changes. Use description instead of list env.Guido van Rossum1991-01-221-37/+12
|
* Initial revisionGuido van Rossum1991-01-111-0/+1579