Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documented getprotobyname() interface. | Guido van Rossum | 1996-12-19 | 1 | -0/+9 |
| | |||||
* | (libunix.tex): Change matching lib.tex: add line item for the resource | Fred Drake | 1996-12-19 | 1 | -0/+4 |
| | | | | module. | ||||
* | Added docs for Jeremy's resource module. | Guido van Rossum | 1996-12-18 | 2 | -0/+132 |
| | |||||
* | (libunix.tex): Changed two occurances of "Unix" to "\UNIX{}". | Fred Drake | 1996-12-16 | 1 | -2/+2 |
| | |||||
* | (libtime.tex): Merged in changes from Tamito Kajiyama. | Fred Drake | 1996-12-13 | 1 | -48/+45 |
| | | | | | | | (For those watching Python CVS messages: I checked in all of Tamito's other changes, but the mail delivery failed since the subject line was too long. The patch Tamito sent for the documentation has been completely merged in.) | ||||
* | (lib<all sorts of stuff>.tex): | Fred Drake | 1996-12-13 | 19 | -38/+69 |
| | | | | | Merged in many typo corrections and fixes to support GNU info processing; submitted by Tamito Kajiyama. | ||||
* | Added quote_plus() and unquote_plus(), to do space/plus substitutions | Guido van Rossum | 1996-12-13 | 1 | -1/+11 |
| | | | | | | for form field values. Also corrected substitution example (the original changed the spelling of "conolly" to "connolly" :). | ||||
* | Added remark about time() and sleep()'s subsecond precision. | Guido van Rossum | 1996-12-12 | 1 | -32/+17 |
| | | | | | | Added hint about using clock() for benchmarks etc. Removed non-portable strftime directives and field width, and added a warning about non-standard features. | ||||
* | Added soundex (sigh) | Guido van Rossum | 1996-12-12 | 2 | -0/+26 |
| | |||||
* | Added descriptions of parsedate(), parsedate_tz(), getdate_tz() | Guido van Rossum | 1996-12-06 | 1 | -0/+28 |
| | | | | (all contributed by Andrew Kuchling). | ||||
* | Added section for operator module (compiled Skip Montanaro). | Guido van Rossum | 1996-12-06 | 2 | -0/+194 |
| | |||||
* | (libparser.tex): Added note that the line number for a terminal token | Fred Drake | 1996-12-05 | 1 | -2/+3 |
| | | | | | | indicates the line on which the token ends rather than starts (a side effect of interpreting the parse tree nodes directly). Maybe I'll fix this for Python 2.0. | ||||
* | Describe the new Unpacker.get_buffer() method. | Barry Warsaw | 1996-12-04 | 1 | -0/+4 |
| | |||||
* | Added [nh]to[hn][sl](). | Guido van Rossum | 1996-12-02 | 1 | -0/+11 |
| | |||||
* | Small nits only. | Guido van Rossum | 1996-10-24 | 1 | -11/+17 |
| | |||||
* | Done with this for 1.4. | Guido van Rossum | 1996-10-24 | 2 | -68/+98 |
| | |||||
* | Correct truncated paragraph. | Guido van Rossum | 1996-10-24 | 1 | -1/+2 |
| | |||||
* | Changed URL for PCT again. | Guido van Rossum | 1996-10-22 | 1 | -1/+1 |
| | |||||
* | Start new chapter on restricted execution. | Guido van Rossum | 1996-10-22 | 1 | -2/+4 |
| | |||||
* | Actual text submitted by AMK. | Guido van Rossum | 1996-10-22 | 1 | -1/+196 |
| | |||||
* | Background chapter on restricted execution. Additional sections are | Guido van Rossum | 1996-10-22 | 1 | -0/+61 |
| | | | | rexec and bastion. | ||||
* | Added embryonic description of fcntl.lockf(). Added pointer to that | Guido van Rossum | 1996-10-11 | 2 | -0/+9 |
| | | | | in posixfile (which is obsolescent). | ||||
* | (libtypes.tex): Correct reversal of two words in description of | Fred Drake | 1996-10-11 | 1 | -2/+2 |
| | | | | formatting strings. | ||||
* | Typos detected by Sjoerd | Guido van Rossum | 1996-10-11 | 2 | -4/+4 |
| | |||||
* | (libhtmllib.tex, libsgmllib.tex, libformatter.tex): | Fred Drake | 1996-10-09 | 3 | -6/+29 |
| | | | | | Improve indexing somewhat. Add small intros to the "implementations" sections of the formatter module doc. | ||||
* | (lib.tex, libwww.tex): Include the sgmlib chapter before the htmllib | Fred Drake | 1996-10-09 | 2 | -4/+4 |
| | | | | chapter to better reflect the relationship between the modules. | ||||
* | (lib.tex): Added entry for formatter module. | Fred Drake | 1996-10-08 | 1 | -0/+1 |
| | |||||
* | (libwww.tex): Added entry for formatter module. | Fred Drake | 1996-10-08 | 1 | -1/+4 |
| | |||||
* | (libformatter.tex): Added documentation for abstract writer/formatter model | Fred Drake | 1996-10-08 | 1 | -0/+304 |
| | | | | and implementation variants. | ||||
* | (libhtmllib.tex): Revised documentation for HTML support. | Fred Drake | 1996-10-08 | 1 | -221/+64 |
| | |||||
* | (libsgmllib.tex): Revised documentation for SGML support. | Fred Drake | 1996-10-08 | 1 | -29/+76 |
| | |||||
* | Nits corrected by Fred | Guido van Rossum | 1996-09-27 | 1 | -3/+12 |
| | |||||
* | (libparser.tex): Revised parser module documentation; improved logical | Fred Drake | 1996-09-11 | 1 | -129/+155 |
| | | | | organization. | ||||
* | Added long getopt docs; by Fred | Guido van Rossum | 1996-09-11 | 1 | -7/+31 |
| | |||||
* | Added bastion and (dummy) rexec docs | Guido van Rossum | 1996-09-10 | 3 | -0/+44 |
| | |||||
* | Final set of changes by Fred before 1.4beta3 | Guido van Rossum | 1996-08-26 | 1 | -29/+223 |
| | |||||
* | New batch from Fred | Guido van Rossum | 1996-08-21 | 1 | -59/+306 |
| | |||||
* | Document actual behavior of splitext(). | Guido van Rossum | 1996-08-19 | 1 | -2/+2 |
| | |||||
* | Added imghdr,xdrlib; reformatted Makefile somewhat | Guido van Rossum | 1996-08-19 | 3 | -0/+297 |
| | |||||
* | Added capitalize, capwords, lstrip, rstrip, and optional 3rd argument | Guido van Rossum | 1996-08-09 | 1 | -21/+50 |
| | | | | | to split. Document new conventions for split(fields) and join(fields), where the *fields variant is identical to the other. | ||||
* | Added capwords, splitx, and optional 3rd argument to split/splitx. | Guido van Rossum | 1996-08-09 | 1 | -5/+21 |
| | |||||
* | Suggest using default values for __init__ arguments to make classes | Guido van Rossum | 1996-08-09 | 1 | -1/+3 |
| | | | | unpicklable. | ||||
* | Get rid of parrot dropping (spurious 'E') | Guido van Rossum | 1996-08-09 | 1 | -1/+1 |
| | |||||
* | Note that the values are ints. | Guido van Rossum | 1996-07-30 | 1 | -0/+1 |
| | |||||
* | Moved description of mktime 9-tuple to top. | Guido van Rossum | 1996-07-30 | 1 | -11/+89 |
| | | | | | Added description of strftime format string. Minor small editing. | ||||
* | Added maketrans() and optional 3rd arg to translate() (chars to delete). | Guido van Rossum | 1996-07-30 | 1 | -3/+11 |
| | |||||
* | Document the *new* cgi.py | Guido van Rossum | 1996-07-30 | 1 | -163/+374 |
| | |||||
* | errno docs. | Guido van Rossum | 1996-07-30 | 1 | -0/+135 |
| | |||||
* | Added liberrno | Guido van Rossum | 1996-07-30 | 1 | -0/+1 |
| | |||||
* | Updated pointers to Andrew Kuchlings fine software. | Guido van Rossum | 1996-07-23 | 1 | -7/+8 |
| |