summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Describe new ("unsigned") behavior of hex() and oct().Guido van Rossum1997-01-141-2/+12
* Added warning that gethostname() doesn't always return fqdn, and showGuido van Rossum1997-01-111-0/+5
* Document that sys.builtin_module_names is now a tuple.Guido van Rossum1997-01-061-1/+1
* very minor typoBarry Warsaw1997-01-031-1/+1
* 'I' and 'L' now always return a Python long.Guido van Rossum1997-01-031-3/+1
* Added unsigned data formats (B, H, I, L).Guido van Rossum1997-01-031-1/+8
* Describe standard float/double support.Guido van Rossum1997-01-031-6/+10
* setkey method's argument is no longer optional (it used to be a no-opBarry Warsaw1997-01-021-3/+2
* (libformatter.tex): Document the flush() method on the writer.Fred Drake1996-12-311-0/+4
* Added libstat.texGuido van Rossum1996-12-311-0/+1
* Document the new extensions.Guido van Rossum1996-12-311-9/+64
* From reading the source, it turns out that the setkey() method canBarry Warsaw1996-12-231-2/+3
* Describe open(2) exported constantsBarry Warsaw1996-12-191-0/+30
* Docs for stat.py -- docs by Skip Montanaro.Guido van Rossum1996-12-191-0/+106
* posix.open(): third argument (mode) is optional.Barry Warsaw1996-12-191-2/+4
* Documented getprotobyname() interface.Guido van Rossum1996-12-191-0/+9
* (libunix.tex): Change matching lib.tex: add line item for the resourceFred Drake1996-12-191-0/+4
* Added docs for Jeremy's resource module.Guido van Rossum1996-12-182-0/+132
* (libunix.tex): Changed two occurances of "Unix" to "\UNIX{}".Fred Drake1996-12-161-2/+2
* (libtime.tex): Merged in changes from Tamito Kajiyama.Fred Drake1996-12-131-48/+45
* (lib<all sorts of stuff>.tex):Fred Drake1996-12-1319-38/+69
* Added quote_plus() and unquote_plus(), to do space/plus substitutionsGuido van Rossum1996-12-131-1/+11
* Added remark about time() and sleep()'s subsecond precision.Guido van Rossum1996-12-121-32/+17
* Added soundex (sigh)Guido van Rossum1996-12-122-0/+26
* Added descriptions of parsedate(), parsedate_tz(), getdate_tz()Guido van Rossum1996-12-061-0/+28
* Added section for operator module (compiled Skip Montanaro).Guido van Rossum1996-12-062-0/+194
* (libparser.tex): Added note that the line number for a terminal tokenFred Drake1996-12-051-2/+3
* Describe the new Unpacker.get_buffer() method.Barry Warsaw1996-12-041-0/+4
* Added [nh]to[hn][sl]().Guido van Rossum1996-12-021-0/+11
* 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
* Added embryonic description of fcntl.lockf(). Added pointer to thatGuido van Rossum1996-10-112-0/+9
* (libtypes.tex): Correct reversal of two words in description ofFred Drake1996-10-111-2/+2
* Typos detected by SjoerdGuido van Rossum1996-10-112-4/+4
* (libhtmllib.tex, libsgmllib.tex, libformatter.tex):Fred Drake1996-10-093-6/+29
* (lib.tex, libwww.tex): Include the sgmlib chapter before the htmllibFred Drake1996-10-092-4/+4
* (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
* (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
* Added long getopt docs; by FredGuido van Rossum1996-09-111-7/+31
* Added bastion and (dummy) rexec docsGuido van Rossum1996-09-103-0/+44