Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Describe new ("unsigned") behavior of hex() and oct(). | Guido van Rossum | 1997-01-14 | 1 | -2/+12 |
| | |||||
* | Added warning that gethostname() doesn't always return fqdn, and show | Guido van Rossum | 1997-01-11 | 1 | -0/+5 |
| | | | | how to find it using gethostbyaddr(). | ||||
* | Document that sys.builtin_module_names is now a tuple. | Guido van Rossum | 1997-01-06 | 1 | -1/+1 |
| | |||||
* | very minor typo | Barry Warsaw | 1997-01-03 | 1 | -1/+1 |
| | |||||
* | 'I' and 'L' now always return a Python long. | Guido van Rossum | 1997-01-03 | 1 | -3/+1 |
| | |||||
* | Added unsigned data formats (B, H, I, L). | Guido van Rossum | 1997-01-03 | 1 | -1/+8 |
| | |||||
* | Describe standard float/double support. | Guido van Rossum | 1997-01-03 | 1 | -6/+10 |
| | | | | Rewrite example to be an interactive session | ||||
* | setkey method's argument is no longer optional (it used to be a no-op | Barry Warsaw | 1997-01-02 | 1 | -3/+2 |
| | | | | when missing). | ||||
* | (libformatter.tex): Document the flush() method on the writer. | Fred Drake | 1996-12-31 | 1 | -0/+4 |
| | |||||
* | Added libstat.tex | Guido van Rossum | 1996-12-31 | 1 | -0/+1 |
| | |||||
* | Document the new extensions. | Guido van Rossum | 1996-12-31 | 1 | -9/+64 |
| | |||||
* | From reading the source, it turns out that the setkey() method can | Barry Warsaw | 1996-12-23 | 1 | -2/+3 |
| | | | | | | take an optional string key, but if key is not given, the method does nothing! In the rewrite (see upcoming check-in), I left things this way, but here I document that this is the case. | ||||
* | Describe open(2) exported constants | Barry Warsaw | 1996-12-19 | 1 | -0/+30 |
| | |||||
* | Docs for stat.py -- docs by Skip Montanaro. | Guido van Rossum | 1996-12-19 | 1 | -0/+106 |
| | |||||
* | posix.open(): third argument (mode) is optional. | Barry Warsaw | 1996-12-19 | 1 | -2/+4 |
| | |||||
* | 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 |
| |