summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* * ext.tex: documentation for extending, reference counts, and embeddingGuido van Rossum1993-11-0513-161/+1687
| | | | | | | | | | | | | | | | | | (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-276-42/+42
| | | | | | | | | * 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-182-0/+78
| | | | (Also added a stub for "access".)
* * ref3.tex: added cross-ref to try statement for exc handler.Guido van Rossum1993-10-114-6/+34
| | | | | * ref7.tex: added description of sys.exc_{type,value,traceback}. * lib5.tex: rect.intersect is different now!
* * lib1.tex: documented dict.items() and dict.values()Guido van Rossum1993-05-244-2/+38
| | | | | * ref3.tex: documented new __init__ and __del__ special methods of class instances.
* Lots of small changes collected over months...Guido van Rossum1993-05-127-163/+157
|
* * Changed preface in texipre.dat.Guido van Rossum1993-02-213-20/+12
| | | | | | * Added libwww entry to Makefile. * Documented new array module. * Documented extensions to regex (last, substring, translation table).
* lib1.tex: Added builtin.round(x, [n]).Guido van Rossum1993-02-121-0/+1
|
* Documented marshal.{dumps,loads} and sys.builtin_module_names.Guido van Rossum1993-01-223-3/+3
|
* Changes to some math using underscore as subscript, necessary sinceGuido van Rossum1992-12-173-1/+6
| | | | the new style file defines underscore as an underscore in tt font.
* Incorporated Jan-Hein's changes and texinfo conversion.Guido van Rossum1992-12-0817-19/+4681
|
* __oct__ and __hex__Guido van Rossum1992-09-202-0/+10
|
* Added hint about changing the prompt in $PYTHONSTARTUPGuido van Rossum1992-09-082-0/+4
|
* Changed references to /usr/local into /usr/local/bin.Guido van Rossum1992-09-032-18/+62
| | | | Documented $PYTHONSTARTUP
* Use \input instead of \include (or \inclide)Guido van Rossum1992-08-192-2/+4
|
* Added chapter titles in commentsGuido van Rossum1992-08-142-16/+16
|
* Fixed botched lay-out in class exampleGuido van Rossum1992-08-142-2/+4
|
* Moved chapters each to their own file.Guido van Rossum1992-08-142-5474/+18
| | | | | | Real changes: (a) added section on special class methods. (b) corrected typos spotted by Stoffel Erasmus.
* Initial revisionGuido van Rossum1992-08-146-0/+1846
|
* Initial revisionGuido van Rossum1992-08-1410-0/+3908
|
* Dumped \cbstart, \cbendGuido van Rossum1992-08-131-4/+0
|
* Fixed descr of try/finallyGuido van Rossum1992-08-092-22/+22
|
* Warn that _ must be in tt font.Guido van Rossum1992-08-071-1/+2
|
* Add chapter on classes (mostly from ../misc/CLASSES).Guido van Rossum1992-08-072-0/+1196
|
* > * Makefile: always create .ps files; add qua to 'all' target;Guido van Rossum1992-07-071-3/+16
| | | | > added 'clobber' target
* Remove bibtex log file.Guido van Rossum1992-06-231-1/+1
|
* Change recipe to build qua.Guido van Rossum1992-06-031-1/+1
|
* Initial revisionGuido van Rossum1992-06-033-0/+120
|
* Fixed comparison: i < k < j should be i <= k < j.Guido van Rossum1992-06-032-2/+2
|
* Documented new contents of lib5.texGuido van Rossum1992-06-032-2/+2
|
* Also remove @* filesGuido van Rossum1992-04-061-1/+1
|
* Moved a4wide option to myformat.styGuido van Rossum1992-04-066-36/+6
|
* Don't use times by defaultGuido van Rossum1992-04-061-1/+1
|
* Change description of a4wide removalGuido van Rossum1992-04-061-5/+5
|
* Input a4wide hereGuido van Rossum1992-04-061-0/+2
|
* Copied doc style from other docsGuido van Rossum1992-04-052-6/+12
|
* Made ready for releaseGuido van Rossum1992-04-051-10/+23
|
* Added \exindex and \obindexGuido van Rossum1992-04-031-0/+2
|
* mostly added index entries. PRINTEDGuido van Rossum1992-04-032-346/+1068
|
* Almost through with revisions.Guido van Rossum1992-04-022-348/+420
|
* Added style options twoside,a4wide,11ptGuido van Rossum1992-03-312-2/+12
|
* Don't define the page lay-out here -- rely on A4wide, doubleside options.Guido van Rossum1992-03-311-13/+4
|
* Use \include instead of \input.Guido van Rossum1992-03-242-12/+14
|
* *** empty log message ***Guido van Rossum1992-03-202-18/+186
|
* Much simpler version, intended as a script.Guido van Rossum1992-03-061-58/+25
|
* Moved macros to myformat.sty.Guido van Rossum1992-03-062-154/+0
|
* Back to the Makefile...Guido van Rossum1992-03-061-25/+13
|
* _ can now be a normal character.Guido van Rossum1992-03-062-6/+6
|
* Moved macros here from lib.tex.Guido van Rossum1992-03-061-8/+87
|
* Completed missing parts. Restructured ch. 3/4 to Data and ExecutionGuido van Rossum1992-03-062-392/+896
| | | | model. Added index.