Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Doc/libstring.tex (section{Standard Module \sectcode{string}}): | Guido van Rossum | 1994-08-17 | 2 | -60/+4 |
| | | | | removed references to {ato{f,i,l},index}_error | ||||
* | Added docs for delattr | Guido van Rossum | 1994-08-16 | 2 | -0/+18 |
| | |||||
* | * Doc/libfuncs.tex: don't use $math$ in description of pow(x,y,z); | Guido van Rossum | 1994-08-12 | 7 | -28/+69 |
| | | | | | | | | | | | | 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 | ||||
* | Lots of small corrections by Andrew Kuchling (plus all new rotor docs) | Guido van Rossum | 1994-08-08 | 62 | -282/+520 |
| | |||||
* | Added gdbm docs | Guido van Rossum | 1994-08-08 | 4 | -0/+62 |
| | |||||
* | * Doc/libsocket.tex (subsection{Socket Object Methods}): | Guido van Rossum | 1994-08-05 | 2 | -6/+24 |
| | | | | documented gethostname() and a few misc things | ||||
* | Merge lost alpha100 revision | Guido van Rossum | 1994-08-01 | 1 | -3/+3 |
| | |||||
* | Merge lost revisions back | Guido van Rossum | 1994-08-01 | 6 | -262/+308 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 27 | -1526/+2934 |
| | |||||
* | libsocket.tex: send[to] returns nbytes. | Guido van Rossum | 1994-08-01 | 6 | -4/+56 |
| | | | | | libstring.tex: added count(). ref2.tex: new keywords; moved keyword printing program to keywords.py. | ||||
* | documented writelines() | Guido van Rossum | 1994-06-23 | 2 | -6/+24 |
| | |||||
* | clarify the meaning of address for those methods that or return addresses | Guido van Rossum | 1994-06-23 | 2 | -4/+20 |
| | |||||
* | README: correct typo (lib.index) | Guido van Rossum | 1994-05-19 | 4 | -0/+424 |
| | | | | | | lib.tex: include libfcntl, libposixfile myformat.sty: add tableii environment libfcntl.tex, libposixfile.tex: docs contributed by Jaap V | ||||
* | * Doc/libtypes.tex: fix typo in table of list methods; clarify | Guido van Rossum | 1994-05-09 | 2 | -8/+18 |
| | | | | | | | truncation behavior of floating point formatting * Doc/ref3.tex: clarify defaults for __repr__, __cmp__ and __str__; correct (some) descriptions of class constructors | ||||
* | Documented optional bufsize argument to open() and the fact that mode | Guido van Rossum | 1994-05-03 | 2 | -6/+28 |
| | | | | is now also optional | ||||
* | Documented new built-in function vars(). | Guido van Rossum | 1994-04-21 | 6 | -2/+72 |
| | | | | | | Documented new formatting features: %s takes any type, and '%(key)format' % dictionary. Documented posixpath.expandvars(). | ||||
* | adapt to min value of 1 for listen() backlog argument | Guido van Rossum | 1994-03-02 | 2 | -6/+6 |
| | |||||
* | Documented xrange; crossreffed lambda a bit more | Guido van Rossum | 1994-02-24 | 2 | -0/+24 |
| | |||||
* | At release 1.0.1. Scripts, Makefile, README: cosmetic changes and | Guido van Rossum | 1994-02-15 | 4 | -2/+16 |
| | | | | | streamlined procedure; tut.tex: fixes by Tim Peters; libposix.tex: added posix.fdopen; ext.tex: typos | ||||
* | Support for latex2html (at version 0.5.1) | Guido van Rossum | 1994-01-25 | 1 | -0/+152 |
| | |||||
* | s.avail() has met its maker | Guido van Rossum | 1994-01-03 | 2 | -14/+0 |
| | |||||
* | Added symcomp and resulting new data items | Guido van Rossum | 1994-01-03 | 2 | -22/+88 |
| | |||||
* | A small but essential file... | Guido van Rossum | 1994-01-02 | 2 | -0/+4 |
| | |||||
* | Restructured library documentation | Guido van Rossum | 1994-01-02 | 101 | -0/+12244 |
| | |||||
* | Documented the fact that IRIX 5.x also supports Sun style shared | Guido van Rossum | 1994-01-01 | 2 | -22/+20 |
| | | | | libraries. | ||||
* | * lib2.tex (sys): updated sys.std{in,out,err} docs. Added | Guido van Rossum | 1993-12-17 | 7 | -6/+43 |
| | | | | | | | | | | | | | | | 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 | 8 | -0/+16 |
| | | | | * lib2.tex: change bogus \\var to \var. | ||||
* | * text2latex.py: call main() instead of always processing ext.tex. | Guido van Rossum | 1993-11-19 | 5 | -105/+449 |
| | | | | | | | | * 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()) | ||||
* | * ext.tex: did most of the tedious changes from plain ASCII text to LaTeX. | Guido van Rossum | 1993-11-05 | 11 | -558/+632 |
| | | | | | | * 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 embedding | Guido van Rossum | 1993-11-05 | 13 | -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 Rossum | 1993-10-27 | 6 | -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 Rossum | 1993-10-18 | 2 | -0/+78 |
| | | | | (Also added a stub for "access".) | ||||
* | * ref3.tex: added cross-ref to try statement for exc handler. | Guido van Rossum | 1993-10-11 | 4 | -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 Rossum | 1993-05-24 | 4 | -2/+38 |
| | | | | | * ref3.tex: documented new __init__ and __del__ special methods of class instances. | ||||
* | Lots of small changes collected over months... | Guido van Rossum | 1993-05-12 | 7 | -163/+157 |
| | |||||
* | * Changed preface in texipre.dat. | Guido van Rossum | 1993-02-21 | 3 | -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 Rossum | 1993-02-12 | 1 | -0/+1 |
| | |||||
* | Documented marshal.{dumps,loads} and sys.builtin_module_names. | Guido van Rossum | 1993-01-22 | 3 | -3/+3 |
| | |||||
* | Changes to some math using underscore as subscript, necessary since | Guido van Rossum | 1992-12-17 | 3 | -1/+6 |
| | | | | the new style file defines underscore as an underscore in tt font. | ||||
* | Incorporated Jan-Hein's changes and texinfo conversion. | Guido van Rossum | 1992-12-08 | 17 | -19/+4681 |
| | |||||
* | __oct__ and __hex__ | Guido van Rossum | 1992-09-20 | 2 | -0/+10 |
| | |||||
* | Added hint about changing the prompt in $PYTHONSTARTUP | Guido van Rossum | 1992-09-08 | 2 | -0/+4 |
| | |||||
* | Changed references to /usr/local into /usr/local/bin. | Guido van Rossum | 1992-09-03 | 2 | -18/+62 |
| | | | | Documented $PYTHONSTARTUP | ||||
* | Use \input instead of \include (or \inclide) | Guido van Rossum | 1992-08-19 | 2 | -2/+4 |
| | |||||
* | Added chapter titles in comments | Guido van Rossum | 1992-08-14 | 2 | -16/+16 |
| | |||||
* | Fixed botched lay-out in class example | Guido van Rossum | 1992-08-14 | 2 | -2/+4 |
| | |||||
* | Moved chapters each to their own file. | Guido van Rossum | 1992-08-14 | 2 | -5474/+18 |
| | | | | | | Real changes: (a) added section on special class methods. (b) corrected typos spotted by Stoffel Erasmus. | ||||
* | Initial revision | Guido van Rossum | 1992-08-14 | 6 | -0/+1846 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-08-14 | 10 | -0/+3908 |
| | |||||
* | Dumped \cbstart, \cbend | Guido van Rossum | 1992-08-13 | 1 | -4/+0 |
| |