Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Note that EOF is ^Z on DOS. Spell Unix as \UNIX in some more places. | Guido van Rossum | 1996-06-10 | 1 | -4/+7 |
| | | | | Note that .pyc files are platform independent. | ||||
* | mention syslog upgrade | Guido van Rossum | 1995-10-11 | 1 | -0/+4 |
| | |||||
* | mention Fred Drake's parser module | Guido van Rossum | 1995-10-11 | 1 | -0/+5 |
| | |||||
* | updated version and date | Guido van Rossum | 1995-10-09 | 1 | -1/+1 |
| | |||||
* | a fe more things: apply 3rd arg, ni, ihooks, rexec | Guido van Rossum | 1995-10-08 | 1 | -1/+31 |
| | |||||
* | describe more 1.3 changes | Guido van Rossum | 1995-10-08 | 1 | -19/+120 |
| | |||||
* | move uncomfortable backslash | Guido van Rossum | 1995-09-13 | 1 | -2/+3 |
| | |||||
* | chapter on new things in 1.3 | Guido van Rossum | 1995-08-10 | 1 | -0/+190 |
| | |||||
* | added pointer to libimp.tex for __import__ example | Guido van Rossum | 1995-07-07 | 1 | -1/+2 |
| | |||||
* | typos, layout and other small things | Guido van Rossum | 1995-04-10 | 1 | -2/+2 |
| | |||||
* | versions and dates | Guido van Rossum | 1995-03-15 | 1 | -3/+3 |
| | |||||
* | replace ASCII by macro call | Guido van Rossum | 1995-03-15 | 1 | -2/+2 |
| | |||||
* | a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵ | Guido van Rossum | 1995-02-28 | 1 | -6/+6 |
| | | | | WWW chapter | ||||
* | no need to reference doc strings for documented modules | Guido van Rossum | 1995-02-16 | 1 | -21/+17 |
| | |||||
* | added chapter on new things in 1.2 | Guido van Rossum | 1995-02-15 | 1 | -10/+378 |
| | |||||
* | spam -> foo (etc.) in examples | Guido van Rossum | 1995-01-04 | 1 | -30/+30 |
| | |||||
* | typos | Guido van Rossum | 1994-11-10 | 1 | -4/+4 |
| | |||||
* | Oops! version numbers again! | Guido van Rossum | 1994-10-06 | 1 | -1/+1 |
| | |||||
* | Add simpler __getattr__ example and document __call__ | Guido van Rossum | 1994-10-06 | 1 | -2/+39 |
| | |||||
* | Removed description of class.init() method. | Guido van Rossum | 1994-10-06 | 1 | -22/+97 |
| | | | | Added news about new operator overloading and __getattr__ etc. | ||||
* | Moved author and date to boilerplate.tex. | Guido van Rossum | 1994-10-06 | 1 | -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 lambda | Guido van Rossum | 1994-08-30 | 1 | -1/+1 |
| | | | | example | ||||
* | Lots of small corrections by Andrew Kuchling (plus all new rotor docs) | Guido van Rossum | 1994-08-08 | 1 | -14/+14 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -125/+618 |
| | |||||
* | * lib2.tex (sys): updated sys.std{in,out,err} docs. Added | Guido van Rossum | 1993-12-17 | 1 | -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 Rossum | 1993-11-23 | 1 | -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 Rossum | 1993-11-05 | 1 | -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 Rossum | 1993-10-27 | 1 | -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 Rossum | 1993-05-12 | 1 | -67/+38 |
| | |||||
* | Incorporated Jan-Hein's changes and texinfo conversion. | Guido van Rossum | 1992-12-08 | 1 | -2/+2 |
| | |||||
* | Added hint about changing the prompt in $PYTHONSTARTUP | Guido van Rossum | 1992-09-08 | 1 | -0/+2 |
| | |||||
* | Changed references to /usr/local into /usr/local/bin. | Guido van Rossum | 1992-09-03 | 1 | -9/+31 |
| | | | | Documented $PYTHONSTARTUP | ||||
* | Fixed botched lay-out in class example | Guido van Rossum | 1992-08-14 | 1 | -1/+2 |
| | |||||
* | Fixed descr of try/finally | Guido van Rossum | 1992-08-09 | 1 | -11/+11 |
| | |||||
* | Add chapter on classes (mostly from ../misc/CLASSES). | Guido van Rossum | 1992-08-07 | 1 | -0/+598 |
| | |||||
* | Moved a4wide option to myformat.sty | Guido van Rossum | 1992-04-06 | 1 | -6/+1 |
| | |||||
* | Copied doc style from other docs | Guido van Rossum | 1992-04-05 | 1 | -3/+6 |
| | |||||
* | _ can now be a normal character. | Guido van Rossum | 1992-03-06 | 1 | -3/+3 |
| | |||||
* | Set parskip to 0 in the table of content. | Guido van Rossum | 1992-02-11 | 1 | -2/+4 |
| | |||||
* | Cosmetic changes; added more subsections to chapter 2; new syntax (==). | Guido van Rossum | 1992-01-07 | 1 | -121/+357 |
| | |||||
* | The Reference Manual is now official. | Guido van Rossum | 1991-11-25 | 1 | -4/+3 |
| | |||||
* | Fixed dictionary example to use commas instead of semicolons. | Guido van Rossum | 1991-11-12 | 1 | -2/+2 |
| | | | | (This was actually a bug in the interpreter!) | ||||
* | Too much to describe changed... | Guido van Rossum | 1991-08-16 | 1 | -700/+876 |
| | |||||
* | Mention "-c command" option. | Guido van Rossum | 1991-06-07 | 1 | -2/+6 |
| | |||||
* | *** empty log message *** | Guido van Rossum | 1991-06-04 | 1 | -62/+74 |
| | |||||
* | Minor improvements. Removed footnote about CWI pathnames. | Guido van Rossum | 1991-04-23 | 1 | -15/+4 |
| | |||||
* | Use garamod as alternative style. | Guido van Rossum | 1991-02-19 | 1 | -1/+1 |
| | |||||
* | Changed code environment into \bcode and \ecode macros. | Guido van Rossum | 1991-01-25 | 1 | -137/+117 |
| | | | | | Small lay-out improvements. Took out a ref or two to "python -s". | ||||
* | Most silly things fixed. | Guido van Rossum | 1991-01-23 | 1 | -155/+171 |
| | |||||
* | Small changes. Use description instead of list env. | Guido van Rossum | 1991-01-22 | 1 | -37/+12 |
| |