| Commit message (Expand) | 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 |
|
|
* | 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 |
|
|
* | setkey method's argument is no longer optional (it used to be a no-op | Barry Warsaw | 1997-01-02 | 1 | -3/+2 |
|
|
* | (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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | (lib<all sorts of stuff>.tex): | Fred Drake | 1996-12-13 | 19 | -38/+69 |
|
|
* | Added quote_plus() and unquote_plus(), to do space/plus substitutions | Guido van Rossum | 1996-12-13 | 1 | -1/+11 |
|
|
* | Added remark about time() and sleep()'s subsecond precision. | Guido van Rossum | 1996-12-12 | 1 | -32/+17 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Added embryonic description of fcntl.lockf(). Added pointer to that | Guido van Rossum | 1996-10-11 | 2 | -0/+9 |
|
|
* | (libtypes.tex): Correct reversal of two words in description of | Fred Drake | 1996-10-11 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | (lib.tex, libwww.tex): Include the sgmlib chapter before the htmllib | Fred Drake | 1996-10-09 | 2 | -4/+4 |
|
|
* | (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 |
|
|
* | (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 |
|
|
* | 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 |
|
|