Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added classes as exceptions | Guido van Rossum | 1995-02-07 | 4 | -16/+32 |
| | |||||
* | added libsignal.tex | Guido van Rossum | 1995-02-07 | 4 | -0/+162 |
| | |||||
* | cosmetics/typos | Guido van Rossum | 1995-01-12 | 4 | -4/+4 |
| | |||||
* | optional bufsize arg for popen and fdopen | Guido van Rossum | 1995-01-12 | 2 | -14/+64 |
| | |||||
* | new module | Guido van Rossum | 1995-01-10 | 2 | -0/+352 |
| | |||||
* | sys.setcheckinterval(x) instead of sys.check_interval = x | Guido van Rossum | 1995-01-10 | 2 | -20/+20 |
| | |||||
* | updated eval(), added execfile() | Guido van Rossum | 1995-01-10 | 2 | -20/+56 |
| | |||||
* | copyright.tex: Add 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 26 | -40/+134 |
| | | | | | | | | | | | | | | | 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. | ||||
* | spam -> foo (etc.) in examples | Guido van Rossum | 1995-01-04 | 2 | -60/+60 |
| | |||||
* | Can't remember the reason for the change, but it was necessary. :-) | Sjoerd Mullender | 1994-12-14 | 2 | -6/+6 |
| | |||||
* | Added libaifc.tex to list of library files. | Sjoerd Mullender | 1994-12-14 | 1 | -1/+1 |
| | |||||
* | typos | Guido van Rossum | 1994-11-10 | 2 | -8/+8 |
| | |||||
* | don't assum '.' is in PATH | Guido van Rossum | 1994-10-20 | 1 | -1/+1 |
| | |||||
* | add hypot() | Guido van Rossum | 1994-10-20 | 2 | -0/+2 |
| | |||||
* | change date to 11 oct | Guido van Rossum | 1994-10-11 | 2 | -2/+2 |
| | |||||
* | __call__, __getattr__ c.s. | Guido van Rossum | 1994-10-09 | 2 | -4/+102 |
| | |||||
* | Oops! version numbers again! | Guido van Rossum | 1994-10-06 | 4 | -4/+4 |
| | |||||
* | Add simpler __getattr__ example and document __call__ | Guido van Rossum | 1994-10-06 | 2 | -4/+78 |
| | |||||
* | Added missing \end{datadesc}. | Sjoerd Mullender | 1994-10-06 | 2 | -0/+2 |
| | |||||
* | Removed description of class.init() method. | Guido van Rossum | 1994-10-06 | 2 | -44/+194 |
| | | | | Added news about new operator overloading and __getattr__ etc. | ||||
* | Moved author and date to boilerplate.tex. | Guido van Rossum | 1994-10-06 | 14 | -90/+132 |
| | | | | | | | 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. | ||||
* | Added documentation on the aifc module. | Sjoerd Mullender | 1994-09-29 | 4 | -0/+362 |
| | |||||
* | added Tommy Burnette's setblocking() method | Guido van Rossum | 1994-09-07 | 2 | -0/+18 |
| | |||||
* | * Doc/tut.tex (subsection{Lambda Forms}): fix typo in lambda | Guido van Rossum | 1994-08-30 | 2 | -2/+2 |
| | | | | example | ||||
* | * Doc/libtime.tex: get rid of references to millitime() and | Guido van Rossum | 1994-08-23 | 4 | -34/+48 |
| | | | | | | | millisleep(); document clock() * Doc/ref6.tex (section{Assignment statements}): added warning about overlaps in lhs of assignment (e.g. "i, x[i] = 1, 2") | ||||
* | * 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. |