summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
* Small nits only.Guido van Rossum1996-10-241-11/+17
|
* Done with this for 1.4.Guido van Rossum1996-10-242-68/+98
|
* Correct truncated paragraph.Guido van Rossum1996-10-241-1/+2
|
* Changed URL for PCT again.Guido van Rossum1996-10-221-1/+1
|
* Start new chapter on restricted execution.Guido van Rossum1996-10-221-2/+4
|
* Actual text submitted by AMK.Guido van Rossum1996-10-221-1/+196
|
* Background chapter on restricted execution. Additional sections areGuido van Rossum1996-10-221-0/+61
| | | | rexec and bastion.
* Added embryonic description of fcntl.lockf(). Added pointer to thatGuido van Rossum1996-10-112-0/+9
| | | | in posixfile (which is obsolescent).
* (libtypes.tex): Correct reversal of two words in description ofFred Drake1996-10-111-2/+2
| | | | formatting strings.
* Typos detected by SjoerdGuido van Rossum1996-10-112-4/+4
|
* (libhtmllib.tex, libsgmllib.tex, libformatter.tex):Fred Drake1996-10-093-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 htmllibFred Drake1996-10-092-4/+4
| | | | chapter to better reflect the relationship between the modules.
* (lib.tex): Added entry for formatter module.Fred Drake1996-10-081-0/+1
|
* (libwww.tex): Added entry for formatter module.Fred Drake1996-10-081-1/+4
|
* (libformatter.tex): Added documentation for abstract writer/formatter modelFred Drake1996-10-081-0/+304
| | | | and implementation variants.
* (libhtmllib.tex): Revised documentation for HTML support.Fred Drake1996-10-081-221/+64
|
* (libsgmllib.tex): Revised documentation for SGML support.Fred Drake1996-10-081-29/+76
|
* Nits corrected by FredGuido van Rossum1996-09-271-3/+12
|
* (libparser.tex): Revised parser module documentation; improved logicalFred Drake1996-09-111-129/+155
| | | | organization.
* Added long getopt docs; by FredGuido van Rossum1996-09-111-7/+31
|
* Added bastion and (dummy) rexec docsGuido van Rossum1996-09-103-0/+44
|
* Final set of changes by Fred before 1.4beta3Guido van Rossum1996-08-261-29/+223
|
* New batch from FredGuido van Rossum1996-08-211-59/+306
|
* Document actual behavior of splitext().Guido van Rossum1996-08-191-2/+2
|
* Added imghdr,xdrlib; reformatted Makefile somewhatGuido van Rossum1996-08-193-0/+297
|
* Added capitalize, capwords, lstrip, rstrip, and optional 3rd argumentGuido van Rossum1996-08-091-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 Rossum1996-08-091-5/+21
|
* Suggest using default values for __init__ arguments to make classesGuido van Rossum1996-08-091-1/+3
| | | | unpicklable.
* Get rid of parrot dropping (spurious 'E')Guido van Rossum1996-08-091-1/+1
|
* Note that the values are ints.Guido van Rossum1996-07-301-0/+1
|
* Moved description of mktime 9-tuple to top.Guido van Rossum1996-07-301-11/+89
| | | | | Added description of strftime format string. Minor small editing.
* Added maketrans() and optional 3rd arg to translate() (chars to delete).Guido van Rossum1996-07-301-3/+11
|
* Document the *new* cgi.pyGuido van Rossum1996-07-301-163/+374
|
* errno docs.Guido van Rossum1996-07-301-0/+135
|
* Added liberrnoGuido van Rossum1996-07-301-0/+1
|
* Updated pointers to Andrew Kuchlings fine software.Guido van Rossum1996-07-231-7/+8
|
* added parser module to overviewGuido van Rossum1996-07-211-0/+4
|
* added plockGuido van Rossum1996-07-211-0/+6
|
* Minute changes by Fred DrakeGuido van Rossum1996-07-211-40/+2
|
* Add docs for planned improved handling of the marshalling ofGuido van Rossum1996-06-261-2/+10
| | | | unmarshallable objects.
* Added Andrew Kuchling's explanation of regexp's.Guido van Rossum1996-06-261-1/+137
|
* mktime returns a float now.Guido van Rossum1996-06-261-2/+3
|
* Added thread unsafety warning. Added optional retain arg to split.Guido van Rossum1996-06-261-1/+6
|
* Better and correct words for split().Guido van Rossum1996-06-261-10/+10
|
* Document some process group stuff; mkdir mode arg optional; mkfifo.Guido van Rossum1996-06-261-1/+55
|
* Give correct length of string.Guido van Rossum1996-06-261-1/+1
|
* Slight update; file args are no longer optional.Guido van Rossum1996-06-261-8/+8
|
* Add flock; warn about lockdata system dependency when using fcntl.Guido van Rossum1996-06-261-1/+9
|
* Removed some spurios biindex calls.Guido van Rossum1996-05-021-4/+11
| | | | | Added description of file.truncate(). Added warning to write() about buffering.
* Added warning about behavior of open mode 'a' (or 'a+').Guido van Rossum1996-05-021-1/+4
|